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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d44a9a29408b2c3271364bcd2edaff3c4d2ceded | 33,878,702,053,482 | b71d65f7b96f0fd27bf67b2ee1ebd33efb2b1c12 | /05-SSM个人博客/blog/src/test/java/test/TestJedis.java | 3473501a73e2a4a1a81710ac4b9d61da7ac11b5e | [] | no_license | luguanxing/JavaWeb-Apps | https://github.com/luguanxing/JavaWeb-Apps | 81082420edc718734e2df1b8e8d70e80cea33a78 | 49881bdec84320ba2990c87a9e87519bc25522c6 | refs/heads/master | 2021-09-08T03:24:57.547000 | 2018-03-06T18:08:26 | 2018-03-06T18:08:26 | 103,841,721 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import org.junit.Test;
import redis.clients.jedis.Jedis;
public class TestJedis {
@Test
public void testJedis() throws Exception {
Jedis jedis = new Jedis("127.0.0.1", 6379);
jedis.set("test", "helloworld");
String str = jedis.get("test");
System.out.println(str);
jedis.close();
}
}
| UTF-8 | Java | 317 | java | TestJedis.java | Java | [
{
"context": "s() throws Exception {\n\t\tJedis jedis = new Jedis(\"127.0.0.1\", 6379);\n\t\tjedis.set(\"test\", \"helloworld\");\n\t\tStr",
"end": 187,
"score": 0.9570953845977783,
"start": 178,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package test;
import org.junit.Test;
import redis.clients.jedis.Jedis;
public class TestJedis {
@Test
public void testJedis() throws Exception {
Jedis jedis = new Jedis("127.0.0.1", 6379);
jedis.set("test", "helloworld");
String str = jedis.get("test");
System.out.println(str);
jedis.close();
}
}
| 317 | 0.678233 | 0.646688 | 18 | 16.611111 | 15.713189 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 9 |
68b31c80016cb4541909770f42572d1c6f0ced87 | 33,878,702,051,560 | 509b012dd70c2bc2b55431ca57733733e5a626c3 | /Proyecto Frameset Dinamico con hipervinculos dinamicos/FRAMESETDINAMICO9/src/java/PaqueteServlets/Servlet3.java | a6862ddb3495cb5e8f9e642a2f30d663eb13125a | [] | no_license | MartinBarriga/Web-Technologies | https://github.com/MartinBarriga/Web-Technologies | f42055aec4370564ee24f3e8e9b14c63db14bdc0 | 05482abc32f4c443bcecb3808a97942b626178dd | refs/heads/master | 2020-06-12T17:57:09.284000 | 2019-06-29T07:49:59 | 2019-06-29T07:49:59 | 194,379,243 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package PaqueteServlets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class Servlet3 exte... | UTF-8 | Java | 1,346 | java | Servlet3.java | Java | [] | null | [] |
package PaqueteServlets;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class Servlet3 exte... | 1,346 | 0.601783 | 0.598811 | 36 | 36.333332 | 28.089144 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 9 |
b0ea29488e982a0136af647325ae51f4f4ca9b2f | 33,878,702,052,841 | dba11f957bfe5da6f754de13a0256a997983f674 | /src/main/java/com/leetcode/weekly/weekly202/_1553_Minimum_Number_of_Days_to_Eat_N_Oranges.java | 715c0761db558df1b39f6999656b2577e5c4eba2 | [] | no_license | chenxi-null/leetcode | https://github.com/chenxi-null/leetcode | d0945f146d7a37c6012755679195c71b567218e6 | 5a391c8e5177596bcd560da8ef68c5c4ea8deeae | refs/heads/master | 2023-06-24T22:07:31.293000 | 2021-05-29T17:22:47 | 2021-05-29T17:24:01 | 77,845,371 | 0 | 0 | null | false | 2023-06-14T22:30:54 | 2017-01-02T16:08:53 | 2021-05-29T17:24:21 | 2023-06-14T22:30:53 | 282 | 0 | 0 | 1 | Java | false | false | package com.leetcode.weekly.weekly202;
/*
Given an integer array arr, return true if there are three consecutive odd numbers in the array. Otherwise, return false.
Example 1:
Input: arr = [2,6,4,1]
Output: false
Explanation: There are no three consecutive odds.
Example 2:
Input: arr = [1,2,34,3,4,5,7,23,12]
Output:... | UTF-8 | Java | 1,013 | java | _1553_Minimum_Number_of_Days_to_Eat_N_Oranges.java | Java | [] | null | [] | package com.leetcode.weekly.weekly202;
/*
Given an integer array arr, return true if there are three consecutive odd numbers in the array. Otherwise, return false.
Example 1:
Input: arr = [2,6,4,1]
Output: false
Explanation: There are no three consecutive odds.
Example 2:
Input: arr = [1,2,34,3,4,5,7,23,12]
Output:... | 1,013 | 0.537019 | 0.484699 | 47 | 20.574469 | 22.226824 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595745 | false | false | 9 |
62db89736d69193fd0c79d1d02bc94bbddb63e27 | 10,161,892,633,376 | c04ac585cf7799ac06ccb9d1f46ce265b6f847d6 | /src/com/company/controleur/Controleur.java | c2cda545eec3f8817873c6e6fa7f5893021c595e | [] | no_license | jbachayani/Burger_King_Desktop | https://github.com/jbachayani/Burger_King_Desktop | 224055c1949d5c12233ad5a4b0bd6102e56dda5c | 06f9bff148dd6864f861ebe51a5667dd6ffe1784 | refs/heads/master | 2021-06-05T06:14:46.769000 | 2016-06-09T15:56:38 | 2016-06-09T15:56:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.controleur;
import com.company.vue.VueConnexion;
public class Controleur {
public static void main (String args[]) {
new VueConnexion();
}
}
| UTF-8 | Java | 175 | java | Controleur.java | Java | [] | null | [] | package com.company.controleur;
import com.company.vue.VueConnexion;
public class Controleur {
public static void main (String args[]) {
new VueConnexion();
}
}
| 175 | 0.708571 | 0.708571 | 11 | 14.909091 | 16.334316 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 9 |
0fc2464fc0be06c39983fefe3f07c986f21dcec0 | 23,785,528,928,656 | b9fc12a0eb9ee89cea236944eb6c05ca3646df11 | /my-web/src/main/java/com/shotgun/my/web/util/newExcel/Excel.java | 8833b728b17743cae1c4fdbae2e31194d50144b8 | [
"Apache-2.0"
] | permissive | JonSnow592622272/my | https://github.com/JonSnow592622272/my | fdb3f4483f854a78554ca38df8cd837938b0866b | 238ceac817e0f4978939b4c21eda324aa1e24b04 | refs/heads/master | 2021-07-10T18:45:05.332000 | 2020-12-14T03:14:49 | 2020-12-14T03:14:49 | 220,402,748 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shotgun.my.web.util.newExcel;
import java.io.InputStream;
import java.io.OutputStream;
/**
* @author wulm
* @desc
**/
public interface Excel {
// /**
// * 添加sheet表
// */
// <T> Sheet<T> addSheet(String name, List<T> list);
/**
* @author wulm
* @desc 设置导入文件或导出的模板文件
**/... | UTF-8 | Java | 821 | java | Excel.java | Java | [
{
"context": "ream;\nimport java.io.OutputStream;\n\n/**\n * @author wulm\n * @desc\n **/\npublic interface Excel {\n\n// /**",
"end": 120,
"score": 0.9996145367622375,
"start": 116,
"tag": "USERNAME",
"value": "wulm"
},
{
"context": "tring name, List<T> list);\n\n /**\n * ... | null | [] | package com.shotgun.my.web.util.newExcel;
import java.io.InputStream;
import java.io.OutputStream;
/**
* @author wulm
* @desc
**/
public interface Excel {
// /**
// * 添加sheet表
// */
// <T> Sheet<T> addSheet(String name, List<T> list);
/**
* @author wulm
* @desc 设置导入文件或导出的模板文件
**/... | 821 | 0.57971 | 0.57971 | 42 | 17.071428 | 18.572115 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.261905 | false | false | 9 |
052e1028524b6f21de561c220c08ba2f187d35c9 | 9,045,201,173,311 | c181d5385bf397c4d1b46d4b13f3929c7f2282d8 | /Fuentes/siapv2-mvn/src/main/java/sv/gob/mined/apps/siapv2/mvn/dao/impl/PgTiposBonosDaoImpl.java | 06f8a78313dc50712924eba948cfe40e86750311 | [] | no_license | InfoSoftSystem/SIAPWEB-Project | https://github.com/InfoSoftSystem/SIAPWEB-Project | ce92e7bd0d3636cb288b41ee6485d5c447837fcd | eabd9eee692f94a94aed3d353c39f11ca6add70c | refs/heads/master | 2021-01-15T10:18:53.824000 | 2014-05-30T03:52:15 | 2014-05-30T03:52:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sv.gob.mined.apps.siapv2.mvn.dao.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework... | UTF-8 | Java | 1,159 | java | PgTiposBonosDaoImpl.java | Java | [
{
"context": "siapv2.mvn.modelo.PgTiposBonos;\n\n/**\n *\n * @author Infosoft\n */\n@Repository\npublic class PgTiposBonosDaoImpl ",
"end": 536,
"score": 0.9994208216667175,
"start": 528,
"tag": "USERNAME",
"value": "Infosoft"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sv.gob.mined.apps.siapv2.mvn.dao.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework... | 1,159 | 0.739431 | 0.736842 | 41 | 27.268293 | 26.41325 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 9 |
8c90c222f5a3f93624046ae2965fc635282f49e1 | 20,263,655,765,776 | d0a3b9689aa093e28e715281833e83bd2a613699 | /arraylist/ArrayListOfStrings.java | 502b079e995065f5bd743e4dc2fd757b50c1f2f7 | [] | no_license | daanderso/programming-by-doing | https://github.com/daanderso/programming-by-doing | 48578fab5f10ecdcfaeec028a5dca88b58734dd1 | 5529ea842a50d7a811a36cb210e1caeca9bc5a8f | refs/heads/master | 2021-01-21T21:14:28.239000 | 2017-08-27T11:55:19 | 2017-08-27T11:55:19 | 92,320,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arraylist;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
public class ArrayListOfStrings {
public static void main(String[] args) {
String sentence = "Ask not what your country can do for you but";
String sentence2 = sentence.toLowerCase();
String[] strValues = se... | UTF-8 | Java | 513 | java | ArrayListOfStrings.java | Java | [] | null | [] | package arraylist;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
public class ArrayListOfStrings {
public static void main(String[] args) {
String sentence = "Ask not what your country can do for you but";
String sentence2 = sentence.toLowerCase();
String[] strValues = se... | 513 | 0.738791 | 0.734893 | 23 | 21.304348 | 23.486231 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.304348 | false | false | 9 |
6774dadc7c08d6e96ff43cfdf94736a8aeb69925 | 31,284,541,847,326 | 153d4588e75d320b3164d84a3343fbd8c137ac58 | /tenacity-core/src/main/java/com/yammer/tenacity/core/resources/TenacityCircuitBreakersResource.java | 7da4168b3ac58768f09952ed1fce36ffe7a73864 | [
"Apache-2.0"
] | permissive | guilhermejccavalcanti/tenacity | https://github.com/guilhermejccavalcanti/tenacity | 8119450ec390dbf5c38abb8dce24aa8450ac6315 | 8716a550b61beacb112b7101afde3d9400c1b525 | refs/heads/master | 2020-03-25T05:49:15.801000 | 2019-02-08T14:37:45 | 2019-02-08T14:37:45 | 143,467,265 | 0 | 0 | Apache-2.0 | true | 2018-08-03T19:44:25 | 2018-08-03T19:44:25 | 2018-06-14T12:52:27 | 2017-10-12T16:59:39 | 7,651 | 0 | 0 | 0 | null | false | null | package com.yammer.tenacity.core.resources;
import com.google.common.collect.ImmutableList;
import com.netflix.hystrix.HystrixCircuitBreaker;
import com.codahale.metrics.annotation.Timed;
import com.yammer.tenacity.core.TenacityCommand;
import com.yammer.tenacity.core.core.CircuitBreaker;
import com.yammer.tenacity.co... | UTF-8 | Java | 1,377 | java | TenacityCircuitBreakersResource.java | Java | [] | null | [] | package com.yammer.tenacity.core.resources;
import com.google.common.collect.ImmutableList;
import com.netflix.hystrix.HystrixCircuitBreaker;
import com.codahale.metrics.annotation.Timed;
import com.yammer.tenacity.core.TenacityCommand;
import com.yammer.tenacity.core.core.CircuitBreaker;
import com.yammer.tenacity.co... | 1,377 | 0.751634 | 0.751634 | 38 | 35.236843 | 28.141966 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
21b6c3d607167cef95706271bf8691dbf57df3ca | 23,922,967,886,756 | 59ba4749455e21d770f0c7e12442480e465d1b36 | /src/CS1802/Week5/CLS1_76.MinimumWindowSubstring.java | 9ab4735b9302aa0487228c02291b9ffe754307c3 | [] | no_license | junj0619/CodeLab | https://github.com/junj0619/CodeLab | b24977e4d96a6bb3aa066f01a8d58e1b8d8d079d | 84e52859bc97b1f0e8c5a79e3e05e8c4aa8c4c67 | refs/heads/master | 2021-06-07T21:45:50.037000 | 2020-04-14T18:55:17 | 2020-04-14T18:55:17 | 93,473,161 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public String minWindow(String s, String t) {
int len = s.length();
int total = 0;
int start = 0;
int minLen = Integer.MAX_VALUE;
HashMap<Character, Integer> map = new HashMap<>();
for(char c : t.toCharArray()) {
map.put(c, map.ge... | UTF-8 | Java | 1,469 | java | CLS1_76.MinimumWindowSubstring.java | Java | [] | null | [] | class Solution {
public String minWindow(String s, String t) {
int len = s.length();
int total = 0;
int start = 0;
int minLen = Integer.MAX_VALUE;
HashMap<Character, Integer> map = new HashMap<>();
for(char c : t.toCharArray()) {
map.put(c, map.ge... | 1,469 | 0.339006 | 0.330837 | 48 | 29.604166 | 17.109621 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 9 |
bf12b18d672727351bf2da37d8ee0f4500dea0c7 | 31,318,901,572,336 | c964d99746591d296270bb6c8a0b1e2811acc175 | /src/interviews/Lowest_Common_Ancester.java | 6c8bd3589fa25397bd61d2d29bfcbb3a0250f7cc | [] | no_license | lijing2441/leetcode | https://github.com/lijing2441/leetcode | 03c1be2c1faab8bb3742d0a8c5cb4bbda4d52a7f | ae147173105e5a9bd4797d80b15e2d3602779485 | refs/heads/master | 2021-01-24T17:54:17.609000 | 2016-02-01T17:18:25 | 2016-02-01T17:18:25 | 42,365,288 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interviews;
public class Lowest_Common_Ancester {
// given the root
public TreeNode LCA(TreeNode root, TreeNode p, TreeNode q) {
if (null == root)
return null;
if (root == p || root == q)
return root;
TreeNode left = LCA(root.left, p, q);
TreeNode right = LCA(root.right, p, q);
// if from bot... | UTF-8 | Java | 1,514 | java | Lowest_Common_Ancester.java | Java | [] | null | [] | package interviews;
public class Lowest_Common_Ancester {
// given the root
public TreeNode LCA(TreeNode root, TreeNode p, TreeNode q) {
if (null == root)
return null;
if (root == p || root == q)
return root;
TreeNode left = LCA(root.left, p, q);
TreeNode right = LCA(root.right, p, q);
// if from bot... | 1,514 | 0.570674 | 0.567371 | 58 | 25.103449 | 24.140886 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.534483 | false | false | 9 |
e8337314f4368715ea7a8bf667af7447a7967d6d | 8,426,725,902,153 | 301e5bebb11e42862adb0014a862a7d6612b3dd2 | /java_prog/DiffHashMapWeakHashMap.java | 907ac07c0ad585a3b18eb5a1dc4be858c80f41ca | [] | no_license | sudheertalluri5/My_Java_Programs | https://github.com/sudheertalluri5/My_Java_Programs | 5cd00cf3696d0a476348acaad2d725d459d5fc5e | 8cefd0240384466adaa02f6794daf358fbcd3094 | refs/heads/master | 2022-04-17T02:20:03.970000 | 2020-04-15T18:57:51 | 2020-04-15T18:57:51 | 256,006,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class DiffHashMapWeakHashMap{
public static void main(String ar[]) throws Exception{
HashMap m=new HashMap();
WeakHashMap m1=new WeakHashMap();
Temp t=new Temp();
m.put(t,"it won't disappear");
System.out.println(m);
t=null;
System.out.println(m);
System.gc();
Thread.sleep(1000);
... | UTF-8 | Java | 893 | java | DiffHashMapWeakHashMap.java | Java | [] | null | [] | import java.util.*;
class DiffHashMapWeakHashMap{
public static void main(String ar[]) throws Exception{
HashMap m=new HashMap();
WeakHashMap m1=new WeakHashMap();
Temp t=new Temp();
m.put(t,"it won't disappear");
System.out.println(m);
t=null;
System.out.println(m);
System.gc();
Thread.sleep(1000);
... | 893 | 0.650616 | 0.62374 | 43 | 19.744186 | 11.037132 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.511628 | false | false | 9 |
efc1edad31012b60fca458f533cc205c462f6514 | 18,665,927,907,077 | 6b7db7325cba4d01aff4a3d575b98f58d2309b3b | /app/src/main/java/com/spotify/gil/spotifystreamer/player/service/MediaPlayerListener.java | 82f013262de1e6361514f8d15fc97e8eafafc28f | [] | no_license | AlexBravo/Spotify_Streamer | https://github.com/AlexBravo/Spotify_Streamer | 29ffb631b1fb41f93eb5f397320efbcf1a076284 | f81b874a403a2b0306cc798d5388a669c7862099 | refs/heads/master | 2021-01-21T05:36:17.468000 | 2015-06-29T16:50:57 | 2015-06-29T16:50:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spotify.gil.spotifystreamer.player.service;
import android.media.MediaPlayer;
import com.spotify.gil.spotifystreamer.internal.SpotifyArtist;
import com.spotify.gil.spotifystreamer.internal.SpotifyTrack;
/**
* Created by GIL on 18/06/2015 for Spotify Streamer.
*/
public interface MediaPlayerListener {
... | UTF-8 | Java | 549 | java | MediaPlayerListener.java | Java | [
{
"context": "streamer.internal.SpotifyTrack;\n\n/**\n * Created by GIL on 18/06/2015 for Spotify Streamer.\n */\npublic in",
"end": 239,
"score": 0.9584497213363647,
"start": 236,
"tag": "USERNAME",
"value": "GIL"
}
] | null | [] | package com.spotify.gil.spotifystreamer.player.service;
import android.media.MediaPlayer;
import com.spotify.gil.spotifystreamer.internal.SpotifyArtist;
import com.spotify.gil.spotifystreamer.internal.SpotifyTrack;
/**
* Created by GIL on 18/06/2015 for Spotify Streamer.
*/
public interface MediaPlayerListener {
... | 549 | 0.795993 | 0.781421 | 18 | 29.5 | 30.901726 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 9 |
003c2907a7deca2c63cee3791afddc07bf414e0a | 23,768,349,040,389 | 2c1a40e80228db30410370f3b4f2ce04b2f03c01 | /serverv2/src/main/java/com/kiwihouse/vo/kiwihouse/GroupAddVo.java | 52a0a273ce37085352320c3741809095d2012db3 | [] | no_license | SxxGDZB/SxxGDZB-customization | https://github.com/SxxGDZB/SxxGDZB-customization | 5bbc6508dae521812d8e72ee7cd4fc8e90b13a16 | 85873f6033b6c2bd81018d0197aba52566d85a80 | refs/heads/master | 2023-02-16T23:33:19.442000 | 2021-01-11T07:16:29 | 2021-01-11T07:16:29 | 289,149,752 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kiwihouse.vo.kiwihouse;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* @author yjzn
* @date 2020-3-5 16:12:11
*/
@ToString
@Getter
@Setter
@ApiModel(description = "添加分组参数")
public class Gr... | UTF-8 | Java | 715 | java | GroupAddVo.java | Java | [
{
"context": "ok.Setter;\nimport lombok.ToString;\n\n/**\n * @author yjzn\n * @date 2020-3-5 16:12:11\n */\n@ToString\n@Getter\n",
"end": 213,
"score": 0.999715268611908,
"start": 209,
"tag": "USERNAME",
"value": "yjzn"
}
] | null | [] | package com.kiwihouse.vo.kiwihouse;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* @author yjzn
* @date 2020-3-5 16:12:11
*/
@ToString
@Getter
@Setter
@ApiModel(description = "添加分组参数")
public class Gr... | 715 | 0.728467 | 0.710949 | 30 | 21.833334 | 15.897763 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
5f7d06782f00c8de3e83d46094c315b568f74502 | 35,235,911,703,349 | 6ed482a6b3c9716f585d04b965a75964c8efd35d | /java/l2trunk/scripts/ai/GuardianAltar.java | 173c752644587bc59b5f67cad12a898d6fed983a | [] | no_license | VitaliiBashta/Trunk | https://github.com/VitaliiBashta/Trunk | 0796d1be73f0ced917fd3ebf725403f30ebb6a84 | 9f58afca0deb4e6f69fc89e3b47b5fc02d2a31e9 | refs/heads/master | 2021-10-24T20:56:55.327000 | 2019-03-28T15:36:37 | 2019-03-28T15:36:37 | 155,664,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package l2trunk.scripts.ai;
import l2trunk.commons.util.Rnd;
import l2trunk.gameserver.ai.CtrlEvent;
import l2trunk.gameserver.ai.DefaultAI;
import l2trunk.gameserver.model.Creature;
import l2trunk.gameserver.model.Player;
import l2trunk.gameserver.model.SimpleSpawner;
import l2trunk.gameserver.model.Summon;
import l2... | UTF-8 | Java | 2,876 | java | GuardianAltar.java | Java | [] | null | [] | package l2trunk.scripts.ai;
import l2trunk.commons.util.Rnd;
import l2trunk.gameserver.ai.CtrlEvent;
import l2trunk.gameserver.ai.DefaultAI;
import l2trunk.gameserver.model.Creature;
import l2trunk.gameserver.model.Player;
import l2trunk.gameserver.model.SimpleSpawner;
import l2trunk.gameserver.model.Summon;
import l2... | 2,876 | 0.642344 | 0.608196 | 73 | 37.123287 | 28.874289 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767123 | false | false | 9 |
1238cd8ce51b49aebab2a9c863ece112a9de4bcf | 27,084,063,792,827 | 0f12b8d94bb748ad6e4a4969a487d41a67756732 | /halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/spinnaker/v1/profile/deck/PluginManifestProfileFactory.java | 0a114b646efdbcf97887c1d1471250d8c8cf0e10 | [
"Apache-2.0"
] | permissive | Jaskaranbir/halyard | https://github.com/Jaskaranbir/halyard | da138988a409e44886a5013494cf1fbfefcb23cf | fa89dcddb4b41d4b4c3ecb8765a19940eef1eafd | refs/heads/master | 2021-02-13T06:40:47.581000 | 2020-03-02T19:38:24 | 2020-03-02T19:38:24 | 244,671,359 | 1 | 0 | Apache-2.0 | true | 2020-03-03T15:25:16 | 2020-03-03T15:25:15 | 2020-03-02T19:38:28 | 2020-03-03T04:27:00 | 7,026 | 0 | 0 | 0 | null | false | false | package com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile.deck;
import com.netflix.spinnaker.halyard.config.model.v1.node.DeploymentConfiguration;
import com.netflix.spinnaker.halyard.config.model.v1.plugins.Plugin;
import com.netflix.spinnaker.halyard.config.services.v1.PluginService;
import com.netflix.spinn... | UTF-8 | Java | 2,079 | java | PluginManifestProfileFactory.java | Java | [] | null | [] | package com.netflix.spinnaker.halyard.deploy.spinnaker.v1.profile.deck;
import com.netflix.spinnaker.halyard.config.model.v1.node.DeploymentConfiguration;
import com.netflix.spinnaker.halyard.config.model.v1.plugins.Plugin;
import com.netflix.spinnaker.halyard.config.services.v1.PluginService;
import com.netflix.spinn... | 2,079 | 0.689274 | 0.685426 | 60 | 33.650002 | 28.451025 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 9 |
2ebbbd770529e1637de92e94919b633201305f54 | 11,948,599,036,978 | 0d30cb72126cfcd1ea747c7af74dc04306ac0510 | /Codes/Data Structure/src/main/java/com/XRewrite/bean/impl/Literal.java | d8bd83c8fd216825b8d83bdba25c9ca64c0503a1 | [] | no_license | CheungVane/XRewrite | https://github.com/CheungVane/XRewrite | 37a51add1072114f8e05880dbd0390043dfd37e2 | 5bc816422777aa4ffc3fa9ba85917f9c0045068e | refs/heads/main | 2023-07-03T07:39:35.465000 | 2021-08-11T02:14:15 | 2021-08-11T02:14:15 | 392,864,769 | 0 | 0 | null | false | 2021-08-11T02:14:15 | 2021-08-05T01:09:16 | 2021-08-06T00:18:00 | 2021-08-11T02:14:15 | 6,960 | 0 | 0 | 0 | Java | false | false |
package com.XRewrite.bean.impl;
import com.XRewrite.bean.IAtom;
import com.XRewrite.bean.ILiteral;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import java.io.Serializable;
public class Literal implements ILiteral, Serializable {
private final boolean positive;
private final IAtom atom;
Literal(fi... | UTF-8 | Java | 1,240 | java | Literal.java | Java | [] | null | [] |
package com.XRewrite.bean.impl;
import com.XRewrite.bean.IAtom;
import com.XRewrite.bean.ILiteral;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import java.io.Serializable;
public class Literal implements ILiteral, Serializable {
private final boolean positive;
private final IAtom atom;
Literal(fi... | 1,240 | 0.672581 | 0.666936 | 61 | 19.311476 | 19.279261 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590164 | false | false | 9 |
2f485c25ec69bfed7666dabd5edf4431b379bc49 | 15,101,105,031,977 | 6ad6d0909f458e6660793e50c49c072aaaa56c89 | /stan-seckill-api/src/main/java/com/stan/seckill/mq/MQSendService.java | f24d4795b59fa1453920c55755baa10116d7f819 | [] | no_license | sidanchen/stan-seckill | https://github.com/sidanchen/stan-seckill | 8fb6222f5baced90505389967e51801b778d8212 | 9af9bc8ab0877dd209ab932f369cb78e3a9870bf | refs/heads/master | 2020-05-05T07:21:37.349000 | 2019-05-05T09:35:00 | 2019-05-05T09:35:00 | 179,822,206 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stan.seckill.mq;
import com.stan.config.mqconfig.QueueConfig;
import com.stan.seckill.redis.RedisService;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by sdc on 2019/4/21.
*/... | UTF-8 | Java | 633 | java | MQSendService.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by sdc on 2019/4/21.\n */\n@Service\npublic class MQSendSer",
"end": 302,
"score": 0.9991974830627441,
"start": 299,
"tag": "USERNAME",
"value": "sdc"
}
] | null | [] | package com.stan.seckill.mq;
import com.stan.config.mqconfig.QueueConfig;
import com.stan.seckill.redis.RedisService;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by sdc on 2019/4/21.
*/... | 633 | 0.78515 | 0.774092 | 22 | 27.772728 | 26.11327 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 9 |
d7d8ce0a9e58c2bc2ce2393f56ca91015179061c | 27,728,308,900,797 | 8c6f3e178633dd7f081c1500389807cfe3089412 | /Chapter8PC5/src/FinalExam.java | d41b95068b57c90be2861d0709fa4185e3250065 | [] | no_license | ralphorteza/FANBOYS | https://github.com/ralphorteza/FANBOYS | 7ad447e0c5634fc21c66eaf1b7843349fe0c5ae2 | 558a049b38b91f2e2b52731b63206275353dea42 | refs/heads/master | 2020-03-31T18:25:03.875000 | 2019-08-16T20:26:52 | 2019-08-16T20:26:52 | 152,458,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class FinalExam extends GradedActivity{
private int numQuestions;
private double pointsEach;
private int numMissed;
public FinalExam (int questions, int missed) {
double numericScore,
tempScore;
numQuestions = questions;
numMissed = missed;
... | UTF-8 | Java | 1,207 | java | FinalExam.java | Java | [] | null | [] |
public class FinalExam extends GradedActivity{
private int numQuestions;
private double pointsEach;
private int numMissed;
public FinalExam (int questions, int missed) {
double numericScore,
tempScore;
numQuestions = questions;
numMissed = missed;
... | 1,207 | 0.597349 | 0.587407 | 47 | 24.659575 | 18.008598 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 9 |
d228f456611c7fb94664ec7e776b703162ae69df | 14,216,341,814,707 | 8e9824382cae0c95a7622ec06025a52a7d2e0df8 | /src/ubic/basecode/ontology/jena/JenaUtils.java | 3c3f10654a33199dbfec18a4f183509c05b07d3b | [
"Apache-2.0"
] | permissive | PavlidisLab/baseCode | https://github.com/PavlidisLab/baseCode | a61a301ecc76323c77b6bc914cda548327a62e99 | 6aaf59439818bca54bb74ed0c67a97a38d7008de | refs/heads/development | 2023-07-20T05:03:46.760000 | 2023-07-05T18:39:07 | 2023-07-05T18:43:43 | 51,547,648 | 3 | 0 | Apache-2.0 | false | 2023-06-28T19:30:40 | 2016-02-11T21:17:22 | 2023-03-30T03:17:55 | 2023-06-28T19:30:37 | 34,750 | 5 | 0 | 4 | Java | false | false | package ubic.basecode.ontology.jena;
import com.hp.hpl.jena.ontology.OntClass;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.ontology.Restriction;
import com.hp.hpl.jena.rdf.model.*;
import com.hp.hpl.jena.util.iterator.ExtendedIterator;
import com.hp.hpl.jena.util.iterator.Filter;
import com.hp.hpl... | UTF-8 | Java | 5,459 | java | JenaUtils.java | Java | [] | null | [] | package ubic.basecode.ontology.jena;
import com.hp.hpl.jena.ontology.OntClass;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.ontology.Restriction;
import com.hp.hpl.jena.rdf.model.*;
import com.hp.hpl.jena.util.iterator.ExtendedIterator;
import com.hp.hpl.jena.util.iterator.Filter;
import com.hp.hpl... | 5,459 | 0.561275 | 0.560725 | 143 | 37.174824 | 30.545692 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426573 | false | false | 9 |
7d3f2a607dbcc3f9a2468407fa07933af8733c00 | 15,384,572,918,349 | a0d92f5974795085c558534f98b665adb946a965 | /Alph_Beta_Pruning/Simple_Alpha_Beta/simple_alpha_beta.java | eee361a3b8461c8765395434b6a61229cfc0b547 | [] | no_license | AartiBhagtani/AI-Algorithms | https://github.com/AartiBhagtani/AI-Algorithms | 4091e21e5ea3d9825714213bfecf35485159e968 | 478e82c3d51d6cabdceb5bad835339dfbe44af61 | refs/heads/master | 2020-03-29T16:51:32.256000 | 2018-10-18T16:34:32 | 2018-10-18T16:34:32 | 150,130,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class simple_alpha_beta{
static int max = 1000;
static int min = -1000;
static int minmax(int depth, int nodeIndex, boolean maxPlayer, int values[], int alpha, int beta)
{
int best;
if(depth == 3)
{
return values[nodeIndex];
}
if(maxPlayer)
{
best = min;
// recur for lef... | UTF-8 | Java | 1,035 | java | simple_alpha_beta.java | Java | [] | null | [] | import java.util.*;
class simple_alpha_beta{
static int max = 1000;
static int min = -1000;
static int minmax(int depth, int nodeIndex, boolean maxPlayer, int values[], int alpha, int beta)
{
int best;
if(depth == 3)
{
return values[nodeIndex];
}
if(maxPlayer)
{
best = min;
// recur for lef... | 1,035 | 0.571981 | 0.545894 | 55 | 17.836363 | 21.289146 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.272727 | false | false | 9 |
78670b7c2c2b1cea142c00dc02d35fd0a22f67d3 | 32,658,931,384,582 | 3f976fee8af57e7dab92bc34a778c4f12be1698b | /src/main/java/gr/blackswamp/awesorm/EncryptedDatabase.java | 45bceabed0fc5135c9d278b844201d3501e01fd6 | [
"Apache-2.0"
] | permissive | Nekrull/Awesorm | https://github.com/Nekrull/Awesorm | 5011c8dcefbca824e3fad25f8636141d60f1d920 | 89111119fd63428ebd15395138cf42daf4e6d26b | refs/heads/master | 2018-10-16T17:15:10.768000 | 2018-08-21T07:21:56 | 2018-08-21T07:21:56 | 140,695,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gr.blackswamp.awesorm;
import android.content.Context;
import android.database.Cursor;
import net.sqlcipher.database.SQLiteDatabase;
import net.sqlcipher.database.SQLiteOpenHelper;
class EncryptedDatabase extends SQLiteOpenHelper implements IDBConnection {
private final String _password;
public Enc... | UTF-8 | Java | 1,696 | java | EncryptedDatabase.java | Java | [
{
"context": "super(context, name, null, 1);\n _password = password;\n }\n\n @Override\n public void onCreate(SQ",
"end": 451,
"score": 0.9987246990203857,
"start": 443,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package gr.blackswamp.awesorm;
import android.content.Context;
import android.database.Cursor;
import net.sqlcipher.database.SQLiteDatabase;
import net.sqlcipher.database.SQLiteOpenHelper;
class EncryptedDatabase extends SQLiteOpenHelper implements IDBConnection {
private final String _password;
public Enc... | 1,698 | 0.6875 | 0.68691 | 63 | 25.920635 | 26.667442 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 9 |
2c5712e7eded2765940ad95d8bd8c129ec1fa6e4 | 3,650,722,242,854 | 6ea190fe889302725ca83949fbf249d2976509c9 | /WEB-INF/classes/RegistroProyecto.java | f04c3b03cf30a71c50b32172f80e686e1e0af61f | [] | no_license | AlanZavala/FinalDataBase | https://github.com/AlanZavala/FinalDataBase | 282a8728e90b647f603f173c321af2f31fca487d | a6d45717e3ad6d98a551ca174e6b5ddcfad8cf7e | refs/heads/master | 2020-05-18T13:40:58.023000 | 2019-11-13T20:24:39 | 2019-11-13T20:24:39 | 184,447,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*import java.sql.*;
import java.text.SimpleDateFormat;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.Date;
import objetos.Proyecto;
import javax.servlet.annotation.WebServlet;
import java.util.Vector;
@WebServlet("/RegistroProyecto")
public class RegistroProyecto ex... | UTF-8 | Java | 4,183 | java | RegistroProyecto.java | Java | [] | null | [] | /*import java.sql.*;
import java.text.SimpleDateFormat;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.Date;
import objetos.Proyecto;
import javax.servlet.annotation.WebServlet;
import java.util.Vector;
@WebServlet("/RegistroProyecto")
public class RegistroProyecto ex... | 4,183 | 0.562993 | 0.56132 | 102 | 39.009804 | 34.744583 | 205 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95098 | false | false | 9 |
6850e933f36b05f539f1bc3d69170fa27c052429 | 9,981,504,058,376 | a4ae88a3821e1d60a80f2b0b5ac856e815377b81 | /swiftcom2Ejb/src/test/java/com/jnj/gtsc/swiftcom2/business/swiftcom/valueobject/filter/CharacterFilter_removeReplacePairs_Test.java | 68a8a01de88ab25e6976706eb61701b068db1d83 | [] | no_license | rcommers/swiftcom | https://github.com/rcommers/swiftcom | 8138927c96414cb0fef88efb6354d128c3501bb1 | fb036f93b8e7d445ad06cca49127eb5502b6ee9e | refs/heads/master | 2017-10-03T01:45:44.645000 | 2016-09-20T18:27:04 | 2016-09-20T18:27:04 | 68,741,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jnj.gtsc.swiftcom2.business.swiftcom.valueobject.filter;
import org.junit.Assert;
import org.junit.Test;
public class CharacterFilter_removeReplacePairs_Test {
private CharacterFilter filter = new CharacterFilter();
@Test
public void givenMatchingRegex_thenReplacePairIsRemoved() {
... | UTF-8 | Java | 1,536 | java | CharacterFilter_removeReplacePairs_Test.java | Java | [] | null | [] | package com.jnj.gtsc.swiftcom2.business.swiftcom.valueobject.filter;
import org.junit.Assert;
import org.junit.Test;
public class CharacterFilter_removeReplacePairs_Test {
private CharacterFilter filter = new CharacterFilter();
@Test
public void givenMatchingRegex_thenReplacePairIsRemoved() {
... | 1,536 | 0.64388 | 0.639323 | 45 | 32.133335 | 26.458017 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 9 |
d3c9b9f0e3a43b6ae9cbe4ef4c382c0f145bb64b | 34,548,716,941,313 | 47395304a4c32ac5d3deaeb55795d177df89527c | /src/main/java/ws/MyWebSocketHandler.java | 79d840877c33b7e20546377464e1a19669bc16dd | [] | no_license | isxcode/websocket_simple | https://github.com/isxcode/websocket_simple | 88778e3a37edec99c44f62f5e84dc11eb91e6ca4 | 6d9080ffb8246508aa786cd0bf84782b2d48094c | refs/heads/master | 2020-07-13T19:12:53.344000 | 2018-01-12T08:45:23 | 2018-01-12T08:45:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ws;
import java.util.ArrayList;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.socket.CloseStatus;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.socket.WebSocketHandler;
import org.springframework.web.socket.Web... | UTF-8 | Java | 2,731 | java | MyWebSocketHandler.java | Java | [] | null | [] | package ws;
import java.util.ArrayList;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.socket.CloseStatus;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.socket.WebSocketHandler;
import org.springframework.web.socket.Web... | 2,731 | 0.743112 | 0.742336 | 104 | 23.788462 | 23.654839 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.471154 | false | false | 9 |
dc3a5e8b52add274b166d7d86764f3ff07565a40 | 38,113,539,785,421 | 74f3e0bd6527246be75a87ce22d578ab0a72d941 | /coloniaweb/src/main/java/com/springbootapp/coloniaweb/models/dao/INetworkDao.java | 262464b9177ea90496266a9448b67d8c0769948d | [] | no_license | AlfonsoBallesteros/ColoniaWeb_Repository | https://github.com/AlfonsoBallesteros/ColoniaWeb_Repository | 98b5db18a9ac4fdf5ffc257ecc02f1319de12d32 | f668a6ac728adcaaf7b63eb2c1b1574b7cde9ae0 | refs/heads/master | 2022-12-05T06:20:54.158000 | 2020-09-03T16:56:12 | 2020-09-03T16:56:12 | 292,629,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springbootapp.coloniaweb.models.dao;
import com.springbootapp.coloniaweb.models.entity.Network;
import org.springframework.data.jpa.repository.JpaRepository;
public interface INetworkDao extends JpaRepository<Network, Long>{
} | UTF-8 | Java | 242 | java | INetworkDao.java | Java | [] | null | [] | package com.springbootapp.coloniaweb.models.dao;
import com.springbootapp.coloniaweb.models.entity.Network;
import org.springframework.data.jpa.repository.JpaRepository;
public interface INetworkDao extends JpaRepository<Network, Long>{
} | 242 | 0.842975 | 0.842975 | 9 | 26 | 29.177616 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
192b76b59915fe249cb46671bf8060a60c1ea498 | 36,275,293,782,083 | 34fd3343e32fcf3df943e6b45e0df7f09c6ffe0b | /src/net/lemonrs/lemonpicker/bytecode/tree/FlowGraph.java | d7cea23a765071e7c6082ee0c41facc76974237a | [] | no_license | lemonrs/LemonPicker | https://github.com/lemonrs/LemonPicker | 8b1e5f2a1fd9700942f73ce66fb6c336ba4032e1 | 9c5e9e99bac6ec3e43f8db1f0ccd11122ad457ea | refs/heads/master | 2016-08-08T01:34:46.964000 | 2014-10-09T01:39:58 | 2014-10-09T01:39:58 | 24,122,024 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.lemonrs.lemonpicker.bytecode.tree;
import net.lemonrs.lemonpicker.bytecode.element.ClassElement;
import net.lemonrs.lemonpicker.bytecode.element.MethodElement;
import net.lemonrs.lemonpicker.bytecode.tree.field.FieldInsnVisitor;
import net.lemonrs.lemonpicker.bytecode.tree.method.MethodInsnVisitor;
import ... | UTF-8 | Java | 1,171 | java | FlowGraph.java | Java | [
{
"context": "de;\n\nimport java.io.IOException;\n\n/**\n * @author : const_\n */\npublic class FlowGraph {\n\n private ClassEl",
"end": 497,
"score": 0.9996521472930908,
"start": 491,
"tag": "USERNAME",
"value": "const_"
}
] | null | [] | package net.lemonrs.lemonpicker.bytecode.tree;
import net.lemonrs.lemonpicker.bytecode.element.ClassElement;
import net.lemonrs.lemonpicker.bytecode.element.MethodElement;
import net.lemonrs.lemonpicker.bytecode.tree.field.FieldInsnVisitor;
import net.lemonrs.lemonpicker.bytecode.tree.method.MethodInsnVisitor;
import ... | 1,171 | 0.704526 | 0.704526 | 40 | 28.275 | 23.550995 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 9 |
ed8aee8a6306d284f52cebefd5de2bbec1e861e7 | 36,653,250,904,831 | 602d67a07f5f7c1b31984de59140f6a14337a279 | /ksb-client/src/main/java/com/ksb/web/thirdpart/openapi/service/WaybillWebServiceImpl.java | 624fbd20374a3bf0d68cbdb40166beb6f20c94ae | [] | no_license | caocf/ksb-client | https://github.com/caocf/ksb-client | 3ec613041603b31885117d467ab22b74b616c4ce | d994ce138642b6c773af8db06e5ee4b2e2816ccd | refs/heads/master | 2021-01-16T22:28:42.964000 | 2015-10-10T05:42:33 | 2015-10-10T05:42:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ksb.web.thirdpart.openapi.service;
import org.springframework.stereotype.Service;
@Service
public class WaybillWebServiceImpl implements WaybillWebService {
@Override
public void demo() {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 254 | java | WaybillWebServiceImpl.java | Java | [] | null | [] | package com.ksb.web.thirdpart.openapi.service;
import org.springframework.stereotype.Service;
@Service
public class WaybillWebServiceImpl implements WaybillWebService {
@Override
public void demo() {
// TODO Auto-generated method stub
}
}
| 254 | 0.767717 | 0.767717 | 16 | 14.875 | 20.657551 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 9 |
55a22eb0f2e34464a589cc7f73deded52b4e49b2 | 25,606,595,087,716 | 986982a3b4ab0c73d849201761ac564d9f343ab7 | /src/main/java/com/github/rmannibucau/beam/dq/build/ReadmeUpdater.java | fa3b185a627507a74682d3d1788ae81c51bc715a | [] | no_license | rmannibucau/beam-dq | https://github.com/rmannibucau/beam-dq | cc1a7571681ee5716b3756e36c55c8fc27eb0887 | 2d5d74ff30c5d44a19df35284805a41a07ddce51 | refs/heads/master | 2022-12-07T02:15:10.613000 | 2019-10-03T13:54:13 | 2019-10-03T13:54:13 | 212,066,290 | 0 | 0 | null | false | 2022-11-15T23:30:38 | 2019-10-01T10:15:36 | 2019-10-03T13:54:21 | 2022-11-15T23:30:37 | 63 | 0 | 0 | 2 | Java | false | false | /**
* Copyright (C) 2006-2019 Talend Inc. - www.talend.com
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requi... | UTF-8 | Java | 2,592 | java | ReadmeUpdater.java | Java | [
{
"context": "tations under the License.\n */\npackage com.github.rmannibucau.beam.dq.build;\n\nimport static java.util.stream.Co",
"end": 660,
"score": 0.9987979531288147,
"start": 649,
"tag": "USERNAME",
"value": "rmannibucau"
},
{
"context": "a.nio.file.StandardOpenOption;\n\nimpo... | null | [] | /**
* Copyright (C) 2006-2019 Talend Inc. - www.talend.com
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requi... | 2,592 | 0.671682 | 0.664352 | 64 | 39.5 | 31.510414 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640625 | false | false | 9 |
d2a6e2bf990a5593e2151b4b39811951f72ccb18 | 25,898,652,851,604 | e8b85d48845e859caaa22f9613b5da24afc56e59 | /app/src/main/java/com/net/BaiduAI.java | fa76fd50092245b7a7f2d817f5dc38c859a201b5 | [] | no_license | 5854665/TrashClassify_android_app | https://github.com/5854665/TrashClassify_android_app | 66c29e14e72afe3426d528396a950a69bee431b0 | 292364a2819a12b53f975d19f91b0f9274a3b0a2 | refs/heads/master | 2020-12-28T14:20:08.525000 | 2019-12-17T04:41:08 | 2019-12-17T04:41:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.net;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Handler;
import android.os.Message;
import android.widget.CheckBox;
import android.widget.EditText;
import and... | UTF-8 | Java | 4,494 | java | BaiduAI.java | Java | [
{
"context": "期后重新获取。\n String accessToken = \"24.263f05c71100d1ef02365e9c86bcc233.2592000.1576939477.282335-17275731\";\n\n ",
"end": 1860,
"score": 0.9989966154098511,
"start": 1827,
"tag": "KEY",
"value": "24.263f05c71100d1ef02365e9c86bcc2"
}
] | null | [] | package com.net;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Handler;
import android.os.Message;
import android.widget.CheckBox;
import android.widget.EditText;
import and... | 4,466 | 0.563441 | 0.545869 | 113 | 37.778763 | 27.159227 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752212 | false | false | 9 |
97294c3ec7e6c2eb2cb36b06c2e72d321445148f | 36,945,308,684,431 | 7bd104eb9f87d85f91e5ba6f182c38afdd09a4ba | /Android/Trueques-beta/src/uy/trueques_beta/entities/Objeto.java | a0a6dcc9a818c0413029743e6493383ce294bc5b | [] | no_license | gonzalomelov/baas | https://github.com/gonzalomelov/baas | c6cd9f3352202bdce11ea6224815ad36ec5c334c | c2299d8cbd47a6d409214c5366d6836e123aa7db | refs/heads/master | 2021-01-23T11:47:38.625000 | 2014-05-25T19:24:56 | 2014-05-25T19:24:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uy.trueques_beta.entities;
import java.util.UUID;
public class Objeto {
private String idObjeto;
private String nombre;
private String descripcion;
private float valor;
private String duenio;
//private BufferedImage foto;
public Objeto(String nombre, String descripcion, float val... | UTF-8 | Java | 1,174 | java | Objeto.java | Java | [] | null | [] | package uy.trueques_beta.entities;
import java.util.UUID;
public class Objeto {
private String idObjeto;
private String nombre;
private String descripcion;
private float valor;
private String duenio;
//private BufferedImage foto;
public Objeto(String nombre, String descripcion, float val... | 1,174 | 0.663543 | 0.663543 | 60 | 17.566668 | 16.174431 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 9 |
9036e4d18ed0b461ddcbb4c547b848d265073eae | 28,303,834,527,895 | 12ca5827eb8c93b6b1f21ab1ae0ce7d90eb13e49 | /java/my-java11/src/src/module-info.java | 30623979fafc327e548d5c36c7f753f6a1c6a3bf | [] | no_license | vimalsingh56/learning | https://github.com/vimalsingh56/learning | 786d8173c0ad7ca5da7c79de6ff49e4a9b11c0b1 | 1b0a60790fc71d907126e2cbcc3b0518a98d64df | refs/heads/master | 2020-09-21T22:05:53.929000 | 2020-08-15T09:40:31 | 2020-08-15T09:40:31 | 224,948,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | module com.philips.test {
} | UTF-8 | Java | 27 | java | module-info.java | Java | [] | null | [] | module com.philips.test {
} | 27 | 0.740741 | 0.740741 | 2 | 13 | 12 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 9 |
1dc3753ab5a8f4115a264122cc080481d75aba5a | 14,946,486,256,100 | 6c861347dcf8076666bdaee3a086d80151c6524e | /GOV_MCABI7.0/mcabi/src/client/gov/ui/mcabi/bgbillsend/headershandler/BgbillSendStrategy.java | 269da408c8898a444b4bbb2017c56ef949d9a781 | [] | no_license | liuhan/mcabi | https://github.com/liuhan/mcabi | 3029ba18a3b373559bb432530446dbd7e0ea3924 | 14731103be8251b0859fb3a4b137b085cceb1deb | refs/heads/master | 2016-09-16T14:17:57.566000 | 2015-03-26T13:09:48 | 2015-03-26T13:09:48 | 32,873,647 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gov.ui.mcabi.bgbillsend.headershandler;
import gov.vo.mcabi.AggBgBillVO;
import gov.vo.mcabi.BgBillDetailBVO;
import gov.vo.mcabi.BgBillHVO;
import nc.bs.framework.common.NCLocator;
import nc.md.data.access.DASFacade;
import nc.md.data.access.NCObject;
import nc.ui.pub.bill.BillListPanel;
import nc.ui.pub.bill... | GB18030 | Java | 4,834 | java | BgbillSendStrategy.java | Java | [] | null | [] | package gov.ui.mcabi.bgbillsend.headershandler;
import gov.vo.mcabi.AggBgBillVO;
import gov.vo.mcabi.BgBillDetailBVO;
import gov.vo.mcabi.BgBillHVO;
import nc.bs.framework.common.NCLocator;
import nc.md.data.access.DASFacade;
import nc.md.data.access.NCObject;
import nc.ui.pub.bill.BillListPanel;
import nc.ui.pub.bill... | 4,834 | 0.731769 | 0.727158 | 139 | 33.330936 | 24.733803 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.820144 | false | false | 9 |
83fffb2b4da78ce5eef92de14c8a9956deacfecc | 37,357,625,545,249 | 95a87398c6d152548527c393f054557d9c2c2c5b | /src/functionalJava07/FunctionalJava.java | 99cda0f4cb75cb93c2a067e5db98ff61a187bc70 | [] | no_license | maxproof/functionalJava | https://github.com/maxproof/functionalJava | 464854034b31c6c8ac3a83dc2eaf923235b51370 | cb7c98ed27393b648f5b6209e97ab7231f4e54a2 | refs/heads/master | 2021-04-28T14:44:19.590000 | 2018-03-02T18:55:53 | 2018-03-02T18:55:53 | 121,972,394 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package functionalJava07;
public class FunctionalJava {
public static void main(String[] args) {
callExecution(() -> System.out.println("execution"));
MyInterface myFunction = () -> System.out.println("delayed execution");
myFunction.execute();
MyClass myObject = new MyClass();
myFunction = myObje... | UTF-8 | Java | 510 | java | FunctionalJava.java | Java | [] | null | [] | package functionalJava07;
public class FunctionalJava {
public static void main(String[] args) {
callExecution(() -> System.out.println("execution"));
MyInterface myFunction = () -> System.out.println("delayed execution");
myFunction.execute();
MyClass myObject = new MyClass();
myFunction = myObje... | 510 | 0.688235 | 0.684314 | 27 | 17.888889 | 21.486143 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.703704 | false | false | 9 |
04da16c4bbb5d44029b51255748a8607b7468e76 | 24,653,112,336,600 | 1b3b36bc45f2ff1f2d2ee95d3df85769a0a0f718 | /study_projects/spring_projects/springboot_test/src/main/java/org/cyrestrepo/test/springboot/app/service/AccountServiceImpl.java | 1cd97ee1812415ea0a12f77439b72010a1dea66e | [] | no_license | chrizrestrepo/prueba_accenture | https://github.com/chrizrestrepo/prueba_accenture | 62704e82ec6c221f4375911c638ad1f6a782c356 | ab2ee8b7f809f86616a509db186915ef0cdb4852 | refs/heads/main | 2023-03-16T16:16:42.440000 | 2022-11-21T16:15:16 | 2022-11-21T16:15:16 | 347,481,975 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cyrestrepo.test.springboot.app.service;
import lombok.RequiredArgsConstructor;
import org.cyrestrepo.test.springboot.app.model.Account;
import org.cyrestrepo.test.springboot.app.model.Bank;
import org.cyrestrepo.test.springboot.app.repository.AccountRepository;
import org.cyrestrepo.test.springboot.app.rep... | UTF-8 | Java | 3,471 | java | AccountServiceImpl.java | Java | [] | null | [] | package org.cyrestrepo.test.springboot.app.service;
import lombok.RequiredArgsConstructor;
import org.cyrestrepo.test.springboot.app.model.Account;
import org.cyrestrepo.test.springboot.app.model.Bank;
import org.cyrestrepo.test.springboot.app.repository.AccountRepository;
import org.cyrestrepo.test.springboot.app.rep... | 3,471 | 0.716883 | 0.716883 | 81 | 41.777779 | 41.187916 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45679 | false | false | 9 |
e3739cf0e56636888f2c1f5a848172449bf5ba95 | 8,340,826,559,723 | dd51379514d070d5f9b223755afc29f63f5400fa | /app/src/main/java/com/luigima/gymlogger/data/db/tables/SplitTable.java | dc81272345c381f28713f356ef2e0307d7f9abf7 | [] | no_license | luigima/GymLogger-Android-App | https://github.com/luigima/GymLogger-Android-App | 1dc8301a3d2c27a439b98ae5a88860054b3dbab8 | 16183dde37d5e19ebaecc0bef33a747fbcc417b4 | refs/heads/master | 2020-03-21T14:49:32.025000 | 2018-06-26T03:15:01 | 2018-06-26T03:15:01 | 138,677,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luigima.gymlogger.data.db.tables;
public class SplitTable {
public static final String TABLE = "split";
public static final String COLUMN_ID = "_id";
public static final String COLUMN_TITLE = "title";
}
| UTF-8 | Java | 230 | java | SplitTable.java | Java | [] | null | [] | package com.luigima.gymlogger.data.db.tables;
public class SplitTable {
public static final String TABLE = "split";
public static final String COLUMN_ID = "_id";
public static final String COLUMN_TITLE = "title";
}
| 230 | 0.713043 | 0.713043 | 9 | 24.555555 | 22.973951 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 9 |
f283b7d1f094a782b9716c8f30d8ec1e18184544 | 38,732,015,081,778 | cd92417069f3393ace369d4d19e1bdc50184dd4d | /app/src/main/java/com/example/cann/mustafacanyilmazmu/MainActivity.java | ef2e6a02f6969923eb7ee0a00fb56ddd2e93bdca | [] | no_license | mcanyilmaz/Bi-Kitap- | https://github.com/mcanyilmaz/Bi-Kitap- | c309f7336d6945af34a89161a60f59bf87a0b1e8 | f5b91297e7ac7b03fc2ea1da936abd3292be9605 | refs/heads/master | 2020-04-20T16:58:49.973000 | 2019-02-03T18:21:55 | 2019-02-03T18:21:55 | 168,975,490 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cann.mustafacanyilmazmu;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayA... | UTF-8 | Java | 3,245 | java | MainActivity.java | Java | [
{
"context": "package com.example.cann.mustafacanyilmazmu;\n\nimport android.content.Inten",
"end": 24,
"score": 0.8667930364608765,
"start": 20,
"tag": "USERNAME",
"value": "cann"
}
] | null | [] | package com.example.cann.mustafacanyilmazmu;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayA... | 3,245 | 0.632244 | 0.626387 | 90 | 35.044445 | 29.141384 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 9 |
5fa82ea5eebf60cc52ee03d2a82a24ee20553098 | 34,368,328,317,368 | 094451a637abeec2c700a8a28e72733236396c49 | /app/src/main/java/com/egg8/ui/calendar/CalendarActivity.java | df11e94ae1b290ef5f25df76ee9f74f85f585aa5 | [] | no_license | egg8/egg8 | https://github.com/egg8/egg8 | 865a69e30f87f447fec0d3aacfd671d4e49ece73 | 6c3b85cd0078ee1995494f852d941c8ae0da3cb9 | refs/heads/master | 2023-03-01T13:40:52 | 2021-02-05T08:22:21 | 2021-02-05T08:22:21 | 326,608,982 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.egg8.ui.calendar;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentManager;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.app.Activity;
import android.content.... | UTF-8 | Java | 5,485 | java | CalendarActivity.java | Java | [
{
"context": " retrofitBuilder = new RetrofitBuilder(\"http://222.100.239.140:8888/\");\n retrofitService = retrofitBuild",
"end": 4242,
"score": 0.9989885687828064,
"start": 4228,
"tag": "IP_ADDRESS",
"value": "222.100.239.14"
}
] | null | [] | package com.egg8.ui.calendar;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentManager;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.app.Activity;
import android.content.... | 5,483 | 0.67326 | 0.666542 | 150 | 34.733334 | 25.227146 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766667 | false | false | 9 |
827d21c9348df4e680efcd7c09afdc6e565899fb | 34,179,349,773,444 | 8dd596a15bd569b3397398b5e472b6af7a66bb4a | /app/src/main/java/com/thirdarm/projectmissingkids/data/remote/RemoteSync.java | 2ee163faa66b7e0d989e5c176468f2dbb2f5b4a9 | [] | no_license | trod-123/ProjectMissingKids | https://github.com/trod-123/ProjectMissingKids | 96709c9d45bd7bc137220dc2d54689774940f7da | 14516ca6ce1d7f0b585e7204c6d8ce1edf2a1e62 | refs/heads/master | 2020-03-08T02:42:17.880000 | 2018-11-07T05:05:35 | 2018-11-07T05:05:35 | 127,868,247 | 1 | 2 | null | false | 2018-11-07T08:19:25 | 2018-04-03T07:25:23 | 2018-11-07T05:05:40 | 2018-11-07T08:19:24 | 1,085 | 1 | 0 | 0 | Java | false | null | package com.thirdarm.projectmissingkids.data.remote;
import android.support.annotation.Nullable;
import android.util.Log;
import com.thirdarm.projectmissingkids.data.model.MissingKid;
import com.thirdarm.projectmissingkids.util.DataParsingUtils;
import com.thirdarm.projectmissingkids.util.NetworkUtils;
import org.js... | UTF-8 | Java | 10,309 | java | RemoteSync.java | Java | [
{
"context": "Responsible for fetching remote data\n * Created by trod 11/3/2018\n */\npublic class RemoteSync {\n\n priv",
"end": 553,
"score": 0.9985200762748718,
"start": 549,
"tag": "USERNAME",
"value": "trod"
}
] | null | [] | package com.thirdarm.projectmissingkids.data.remote;
import android.support.annotation.Nullable;
import android.util.Log;
import com.thirdarm.projectmissingkids.data.model.MissingKid;
import com.thirdarm.projectmissingkids.util.DataParsingUtils;
import com.thirdarm.projectmissingkids.util.NetworkUtils;
import org.js... | 10,309 | 0.607527 | 0.606557 | 300 | 33.363335 | 30.825823 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 9 |
ab2395981db1055e35c21a4d48a8a76936264e7c | 30,185,030,200,864 | 9e048428ca10f604c557784f4b28c68ce9b5cccb | /bitcamp-java-basic/src/step11/ex09/Exam01.java | 0b6b6b2ae92cd52435f44d34e1cf9a93af8b7c26 | [] | no_license | donhee/bitcamp | https://github.com/donhee/bitcamp | 6c90ec687e00de07315f647bdb1fda0e277c3937 | 860aa16d86cbd6faeb56b1f5c70b5ea5d297aef0 | refs/heads/master | 2021-01-24T11:44:48.812000 | 2019-02-20T00:06:07 | 2019-02-20T00:06:07 | 123,054,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 다형성 - 다형적 변수(polymorphic variables)
package step11.ex09;
public class Exam01 {
public static void main(String[] args) {
Vehicle v = new Vehicle();
Bike b = new Bike();
Car c = new Car();
Sedan s = new Sedan();
Truck t = new Truck();
// 레퍼런스는 같은 타입의 객체를 가리... | UTF-8 | Java | 1,293 | java | Exam01.java | Java | [] | null | [] | // 다형성 - 다형적 변수(polymorphic variables)
package step11.ex09;
public class Exam01 {
public static void main(String[] args) {
Vehicle v = new Vehicle();
Bike b = new Bike();
Car c = new Car();
Sedan s = new Sedan();
Truck t = new Truck();
// 레퍼런스는 같은 타입의 객체를 가리... | 1,293 | 0.397602 | 0.371628 | 42 | 22.833334 | 11.649477 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 9 |
f0dd747464e3ccac8a751cf34cc0f41b02f126f4 | 34,282,428,990,090 | 26b3ff7402158f82a8a20324942dd1dd6f60a4d3 | /hmx-user/src/main/java/com/hmx/fileupload/controller/FileController.java | 2f6f4ed2e55600b8968cffe48657719894b5c5f8 | [] | no_license | teamwh/hmx | https://github.com/teamwh/hmx | ec0e7cd27c700a3249f8db7352a3c2b383950efe | 40f0e769002238ca039d235d18b2578421557a35 | refs/heads/master | 2020-04-27T08:24:12.304000 | 2019-04-22T02:33:30 | 2019-04-22T02:33:30 | 174,169,927 | 0 | 1 | null | false | 2019-04-15T02:58:52 | 2019-03-06T15:23:20 | 2019-04-15T02:58:52 | 2019-04-15T02:58:50 | 11,562 | 0 | 1 | 0 | Java | false | false | package com.hmx.fileupload.controller;
import java.io.File;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
imp... | UTF-8 | Java | 2,232 | java | FileController.java | Java | [
{
"context": "tils.result.ResultBean;\n\n/**\n * oss文件上传\n * @author liY\n *\n */\n@RestController\n@RequestMapping(\"/fileUplo",
"end": 691,
"score": 0.9991352558135986,
"start": 688,
"tag": "USERNAME",
"value": "liY"
}
] | null | [] | package com.hmx.fileupload.controller;
import java.io.File;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
imp... | 2,232 | 0.741427 | 0.741427 | 67 | 31.208956 | 31.059662 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701493 | false | false | 9 |
37582ae9f644d0c5833da9aab37484338f5e7583 | 36,627,481,112,060 | 3ba6e326194ad2e931eb6e796264dad73eefd970 | /springcloudclient/src/main/java/springcloud/eureka/client/controller/ControllerTest.java | aa7500156c6a9b6d4d5164e91a462667f1f2feb1 | [] | no_license | fangxuefeng/springcloud | https://github.com/fangxuefeng/springcloud | 151f9f739fac55baec4e1f790b8585e90c044e6f | 79c175f85dc43645e84dd464f996067c84c54fc9 | refs/heads/master | 2020-04-15T20:54:16.251000 | 2019-01-12T15:32:28 | 2019-01-12T15:32:28 | 165,012,388 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package springcloud.eureka.client.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import springcloud.eu... | UTF-8 | Java | 811 | java | ControllerTest.java | Java | [] | null | [] | package springcloud.eureka.client.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import springcloud.eu... | 811 | 0.76267 | 0.761434 | 26 | 30.115385 | 29.68725 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 9 |
17e4a71f999d865e750170dcd08e33e1ef3c787f | 26,336,739,516,650 | 1c8c20f861bd8383e1d99c97ceb2803adef27872 | /src/test/java/michid/crdt/AtomicCounterTest.java | 1d7416ac62361f0f4c9029dfa504f4db5dcd16e7 | [
"Apache-2.0"
] | permissive | jelmini/oak-crdt | https://github.com/jelmini/oak-crdt | a8dc5963e0088a838e825e20d5b9f6e9fd0bcc35 | cce8e54f1dbccd6a6b00a7fcdf2ff5ea393d1467 | refs/heads/master | 2021-12-06T05:15:47.119000 | 2015-09-29T09:51:40 | 2015-09-29T09:51:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 3,210 | java | AtomicCounterTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 3,210 | 0.65514 | 0.65109 | 94 | 33.148937 | 26.274717 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510638 | false | false | 9 |
caf96818dcacdd129ddf1a49fc463c0b2d0ed168 | 17,171,279,296,431 | 2f70db829d81aa97dd5170c8893bc0e0bda73bc5 | /src/main/java/edu/gmu/cs659/twitter/words/ShortWordFilter.java | cc3c0ca19e530122c35581b1ba4a344af12179af | [] | no_license | aaronleeucla/twitter | https://github.com/aaronleeucla/twitter | 72c8d87f4878c54dd369c16cffa9bc06832828e0 | 455908888aa73de36a7681ecb138fc5af3f16123 | refs/heads/master | 2020-06-15T23:53:54.076000 | 2014-04-23T05:06:38 | 2014-04-23T05:06:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.gmu.cs659.twitter.words;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
public class ShortWordFilter implements WordChecker {
public static final int MIN_LENGTH = 3;
private int minLength;
public ShortWordFilter() {
this(MIN_LENGTH);
}
p... | UTF-8 | Java | 573 | java | ShortWordFilter.java | Java | [] | null | [] | package edu.gmu.cs659.twitter.words;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
public class ShortWordFilter implements WordChecker {
public static final int MIN_LENGTH = 3;
private int minLength;
public ShortWordFilter() {
this(MIN_LENGTH);
}
p... | 573 | 0.726003 | 0.719023 | 31 | 17.483871 | 17.429806 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.225806 | false | false | 9 |
b9a62f66c462f7d102a7b2eb88f8c3394a2308cb | 22,660,247,514,957 | 0f76f64b9a215edcce8e4319357b8fc47799f34f | /src/main/java/com/hourmaps/service/bingmaps/BMTransitRouteService.java | da61dfa32b7661026d59423952a2822f756a8b7c | [] | no_license | christopheryang/TravelTimeAndDistance | https://github.com/christopheryang/TravelTimeAndDistance | eda7751fae0855c71a3278c3a9342c9835adb1bf | ffb503f7b3f9c63eb61a8c59ca43b0e25a36d7a2 | refs/heads/master | 2015-08-20T15:24:11.390000 | 2015-08-20T08:51:45 | 2015-08-20T08:51:45 | 30,729,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hourmaps.service.bingmaps;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springfram... | UTF-8 | Java | 5,709 | java | BMTransitRouteService.java | Java | [] | null | [] | package com.hourmaps.service.bingmaps;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import org.springfram... | 5,709 | 0.754862 | 0.730857 | 119 | 46.966385 | 86.567886 | 683 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.697479 | false | false | 9 |
c1650ef9a80af658e82c85f95e691eac268629b5 | 17,901,423,740,343 | a99849372e5fce4fc797bcd7aad9dd5af2cd4ed1 | /app/src/main/java/com/ehelp/user/history/HistoryAdapter.java | 8aa5bdcd084b11ea835c0deca9a1474e61f84fa7 | [] | no_license | hugj/Ehelp | https://github.com/hugj/Ehelp | 7d02e5651087b33df02e3865d7eaabb80c9d5fca | 3a9f8acce48ca5aadebe052f5b1da647074f8583 | refs/heads/backup2 | 2021-01-25T08:29:44.124000 | 2015-08-14T10:38:54 | 2015-08-14T10:38:54 | 39,109,782 | 4 | 52 | null | false | 2015-08-14T10:38:55 | 2015-07-15T01:35:54 | 2015-08-05T02:09:50 | 2015-08-14T10:38:54 | 26,257 | 0 | 6 | 0 | Java | null | null | package com.ehelp.user.history;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.StrictMode;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.FrameLayout;
import android.widget.Image... | UTF-8 | Java | 16,766 | java | HistoryAdapter.java | Java | [
{
"context": "il.List;\nimport java.util.Map;\n\n\n/**\n * Created by gj on 2015/7/27.\n */\npublic class HistoryAdapter ext",
"end": 1017,
"score": 0.9995537996292114,
"start": 1015,
"tag": "USERNAME",
"value": "gj"
},
{
"context": "tHandler.sendPostRequest(\n \"http:... | null | [] | package com.ehelp.user.history;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.StrictMode;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.FrameLayout;
import android.widget.Image... | 16,754 | 0.511372 | 0.499816 | 451 | 35.07317 | 24.666134 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618625 | false | false | 9 |
26d73840b0c4d9bb1fcb03acd3e4afb20790b2ec | 4,329,327,070,931 | 6b9575eb4b30fa8c4252139927bf6e9c5f15d3ca | /app/src/main/java/de/fzi/dream/ploc/ui/fragment/FeedbackRatingFragment.java | 6754ba99fc16361f8edf44bd157d928dd283ea91 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | fzi-forschungszentrum-informatik/dream-ploc | https://github.com/fzi-forschungszentrum-informatik/dream-ploc | a6901e2b6265f641b5567e7ac230f361d3bc5eb9 | d795486ae4b228176ec1666ee507e3fdf6d51a63 | refs/heads/master | 2020-12-06T03:15:24.212000 | 2020-01-17T15:23:14 | 2020-01-17T15:23:14 | 232,323,920 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.fzi.dream.ploc.ui.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import androidx.fragment.app.Fragment;
import androidx.... | UTF-8 | Java | 5,047 | java | FeedbackRatingFragment.java | Java | [
{
"context": "g a feedback for a specific paper.\r\n *\r\n * @author Felix Melcher\r\n */\r\npublic class FeedbackRatingFragment extends",
"end": 947,
"score": 0.999674379825592,
"start": 934,
"tag": "NAME",
"value": "Felix Melcher"
}
] | null | [] | package de.fzi.dream.ploc.ui.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import androidx.fragment.app.Fragment;
import androidx.... | 5,040 | 0.658411 | 0.658213 | 153 | 30.986929 | 30.034401 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 9 |
fabe4783655e1018b4f0c0ad9e9ab38efeed8c81 | 3,805,341,028,071 | 614db4d6793b4c0951479021070510f3ded528a7 | /java/Sin sprites/Tetris_bueno/src/tetris/Tetris.java | d2572c02efc58015a3ac268201019de6f4a6e636 | [] | no_license | pablo-rr/java_2ev | https://github.com/pablo-rr/java_2ev | 6352ecfc1e661fbf352d97c3dd1f863416f6f079 | fd98ce7b6aa7519e2bacda04d515b7f792d0f559 | refs/heads/master | 2020-05-02T23:22:30.265000 | 2019-03-28T20:43:26 | 2019-03-28T20:43:26 | 178,276,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tetris;
import java.awt.Frame;
import java.awt.Graphics;
import java.util.Random;
public class Tetris extends Frame implements Runnable{
int resolutionX, resolutionY;
Thread game;
Figure figures[];
Figure figure;
Random randomGenerator;
public static void main(String args[]){
... | UTF-8 | Java | 1,198 | java | Tetris.java | Java | [] | null | [] | package tetris;
import java.awt.Frame;
import java.awt.Graphics;
import java.util.Random;
public class Tetris extends Frame implements Runnable{
int resolutionX, resolutionY;
Thread game;
Figure figures[];
Figure figure;
Random randomGenerator;
public static void main(String args[]){
... | 1,198 | 0.520033 | 0.511686 | 60 | 18.966667 | 13.07028 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
c718173edc9fdea2346da3b383b3f6487ce86736 | 31,181,462,624,648 | 4cac9ad7d99efc5df7e6451b38dcb2f5f6fc5030 | /Zork Assignment/src/com/bayviewglen/zork/Weapon.java | ddd40ab450debe247fdcfc2f7be3cbc291b43229 | [] | no_license | AlbertPangilinan-zz/Zork-Art-Offline | https://github.com/AlbertPangilinan-zz/Zork-Art-Offline | 30b695ba523976ff60d41d91a3294c16647f6c28 | b0ab7b1e0f75345a84c4b5700901ca37d1daa036 | refs/heads/master | 2021-03-27T16:59:54.891000 | 2015-06-13T02:40:53 | 2015-06-13T02:40:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bayviewglen.zork;
import java.io.Serializable;
@SuppressWarnings("serial")
public class Weapon extends Item implements Serializable {
private int minDamage;
private int maxDamage;
private int damageRange;
public Weapon() {
super();
this.minDamage = 1;
this.maxDamage = 2;
this.... | UTF-8 | Java | 1,057 | java | Weapon.java | Java | [] | null | [] | package com.bayviewglen.zork;
import java.io.Serializable;
@SuppressWarnings("serial")
public class Weapon extends Item implements Serializable {
private int minDamage;
private int maxDamage;
private int damageRange;
public Weapon() {
super();
this.minDamage = 1;
this.maxDamage = 2;
this.... | 1,057 | 0.68685 | 0.684011 | 54 | 17.574074 | 17.891237 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.407407 | false | false | 9 |
ff8659e3e69ad04b07878df0bf500a5c733e8bf8 | 6,846,177,937,003 | eb5b39d63bcb0d0c54b2175b8379c65ff6f44046 | /src/main/java/com/involves/desafio/entity/Representante.java | cf36e0812d3d5e9a29bba87dc89e54db328f7327 | [] | no_license | gthiesen/desafio-involves | https://github.com/gthiesen/desafio-involves | 8b62d9b6b3b2edba81b349a16c4c8d0b196e924e | bb3f07d861523be9cbe64dc85bc2aecfc6abadc6 | refs/heads/master | 2020-05-05T12:53:54.243000 | 2019-04-08T14:21:28 | 2019-04-08T14:21:28 | 180,050,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.involves.desafio.entity;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.OrderBy;
import javax.persistence.SequenceGenerator;
import javax.persi... | UTF-8 | Java | 1,891 | java | Representante.java | Java | [] | null | [] | package com.involves.desafio.entity;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.OrderBy;
import javax.persistence.SequenceGenerator;
import javax.persi... | 1,891 | 0.745763 | 0.744703 | 95 | 18.873684 | 20.23246 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 9 |
1a6c99778e0885fbbf3d00c44de09727855ea009 | 14,053,133,041,496 | ce82a1a8d565f3d1cec2557bf4575ad8d3006bd0 | /schema-wizard/src/main/java/com/deleidos/sw/realms/H2Realm.java | 36800227d2572da87a7dac43576a779603f03675 | [
"Apache-2.0",
"MIT"
] | permissive | deleidos/de-schema-wizard | https://github.com/deleidos/de-schema-wizard | 772ecbd40875ac5dd5f0a31a305be4cf59669415 | 644d3a48b5356590f3bf0d4758d62a7ce3458270 | refs/heads/master | 2020-05-22T01:14:03.283000 | 2017-03-15T18:13:11 | 2017-03-15T18:13:11 | 60,182,702 | 1 | 3 | null | false | 2016-08-26T20:03:16 | 2016-06-01T14:11:29 | 2016-07-23T20:01:57 | 2016-08-26T20:03:16 | 11,670 | 1 | 1 | 0 | Java | null | null | package com.deleidos.sw.realms;
import java.util.Set;
import org.apache.log4j.Logger;
import org.apache.shiro.authc.AccountException;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.auth... | UTF-8 | Java | 3,341 | java | H2Realm.java | Java | [
{
"context": "ard standard data access protocols.\n * \n * @author yoonj1\n *\n */\npublic class H2Realm extends JdbcRealm {\n\t",
"end": 1067,
"score": 0.9996598362922668,
"start": 1061,
"tag": "USERNAME",
"value": "yoonj1"
}
] | null | [] | package com.deleidos.sw.realms;
import java.util.Set;
import org.apache.log4j.Logger;
import org.apache.shiro.authc.AccountException;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.auth... | 3,341 | 0.762945 | 0.759054 | 101 | 32.089108 | 28.945528 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.70297 | false | false | 9 |
d4523ce17e6d06e6b7e7102d7fca0b9f0013f248 | 21,199,958,619,806 | 908e1f2dfd7b2ec9a510ef54e245fa379188da2a | /trunk/muzi-system/src/main/java/com/muzi/design/strategy/PriceOne.java | e230348e82efb468933c7314c90fd3002a53e8c7 | [] | no_license | muzi-jiang/muzi | https://github.com/muzi-jiang/muzi | 4c1d963e3952fe14b867d34880a14f4cfe9717fb | fcc8791a50c16d6160b84cc5795912d92595197f | refs/heads/master | 2022-12-26T07:22:22.556000 | 2020-12-16T07:39:26 | 2020-12-16T07:39:26 | 220,027,459 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muzi.design.strategy;
import java.math.BigDecimal;
/**
* 1000以内不打折
*/
@PriceRegion(max = 1000)
public class PriceOne implements Price {
@Override
public BigDecimal getPrice(BigDecimal bigDecimal) {
return bigDecimal;
}
}
| UTF-8 | Java | 267 | java | PriceOne.java | Java | [] | null | [] | package com.muzi.design.strategy;
import java.math.BigDecimal;
/**
* 1000以内不打折
*/
@PriceRegion(max = 1000)
public class PriceOne implements Price {
@Override
public BigDecimal getPrice(BigDecimal bigDecimal) {
return bigDecimal;
}
}
| 267 | 0.70428 | 0.673152 | 14 | 17.357143 | 16.667364 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 9 |
e07c2a28a6072e9d184352694eb3daf96a232bbc | 26,001,732,065,895 | 72c03e7b32c8216cf772d92ce10fbd161e833f3c | /K-BA-Android/app/src/main/java/projet/k_ba/network/NetworkGetTask.java | 230afa82a0b890187950c7e7ced09dd926db84ed | [] | no_license | lyrocs-etna/K-BA | https://github.com/lyrocs-etna/K-BA | 2db91fc776a424b5cf32612f447e6e904d0c81ae | 1cb63e3b543987484afcfb2771a4e348e7e127df | refs/heads/master | 2019-01-25T01:06:08.704000 | 2017-07-20T13:31:10 | 2017-07-20T13:31:10 | 97,837,791 | 0 | 0 | null | true | 2017-07-20T13:19:59 | 2017-07-20T13:19:59 | 2017-05-17T17:16:23 | 2017-07-18T17:05:35 | 14,189 | 0 | 0 | 0 | null | null | null | package projet.k_ba.network;
import android.os.AsyncTask;
import android.util.Log;
/**
* Created by candice on 16/07/2017.
*/
public class NetworkGetTask extends AsyncTask<String, Void, NetworkResponse> {
private INetworkListener listener;
public NetworkGetTask(INetworkListener listener) {
this.li... | UTF-8 | Java | 709 | java | NetworkGetTask.java | Java | [
{
"context": "cTask;\nimport android.util.Log;\n\n/**\n * Created by candice on 16/07/2017.\n */\npublic class NetworkGetTask ex",
"end": 110,
"score": 0.9996411204338074,
"start": 103,
"tag": "USERNAME",
"value": "candice"
}
] | null | [] | package projet.k_ba.network;
import android.os.AsyncTask;
import android.util.Log;
/**
* Created by candice on 16/07/2017.
*/
public class NetworkGetTask extends AsyncTask<String, Void, NetworkResponse> {
private INetworkListener listener;
public NetworkGetTask(INetworkListener listener) {
this.li... | 709 | 0.634697 | 0.622003 | 32 | 21.15625 | 21.035847 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 9 |
58be2e50a3ae2de2282232644829a45f39089f21 | 7,267,084,713,799 | 7e3a37d4559c6426490104f244b942ef06069082 | /src/main/java/com/zero/common/security/AuthUser.java | b0d5559fb639c97e9bcd2df17264e3b6df894c78 | [] | no_license | LinXiuke/base-project | https://github.com/LinXiuke/base-project | ad997d39ad0b36776bb63cfd212f1e1d01bd3404 | 95fd6528f3c2aae60d53ebeaf252b9a4d03554e1 | refs/heads/master | 2023-07-25T17:56:01.769000 | 2020-02-13T05:54:30 | 2020-02-13T05:54:30 | 149,122,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zero.common.security;
import lombok.Data;
/**
* @Description:
*/
@Data
public class AuthUser {
private Long userId;
private String username;
private String openId;
}
| UTF-8 | Java | 198 | java | AuthUser.java | Java | [] | null | [] | package com.zero.common.security;
import lombok.Data;
/**
* @Description:
*/
@Data
public class AuthUser {
private Long userId;
private String username;
private String openId;
}
| 198 | 0.681818 | 0.681818 | 17 | 10.647058 | 11.851737 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 9 |
ade5aaec803c26610c488fd18ab606577a4ab52c | 7,292,854,518,751 | 5f2b5eb147f845bd7b57b03f0412d4480f98c417 | /src/main/java/isc/spring/annotation/MyAppConfig.java | e7bd9ff7ac0582065cf9dd0835c0293c0704a4f9 | [] | no_license | ISC-Training/springcore | https://github.com/ISC-Training/springcore | 8773bd3dc2f3072d2b2dc5bf5c709ceb532fcf48 | 97e6de270bee19bff35305790578c6cf8ebbc2a1 | refs/heads/master | 2023-01-27T17:29:38.001000 | 2020-12-05T10:58:12 | 2020-12-05T10:58:12 | 318,766,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package isc.spring.annotation;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({"isc.spring.annotation"})
public class MyAppConfig {
}
| UTF-8 | Java | 241 | java | MyAppConfig.java | Java | [] | null | [] | package isc.spring.annotation;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({"isc.spring.annotation"})
public class MyAppConfig {
}
| 241 | 0.834025 | 0.834025 | 9 | 25.777779 | 22.787802 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
203a9f1921e03120859e31a89d335a1f849614d7 | 17,394,617,606,366 | b8ba5f560fc6898aacf776699f9eb4611a5d2a99 | /core/src/main/java/com/axon/market/core/service/ishop/ShopTemporaryTaskService.java | 0b04823af11665331e419675bf61a6486cad9211 | [] | no_license | cckmit/ivalue | https://github.com/cckmit/ivalue | 4189a83579096edb49b5ee73b47f7a5fcdde09c2 | 73bc6a07d0f853e80697ab05f2c57d044f3ef1ee | refs/heads/master | 2023-03-23T23:05:13.541000 | 2018-08-21T03:22:10 | 2018-08-21T03:22:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.axon.market.core.service.ishop;
import com.axon.market.common.bean.ServiceResult;
import com.axon.market.common.bean.SmsConfigBean;
import com.axon.market.common.constant.ischeduling.ShopTaskStatusEnum;
import com.axon.market.common.constant.ishop.ShopTaskClassifyEnum;
import com.axon.market.common.domain.... | UTF-8 | Java | 17,572 | java | ShopTemporaryTaskService.java | Java | [
{
"context": ".Transactional;\n\n\n/**\n * 炒店任务service\n * Created by zengcr on 2017/2/14.\n */\n@Component(\"shopTemporaryTaskSe",
"end": 1303,
"score": 0.9997102618217468,
"start": 1297,
"tag": "USERNAME",
"value": "zengcr"
}
] | null | [] | package com.axon.market.core.service.ishop;
import com.axon.market.common.bean.ServiceResult;
import com.axon.market.common.bean.SmsConfigBean;
import com.axon.market.common.constant.ischeduling.ShopTaskStatusEnum;
import com.axon.market.common.constant.ishop.ShopTaskClassifyEnum;
import com.axon.market.common.domain.... | 17,572 | 0.624769 | 0.620711 | 453 | 34.898457 | 30.234234 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545254 | false | false | 9 |
33e8b6fb48a1334f31752d310c06ad26fd7a87c4 | 14,946,486,237,739 | 0a532b9d7ebc356ab684a094b3cf840b6b6a17cd | /java-source/src/main/java/security/PermissionCollection.java | e2ad8e350793b16ae9e36538e0a45f69ea69298a | [
"Apache-2.0"
] | permissive | XWxiaowei/JavaCode | https://github.com/XWxiaowei/JavaCode | ac70d87cdb0dfc6b7468acf46c84565f9d198e74 | a7e7cd7a49c36db3ee479216728dd500eab9ebb2 | refs/heads/master | 2022-12-24T10:21:28.144000 | 2020-08-22T08:01:43 | 2020-08-22T08:01:43 | 98,070,624 | 10 | 4 | Apache-2.0 | false | 2022-12-16T04:23:38 | 2017-07-23T02:51:51 | 2021-12-29T12:11:37 | 2022-12-16T04:23:37 | 77,255 | 7 | 4 | 22 | Java | false | false | /*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.security;
import java.util.*;
/**
* Abstract class representing a collection of Permiss... | UTF-8 | Java | 6,987 | java | PermissionCollection.java | Java | [
{
"context": "ee Permission\n * @see Permissions\n *\n *\n * @author Roland Schemers\n */\n\npublic abstract class PermissionCollection i",
"end": 3437,
"score": 0.998883068561554,
"start": 3422,
"tag": "NAME",
"value": "Roland Schemers"
}
] | null | [] | /*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.security;
import java.util.*;
/**
* Abstract class representing a collection of Permiss... | 6,978 | 0.68699 | 0.683126 | 195 | 34.830769 | 28.899242 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271795 | false | false | 5 |
6da330ca23624fc969641e8243cb5aa7e5433fe2 | 30,150,670,473,255 | 1961285a3388cae1149080f18167d18b4e3ea3d4 | /intf/src/main/java/com/ipeony/project/intf/entity/Authorities.java | db65c0f2e7039b2fdebd34358444bb5a4be8b8a3 | [] | no_license | beiwang/spring-security-mybaitis | https://github.com/beiwang/spring-security-mybaitis | 6a47cd5c7d535766f94e8f6866321631d1233710 | 7d22c6edddfec0c654dbdbc1cb59faa396e48b24 | refs/heads/master | 2016-09-26T15:51:00.795000 | 2014-06-30T10:14:14 | 2014-06-30T10:14:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ipeony.project.intf.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity(name = "TT_AUTHORITIES")
public class Authorities im... | UTF-8 | Java | 2,535 | java | Authorities.java | Java | [] | null | [] | package com.ipeony.project.intf.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity(name = "TT_AUTHORITIES")
public class Authorities im... | 2,535 | 0.642943 | 0.635304 | 128 | 17.429688 | 17.826281 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 5 |
3ccfefafe65c567503ef48a4a39281a9148e64b3 | 7,679,401,577,341 | c5d45653c4836d556d51db22fc5909cba4582589 | /aula2/src/aula2/ExercicioGit6.java | 52ee7e96b0d6b80eed8395d7a5d72b9a63659d5c | [] | no_license | filipeoassis/java-prog2 | https://github.com/filipeoassis/java-prog2 | 971c177f1f3acf389fbd7a680c481afef6d1bd68 | 6ca07fa96e28d3f9fadd7518ad7d4764676dab94 | refs/heads/master | 2021-04-15T10:05:24.575000 | 2018-03-29T00:29:08 | 2018-03-29T00:29:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula2;
import java.util.Scanner;
public class ExercicioGit6 {
public static void main(String[] args) {
Scanner scanln = new Scanner(System.in);
int[] num = new int[5]; double media;
for(int i=0;i<5;i++){
System.out.println("\nDigite o valor"+(i+1)+":");
num[i] = scanln.nextInt();
}
... | IBM852 | Java | 373 | java | ExercicioGit6.java | Java | [] | null | [] | package aula2;
import java.util.Scanner;
public class ExercicioGit6 {
public static void main(String[] args) {
Scanner scanln = new Scanner(System.in);
int[] num = new int[5]; double media;
for(int i=0;i<5;i++){
System.out.println("\nDigite o valor"+(i+1)+":");
num[i] = scanln.nextInt();
}
... | 373 | 0.599462 | 0.583333 | 17 | 19.882353 | 16.753866 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.823529 | false | false | 5 |
ea813ea74d2209139e38e36771adde329719c245 | 32,804,960,259,620 | 6d71378273ec6e9ef22b55e03f53032b6d6924b8 | /src/main/java/swf/army/mil/dealership/inventory/InventoryController.java | a55a7c79610347ca6250a60a984b800ee1f192d9 | [] | no_license | WarlockInResidence/Sprint_Virtual_Car_Dealership | https://github.com/WarlockInResidence/Sprint_Virtual_Car_Dealership | 39a92285fe2141dd7f5f3d8d78a414f967285353 | 9839d8071028cfa2128dd074bcdaae3dbd12fe73 | refs/heads/master | 2023-07-15T10:42:13.696000 | 2021-08-16T16:50:57 | 2021-08-16T16:50:57 | 396,875,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package swf.army.mil.dealership.inventory;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
@RestController
public class InventoryController {
private CarSe... | UTF-8 | Java | 574 | java | InventoryController.java | Java | [] | null | [] | package swf.army.mil.dealership.inventory;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
@RestController
public class InventoryController {
private CarSe... | 574 | 0.761324 | 0.761324 | 22 | 25.09091 | 22.580984 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
3da21b443a3d9b3267df4b1b97d8f6f5e7a24eb6 | 2,190,433,369,599 | 39d7c670f6bc5498f502054c2a1e239b497c50dd | /app/src/main/java/com/aqnichol/circleui/CircleDrawableFragment.java | e08c36d3996572ac903b9fced1a9bca26376a22c | [] | no_license | unixpickle/CircleUI | https://github.com/unixpickle/CircleUI | 34cec34a920fa99b2d024b36952f27a7daaa68e3 | 31a83f38b2669d8a03e335220f3376219d6cf24d | refs/heads/master | 2021-01-10T02:06:15.126000 | 2015-05-23T18:20:21 | 2015-05-23T18:20:21 | 36,098,458 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aqnichol.circleui;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
i... | UTF-8 | Java | 1,056 | java | CircleDrawableFragment.java | Java | [] | null | [] | package com.aqnichol.circleui;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
i... | 1,056 | 0.688447 | 0.683712 | 43 | 23.55814 | 18.923717 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604651 | false | false | 5 |
f339e64dde88ace2f490ae20d3d9d9bc97ad12d9 | 2,190,433,373,032 | d85eb3439291f90aeb4f1d00b9748093adb06d10 | /src/main/java/com/angsentech/ssm/easyui/Json.java | a7bb78cd8c8e54eec1b52c5ffa3b976751ba12bb | [] | no_license | FANLIYANG-OPS/netschool | https://github.com/FANLIYANG-OPS/netschool | 0c12a1187443c5fb724819581c2e148ee756e65f | 1806b21e424f57a3be18991746b2df973fd9a459 | refs/heads/master | 2020-03-26T18:45:56.707000 | 2018-08-21T06:51:15 | 2018-08-21T06:51:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.angsentech.ssm.easyui;
import java.util.List;
import com.angsentech.ssm.entity.SxExam;
/**
*
* JSON模型
*
* 用户后台向前台返回的JSON对象
*
* @author zh
*
*/
public class Json implements java.io.Serializable {
private Integer count =15;
private String msg = "";
private Integer code = 0;
private Ob... | UTF-8 | Java | 935 | java | Json.java | Java | [
{
"context": " \n * JSON模型\n * \n * 用户后台向前台返回的JSON对象\n * \n * @author zh\n * \n */\npublic class Json implements java.io.Seri",
"end": 161,
"score": 0.9981174468994141,
"start": 159,
"tag": "USERNAME",
"value": "zh"
}
] | null | [] | package com.angsentech.ssm.easyui;
import java.util.List;
import com.angsentech.ssm.entity.SxExam;
/**
*
* JSON模型
*
* 用户后台向前台返回的JSON对象
*
* @author zh
*
*/
public class Json implements java.io.Serializable {
private Integer count =15;
private String msg = "";
private Integer code = 0;
private Ob... | 935 | 0.636163 | 0.632856 | 64 | 13.171875 | 16.695391 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96875 | false | false | 5 |
45766a2eb219ff7fe82bffc9f091f1ee38b9855e | 28,870,770,226,313 | cf52b3064d536af626339ddd30b28c0b8e15aaee | /gameserver/src/main/java/org/l2junity/gameserver/data/txt/gen/NpcDatasParser.java | f603baf407ad5ef737f4da838efdff1ba73c1e10 | [] | no_license | LegacyofAden/emu-ungp | https://github.com/LegacyofAden/emu-ungp | 7aaa7d9fd60698cb784d8c2c1eaaa20ef0a8d59b | b76dc91157e43d67f886b6926afd11b110ed5dce | refs/heads/master | 2021-01-01T18:21:03.529000 | 2017-04-08T23:08:37 | 2017-04-08T23:08:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated from org\l2junity\gameserver\data\txt\gen\NpcDatas.g4 by ANTLR 4.7
package org.l2junity.gameserver.data.txt.gen;
import org.l2junity.gameserver.data.txt.model.constants.*;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
import org.l2junity.gameserver.data.txt.model.constants... | UTF-8 | Java | 245,819 | java | NpcDatasParser.java | Java | [] | null | [] | // Generated from org\l2junity\gameserver\data\txt\gen\NpcDatas.g4 by ANTLR 4.7
package org.l2junity.gameserver.data.txt.gen;
import org.l2junity.gameserver.data.txt.model.constants.*;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
import org.l2junity.gameserver.data.txt.model.constants... | 245,819 | 0.669273 | 0.601764 | 7,303 | 31.660276 | 29.504276 | 465 | false | false | 0 | 0 | 72 | 0.002465 | 0 | 0 | 3.216349 | false | false | 5 |
80158ddfe159aba412b030d59c74bd29a951603d | 19,997,367,779,029 | 49644796e57f427c3d106eb401ec5c352dd352e1 | /app/src/main/java/com/squalle0nhart/hoctienganh/ui/activity/ConversationListActivity.java | c5d58f01c41d23a824b8cc846e5c63468b31b617 | [] | no_license | squalle0nhart/hoctienganhmoingay | https://github.com/squalle0nhart/hoctienganhmoingay | 4e649caee786666aba8520842a8f89824fa739f8 | 6b93e0d6c3010f20971efba064a00a060b559fc1 | refs/heads/master | 2020-04-06T09:49:09.347000 | 2018-11-13T09:56:24 | 2018-11-13T09:56:24 | 157,357,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.squalle0nhart.hoctienganh.ui.activity;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.squalle0nhart.hoctiengan... | UTF-8 | Java | 3,294 | java | ConversationListActivity.java | Java | [
{
"context": "s.ParserConfigurationException;\n\n/**\n * Created by squalleonhart on 3/19/2017.\n */\n\npublic class ConversationListA",
"end": 933,
"score": 0.9995007514953613,
"start": 920,
"tag": "USERNAME",
"value": "squalleonhart"
}
] | null | [] | package com.squalle0nhart.hoctienganh.ui.activity;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.squalle0nhart.hoctiengan... | 3,294 | 0.697901 | 0.691208 | 89 | 35.932583 | 25.025738 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662921 | false | false | 5 |
b572028b16481b55cf07e3fed9f386002efebabe | 1,013,612,351,322 | 14b23b02386063c8c161620fe4c750c971958e9c | /p2p-integration/src/main/java/com/icebreak/p2p/integration/openapi/order/RepaySubOrder.java | b514a65434810b98006e99b6d38a1aed13b6dd51 | [] | no_license | RalphSu/789 | https://github.com/RalphSu/789 | d6d60fa0ae6131871d2cd4782c547cc76f1e08f6 | 1a066f6d0429e8490df03e4e11063533cbcaa217 | refs/heads/master | 2021-01-24T04:55:32.398000 | 2016-03-13T09:28:41 | 2016-03-13T09:28:41 | 52,210,852 | 0 | 0 | null | true | 2016-02-21T14:40:36 | 2016-02-21T14:40:36 | 2015-03-04T14:45:32 | 2015-03-04T14:45:27 | 25,072 | 0 | 0 | 0 | null | null | null | package com.icebreak.p2p.integration.openapi.order;
import org.springframework.util.Assert;
import com.icebreak.util.service.Order;
public class RepaySubOrder implements Order {
private static final long serialVersionUID = -4785083019448254123L;
/** 转账明细订单号 */
private String orderNo;
/** 转账订单名称 */
private... | UTF-8 | Java | 1,321 | java | RepaySubOrder.java | Java | [] | null | [] | package com.icebreak.p2p.integration.openapi.order;
import org.springframework.util.Assert;
import com.icebreak.util.service.Order;
public class RepaySubOrder implements Order {
private static final long serialVersionUID = -4785083019448254123L;
/** 转账明细订单号 */
private String orderNo;
/** 转账订单名称 */
private... | 1,321 | 0.708104 | 0.692368 | 71 | 16.901409 | 17.296223 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.323944 | false | false | 13 |
fd0964ef59d8ba60f2ad455240076507f2e1005e | 26,731,876,452,607 | b4013ccf7408f84886ffe02667dcac4cccab544d | /src/main/java/com/datarank/api/util/strings/Strings.java | e8f876da33e85eef4ee2375983bdbb577f4623de | [] | no_license | datarank/datarank-java | https://github.com/datarank/datarank-java | 403370bfc0a3791387019eaec2dff09e801ab1c3 | 77af7d4a5e65a798dda6e6096bc48404b897c421 | refs/heads/master | 2016-09-02T04:18:40.772000 | 2015-11-07T14:03:09 | 2015-11-07T14:03:09 | 34,058,407 | 2 | 0 | null | false | 2015-09-04T14:31:03 | 2015-04-16T13:48:00 | 2015-05-07T07:01:12 | 2015-09-04T14:31:03 | 288 | 2 | 0 | 5 | Java | null | null | package com.datarank.api.util.strings;
import java.util.List;
/**
* Created by kenny on 4/21/15.
*
* created to minimize dependencies
*/
public class Strings {
public static String[] transform(final String[] from, final Transform transform) {
final String[] to = new String[from.length];
for(i... | UTF-8 | Java | 1,759 | java | Strings.java | Java | [
{
"context": "trings;\n\nimport java.util.List;\n\n/**\n * Created by kenny on 4/21/15.\n *\n * created to minimize dependencie",
"end": 87,
"score": 0.992302417755127,
"start": 82,
"tag": "USERNAME",
"value": "kenny"
}
] | null | [] | package com.datarank.api.util.strings;
import java.util.List;
/**
* Created by kenny on 4/21/15.
*
* created to minimize dependencies
*/
public class Strings {
public static String[] transform(final String[] from, final Transform transform) {
final String[] to = new String[from.length];
for(i... | 1,759 | 0.554861 | 0.548039 | 64 | 26.484375 | 22.910145 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 13 |
cf7d5aa0a58483693bc5966357b5bc921fbef61f | 24,670,292,155,935 | 062a506ccf410981629f502480ebeb8a44791e9c | /Tarea3/LoginApp/app/src/main/java/com/androidatc/loginapp/MainActivity.java | a5fb8ebb9bc16db5859afd4a492b8bf8da91b56e | [] | no_license | EdgarPozas/Curso-Seguridad-Android | https://github.com/EdgarPozas/Curso-Seguridad-Android | 86609fde67c6fdf4de49f1bf77afc8c8255983c4 | 934789ec114ee180956fc4a6742ea9bc34fc10ca | refs/heads/master | 2021-01-11T21:22:20.712000 | 2017-01-12T18:49:58 | 2017-01-12T18:49:58 | 78,773,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.androidatc.loginapp;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends Activity {
EditText e1,e2;
... | UTF-8 | Java | 1,017 | java | MainActivity.java | Java | [
{
"context": ").toString());\n intent.putExtra(\"Password\",e2.getText().toString());\n intent.setClassName(\"com.a",
"end": 773,
"score": 0.8432313799858093,
"start": 763,
"tag": "PASSWORD",
"value": "e2.getText"
},
{
"context": ";\n intent.putExtra(\"Password\"... | null | [] | package com.androidatc.loginapp;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends Activity {
EditText e1,e2;
... | 1,019 | 0.711898 | 0.703048 | 32 | 30.78125 | 22.52878 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
36b259aafbab02bf17109c7d29bb7cc8759f15ed | 532,575,975,411 | f1affc0b0442a0968e5de27a751384c27e4adeda | /web/src/test/java/com/thor/pipeapple/Test.java | e727531019119f0afa53a43da797c540d09ffc46 | [
"Apache-2.0"
] | permissive | lyjloveabc/pineapple | https://github.com/lyjloveabc/pineapple | 439a2b8e730169ea14ceac179502fb355c2c4493 | 968dd1a37bca1b83bfd51e0fc16d739ed18538e8 | refs/heads/master | 2017-10-10T16:57:44.190000 | 2017-05-08T11:28:00 | 2017-05-08T11:28:00 | 85,387,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thor.pipeapple;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Map;
/**
* Created by Thor on 2017/3/3.
* happy coding - 120... | UTF-8 | Java | 2,069 | java | Test.java | Java | [
{
"context": "lections;\nimport java.util.Map;\n\n/**\n * Created by Thor on 2017/3/3.\n * happy coding - 1203!\n */\npublic c",
"end": 285,
"score": 0.9968780279159546,
"start": 281,
"tag": "USERNAME",
"value": "Thor"
},
{
"context": "6T02:19:46Z\");\n params.put(\"AccessKeyI... | null | [] | package com.thor.pipeapple;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Map;
/**
* Created by Thor on 2017/3/3.
* happy coding - 120... | 2,069 | 0.687289 | 0.589657 | 52 | 38.807693 | 48.010029 | 249 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 13 |
ba6c9269b9c21517182f93389758ca0f64b58795 | 10,084,583,220,320 | 57cc9cd2dfabfafa49ae363bf353e3cdf6246f0b | /project-webmagic-learn/src/main/java/xyy/java/note/webmagic/scheduler/QueueScheduler.java | 3498ae464085e6e822d6d8cba60786728aa3864b | [
"Apache-2.0"
] | permissive | i37oC/java-note | https://github.com/i37oC/java-note | 44902d8e6ee0b3218ff5e20941a8e1822504a3fb | 5c5e43ccb161e03cda5fcf014a6cd5acaafe14db | refs/heads/master | 2020-04-16T01:45:10.813000 | 2017-06-15T09:53:48 | 2017-06-15T09:53:48 | 83,394,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyy.java.note.webmagic.scheduler;
import xyy.java.note.webmagic.Request;
import xyy.java.note.webmagic.Task;
import java.util.concurrent.BlockingDeque;
import java.util.concurrent.LinkedBlockingDeque;
/**
* @author xyy
* @version 1.0 2017/4/13.
* @since 1.0
*/
public class QueueScheduler extends Duplica... | UTF-8 | Java | 793 | java | QueueScheduler.java | Java | [
{
"context": "l.concurrent.LinkedBlockingDeque;\n\n\n/**\n * @author xyy\n * @version 1.0 2017/4/13.\n * @since 1.0\n */\npubl",
"end": 231,
"score": 0.9996428489685059,
"start": 228,
"tag": "USERNAME",
"value": "xyy"
}
] | null | [] | package xyy.java.note.webmagic.scheduler;
import xyy.java.note.webmagic.Request;
import xyy.java.note.webmagic.Task;
import java.util.concurrent.BlockingDeque;
import java.util.concurrent.LinkedBlockingDeque;
/**
* @author xyy
* @version 1.0 2017/4/13.
* @since 1.0
*/
public class QueueScheduler extends Duplica... | 793 | 0.704918 | 0.688525 | 37 | 20.432432 | 23.442327 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 13 |
af9dc2a9acd7a2f2735bee98b30d4ac46eb37a86 | 37,288,906,092,638 | d7fd036c017138899797eaa76e9905283df63d69 | /app/src/main/java/com/example/acgallery/Model/Comparators/NameComparator.java | b8a8f64fdaca7c75bf2b93efd72f770715d69b48 | [] | no_license | cio24/Tp-Final-Objetos | https://github.com/cio24/Tp-Final-Objetos | 3151d94a53188fdb84db27d5d4a5d7dd833c6526 | 5c8e834029b23cf31ba958f3ad16e05a836f373a | refs/heads/master | 2022-12-18T14:53:18.120000 | 2020-09-24T18:16:43 | 2020-09-24T18:16:43 | 234,602,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.acgallery.Model.Comparators;
import com.example.acgallery.Model.Composite.AbstractFile;
import java.io.Serializable;
public class NameComparator implements Comparable, Serializable {
@Override
public boolean lessThan(AbstractFile a, AbstractFile b){
for(int i = 0; i < Math.min(a.g... | UTF-8 | Java | 595 | java | NameComparator.java | Java | [] | null | [] | package com.example.acgallery.Model.Comparators;
import com.example.acgallery.Model.Composite.AbstractFile;
import java.io.Serializable;
public class NameComparator implements Comparable, Serializable {
@Override
public boolean lessThan(AbstractFile a, AbstractFile b){
for(int i = 0; i < Math.min(a.g... | 595 | 0.667227 | 0.665546 | 16 | 36.25 | 34.189728 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 13 |
f31b1d37c451fc1daf5825b0ea67e3b0d5d0e65d | 17,154,099,432,024 | e8c4b662c615da3ec501674063697fe72242d5cd | /src/main/java/lettcode/Q100/Q148.java | 98a5ca4d4f4b4d136b637a4736b48e89212bee29 | [] | no_license | wangzd4661/algorithm | https://github.com/wangzd4661/algorithm | d1b27133ea3d494b47cc1e5d39e232a237034b48 | 37e25c9b939eb12ee1e9cd80880da8b8881657c3 | refs/heads/master | 2022-01-19T17:46:20.908000 | 2022-01-18T02:48:21 | 2022-01-18T02:48:21 | 156,797,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lettcode.Q100;
import lettcode.tree.ListNode;
public class Q148 {
public ListNode sortList(ListNode head) {
if (head == null || head.next == null) return head;
ListNode fast = head, slow = head, pre = head;
while (fast != null && fast.next != null) {
pre = slow;
... | UTF-8 | Java | 961 | java | Q148.java | Java | [] | null | [] | package lettcode.Q100;
import lettcode.tree.ListNode;
public class Q148 {
public ListNode sortList(ListNode head) {
if (head == null || head.next == null) return head;
ListNode fast = head, slow = head, pre = head;
while (fast != null && fast.next != null) {
pre = slow;
... | 961 | 0.523413 | 0.493236 | 34 | 27.264706 | 20.016624 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 13 |
c5897390d9939dfa7de194ddfb57adfbce3aebf2 | 38,173,669,348,721 | 28dc7ef397c32aedca13ab5f685394b81a8ea7aa | /src/main/java/fr/heavenmoon/lobby/listeners/GlobalFixer.java | b56097aadc41fce43c7cffaeb7e53f11551717cc | [] | no_license | HeavenMoon/MoonLobby | https://github.com/HeavenMoon/MoonLobby | 41ab20b3ad112162515143f277fcb647c6cb4312 | 7265fc0dceee21fe462e3b666f28091c08d5b6cc | refs/heads/master | 2023-03-07T17:19:06.657000 | 2021-02-19T10:56:49 | 2021-02-19T10:56:49 | 338,448,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.heavenmoon.lobby.listeners;
import fr.heavenmoon.core.bukkit.MoonBukkitCore;
import fr.heavenmoon.lobby.MoonLobby;
import fr.heavenmoon.persistanceapi.customs.player.CustomPlayer;
import fr.heavenmoon.persistanceapi.customs.player.data.RankList;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import o... | UTF-8 | Java | 3,579 | java | GlobalFixer.java | Java | [] | null | [] | package fr.heavenmoon.lobby.listeners;
import fr.heavenmoon.core.bukkit.MoonBukkitCore;
import fr.heavenmoon.lobby.MoonLobby;
import fr.heavenmoon.persistanceapi.customs.player.CustomPlayer;
import fr.heavenmoon.persistanceapi.customs.player.data.RankList;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import o... | 3,579 | 0.710254 | 0.705504 | 102 | 34.088234 | 32.689899 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 13 |
8ce45c5d9b91d0ce247b1bf1c9e91473ffdc12e9 | 36,009,005,853,964 | ee17accc35b1d3a36898c4a56694fcbcd036b8e9 | /TidyNumbers/src/UI/main.java | 3b108ae6023c044b5ec7b504e47b72cea3b4021e | [] | no_license | mohamedhalim1998/Java | https://github.com/mohamedhalim1998/Java | 6f95570288bc729862a9ba931cc4bcf4c2238568 | e3ca4b5382c108fe24060eaa03d510f9c2e74373 | refs/heads/master | 2020-05-31T05:14:15.249000 | 2019-06-05T02:38:54 | 2019-06-05T02:38:54 | 190,115,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UI;
import java.util.Arrays;
public class main {
public static void main(String[] args) {
int t = 265184791;
t = Integer.reverse(t);
char[] arr = ("" + t).toCharArray();
// t = getTidyNum(arr);
System.out.println();
}
/**
* @param arr : a char array ... | UTF-8 | Java | 1,465 | java | main.java | Java | [] | null | [] | package UI;
import java.util.Arrays;
public class main {
public static void main(String[] args) {
int t = 265184791;
t = Integer.reverse(t);
char[] arr = ("" + t).toCharArray();
// t = getTidyNum(arr);
System.out.println();
}
/**
* @param arr : a char array ... | 1,465 | 0.506485 | 0.49215 | 51 | 27.725491 | 22.301041 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 13 |
3705bb91c3c7cbd3bad979e1cb9541325f166e7f | 39,384,850,124,443 | 411160edab67835a023158ccbfd0036c7c155828 | /Codigo/ProyectoSAF/src/java/SAF/Facade/Stock/FacadeStock.java | 952f78c71682d819f50d4d12c0ba20f5c92744e2 | [] | no_license | mdf27/springapp | https://github.com/mdf27/springapp | 8186493c2d81c66715910b251a7d572ddcb74759 | f455f8007193193fc13da0fc54d3cd0615171c80 | refs/heads/master | 2021-01-13T02:03:16.996000 | 2014-10-03T04:02:49 | 2014-10-03T04:02:49 | null | 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 SAF.Facade.Stock;
import SAF.Logica.Stock.AjustarStockManager;
import SAF.Logica.Stock.BuscarProductoManager;
import ... | UTF-8 | Java | 2,157 | java | FacadeStock.java | Java | [
{
"context": "amework.stereotype.Service;\r\n\r\n/**\r\n *\r\n * @author majo\r\n */\r\n@Service\r\npublic class FacadeStock {\r\n @",
"end": 832,
"score": 0.9755371809005737,
"start": 828,
"tag": "USERNAME",
"value": "majo"
}
] | 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 SAF.Facade.Stock;
import SAF.Logica.Stock.AjustarStockManager;
import SAF.Logica.Stock.BuscarProductoManager;
import ... | 2,157 | 0.732499 | 0.732499 | 61 | 33.327869 | 37.913502 | 191 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.803279 | false | false | 13 |
6b68fc53fc77d6db3910589f17e92d1b29e59141 | 4,269,197,559,414 | 7204bbdf8d82ba2527f849952c902084443bb0c2 | /src/main/java/com/zcon/mobileris/config/ProjectConstants.java | e7bc5c0b1ddb15e57011e16048b7840cfff5b39d | [] | no_license | manojk-ct/test | https://github.com/manojk-ct/test | c9a6c4ec21c9815cbc1f82cb079221c8f2756456 | 8ebee57f2e7754166a5c50fb24075246d87e40e7 | refs/heads/master | 2021-05-02T05:39:39.712000 | 2016-12-21T17:25:05 | 2016-12-21T17:25:05 | 77,071,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zcon.mobileris.config;
public class ProjectConstants {
public static final String TEMP_FILE_UPLOAD_DIR = "D:\\test\\";
public static final String FINAL_FILE_UPLOAD_DIR = "D:\\MobileRIS_Files\\Tenent_1\\User_ProfilePhoto\\";
public static final long MAX_MULTIPART_REQUEST_SIZE = 20971520;
pub... | UTF-8 | Java | 422 | java | ProjectConstants.java | Java | [] | null | [] | package com.zcon.mobileris.config;
public class ProjectConstants {
public static final String TEMP_FILE_UPLOAD_DIR = "D:\\test\\";
public static final String FINAL_FILE_UPLOAD_DIR = "D:\\MobileRIS_Files\\Tenent_1\\User_ProfilePhoto\\";
public static final long MAX_MULTIPART_REQUEST_SIZE = 20971520;
pub... | 422 | 0.732228 | 0.691943 | 9 | 45.888889 | 32.181583 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
49bb7f44fab88e8cd1025c2b55ac4e9498d11f83 | 4,269,197,558,795 | 3f380ad21c38733ff1852daf86e67c91941bcb8f | /src/main/java/com/amazonaws/fps/mock/AmazonFPSMock.java | 311d548a3d066c68d661e55d6e3d2ffc61ecb9f8 | [] | no_license | justinedelson/amazon-fps-client | https://github.com/justinedelson/amazon-fps-client | 04f1fdedd1fed06e8be396b148f5d68a95c1670b | fa3543931af1c820f94ce4e42d394558ebc4c920 | refs/heads/master | 2016-09-16T01:28:54.295000 | 2010-02-11T21:49:55 | 2010-02-11T21:49:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright 2008 Amazon Technologies, 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... | UTF-8 | Java | 23,713 | java | AmazonFPSMock.java | Java | [] | null | [] | /*******************************************************************************
* Copyright 2008 Amazon Technologies, 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... | 23,713 | 0.635865 | 0.634684 | 691 | 33.315483 | 32.194534 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24602 | false | false | 13 |
39c77cbdf4e3053e35d7b1d5f18f547d19f4f030 | 34,170,759,861,737 | c2ecb5a836f140e1c93c8c13a324aea7beab0a0a | /PeersIp.java | 752a2b5696c2cecb1f4a40a19ff4e40ac2ba5509 | [] | no_license | mahmoudmohey97/p2p-chat | https://github.com/mahmoudmohey97/p2p-chat | dc53c3b2147c45e1f45438442bf15b39e146efa5 | b4f2b27bbba9b599eb08673916604ce3dff52a47 | refs/heads/master | 2023-02-17T05:36:40.793000 | 2021-01-17T20:26:50 | 2021-01-17T20:26:50 | 174,877,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DRD;
import java.io.IOException;
import java.util.Vector;
public class PeersIp
{
private static Vector<String> peers = new Vector<>();
public static Vector<String> getPeers()
{
return peers;
}
public static void addto(String newIp)
{
peers.add(newIp);
}
// public static void setPeers()
// ... | UTF-8 | Java | 820 | java | PeersIp.java | Java | [] | null | [] | package DRD;
import java.io.IOException;
import java.util.Vector;
public class PeersIp
{
private static Vector<String> peers = new Vector<>();
public static Vector<String> getPeers()
{
return peers;
}
public static void addto(String newIp)
{
peers.add(newIp);
}
// public static void setPeers()
// ... | 820 | 0.612195 | 0.612195 | 43 | 18.069767 | 19.694641 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.209302 | false | false | 13 |
f4db6ad037c59395e0359599c66a8a0693ca5feb | 3,719,441,706,472 | 4691208bfe83e618f71e2df329d42a7946281812 | /testng-playground/src/test/java/org/geetha/testng/TestExcepSubClass.java | 60bf272e97dbc8ed9d2788296f8e0c2761d0b95c | [] | no_license | geetharm/Selenium | https://github.com/geetharm/Selenium | de9d80a5f931e7a227e827d3c815eeeb60748ad6 | b391963711187735fb4b95911c7fe9319695b3a5 | refs/heads/master | 2021-05-11T03:28:21.401000 | 2018-02-04T06:50:21 | 2018-02-04T06:50:21 | 117,917,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.geetha.testng;
import java.io.IOException;
import org.testng.annotations.Test;
public class TestExcepSubClass extends testException {
// public static void main(String[] args) throws IOException{
// TestExcepSubClass c1 = new TestExcepSubClass();
// c1.test();
// }
@Test
public void testMethod()... | UTF-8 | Java | 374 | java | TestExcepSubClass.java | Java | [] | null | [] | package org.geetha.testng;
import java.io.IOException;
import org.testng.annotations.Test;
public class TestExcepSubClass extends testException {
// public static void main(String[] args) throws IOException{
// TestExcepSubClass c1 = new TestExcepSubClass();
// c1.test();
// }
@Test
public void testMethod()... | 374 | 0.727273 | 0.721925 | 20 | 17.700001 | 20.579359 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
cc845fc89109c31f6af9c7552e78a3ca191addf1 | 21,217,138,474,292 | c560934cd8992fb40b9abc9696d0e9e5967d582a | /bundle/src/main/java/aem/pokego/lure/services/PokeGoApiService.java | c00aa3bfd27c848fdec0a76e83b89cc312b59f36 | [
"MIT"
] | permissive | mickleroy/aem-pokego-lure-client | https://github.com/mickleroy/aem-pokego-lure-client | 6b86019efdd1c3c86a565d5477ce2eab53225ffc | 1425e9a7305b6991a332d3ed04240d3b1890d06d | refs/heads/master | 2020-05-21T16:42:28.259000 | 2016-10-03T10:53:56 | 2016-10-03T10:53:56 | 65,785,584 | 0 | 1 | null | false | 2016-10-03T10:29:43 | 2016-08-16T03:46:52 | 2016-08-26T12:32:53 | 2016-10-03T10:29:43 | 1,229 | 0 | 0 | 1 | Java | null | null | package aem.pokego.lure.services;
import aem.pokego.lure.models.PokeStop;
import com.pokegoapi.api.PokemonGo;
import com.pokegoapi.api.map.fort.Pokestop;
import java.util.List;
public interface PokeGoApiService {
boolean refreshSession();
boolean login(String username, String password);
boolean login(St... | UTF-8 | Java | 572 | java | PokeGoApiService.java | Java | [] | null | [] | package aem.pokego.lure.services;
import aem.pokego.lure.models.PokeStop;
import com.pokegoapi.api.PokemonGo;
import com.pokegoapi.api.map.fort.Pokestop;
import java.util.List;
public interface PokeGoApiService {
boolean refreshSession();
boolean login(String username, String password);
boolean login(St... | 572 | 0.755245 | 0.755245 | 21 | 26.238094 | 21.720968 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 13 |
2e8cb528bbd8f6f6fc9f04bde3cffe00aca58686 | 29,678,224,044,378 | ca0c486589d2e67915634af639ccf4d36750b4f1 | /eclipseNeonEE_workspace/TestBusiness2/src/main/java/de/any/crawl/SaxXmlParser.java | 3645f4e3b8056618385c8938a57ec55781e8a4f4 | [] | no_license | gituserDoesNotExist/java-playground | https://github.com/gituserDoesNotExist/java-playground | 3fc4aa49e50c4d24cf5ddf08440b94f77a72e829 | 6ca3a3ad676b8dec5e58423bd136db0c1f44710d | refs/heads/master | 2020-04-09T05:13:28.104000 | 2018-12-02T16:56:03 | 2018-12-02T16:56:03 | 160,056,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 29.08.2018
*
* Dimensions - Versionierung
* $Workfile: %PM% $
* $Revision: %PR% $
* $Date: %Date% $
* $Author: %Author% $
*
* (c) Copyright SV Informatik GmbH 2010
*/
package de.any.crawl;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
i... | UTF-8 | Java | 2,256 | java | SaxXmlParser.java | Java | [
{
"context": "rmationen <br>\n * (Hier auffuehren)\n * \n * @author N0008244\n */\npublic class SaxXmlParser implements XmlParse",
"end": 872,
"score": 0.9994620680809021,
"start": 864,
"tag": "USERNAME",
"value": "N0008244"
}
] | null | [] | /*
* Created on 29.08.2018
*
* Dimensions - Versionierung
* $Workfile: %PM% $
* $Revision: %PR% $
* $Date: %Date% $
* $Author: %Author% $
*
* (c) Copyright SV Informatik GmbH 2010
*/
package de.any.crawl;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
i... | 2,256 | 0.743351 | 0.731826 | 87 | 24.94253 | 25.273382 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.988506 | false | false | 13 |
022388dce3451b506dd9d75c3fabed61064e39ea | 13,597,866,487,470 | 4b934bec49e2cbd429d91492601c101154b2c9b7 | /ToDoAppFinalVersion/ToDoListApp/src/com/todo/dao/CheckStatusDAO.java | 568ac3017ee8e9d930ce8b91fbe18f77e0d573c5 | [] | no_license | Jimbo51000/Java-Web-Apps | https://github.com/Jimbo51000/Java-Web-Apps | d10d94f1086dc040864412b527fd28482bd827f9 | 8ce1f12c5d371ff58fab7f6ec18a8aa7079433fa | refs/heads/master | 2020-04-02T06:20:22.757000 | 2016-07-05T18:07:25 | 2016-07-05T18:07:25 | 62,579,357 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.todo.dao;
import java.sql.SQLException;
public interface CheckStatusDAO {
public boolean checkTaskStatus(String username) throws SQLException;
}
| UTF-8 | Java | 161 | java | CheckStatusDAO.java | Java | [] | null | [] | package com.todo.dao;
import java.sql.SQLException;
public interface CheckStatusDAO {
public boolean checkTaskStatus(String username) throws SQLException;
}
| 161 | 0.813665 | 0.813665 | 8 | 19.125 | 22.931623 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
548fd4b286fcbf6157db8e2c750ecf7514cf9498 | 16,690,242,947,009 | a19f95777f03452b2d2acc41b3553118038be804 | /api/src/main/java/com/capitalone/dashboard/webhook/github/GitHubHookController.java | 87f409b6469a39295203a40031fb911685644301 | [
"Apache-2.0"
] | permissive | walmartlabs/Hygieia | https://github.com/walmartlabs/Hygieia | 891a10630255f87fca091d4f8d3ff5fa62daddde | 64f47cc48c2c44ebb18e6fb45df0a07b4559a856 | refs/heads/master | 2023-07-24T10:20:39.072000 | 2023-07-18T21:40:33 | 2023-07-18T21:40:33 | 119,907,025 | 4 | 6 | Apache-2.0 | true | 2020-04-23T21:52:21 | 2018-02-01T23:39:22 | 2019-07-02T22:21:54 | 2020-04-23T21:52:20 | 73,423 | 2 | 5 | 6 | JavaScript | false | false | package com.capitalone.dashboard.webhook.github;
import com.capitalone.dashboard.misc.HygieiaException;
import org.json.simple.JSONObject;
import org.json.simple.parser.ParseException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.... | UTF-8 | Java | 1,471 | java | GitHubHookController.java | Java | [] | null | [] | package com.capitalone.dashboard.webhook.github;
import com.capitalone.dashboard.misc.HygieiaException;
import org.json.simple.JSONObject;
import org.json.simple.parser.ParseException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.... | 1,471 | 0.791298 | 0.789259 | 36 | 39.861111 | 31.172596 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 13 |
da052e2474e14d35d7085655203eb99a580c5704 | 32,779,190,444,852 | 63a06ea7dc8b42c35c3d9ff351ad059fa7a34ce4 | /src/main/java/com/thorinhood/data/s3object/S3Object.java | e284317d7313e19e2f15a1733b3d42b9ca710330 | [] | no_license | THORinHOOD/s3server | https://github.com/THORinHOOD/s3server | 36ecb4e9bb8b01d7eef953df23857c50065616cf | 670d5457b71c3274762282ddd8285e5c3b1bb099 | refs/heads/master | 2023-06-20T22:12:21.368000 | 2021-08-05T06:43:30 | 2021-08-05T06:43:30 | 330,171,065 | 1 | 1 | null | false | 2021-08-05T06:50:30 | 2021-01-16T13:39:44 | 2021-08-05T06:43:33 | 2021-08-05T06:49:35 | 742 | 0 | 0 | 3 | Java | false | false | package com.thorinhood.data.s3object;
import com.thorinhood.data.S3FileObjectPath;
import java.io.File;
import java.util.Map;
public class S3Object implements HasAbsolutePath, HasS3Path, HasETag, HasFile, HasRawBytes, HasLastModified, HasMetaData {
private String absolutePath;
private S3FileObjectPath s3Fil... | UTF-8 | Java | 2,118 | java | S3Object.java | Java | [] | null | [] | package com.thorinhood.data.s3object;
import com.thorinhood.data.S3FileObjectPath;
import java.io.File;
import java.util.Map;
public class S3Object implements HasAbsolutePath, HasS3Path, HasETag, HasFile, HasRawBytes, HasLastModified, HasMetaData {
private String absolutePath;
private S3FileObjectPath s3Fil... | 2,118 | 0.63881 | 0.630312 | 101 | 19.970297 | 19.82021 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415842 | false | false | 13 |
c7ae972dd490be586240c0b0797d37825be02bc0 | 26,817,775,828,210 | 06bff03e08f79cc090eaa146212d38442feed68a | /src/main/java/mythPlayer/litter/exercise/RocketPanel.java | 5c8256702991bb09e5bfb8b246c092082aec93ee | [] | no_license | wzunique/mythPlayer | https://github.com/wzunique/mythPlayer | 3a6d6d4ee69b907ee28af0d1f8b13ab51a705cfd | b020727712e948e8494ac7c1db908d1299f1196d | refs/heads/master | 2021-06-16T18:42:57.247000 | 2017-06-08T07:40:46 | 2017-06-08T07:40:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mythPlayer.litter.exercise;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class RocketPanel extends JPanel {
public static void main(String[] args) {
JFrame jframe = new JFrame("Rocket");
jframe.setD... | UTF-8 | Java | 1,360 | java | RocketPanel.java | Java | [] | null | [] | package mythPlayer.litter.exercise;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class RocketPanel extends JPanel {
public static void main(String[] args) {
JFrame jframe = new JFrame("Rocket");
jframe.setD... | 1,360 | 0.661029 | 0.563971 | 51 | 24.666666 | 23.598494 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.588235 | false | false | 13 |
7404366aee02933550c890bf03baca9356a93e12 | 16,355,235,508,162 | 85053c7412539209a98c36275657c5bfd911a0c9 | /portfolio2/src/calendarForm/Schedule.java | 05327ff1528b8b479a0f5c959f53b5ae75cdd79b | [] | no_license | mnishimoto/portfolio | https://github.com/mnishimoto/portfolio | 6fe0a4ce6e80d1a40f5c6c92baf1c06b3a53d54d | 42d277be4916f301c5460f085e1f0199f3d746ea | refs/heads/master | 2022-11-16T20:09:08.617000 | 2020-06-30T07:36:00 | 2020-06-30T07:36:00 | 275,064,267 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package calendarForm;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.Htt... | UTF-8 | Java | 1,605 | java | Schedule.java | Java | [] | null | [] | package calendarForm;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.Htt... | 1,605 | 0.749841 | 0.748568 | 49 | 30.061224 | 29.312119 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 13 |
2709ca0678080688af19a6a6230f319a398badea | 28,973,849,417,732 | a151d0bc51201df33b65f1ac5e204ea20f7c9ed2 | /LibraryApp/src/com/dxc/dao/IAdminDao.java | e71b584329ba20ee2997c3f6477e3932dfd25448 | [] | no_license | himadri1-tanaya/Library_management_System | https://github.com/himadri1-tanaya/Library_management_System | 5468a92609bbc24319b763c2938c047882efd070 | 1489b730211d4fb652ef8c51fa428205726cc70c | refs/heads/master | 2022-12-26T02:55:52.362000 | 2020-10-04T10:13:57 | 2020-10-04T10:13:57 | 275,343,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dxc.dao;
import java.util.List;
import com.dxc.pojo.Book;
import com.dxc.pojo.User;
public interface IAdminDao {
public boolean passwordCheck(String name,String password);
public void addUser(int id, String name, String password, double balance);
public void addBook(int id, String b... | UTF-8 | Java | 599 | java | IAdminDao.java | Java | [] | null | [] | package com.dxc.dao;
import java.util.List;
import com.dxc.pojo.Book;
import com.dxc.pojo.User;
public interface IAdminDao {
public boolean passwordCheck(String name,String password);
public void addUser(int id, String name, String password, double balance);
public void addBook(int id, String b... | 599 | 0.714524 | 0.714524 | 30 | 17.966667 | 22.09296 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.033333 | false | false | 13 |
9a6ae90096a377c8f15e76db8a6c9d87db430376 | 274,877,952,040 | df87cd25a5bb29bb5246a5477c20e766f24c3345 | /manager/src/main/java/jt/sensordata/server/TopDataHandler.java | cbaa4e09b3d84c549d48cd09c17bf288ac0a7dce | [] | no_license | wallellen/zhoushan | https://github.com/wallellen/zhoushan | 07c16b5b0bb33d12640ba0c51d7eb348310d04fc | 38077895e2131b8fa1ac1af3d2bb98029f94e3de | refs/heads/master | 2020-04-06T07:03:20.339000 | 2014-09-15T03:30:54 | 2014-09-15T03:30:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package jt.sensordata.server;
import jt.sensordata.main.ClientManager;
import org.apache.log4j.Logger;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.yongboy.socketio.server.IOHandlerAbs;
import com.yongboy.socketio.server.transp... | UTF-8 | Java | 2,450 | java | TopDataHandler.java | Java | [
{
"context": "ocketio.server.transport.IOClient;\n\n/**\n * @author Administartor\n *\n */\npublic class TopDataHandler extends IOHand",
"end": 363,
"score": 0.9988958835601807,
"start": 350,
"tag": "USERNAME",
"value": "Administartor"
}
] | null | [] | /**
*
*/
package jt.sensordata.server;
import jt.sensordata.main.ClientManager;
import org.apache.log4j.Logger;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.yongboy.socketio.server.IOHandlerAbs;
import com.yongboy.socketio.server.transp... | 2,450 | 0.704565 | 0.701606 | 76 | 30.131578 | 28.562647 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236842 | false | false | 13 |
e850601223978279d6b495ac5123ba8937b5b24c | 635,655,201,794 | 9a061054b4028fc36f6f0e5fa9229a9c0490b9fb | /src/ch11/test/FileOutputTest.java | 73cfedd96edeb227fb3b1fb49b64af19c539104d | [] | no_license | livelikeabel/Acon-Java | https://github.com/livelikeabel/Acon-Java | e32ad402ba93115bc4bd86490862c3e881a1d4f0 | 51dd58dcd725d206e4693b8425087c4eb0bb1aeb | refs/heads/master | 2021-07-05T08:13:55.457000 | 2017-09-29T04:22:13 | 2017-09-29T04:22:13 | 104,035,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch11.test;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Scanner;
public class FileOutputTest {
public static void main(String[] args) throws IOException {
FileOutputStream fos = null;
fos = new FileOutputStream("C://Users/acorn/Desktop/ccc.txt");
Scanner sc ... | UTF-8 | Java | 580 | java | FileOutputTest.java | Java | [
{
"context": " = null;\r\n\t\tfos = new FileOutputStream(\"C://Users/acorn/Desktop/ccc.txt\");\r\n\t\tScanner sc = new Scanner(Sy",
"end": 286,
"score": 0.9962495565414429,
"start": 281,
"tag": "USERNAME",
"value": "acorn"
}
] | null | [] | package ch11.test;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Scanner;
public class FileOutputTest {
public static void main(String[] args) throws IOException {
FileOutputStream fos = null;
fos = new FileOutputStream("C://Users/acorn/Desktop/ccc.txt");
Scanner sc ... | 580 | 0.627586 | 0.613793 | 25 | 21.200001 | 17.408045 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.16 | false | false | 13 |
cc3412b2292dbe5ae94116f543354f77ddc52d5a | 14,525,579,445,832 | fdd23f21fbbe5ff5444294b75494c94044750a2c | /MyWorkManagerWithNotification/app/src/main/java/com/muneiah/myworkmanagerwithnotification/SecondWork.java | 728c8279a44a3b20005f6d1bc2d578597893d612 | [] | no_license | AP-Skill-Development-Corporation/AAD-STP-BATCH-8 | https://github.com/AP-Skill-Development-Corporation/AAD-STP-BATCH-8 | 24510afe99c65efa9a991bc76b53f9ac233c6893 | 4bc24bbed0321550620ee4d04a852f3ae7ec5f72 | refs/heads/master | 2022-12-11T22:23:18.344000 | 2020-08-21T04:17:04 | 2020-08-21T04:17:04 | 284,318,186 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.muneiah.myworkmanagerwithnotification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.Build;
i... | UTF-8 | Java | 2,167 | java | SecondWork.java | Java | [] | null | [] | package com.muneiah.myworkmanagerwithnotification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.Build;
i... | 2,167 | 0.730964 | 0.727734 | 59 | 35.728813 | 25.526211 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813559 | false | false | 13 |
bbd43258dc40ca0b915e015737d3b82e8252e0c2 | 27,066,883,922,008 | 8c80da0a51d64d0547b92fea5e00b8fa2fbb4bad | /src/NhanVienThoiVu.java | a635bec9e40327ff99c932422643f8b59d9bf895 | [] | no_license | Bangtx/Java0 | https://github.com/Bangtx/Java0 | 57c25006c167f5fb2e0e9d387baaf0dbc17ef540 | 4ef3dc8608ddf329fcf34500285c366fb913e114 | refs/heads/master | 2023-09-03T05:20:42.563000 | 2021-11-11T06:50:31 | 2021-11-11T06:50:31 | 426,678,378 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class NhanVienThoiVu extends NhanVIen{
@Override
public int luong() {
return 0;
}
}
| UTF-8 | Java | 111 | java | NhanVienThoiVu.java | Java | [] | null | [] | public class NhanVienThoiVu extends NhanVIen{
@Override
public int luong() {
return 0;
}
}
| 111 | 0.621622 | 0.612613 | 6 | 17.5 | 14.419315 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 13 |
73a183c194a31030be9dd8750ab6a2288cadbe1f | 21,105,469,323,040 | 3db31a63b61470d50ad59e2c251c1ca9fb892085 | /src/com/ing/usedbooks/net/SellTime.java | 3a51bb049161dd948582bd02154999da7464c0cc | [] | no_license | antdlx/UsedBooks | https://github.com/antdlx/UsedBooks | 773ab3c43b269a01b42e64900efa002f886b1140 | ad8f656c6ee2aa76b952cfb9c28b1b1cc3ff71a1 | refs/heads/master | 2021-01-10T13:48:58.390000 | 2016-03-08T13:39:24 | 2016-03-08T13:39:24 | 53,413,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ing.usedbooks.net;
public class SellTime {
public SellTime(String sell_time,String id,final SuccessCallback successCallback,final FailCallback failCallback){
new NetConnection(Config.SERVER_URL_SELLTIME, new NetConnection.SuccessCallback() {
@Override
public void onSuccess(String result) ... | UTF-8 | Java | 618 | java | SellTime.java | Java | [] | null | [] | package com.ing.usedbooks.net;
public class SellTime {
public SellTime(String sell_time,String id,final SuccessCallback successCallback,final FailCallback failCallback){
new NetConnection(Config.SERVER_URL_SELLTIME, new NetConnection.SuccessCallback() {
@Override
public void onSuccess(String result) ... | 618 | 0.705502 | 0.705502 | 31 | 18.935484 | 25.700428 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.225806 | false | false | 13 |
a1e5a2a25f194733b10155b1b2b75d65f41c5626 | 4,776,003,659,893 | d04fa76985bd3f40d1af726e76806dbe8870e0cb | /xiyou-shop-admin/src/main/java/com/xiyou/admin/controller/ProductController.java | 2a3ca148c2441791d9ae8eb58f384628ec122c44 | [] | no_license | Sunbefore/xiyou-shop | https://github.com/Sunbefore/xiyou-shop | 962705b5560199ebe30a298884a190f70be738e3 | 6497fc925881f0ebff35d43be1a3d9ad256991e4 | refs/heads/master | 2022-06-30T13:10:04.437000 | 2019-06-24T15:58:25 | 2019-06-24T15:58:25 | 187,659,759 | 0 | 0 | null | false | 2022-06-17T02:14:07 | 2019-05-20T14:45:46 | 2019-06-24T15:58:42 | 2022-06-17T02:14:05 | 910 | 0 | 0 | 14 | CSS | false | false | package com.xiyou.admin.controller;
import com.xiyou.admin.service.ProductDetailService;
import com.xiyou.admin.service.ProductService;
import com.xiyou.common.model.Product;
import com.xiyou.common.model.ProductDetail;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotyp... | UTF-8 | Java | 3,494 | java | ProductController.java | Java | [] | null | [] | package com.xiyou.admin.controller;
import com.xiyou.admin.service.ProductDetailService;
import com.xiyou.admin.service.ProductService;
import com.xiyou.common.model.Product;
import com.xiyou.common.model.ProductDetail;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotyp... | 3,494 | 0.664371 | 0.663772 | 131 | 24.496183 | 22.138487 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328244 | false | false | 13 |
86b17c8b44356fd634c85d0077dc2f9c927ae7a3 | 18,537,078,875,889 | 7835ce234bd27c3de6ad3723b0918b0b15caf903 | /distributed-systems/SDFS/source/SDFSServer/src/org/sdfs/server/service/Server2ClientNEW.java | e06a6a9feefd45ca93033f75e58351b09f5babdb | [] | no_license | IcaroJerry/sand-box | https://github.com/IcaroJerry/sand-box | e3b8ac5c7d344c22f7ff61c178a138d6ee3ebfb4 | b50c885d26566a130a062c76802d87aa194cbadc | refs/heads/master | 2021-01-19T21:55:37.051000 | 2017-04-30T01:27:08 | 2017-04-30T01:27:08 | 88,724,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sdfs.server.service;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
public class Server2C... | UTF-8 | Java | 1,934 | java | Server2ClientNEW.java | Java | [] | null | [] | package org.sdfs.server.service;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
public class Server2C... | 1,934 | 0.598759 | 0.59514 | 63 | 29.698412 | 26.64382 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539683 | false | false | 13 |
28a82a013324738524db904f3744291e02790e86 | 27,187,143,004,380 | e4fc5d3753fbf1ee60fc316875eea5ff7ed94941 | /src/main/java/com/project/DigitalBank/dtos/RegistrationInformationDto.java | c63cd2ddf9a5c46e52c41482e6699b37c55e274a | [] | no_license | cavieira/DigitalBank | https://github.com/cavieira/DigitalBank | 4b6c6cff275b4c200029546b8309086cba2a7f4b | 3b3b2a824173ad5679905c47c48b246a1285aaad | refs/heads/main | 2023-01-02T02:23:21.241000 | 2020-10-28T09:45:46 | 2020-10-28T09:45:46 | 304,959,186 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.DigitalBank.dtos;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Value;
import java.time.LocalDate;
@Value
@AllArgsConstructor
@Builder(toBuilder = true)
public class RegistrationInformationDto {
String firstName;
String lastName;
String email;
LocalDat... | UTF-8 | Java | 471 | java | RegistrationInformationDto.java | Java | [
{
"context": "lic class RegistrationInformationDto {\n\n String firstName;\n\n String lastName;\n\n String email;\n\n Lo",
"end": 264,
"score": 0.9615813493728638,
"start": 255,
"tag": "NAME",
"value": "firstName"
},
{
"context": "nformationDto {\n\n String firstName;\... | null | [] | package com.project.DigitalBank.dtos;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Value;
import java.time.LocalDate;
@Value
@AllArgsConstructor
@Builder(toBuilder = true)
public class RegistrationInformationDto {
String firstName;
String lastName;
String email;
LocalDat... | 471 | 0.719745 | 0.719745 | 35 | 12.457143 | 12.278536 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 13 |
d88e95e9038f0fa4c9d98a671bf662c9c2763f10 | 4,621,384,849,133 | 53de1f6248ce038af05fb9885ec4cc5fdddf5bbe | /src/main/java/com/infinityraider/infinitylib/block/tile/InfinityTileEntityType.java | 51fc0b28b785fcfa1ff36a6554e5bd2c752ce137 | [
"MIT"
] | permissive | ArthixFR/InfinityLib | https://github.com/ArthixFR/InfinityLib | b1dad6ade2d1313e49c94b118f6dd02de0fc3225 | 5c90048cfe931edd127e566546c7dc42f4a14fcf | refs/heads/master | 2023-08-01T06:52:08.307000 | 2021-09-11T15:59:44 | 2021-09-11T15:59:44 | 405,420,312 | 0 | 0 | MIT | true | 2021-09-11T15:54:35 | 2021-09-11T15:54:35 | 2021-09-06T21:52:37 | 2021-09-06T21:52:34 | 1,296 | 0 | 0 | 0 | null | false | false | package com.infinityraider.infinitylib.block.tile;
import com.google.common.collect.Sets;
import com.infinityraider.infinitylib.render.tile.ITileRenderer;
import net.minecraft.block.Block;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.tileentity.TileEntityType;
import net.minecraftforge.api.distmark... | UTF-8 | Java | 3,425 | java | InfinityTileEntityType.java | Java | [] | null | [] | package com.infinityraider.infinitylib.block.tile;
import com.google.common.collect.Sets;
import com.infinityraider.infinitylib.render.tile.ITileRenderer;
import net.minecraft.block.Block;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.tileentity.TileEntityType;
import net.minecraftforge.api.distmark... | 3,425 | 0.658102 | 0.658102 | 113 | 29.309734 | 27.254642 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495575 | false | false | 13 |
8b73eea56b24a55809dde1ca4d075866fcfa5428 | 21,079,699,501,240 | f38b812c0970ca16318d64b8a03d6095a67d0232 | /app/src/main/java/com/example/la/myclass/beans/periodic/Month.java | d556d077cbf3eec810bef5d3bd6ee692460ffc43 | [] | no_license | Gaminho/MyClass | https://github.com/Gaminho/MyClass | feb23c0e11086d1051b68a2de3dc2acedd1da71c | d87c3d47ac06e72ae4825a74906b5495421a40cf | refs/heads/master | 2021-05-03T19:15:09.535000 | 2018-10-01T11:50:25 | 2018-10-01T11:50:25 | 70,047,704 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.la.myclass.beans.periodic;
import com.example.la.myclass.C;
import java.util.Calendar;
/**
* Created by Gaminho on 21/09/2016.
*/
public class Month extends PeriodicItem {
public Month(int nbOfCourses, double money, long beginning) {
this.beginning = beginning;
this.money... | UTF-8 | Java | 802 | java | Month.java | Java | [
{
"context": ".C;\n\nimport java.util.Calendar;\n\n/**\n * Created by Gaminho on 21/09/2016.\n */\npublic class Month extends ",
"end": 133,
"score": 0.5711430311203003,
"start": 128,
"tag": "NAME",
"value": "Gamin"
},
{
"context": "mport java.util.Calendar;\n\n/**\n * Created by Ga... | null | [] | package com.example.la.myclass.beans.periodic;
import com.example.la.myclass.C;
import java.util.Calendar;
/**
* Created by Gaminho on 21/09/2016.
*/
public class Month extends PeriodicItem {
public Month(int nbOfCourses, double money, long beginning) {
this.beginning = beginning;
this.money... | 802 | 0.571072 | 0.561097 | 31 | 24.870968 | 19.981834 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 13 |
1f1a475812dd643623a705e245c1ed7c9259b908 | 7,636,451,868,531 | 4914865e5738f79555a7452139456c861ff310d2 | /src/main/java/com/hll/test/dao/domain/UserInfo.java | 7476066b6b64464ca90cfbf7f9b1cf9d61375187 | [] | no_license | AshShawn/devConsole | https://github.com/AshShawn/devConsole | b114d14de5d82129c5c8bddcd7b6e7e75cb11753 | 165e76f1e4f6d7d8889d132e3440200733fb9a20 | refs/heads/master | 2022-12-21T19:25:35.370000 | 2019-06-10T15:31:16 | 2019-06-10T15:31:16 | 188,207,210 | 0 | 0 | null | false | 2022-12-16T01:26:42 | 2019-05-23T09:52:07 | 2019-06-10T15:31:29 | 2022-12-16T01:26:39 | 4,237 | 0 | 0 | 8 | Java | false | false | package com.hll.test.dao.domain;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table userinfo
*
* @mbg.generated do_not_delete_during_merge
*/
public class UserInfo {
/**
* Database Column Remarks:
* 用户编号
*
* This field was generated by ... | UTF-8 | Java | 4,764 | java | UserInfo.java | Java | [] | null | [] | package com.hll.test.dao.domain;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table userinfo
*
* @mbg.generated do_not_delete_during_merge
*/
public class UserInfo {
/**
* Database Column Remarks:
* 用户编号
*
* This field was generated by ... | 4,764 | 0.617559 | 0.615632 | 185 | 24.24865 | 22.959019 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.097297 | false | false | 13 |
db71b0fa14e0e7fecb3f1081fa9cd97ec5aa54c2 | 26,903,675,199,033 | 5fd23d3b8edf19b36c2fe38c1469198b93ec2fbe | /src/com/bank/dao/CustomerDAO.java | 908fbaf06af07ea8048b91cffff4bd9559c47b18 | [] | no_license | mahesh4kc/test | https://github.com/mahesh4kc/test | 8fcb91b0225cca1fb549615ac9ff1db631cfcc58 | c69de6c06854c6e3d0f7b724296697cfb3624290 | refs/heads/master | 2021-07-17T06:52:32.773000 | 2018-07-07T07:55:04 | 2018-07-07T07:55:04 | 140,059,890 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bank.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.bank.bo.CustomerBO;
import com.bank.bo.ParametersBO;
import com.bank.form.SearchMasterScreenForm;
import com.bank.... | UTF-8 | Java | 25,342 | java | CustomerDAO.java | Java | [] | null | [] | package com.bank.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.bank.bo.CustomerBO;
import com.bank.bo.ParametersBO;
import com.bank.form.SearchMasterScreenForm;
import com.bank.... | 25,342 | 0.719872 | 0.7164 | 619 | 39.940228 | 34.767883 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.481422 | false | false | 13 |
ab28e43b11c70dbf6d49901b4f3cfd5a7b109675 | 8,014,409,038,839 | 13870d43419e997d9c3f8b363c3a03f8564a3c3c | /src/test/java/be/pengo/demoDependencyInjection/DemoDependencyInjectionApplicationTests.java | c5dfc375eaf1af792652ac9b160c67fe93a2edd2 | [] | no_license | apietsch/demoDependencyInjection | https://github.com/apietsch/demoDependencyInjection | c3537cb6cea24c1a1edd2bc7a2985cd13629acba | 4eef0084c3b4dd868feccc4c7ed84baac2c563d2 | refs/heads/master | 2020-12-31T08:27:14.800000 | 2020-02-07T16:01:20 | 2020-02-07T16:01:20 | 238,952,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.pengo.demoDependencyInjection;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.when;
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentMatchers;
import org.springframework.beans.factory.anno... | UTF-8 | Java | 1,337 | java | DemoDependencyInjectionApplicationTests.java | Java | [] | null | [] | package be.pengo.demoDependencyInjection;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.when;
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentMatchers;
import org.springframework.beans.factory.anno... | 1,337 | 0.807031 | 0.801795 | 39 | 33.282051 | 29.260939 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.435897 | false | false | 13 |
84dffa0378671ecf78cdc65a138f34f34bc2aa82 | 16,956,530,911,471 | cc6f9dc69eed98ec63c1786582ad28f292bdb0f8 | /src/com/ssynhtn/easy/ReverseLinkedList.java | d1b9d20c063f42a00b33ad6eb2d0c3fd861a0e1e | [
"Apache-2.0"
] | permissive | ssynhtn/leetcode | https://github.com/ssynhtn/leetcode | 6512e1251e5929ed4a68751a085ad6d0cae9e157 | 511f65845097782127bae825b07a51fe9921c561 | refs/heads/master | 2023-02-15T04:08:40.586000 | 2021-01-08T05:56:33 | 2021-01-08T05:56:33 | 295,075,844 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssynhtn.easy;
import com.ssynhtn.common.ListNode;
import java.util.ArrayDeque;
import java.util.Arrays;
public class ReverseLinkedList {
public ListNode reverseListRec(ListNode head) {
if (head == null || head.next == null) return head;
ListNode next = head.next;
ListNode rev... | UTF-8 | Java | 2,735 | java | ReverseLinkedList.java | Java | [] | null | [] | package com.ssynhtn.easy;
import com.ssynhtn.common.ListNode;
import java.util.ArrayDeque;
import java.util.Arrays;
public class ReverseLinkedList {
public ListNode reverseListRec(ListNode head) {
if (head == null || head.next == null) return head;
ListNode next = head.next;
ListNode rev... | 2,735 | 0.516636 | 0.510786 | 110 | 23.863636 | 19.878027 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 13 |
a18cdce443e2a4159d7c7141bf2fffbc48ed49ae | 14,894,946,638,332 | f5114bdafba7fd7a2e8082076abedd671e086d6c | /VMConsole-API-OpenJDK-Linux/src/main/java/com/sun/tools/jdi/ProcessAttachingConnector.java | 35d209a690fb053dfa0bf790ec5f91477f21e3f3 | [
"Apache-2.0"
] | permissive | tzfun/VmConsole-Api | https://github.com/tzfun/VmConsole-Api | c1f8dd688a9c90acbb891d5e4dae7def5f5324b7 | 20920d8310d417e8ca2af2cdbcaa4084d789d900 | refs/heads/master | 2023-04-13T09:47:48.693000 | 2023-04-07T14:04:07 | 2023-04-07T14:04:07 | 188,955,946 | 45 | 15 | Apache-2.0 | false | 2023-04-07T14:04:08 | 2019-05-28T04:50:22 | 2022-09-23T02:45:11 | 2023-04-07T14:04:07 | 2,140 | 42 | 16 | 2 | Java | false | false | /*
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | UTF-8 | Java | 5,530 | java | ProcessAttachingConnector.java | Java | [] | null | [] | /*
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 5,530 | 0.622423 | 0.615732 | 164 | 32.719513 | 27.283638 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487805 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.