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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f51ba6046c930add923c3e60c799484561188a1b | 24,369,644,447,730 | 471aa4e6c59dbae806ca98553b8ae2c1c171587a | /src/main/java/com/fc/nit/wallet/eth/service/FcNitTraceService.java | ff66ce22ad74a6a0f675b899754921440e9d4a9b | [] | no_license | loliiiiipop886/wallet | https://github.com/loliiiiipop886/wallet | d2304dea60f93789f647a744e37bf5c232f16c62 | 49d12f1a61c2a8ac61cdbf0b6b8e3cb8dc267f38 | refs/heads/master | 2022-03-20T19:52:03.050000 | 2019-03-25T10:53:10 | 2019-03-25T10:53:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fc.nit.wallet.eth.service;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.web3j.abi.FunctionEncoder;
import org.web3j.abi.... | UTF-8 | Java | 2,265 | java | FcNitTraceService.java | Java | [] | null | [] | package com.fc.nit.wallet.eth.service;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.web3j.abi.FunctionEncoder;
import org.web3j.abi.... | 2,265 | 0.796026 | 0.786755 | 62 | 35.532257 | 28.509602 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.225806 | false | false | 5 |
6a08a1767186bf6170fa954bd333c2e5b4a68f43 | 6,923,487,337,996 | 54f941dafce10640cdd94613ea16d6dd75c481a8 | /SpringEntityManager/src/main/java/com/uttesh/spring/entitymanager/user/impl/UserServiceImpl.java | 4a6ca719c67baa213d6fc6ea1ca0841f5ee4c435 | [] | no_license | uttesh/Spring | https://github.com/uttesh/Spring | ca16a1ddb58f198455da93362adcaadf82c8a215 | 43ac15d4adc322815677b77e6616a934044c52a2 | refs/heads/master | 2021-01-01T05:48:14.152000 | 2015-03-02T05:06:30 | 2015-03-02T05:06:30 | 30,877,550 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uttesh.spring.entitymanager.user.impl;
import com.uttesh.spring.entitymanager.dao.IUserDAO;
import com.uttesh.spring.entitymanager.model.User;
import com.uttesh.spring.entitymanager.user.IUserService;
import java.util.List;
import java.lang.UnknownError;
import java.util.logging.Level;
import java.util.log... | UTF-8 | Java | 1,586 | java | UserServiceImpl.java | Java | [
{
"context": ";\n user.setId(1008);\n user.setName(\"Uttesh kumar\");\n user.setEmail(\"uttesh@gmail.com\");\n ",
"end": 1228,
"score": 0.9997972249984741,
"start": 1216,
"tag": "NAME",
"value": "Uttesh kumar"
},
{
"context": "r.setName(\"Uttesh kumar\");\n ... | null | [] | package com.uttesh.spring.entitymanager.user.impl;
import com.uttesh.spring.entitymanager.dao.IUserDAO;
import com.uttesh.spring.entitymanager.model.User;
import com.uttesh.spring.entitymanager.user.IUserService;
import java.util.List;
import java.lang.UnknownError;
import java.util.logging.Level;
import java.util.log... | 1,573 | 0.696091 | 0.684741 | 52 | 29.5 | 22.412651 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 5 |
e2137da70cd8444c17c4bf449d0225fd6be5e20e | 29,257,317,234,108 | 8d50f1becd8065e70030d7485744f6a05ee82119 | /src/main/java/com/github/freeclimbapi/DefaultApi.java | 5af862da8f0375ae330364b187625f88ba08dbdf | [] | permissive | FreeClimbAPI/java-sdk | https://github.com/FreeClimbAPI/java-sdk | 6b8503648a115028b28ebc8edd78201e96a7909c | f85d59de4e21260a2aacc8b10a09463911fc4360 | refs/heads/master | 2023-08-31T02:52:07.552000 | 2023-08-28T21:01:55 | 2023-08-28T21:01:55 | 218,550,004 | 0 | 5 | MIT | false | 2023-09-12T20:52:13 | 2019-10-30T14:44:37 | 2021-12-01T22:33:32 | 2023-09-12T20:52:12 | 1,544 | 0 | 5 | 0 | Java | false | false | /*
* FreeClimb API
* FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using ... | UTF-8 | Java | 353,932 | java | DefaultApi.java | Java | [
{
"context": "version of the OpenAPI document: 1.0.0\n * Contact: support@freeclimb.com\n *\n * NOTE: This class is auto generated by OpenA",
"end": 755,
"score": 0.999925434589386,
"start": 734,
"tag": "EMAIL",
"value": "support@freeclimb.com"
}
] | null | [] | /*
* FreeClimb API
* FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using ... | 353,918 | 0.673741 | 0.66937 | 7,250 | 47.813793 | 46.15876 | 652 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.593241 | false | false | 5 |
a6e98b48f628e67dbff133afccf8c5b2755af368 | 14,431,090,165,236 | e79e95843ec5442ca0b0c1d20edd3203885fbe60 | /app/src/main/java/org/bok/mk/sukela/data/model/pack/sakla/SaklaGoodPack.java | 496d6a971d2cfda5b88aeee42badfdbd72dad634 | [] | no_license | mkaraoz/Sukela | https://github.com/mkaraoz/Sukela | b087ef65b35dd0403deccec12d697884716d5d91 | 652672ab27c083e09b65b55e24c78e58c3ef2598 | refs/heads/master | 2021-01-22T06:11:00.434000 | 2020-03-20T23:41:18 | 2020-03-20T23:41:18 | 81,739,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bok.mk.sukela.data.model.pack.sakla;
import org.bok.mk.sukela.data.model.Contract;
public class SaklaGoodPack extends SaklaPack
{
@Override
public String getTitle() {
return "Sevdiğim Entriler";
}
@Override
public String getTag() {
return Contract.TAG_SAVE_FOR_GOOD;
... | UTF-8 | Java | 327 | java | SaklaGoodPack.java | Java | [] | null | [] | package org.bok.mk.sukela.data.model.pack.sakla;
import org.bok.mk.sukela.data.model.Contract;
public class SaklaGoodPack extends SaklaPack
{
@Override
public String getTitle() {
return "Sevdiğim Entriler";
}
@Override
public String getTag() {
return Contract.TAG_SAVE_FOR_GOOD;
... | 327 | 0.674847 | 0.674847 | 16 | 19.375 | 18.237581 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
87228e9da134e0bddbe35de55d50155665eb4c9f | 28,243,704,983,400 | dff049e52d8750e292ece72058606664e798d5f1 | /src/main/java/com/wxs/algorithm/week01/ListUtils.java | 2175e94c420637e943a0794f56f188d62be5ffd4 | [] | no_license | wuxusen/Test | https://github.com/wuxusen/Test | 66898f2e3f9679992e658923f6b21d8aa8b52155 | 48f742d10bf5acf7fd3f6100346a8987d8eb36e8 | refs/heads/master | 2022-12-13T03:19:24.734000 | 2020-09-21T11:28:03 | 2020-09-21T11:28:03 | 202,700,737 | 0 | 0 | null | false | 2022-12-06T00:44:38 | 2019-08-16T09:36:25 | 2020-09-21T11:28:16 | 2022-12-06T00:44:37 | 311 | 0 | 0 | 7 | Java | false | false | package com.wxs.algorithm.week01;
import com.wxs.queue.ListNode;
/**
* 类描述 :
* 创建人 : 吴绪森
* 创建时间:2020-03-16
* 修改人 :
* 修改时间:
* 修改备注:
* 版 本: V1.0
*/
public class ListUtils {
public static ListNode get1() {
ListNode one = new ListNode(1);
ListNode two = new ListNode(3);
ListNo... | UTF-8 | Java | 727 | java | ListUtils.java | Java | [
{
"context": " com.wxs.queue.ListNode;\n\n/**\n * 类描述 :\n * 创建人 : 吴绪森\n * 创建时间:2020-03-16\n * 修改人 :\n * 修改时间:\n * 修改备注:\n *",
"end": 94,
"score": 0.9992178082466125,
"start": 91,
"tag": "NAME",
"value": "吴绪森"
}
] | null | [] | package com.wxs.algorithm.week01;
import com.wxs.queue.ListNode;
/**
* 类描述 :
* 创建人 : 吴绪森
* 创建时间:2020-03-16
* 修改人 :
* 修改时间:
* 修改备注:
* 版 本: V1.0
*/
public class ListUtils {
public static ListNode get1() {
ListNode one = new ListNode(1);
ListNode two = new ListNode(3);
ListNo... | 727 | 0.546003 | 0.515837 | 37 | 16.918919 | 14.682916 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 13 |
02601555747b60884108d9e603d9d543a768b495 | 7,490,423,011,095 | 497f981809ee22613f2382cef5c751c0a6eeffec | /web application with spring boot/spring-boot-second-web-application/src/main/java/com/second/spring/web/springbootsecondwebapplication/service/AutoLoginService.java | 9c4760f8839fca4cb601f0996596e19e1caddbb3 | [] | no_license | kaestro/spring-boot-in-100-steps | https://github.com/kaestro/spring-boot-in-100-steps | 53bab45ce035f2490bb922aaf2e7c20130db3b76 | e4ef863b463f44037a3d1bfb6d9c6260901fb74b | refs/heads/master | 2023-02-23T17:20:13.055000 | 2021-01-24T03:28:53 | 2021-01-24T03:28:53 | 287,884,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.second.spring.web.springbootsecondwebapplication.service;
import org.springframework.stereotype.Component;
@Component
public class AutoLoginService {
public boolean isValidUser(String userid, String password) {
return userid.equalsIgnoreCase("in28minutes")
&& password.equalsIg... | UTF-8 | Java | 347 | java | AutoLoginService.java | Java | [
{
"context": "word) {\n return userid.equalsIgnoreCase(\"in28minutes\")\n && password.equalsIgnoreCase(\"d",
"end": 281,
"score": 0.7073557376861572,
"start": 272,
"tag": "USERNAME",
"value": "28minutes"
},
{
"context": "s\")\n && password.equalsI... | null | [] | package com.second.spring.web.springbootsecondwebapplication.service;
import org.springframework.stereotype.Component;
@Component
public class AutoLoginService {
public boolean isValidUser(String userid, String password) {
return userid.equalsIgnoreCase("in28minutes")
&& password.equalsIg... | 352 | 0.746398 | 0.740634 | 12 | 27.916666 | 26.803165 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
8fad4bf4f85ed2e3943ab956afe235947dbab18d | 10,720,238,373,514 | bc6c480bdba9e6ff46c0734361c7cc8674d695b6 | /ccdaolite/src/main/java/com/creacc/ccdaolite/base/TableBase.java | 6c769a07ba5eae7bfb9cb74ea3e2bbc683f1faed | [] | no_license | creacc/cclib | https://github.com/creacc/cclib | 2cf5baf23f17cf246ea9f29baad91ca3b4fa1829 | 111ff6492769717bb0264ab4d987b75a16a599ce | refs/heads/master | 2021-01-09T20:19:50.469000 | 2017-05-01T07:23:03 | 2017-05-01T07:23:03 | 61,030,168 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.creacc.ccdaolite.base;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.creacc.ccdaolite.query.QueryCase;
import com.creacc.ccdaolite.query.QueryFunction;
import com.creacc.ccdaolite.query.WhereC... | UTF-8 | Java | 13,815 | java | TableBase.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by yanhaifeng on 16-11-7.\n */\npublic abstract class TableBase<T",
"end": 406,
"score": 0.9995976686477661,
"start": 396,
"tag": "USERNAME",
"value": "yanhaifeng"
}
] | null | [] | package com.creacc.ccdaolite.base;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.creacc.ccdaolite.query.QueryCase;
import com.creacc.ccdaolite.query.QueryFunction;
import com.creacc.ccdaolite.query.WhereC... | 13,815 | 0.563428 | 0.562269 | 432 | 30.951389 | 24.984716 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
85624f0c82f92fc3e66061288ff7a194259a902a | 13,391,708,073,912 | 36ced146cbf95733cd0ae374261dbd967b75d31f | /src/Warm_Ups/PHONE/iPhone.java | f824d5b6b19a919aa9837541528a8ef9b287fcab | [] | no_license | journeyAa/Summer2020_B20 | https://github.com/journeyAa/Summer2020_B20 | a4546f0ad53c61c209114927f5b45f3a0b24e3ba | f14af53dc33e230ef757631d735c627385dde2f2 | refs/heads/master | 2023-02-05T04:54:01.586000 | 2020-12-26T15:51:49 | 2020-12-26T15:51:49 | 286,386,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Warm_Ups.PHONE;
import com.sun.org.apache.xpath.internal.operations.And;
/*
2. creata a subclass of Phone called iPhone
initialize all the variables using constructor & static block
methods: call, text, selfie, setInfo, toString, faceTime
*/
public class iPhone extends Phon... | UTF-8 | Java | 732 | java | iPhone.java | Java | [] | null | [] | package Warm_Ups.PHONE;
import com.sun.org.apache.xpath.internal.operations.And;
/*
2. creata a subclass of Phone called iPhone
initialize all the variables using constructor & static block
methods: call, text, selfie, setInfo, toString, faceTime
*/
public class iPhone extends Phon... | 732 | 0.661202 | 0.659836 | 27 | 26.111111 | 29.332491 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 13 |
d1480dfa75ab0006e5c24b34297d6fd37cbe1306 | 7,902,739,889,178 | 55eb9538c35f8d80337e5739e3281858a21a2462 | /app/src/main/java/com/javahorizon/uni_notes/TimetActivity.java | 227af1658b4aa998b0457d7f06d01278f198b402 | [] | no_license | NewtonMcCann/Uni-Notes-1 | https://github.com/NewtonMcCann/Uni-Notes-1 | 5042cc7845f4b1fdfc781012b91a42dcdad2be92 | 25bf010bd8e72744a463e1e1143c830c4b85a736 | refs/heads/master | 2020-12-25T09:58:02.997000 | 2016-02-16T14:50:19 | 2016-02-16T14:50:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javahorizon.uni_notes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class TimetActivity extends NotesActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_... | UTF-8 | Java | 336 | java | TimetActivity.java | Java | [] | null | [] | package com.javahorizon.uni_notes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class TimetActivity extends NotesActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_... | 336 | 0.755952 | 0.752976 | 13 | 24.846153 | 21.561525 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
934b3df265284ed387d5bc0b81f7faf82c69054e | 1,967,095,073,979 | 47fca40b9c30c23f8e3f4d7339730db0caed2921 | /xiupuling_android/app/src/main/java/com/gohoc/xiupuling/bean/GoodsBean.java | 10c527d4d18242e95895995fb5f5033106e5f76b | [] | no_license | KenSuperboy/xiupuling_wjj | https://github.com/KenSuperboy/xiupuling_wjj | 8787d6a19d0226fb6b41bee0c0bba3c9c078cd0d | a2ae4828937fafc9503317aaaed851c9b8ee9380 | refs/heads/master | 2021-08-15T04:35:29.275000 | 2017-11-17T10:02:39 | 2017-11-17T10:02:39 | 111,085,935 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gohoc.xiupuling.bean;
import java.io.Serializable;
import java.util.List;
/**
* Created by 28713 on 2017/4/5.
*/
public class GoodsBean implements Serializable {
/**
* message : 查询成功
* data : [{"create_time":null,"goods_detail":"永久权限,增加用户可同时管理的门店数+1","goods_icon":null,"goods_id":"sg009",... | UTF-8 | Java | 3,546 | java | GoodsBean.java | Java | [
{
"context": "izable;\nimport java.util.List;\n\n/**\n * Created by 28713 on 2017/4/5.\n */\n\npublic class GoodsBean implemen",
"end": 111,
"score": 0.9985618591308594,
"start": 106,
"tag": "USERNAME",
"value": "28713"
}
] | null | [] | package com.gohoc.xiupuling.bean;
import java.io.Serializable;
import java.util.List;
/**
* Created by 28713 on 2017/4/5.
*/
public class GoodsBean implements Serializable {
/**
* message : 查询成功
* data : [{"create_time":null,"goods_detail":"永久权限,增加用户可同时管理的门店数+1","goods_icon":null,"goods_id":"sg009",... | 3,546 | 0.533256 | 0.524002 | 151 | 21.900661 | 22.278715 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337748 | false | false | 13 |
9e48310413dd2d48bacc9b07481da701fa0fb4be | 30,760,555,809,561 | e02173bedec00044197236101dcd1ce1f904b1cf | /src/wg/user/mobileimsdk/server/interceptor/SolveJsonpInterceptor.java | 837c59de57112ab42d5ccb93c8af8cf338d9c87f | [] | no_license | 18940911452/manage | https://github.com/18940911452/manage | 3c8b121e49103e7142f8510bf1df0929d5b8114e | c31188a6830c6cb46d7669bbd632d694b8546223 | refs/heads/master | 2020-09-18T06:23:28.791000 | 2019-11-26T08:25:54 | 2019-11-26T08:25:54 | 224,134,736 | 0 | 0 | null | false | 2019-11-26T08:31:10 | 2019-11-26T07:59:27 | 2019-11-26T08:28:44 | 2019-11-26T08:31:09 | 0 | 0 | 0 | 1 | JavaScript | false | false | package wg.user.mobileimsdk.server.interceptor;
import com.jfinal.aop.Interceptor;
import com.jfinal.aop.Invocation;
import com.jfinal.core.Controller;
/**
*
* @description 解决跨域问题
* @author ZSJ
* @date 2019年5月7日
*/
public class SolveJsonpInterceptor implements Interceptor {
@Override
public void intercept(In... | UTF-8 | Java | 1,313 | java | SolveJsonpInterceptor.java | Java | [
{
"context": "roller;\n\n/**\n * \n * @description 解决跨域问题\n * @author ZSJ\n * @date 2019年5月7日\n */\npublic class SolveJsonpInt",
"end": 199,
"score": 0.9996628761291504,
"start": 196,
"tag": "USERNAME",
"value": "ZSJ"
}
] | null | [] | package wg.user.mobileimsdk.server.interceptor;
import com.jfinal.aop.Interceptor;
import com.jfinal.aop.Invocation;
import com.jfinal.core.Controller;
/**
*
* @description 解决跨域问题
* @author ZSJ
* @date 2019年5月7日
*/
public class SolveJsonpInterceptor implements Interceptor {
@Override
public void intercept(In... | 1,313 | 0.711969 | 0.704247 | 39 | 32.205128 | 29.238348 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 13 |
d45cccdfe2233f58fa2ff857e664be8e26ebdd91 | 35,802,847,380,253 | 1595bdc6448f1df0a9ca39763dd7fb29643088ef | /service2/src/main/java/com/example/service2/controller/Service2Controller.java | 439399f6488ead51c3998a8a1f3f18ec75d34dbe | [] | no_license | nanjizhiyin/springcloud | https://github.com/nanjizhiyin/springcloud | b707bce2042a87c1cd1c79698099a965e96390cd | a875bd00899451921967c965ef9cd2d51e2e3bfc | refs/heads/master | 2020-04-05T03:15:31.496000 | 2018-11-19T11:23:34 | 2018-11-19T11:23:34 | 129,039,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.service2.controller;
import com.codingapi.tx.annotation.TxTransaction;
import com.example.service2.service.Service2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.Request... | UTF-8 | Java | 757 | java | Service2Controller.java | Java | [
{
"context": "n.RestController;\n\n/**\n * @Description\n * @Author 郜金丹\n * @Date 2018/11/6 19:59\n */\n@RestController\npubl",
"end": 427,
"score": 0.999804675579071,
"start": 424,
"tag": "NAME",
"value": "郜金丹"
}
] | null | [] | package com.example.service2.controller;
import com.codingapi.tx.annotation.TxTransaction;
import com.example.service2.service.Service2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.Request... | 757 | 0.736352 | 0.707057 | 31 | 23.225807 | 20.918751 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 13 |
8f33b311403d75ceca9db002d5873d83fe8de1bf | 14,645,838,529,232 | 02a52686c08e3bced5c321ef9345b0808f6041a8 | /src/main/java/org/fhi360/lamis/exchange/nigqual/PediatricsDataConverter.java | 2a108019f31ae16879f82482e6db00aabefa81f8 | [] | no_license | lamisplus/openlamis3-spring | https://github.com/lamisplus/openlamis3-spring | 902f12ca7bd5cb68c994871802061fc128003a57 | d35763cba0f405314bdea62460a345101622c723 | refs/heads/master | 2020-09-15T06:00:12.105000 | 2019-11-23T11:36:26 | 2019-11-23T11:36:26 | 223,360,730 | 0 | 2 | null | false | 2021-01-14T20:27:38 | 2019-11-22T08:42:44 | 2019-11-23T11:36:29 | 2021-01-14T20:27:37 | 119,516 | 0 | 2 | 3 | JavaScript | false | false | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.fhi360.lamis.exchange.nigqual;
/**
* @author user1
*/
import org.dom4j.Document;
import org.dom4j.DocumentHelper;
import org.dom4j.Element;
import org.fhi360.lamis.config.ContextProvider;
import org.fhi36... | UTF-8 | Java | 66,628 | java | PediatricsDataConverter.java | Java | [
{
"context": "org.fhi360.lamis.exchange.nigqual;\n\n/**\n * @author user1\n */\n\nimport org.dom4j.Document;\nimport org.dom4j.",
"end": 164,
"score": 0.999439001083374,
"start": 159,
"tag": "USERNAME",
"value": "user1"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.fhi360.lamis.exchange.nigqual;
/**
* @author user1
*/
import org.dom4j.Document;
import org.dom4j.DocumentHelper;
import org.dom4j.Element;
import org.fhi360.lamis.config.ContextProvider;
import org.fhi36... | 66,628 | 0.554261 | 0.516736 | 1,214 | 53.87809 | 29.875082 | 376 | false | false | 0 | 0 | 0 | 0 | 64 | 0.004803 | 0.856672 | false | false | 13 |
32373d247cd70f827fa12b176893ae387824fc36 | 24,077,586,726,636 | c0ec8cc40b59333c37a4658a9e1374a1fe1aa157 | /nEW Calcylator/src/operation.java | 5afb21ba6bec2abb9298fcb626bd410225f423f1 | [] | no_license | Oleg8519/New-calculator | https://github.com/Oleg8519/New-calculator | 81055bda5cbb32b70e9bc392b54c2a2346d9d79c | f8681cccf81b4a4839d6f534123681633eb53eb0 | refs/heads/master | 2020-05-27T13:40:56.139000 | 2019-05-26T05:26:41 | 2019-05-26T05:26:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class operation {
public static char getOperation(){
System.out.println("Введите операцию:");
Scanner str = new Scanner(System.in);
char fun= str.next().charAt(0);
return fun;
}
}
| UTF-8 | Java | 293 | java | operation.java | Java | [] | null | [] | import java.util.Scanner;
public class operation {
public static char getOperation(){
System.out.println("Введите операцию:");
Scanner str = new Scanner(System.in);
char fun= str.next().charAt(0);
return fun;
}
}
| 293 | 0.568345 | 0.564748 | 12 | 21 | 17.488091 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
49e4336c7274331a803837bc7b9b3059a862d50b | 17,669,495,490,628 | ad5ea9adfc7e5a39af63c188a8ffc6d0e7db2f8d | /src/main/java/CourseProgrammer.java | 754db9f54ee8e21276289d5d294912cb827cccf3 | [] | no_license | eoin909/CT417SoftwareEngineeringAssignment1.2 | https://github.com/eoin909/CT417SoftwareEngineeringAssignment1.2 | 4e1ad0069fffc74208206688e8a5fd2904f4ea0d | 7488bcdec39d05802d26e82f4d577069561119e9 | refs/heads/master | 2021-07-11T09:01:53.472000 | 2017-10-13T20:10:15 | 2017-10-13T20:10:15 | 106,854,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import org.joda.time.DateTime;
public class CourseProgrammer {
// (Course Name (CS & IT or ECE, etc), List of modules, Academic Start date and End dates).
private String courseName;
private ArrayList<Module> moduleList = new ArrayList<Module>();
private ArrayList<Student> studentsList ... | UTF-8 | Java | 1,899 | java | CourseProgrammer.java | Java | [] | null | [] | import java.util.ArrayList;
import org.joda.time.DateTime;
public class CourseProgrammer {
// (Course Name (CS & IT or ECE, etc), List of modules, Academic Start date and End dates).
private String courseName;
private ArrayList<Module> moduleList = new ArrayList<Module>();
private ArrayList<Student> studentsList ... | 1,899 | 0.71248 | 0.706688 | 68 | 26.941177 | 28.738621 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.867647 | false | false | 13 |
00994d6e2ca6ed61e2954137cb00f4d1d42ab20b | 6,502,580,516,214 | 394ef90517d9f581a90fa64e8a2315ce73de6c61 | /EsercizioModulo3-Labirinth/src/Modulo3/Labirinth.java | afe4763c22599af9acf1954b19d24dc3ad0d1ce3 | [] | no_license | DanieleIuliano/JavaBackEnd-Esercizi | https://github.com/DanieleIuliano/JavaBackEnd-Esercizi | 79b862c6af65afb33017a953b24ba9d17f87de69 | 653cdbf3bc08b333c20295ccbbf592b2b26d1ee1 | refs/heads/main | 2023-06-26T20:44:26.948000 | 2021-08-05T15:57:32 | 2021-08-05T15:57:32 | 373,501,470 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Modulo3;
import java.util.Arrays;
import java.util.Random;
import java.util.Scanner;
public class Labirinth {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Salve Giocatore scegli quale mappa giocare: 1(predefinita) 2(generata casualment... | UTF-8 | Java | 11,320 | java | Labirinth.java | Java | [] | null | [] | package Modulo3;
import java.util.Arrays;
import java.util.Random;
import java.util.Scanner;
public class Labirinth {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Salve Giocatore scegli quale mappa giocare: 1(predefinita) 2(generata casualment... | 11,320 | 0.488693 | 0.48083 | 303 | 36.356434 | 29.655865 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650165 | false | false | 13 |
6113053b6f57c5c2658077b357cbdf37255d98fe | 1,116,691,538,974 | 3ad3ed555b8ff5dfff90c8fb6b48469a54d1362f | /app/src/main/java/com/upturnoes/Activity/View_VideoMaterial.java | 2f0070371d82264915bf5e910b3227b937af38c2 | [] | no_license | ChhutraJr/ExaminationSystem | https://github.com/ChhutraJr/ExaminationSystem | a3f8b5cbd921235fd2c0c37b16d56be6915c142e | e1fa83a1585ee9693573da48956f3b693d28d547 | refs/heads/master | 2020-05-21T04:59:40.607000 | 2019-05-10T03:11:33 | 2019-05-10T03:11:33 | 185,910,212 | 3 | 6 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upturnoes.Activity;
import android.Manifest;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import andro... | UTF-8 | Java | 12,272 | java | View_VideoMaterial.java | Java | [] | null | [] | package com.upturnoes.Activity;
import android.Manifest;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import andro... | 12,272 | 0.588168 | 0.587598 | 285 | 42.05965 | 29.240683 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729825 | false | false | 13 |
ddccb58e910a38a24755d7cb890a359782ab292d | 20,555,713,498,925 | 85774c759750f2cb4269d0caa3b7eb6aae66330d | /app/src/main/java/com/example/iotcontrol/GraphView.java | b3e9808b7cd7ad57f4cb9553e2e2e30cdb7c9cca | [] | no_license | krivmi/TAMZ_projekt | https://github.com/krivmi/TAMZ_projekt | 4304dcedc2e685c4094b1ac8cd179c84b8348860 | 93d558d4974a9556dd99bc94ba4dbf9b39463ca8 | refs/heads/main | 2023-02-06T05:00:29.015000 | 2022-06-05T07:00:52 | 2022-06-05T07:00:52 | 302,897,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.iotcontrol;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import java.util.ArrayList;
public class GraphView extends View {
... | UTF-8 | Java | 6,403 | java | GraphView.java | Java | [] | null | [] | package com.example.iotcontrol;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import java.util.ArrayList;
public class GraphView extends View {
... | 6,403 | 0.518975 | 0.495549 | 204 | 30.387255 | 27.64963 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.137255 | false | false | 13 |
4f070ae1886446878f3bfc1b2f2e6e7b3620bb88 | 14,121,852,483,102 | 4b94212c42a1737df61196bcc752eeee7772ad33 | /source/test/Main.java | 63d04d5238c9a8aaf5eba8baf75ba8eb931b0263 | [] | no_license | UTDMotorsportsDA/sensor-logging | https://github.com/UTDMotorsportsDA/sensor-logging | 4aec5e0f990bd60fa2678011e778d7b4684202dd | f97e6a9e870ff1257ab3f27ce479ea41b4e6574b | refs/heads/master | 2020-08-14T09:55:53.951000 | 2017-10-07T22:45:44 | 2017-10-07T22:45:44 | 73,526,751 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by brian on 2/18/17.
*/
public class Main {
public static void main(String[] args) throws InterruptedException {
// TestQueueMultiProducer.main(args);
TestTCPDataService.main(new String[0]);
}
}
| UTF-8 | Java | 235 | java | Main.java | Java | [
{
"context": "/**\n * Created by brian on 2/18/17.\n */\npublic class Main {\n publi",
"end": 19,
"score": 0.5379480123519897,
"start": 18,
"tag": "USERNAME",
"value": "b"
},
{
"context": "/**\n * Created by brian on 2/18/17.\n */\npublic class Main {\n public st",
"end": 2... | null | [] | /**
* Created by brian on 2/18/17.
*/
public class Main {
public static void main(String[] args) throws InterruptedException {
// TestQueueMultiProducer.main(args);
TestTCPDataService.main(new String[0]);
}
}
| 235 | 0.655319 | 0.629787 | 10 | 22.5 | 23.732889 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
c26e41f37ac313763523ea3155ffa82164324cbf | 33,449,205,314,380 | afe5c87a9f53e7c3ee5e5fc69f1eec438bc94d8a | /app/src/main/java/com/pritz/sikkimuniversity/fragmentBlood.java | 0b95f0ec17bdb955c8ac112b13dba1533264e4f4 | [] | no_license | pritz10/SU | https://github.com/pritz10/SU | 6496dc43fe747d67bda0bb644f83af60c11499fd | 809f01edfd9ec9990964b2fbcc7d49731d34bd46 | refs/heads/master | 2020-11-29T21:42:54.614000 | 2019-03-11T08:16:30 | 2019-03-11T08:16:30 | 96,608,531 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pritz.sikkimuniversity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutIn... | UTF-8 | Java | 5,974 | java | fragmentBlood.java | Java | [] | null | [] | package com.pritz.sikkimuniversity;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutIn... | 5,974 | 0.628222 | 0.624874 | 161 | 36.09938 | 31.145063 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596273 | false | false | 13 |
2ecde39499e6b880ba7ee5b60994ee5018ddfae2 | 14,851,996,961,508 | 811ea964df1c87d602b330faa3161da77045eed8 | /src/com/yyk/biz/UserBiz.java | 373d6b2ea6dce3f0235227828bd6f9afce95754e | [] | no_license | 1412904892/Test | https://github.com/1412904892/Test | 6728414ef901396a64a563ad594abffde3fa3be5 | 82f370626de098f91440e50593ba5d3e3161e831 | refs/heads/master | 2021-01-19T11:25:11.059000 | 2017-02-17T05:31:46 | 2017-02-17T05:31:46 | 82,252,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yyk.biz;
import com.yyk.entity.User;
public interface UserBiz {
public User Login(User user); //用户登录,返回登陆的信息
public int register(User user);
}
| GB18030 | Java | 185 | java | UserBiz.java | Java | [] | null | [] | package com.yyk.biz;
import com.yyk.entity.User;
public interface UserBiz {
public User Login(User user); //用户登录,返回登陆的信息
public int register(User user);
}
| 185 | 0.73913 | 0.73913 | 8 | 19.125 | 16.251442 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
2a1d7806f48f3923a633940592acbf15a568e86d | 27,135,603,424,322 | 3f4ec206b97c8937cc3495155ea5d53df7ef6df4 | /dubbo-provider/src/main/java/com/dongtech/service/loan/LoanInfoServiceImpl.java | 37366d596cd733890fe1ffd5e9af26ef958c47fc | [] | no_license | zld126126/dubbo-springboot | https://github.com/zld126126/dubbo-springboot | 6453ac3175bef345d304b1cd627481b3678bbad1 | e8f2aae3707b2b79c4ca62d49068d99312676d7f | refs/heads/master | 2020-03-27T12:18:31.150000 | 2018-09-07T08:08:51 | 2018-09-07T08:08:51 | 146,538,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dongtech.service.loan;
import com.alibaba.dubbo.config.annotation.Service;
import com.dongtech.constants.Constants;
import com.dongtech.mapper.loan.LoanInfoMapper;
import com.dongtech.model.loan.LoanInfo;
import com.dongtech.service.loan.LoanInfoService;
import org.springframework.beans.factory.annotation.... | UTF-8 | Java | 2,693 | java | LoanInfoServiceImpl.java | Java | [
{
"context": "imeUnit;\n\n/**\n * 产品信息相关处理Service实现\n * \n * @author 东宝\n *\n */\n@Service\npublic class LoanInfoServiceImpl ",
"end": 644,
"score": 0.9717698097229004,
"start": 642,
"tag": "NAME",
"value": "东宝"
}
] | null | [] | package com.dongtech.service.loan;
import com.alibaba.dubbo.config.annotation.Service;
import com.dongtech.constants.Constants;
import com.dongtech.mapper.loan.LoanInfoMapper;
import com.dongtech.model.loan.LoanInfo;
import com.dongtech.service.loan.LoanInfoService;
import org.springframework.beans.factory.annotation.... | 2,693 | 0.763062 | 0.762252 | 103 | 22.970873 | 25.179148 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.213592 | false | false | 13 |
14e25ccf8eda59705f152e782c49a25fa97c9f50 | 21,775,484,257,696 | 2fe8ba130546768df0416fd27f1a292ac6da15fe | /1583_001_anautin/Homework #5/City.java | f334b39123708d4861b6c0e0831de020d6b276be | [] | no_license | aautin189/spring2018 | https://github.com/aautin189/spring2018 | 15d535ae91738eacaeed2cfa3a0b3b1aff3f8966 | c8d5f3dfb2596a731545599a143f3b8785a5f3cb | refs/heads/master | 2020-04-24T06:34:00.411000 | 2019-09-24T14:25:56 | 2019-09-24T14:25:56 | 171,769,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// THE CITY OBJECT
class City
{
// DECLARE: instances of Sanctuary
private Sanctuary resilience;
private Sanctuary authenticity;
private Sanctuary vulnerability;
private Sanctuary humility;
private Sanctuary foreverYoung;
private Sanctuary creativity;
private Sanctuary imagination;
private Sanctuary in... | UTF-8 | Java | 6,166 | java | City.java | Java | [
{
"context": "o climb it, \\ngo through it, or work around it.” - Michael Jordan #23\\n\\n“You don’t have a right to the cards you b",
"end": 1166,
"score": 0.9989230036735535,
"start": 1152,
"tag": "NAME",
"value": "Michael Jordan"
},
{
"context": "o play the hell out of \\nthe ones... | null | [] |
// THE CITY OBJECT
class City
{
// DECLARE: instances of Sanctuary
private Sanctuary resilience;
private Sanctuary authenticity;
private Sanctuary vulnerability;
private Sanctuary humility;
private Sanctuary foreverYoung;
private Sanctuary creativity;
private Sanctuary imagination;
private Sanctuary in... | 6,072 | 0.708388 | 0.707728 | 126 | 47.023811 | 99.285339 | 516 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.603175 | false | false | 13 |
1cadf544e714d736a1ab4d106ca5eed9b3b7ad61 | 2,911,987,841,998 | cc1b47db2b25d7f122d0fb48a4917fd01f129ff8 | /domino-jnx-api/src/main/java/com/hcl/domino/richtext/records/CDActionBarExt.java | 9be5f334ffb150e7213c27cdb5573771f5179011 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | savlpavel/domino-jnx | https://github.com/savlpavel/domino-jnx | 666f7e12abdf5e36b471cdd7c99086db589f923f | 2d94e42cdfa56de3b117231f4488685f8e084e83 | refs/heads/main | 2023-09-04T10:20:43.968000 | 2023-07-31T16:41:34 | 2023-07-31T16:41:34 | 392,598,440 | 0 | 1 | Apache-2.0 | true | 2021-08-04T07:49:29 | 2021-08-04T07:49:29 | 2021-08-04T07:49:24 | 2021-08-03T14:30:04 | 27,290 | 0 | 0 | 0 | null | false | false | /*
* ==========================================================================
* Copyright (C) 2019-2022 HCL America, Inc. ( http://www.hcl.com/ )
* All rights reserved.
* ==========================================================================
* Licensed under the Apache License, Ve... | UTF-8 | Java | 7,943 | java | CDActionBarExt.java | Java | [
{
"context": "l.domino.richtext.structures.WSIG;\n\n/**\n * @author Jesse Gallagher\n * @since 1.0.15\n */\n@StructureDefiniti",
"end": 1892,
"score": 0.9997751712799072,
"start": 1887,
"tag": "NAME",
"value": "Jesse"
},
{
"context": "no.richtext.structures.WSIG;\n\n/**\n * @author J... | null | [] | /*
* ==========================================================================
* Copyright (C) 2019-2022 HCL America, Inc. ( http://www.hcl.com/ )
* All rights reserved.
* ==========================================================================
* Licensed under the Apache License, Ve... | 7,943 | 0.710059 | 0.703764 | 244 | 31.553278 | 25.862841 | 92 | false | false | 0 | 0 | 0 | 0 | 75 | 0.028327 | 0.430328 | false | false | 13 |
6553ac1ca7a4c076ba0f5a8eee9e9ab4cdd5489f | 33,500,744,977,460 | fef5296397f9b950a11455e880a919537390aea0 | /ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.java | bc9d837a3cf3a887d509f4e493ee5fcdca663db6 | [
"Apache-2.0"
] | permissive | apache/netbeans | https://github.com/apache/netbeans | 5a4d6fa9e4f230b33e44519a479d66e47a381289 | 28d308b400bbe439ac0ac84b64d823ce0b69272e | refs/heads/master | 2023-08-29T15:32:41.838000 | 2023-08-29T09:48:59 | 2023-08-29T09:48:59 | 102,083,576 | 1,692 | 718 | Apache-2.0 | false | 2023-09-14T19:41:05 | 2017-09-01T07:00:11 | 2023-09-14T09:51:47 | 2023-09-14T19:41:04 | 381,002 | 2,386 | 791 | 718 | Java | false | false | /*
* 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 | 16,023 | java | SectionContainer.java | Java | [
{
"context": "aderActions()</code>\n * method.\n * \n *\n * @author mkuchtiak\n */\npublic class SectionContainer extends javax.s",
"end": 1243,
"score": 0.9892867803573608,
"start": 1234,
"tag": "USERNAME",
"value": "mkuchtiak"
}
] | 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 ... | 16,023 | 0.660613 | 0.653436 | 389 | 40.190231 | 28.16769 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719794 | false | false | 13 |
2395ea6b5e9aa383bf5a9706fbe5baf4bc14d4ba | 33,500,744,976,212 | f6310b12a66f23f4701af2bff0caff5b204ea8a7 | /src/main/java/be/vrt/sofa/configuration/EnvironmentVariablePlatformSelector.java | d52a0c40473d19c5ea52a707521510f2a00a1dbc | [] | no_license | vrtdev/ContinuousConfigurationAPI | https://github.com/vrtdev/ContinuousConfigurationAPI | a594f9d428cf7c233a4223ca1f99fca246f5bbe1 | fe10ed218dbdc27f94ef4f479dc1cd4ee1b41b70 | HEAD | 2016-09-05T23:21:10.870000 | 2013-07-09T13:31:09 | 2013-07-09T13:31:09 | 11,276,024 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.vrt.sofa.configuration;
/**
* {@link PlatformSelector} implementation, returning the platform identifier found in an environment variable. An
* environment variable is provided through system settings (How this is done depends on your OS). Example: If you have
* defined an environment variable <code>plat... | UTF-8 | Java | 1,492 | java | EnvironmentVariablePlatformSelector.java | Java | [
{
"context": "entifier by this selector is \"PROD\".\n *\n * @author Mike Seghers\n */\npublic class EnvironmentVariablePlatformSelec",
"end": 463,
"score": 0.9998173713684082,
"start": 451,
"tag": "NAME",
"value": "Mike Seghers"
}
] | null | [] | package be.vrt.sofa.configuration;
/**
* {@link PlatformSelector} implementation, returning the platform identifier found in an environment variable. An
* environment variable is provided through system settings (How this is done depends on your OS). Example: If you have
* defined an environment variable <code>plat... | 1,486 | 0.732574 | 0.732574 | 38 | 38.263157 | 39.359802 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.184211 | false | false | 13 |
bb910c4308d6d656f8f21ffef9fd6edb847795f2 | 14,998,025,862,359 | ace93c749eaa4c52d49073aa38c53620af3160dc | /src/main/java/com/hcwins/vehicle/fleet/representations/dto/device/Tanker.java | 2cd03e0cfda0a28086995b91a0aaaa7f72aee56d | [] | no_license | a1d3g5j7l9/hcwins-fleet-sp | https://github.com/a1d3g5j7l9/hcwins-fleet-sp | 63df59dbbf66e42547cc0cefe3cef57f3571d97d | b4de888534cba2b1e879128760e881b6682b8f3b | refs/heads/master | 2016-08-12T08:44:04.897000 | 2016-01-12T06:29:06 | 2016-01-12T06:29:06 | 49,479,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hcwins.vehicle.fleet.representations.dto.device;
import com.hcwins.vehicle.fleet.annotation.FieldNull;
import com.hcwins.vehicle.fleet.representations.dto.BaseDto;
import org.hibernate.validator.constraints.NotEmpty;
import java.util.List;
/**
* Created by andy on 3/6/15.
*/
public class Tanker extends... | UTF-8 | Java | 1,372 | java | Tanker.java | Java | [
{
"context": "tEmpty;\n\nimport java.util.List;\n\n/**\n * Created by andy on 3/6/15.\n */\npublic class Tanker extends BaseDt",
"end": 277,
"score": 0.9995366334915161,
"start": 273,
"tag": "USERNAME",
"value": "andy"
}
] | null | [] | package com.hcwins.vehicle.fleet.representations.dto.device;
import com.hcwins.vehicle.fleet.annotation.FieldNull;
import com.hcwins.vehicle.fleet.representations.dto.BaseDto;
import org.hibernate.validator.constraints.NotEmpty;
import java.util.List;
/**
* Created by andy on 3/6/15.
*/
public class Tanker extends... | 1,372 | 0.659193 | 0.622571 | 60 | 21.299999 | 19.812706 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 13 |
21ce2c815e2ba4d26488d7f9004223131f939f10 | 472,446,450,563 | 6b233ac90dbfe4f95c2a05d97c011b47694151b8 | /tea-api/src/main/java/com/cn/chuanyi/entity/common/basic/util/BasciServiceUtil.java | 768c3d54394f2e496b82d032fa12e622b9b6a2d7 | [] | no_license | guxuhua/tea | https://github.com/guxuhua/tea | a7d1ae8b738ac4fd7396a21d4d0a7441b590f1d0 | db9b758eb6ac0ddc33b8476e357d9ece9eaa74c0 | refs/heads/master | 2020-03-24T20:30:09.444000 | 2018-11-30T09:43:53 | 2018-11-30T09:43:53 | 142,981,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.chuanyi.entity.common.basic.util;
import java.util.UUID;
/**
* Created by guxuh on 2018/9/17.
* 基础服务:数据库层的工具类
*/
public class BasciServiceUtil {
/**
* 生成uuid作为业务的主键ID
*
* @param
* @return java.lang.String
* @author guxuhua
* @date 2018/9/17 14:43
*/
public... | UTF-8 | Java | 498 | java | BasciServiceUtil.java | Java | [
{
"context": "c.util;\n\nimport java.util.UUID;\n\n/**\n * Created by guxuh on 2018/9/17.\n * 基础服务:数据库层的工具类\n */\npublic class B",
"end": 97,
"score": 0.9996444582939148,
"start": 92,
"tag": "USERNAME",
"value": "guxuh"
},
{
"context": "ram\n * @return java.lang.String\n * @a... | null | [] | package com.cn.chuanyi.entity.common.basic.util;
import java.util.UUID;
/**
* Created by guxuh on 2018/9/17.
* 基础服务:数据库层的工具类
*/
public class BasciServiceUtil {
/**
* 生成uuid作为业务的主键ID
*
* @param
* @return java.lang.String
* @author guxuhua
* @date 2018/9/17 14:43
*/
public... | 498 | 0.596916 | 0.557269 | 23 | 18.73913 | 16.229918 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 13 |
a706b9190b92c895e762b5724396d3ef491a34c3 | 8,332,236,623,798 | 10951528158fef1f897d93dea9429f893171a833 | /createindex/src/main/java/net/chwise/indexing/App.java | 3f96b7a0a69df7b9e0006f012d930059e7b71bda | [] | no_license | futurespoir/ChWiSe.Net | https://github.com/futurespoir/ChWiSe.Net | 521d6eeaf100211758c39934e131c4f649471cd6 | b9c3cd8ed5ecd4d5cb8ea127d22cabfc845b57f4 | refs/heads/master | 2021-01-20T11:35:31.815000 | 2014-05-09T04:17:26 | 2014-05-09T04:17:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.chwise.indexing;
import net.chwise.common.document.DocDefinitions;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.index.IndexWriterConfig;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.SimpleFSDirectory;
import org... | UTF-8 | Java | 1,411 | java | App.java | Java | [] | null | [] | package net.chwise.indexing;
import net.chwise.common.document.DocDefinitions;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.index.IndexWriterConfig;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.SimpleFSDirectory;
import org... | 1,411 | 0.705174 | 0.70163 | 41 | 33.414635 | 24.858601 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731707 | false | false | 13 |
4a209cb933100dd9c6aca7d757efccec667be12a | 28,089,086,144,592 | 3b5a181a73071fdf87a1219e7b72dd72dc18c062 | /app/src/main/java/sapotero/rxtest/events/view/UpdateCurrentDocumentEvent.java | 8527d16aacafff569455a7e118402ec9270c25e4 | [] | no_license | sapotero/rxTest | https://github.com/sapotero/rxTest | a9c03f58538df6b17600366c2ad49077c41b2728 | 2fadb087f0068ec1446629bc286d7de2d3445386 | refs/heads/master | 2021-01-24T05:28:55.302000 | 2017-10-30T13:13:19 | 2017-10-30T13:13:19 | 68,297,694 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sapotero.rxtest.events.view;
public class UpdateCurrentDocumentEvent {
public String uid;
public UpdateCurrentDocumentEvent(String uid) {
this.uid = uid;
}
}
| UTF-8 | Java | 178 | java | UpdateCurrentDocumentEvent.java | Java | [] | null | [] | package sapotero.rxtest.events.view;
public class UpdateCurrentDocumentEvent {
public String uid;
public UpdateCurrentDocumentEvent(String uid) {
this.uid = uid;
}
}
| 178 | 0.752809 | 0.752809 | 9 | 18.777779 | 18.182884 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
5a7fb74aa7d00e147e5b620aa3d8d89231f26f19 | 10,067,403,361,775 | 936f191e0eef2e0096a256d9ce662dfe1cd3aecb | /src/Transaction/PaymentGateway.java | 467b34c3b6f50201dc3239babaa613abb3800eae | [] | no_license | Royincog/Javatutorial | https://github.com/Royincog/Javatutorial | 05432a111d3bb54bbd1e95517c6b0c56cf286871 | 2bd85ee42fef412eea9560a6ee70351afd6dde0f | refs/heads/master | 2022-12-01T21:29:45.178000 | 2020-08-21T15:17:39 | 2020-08-21T15:17:39 | 282,159,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Transaction;
public class PaymentGateway {
public static void main(String[] args) {
CashTransaction transaction = new CashTransaction(23);
transaction.paythroughPaytm();
transaction.paythroughCreditCard();
}
}
| UTF-8 | Java | 254 | java | PaymentGateway.java | Java | [] | null | [] | package Transaction;
public class PaymentGateway {
public static void main(String[] args) {
CashTransaction transaction = new CashTransaction(23);
transaction.paythroughPaytm();
transaction.paythroughCreditCard();
}
}
| 254 | 0.692913 | 0.685039 | 12 | 20.166666 | 21.330078 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
8a31193434308d2d91aa7225f1a3292a39b23a2f | 20,057,497,314,979 | e173004941948fb60090ad3e8682b7f3857abbfc | /app/src/main/java/com/njfu/yxcmc/common/GlobalField.java | 561506eb1173e82850179c3a7b4837bfefdad31f | [] | no_license | zuiwuyuan/QuickMvp | https://github.com/zuiwuyuan/QuickMvp | 171e310e593a174e2060689caf661949b71bac99 | caba76ce62babd92a57773fe3eb97a217f367924 | refs/heads/master | 2022-12-15T05:07:30.022000 | 2020-09-16T01:54:30 | 2020-09-16T01:54:30 | 262,244,925 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njfu.yxcmc.common;
import org.json.JSONObject;
import java.util.Map;
public class GlobalField {
private String staffId;
private String staffName;
private String staffPhone;
private String staffEmail;
private String staffHeadIcon;
private String deviceId;
private String lastLo... | UTF-8 | Java | 2,038 | java | GlobalField.java | Java | [] | null | [] | package com.njfu.yxcmc.common;
import org.json.JSONObject;
import java.util.Map;
public class GlobalField {
private String staffId;
private String staffName;
private String staffPhone;
private String staffEmail;
private String staffHeadIcon;
private String deviceId;
private String lastLo... | 2,038 | 0.667325 | 0.667325 | 91 | 21.263737 | 19.575626 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.362637 | false | false | 13 |
f1560ffba1c6d8e5d72323981a34fddc6a3b0eca | 20,615,843,044,393 | 4829328f7e583e05fbe70d41fa5d915f8b09f091 | /backend/lsp/hover-lsp/target/xtend/stubs2162125622685/kaulua/hover/IHoverService.java | 32d03ac8a983a5299a6711a96e47b7b22617d06c | [] | no_license | fcoulon/sle2020-dev | https://github.com/fcoulon/sle2020-dev | 2d2ca9f7da491e5e4692adfa70eca75a58e8db79 | 3b5930d8aab768d9fd446de0cc56e5296645adfd | refs/heads/master | 2022-12-26T18:53:16.473000 | 2020-10-12T09:43:15 | 2020-10-12T09:43:15 | 303,342,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kaulua.hover;
public interface IHoverService{
} | UTF-8 | Java | 55 | java | IHoverService.java | Java | [] | null | [] | package kaulua.hover;
public interface IHoverService{
} | 55 | 0.836364 | 0.836364 | 3 | 17.666666 | 12.472191 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
aefa51fe015fe505c1702593f0f996ec1d112ad6 | 36,043,365,595,635 | 70f83dfa535fa5f394f7973a1d54e20f5799e132 | /hello-spring-cloud-alibaba-consumer-feign/src/main/java/cn/mirrorming/spring/cloud/alibaba/consumer/feign/service/fallback/ProviderServiceFallback2.java | ae9fbb94eb6795dc19d00f993826f72475b410ed | [
"MIT"
] | permissive | kaikaixinxinxiedaima/my-spring-cloud-alibaba | https://github.com/kaikaixinxinxiedaima/my-spring-cloud-alibaba | 54449d8f6793bc1ceff28ca361d5ec9878f95f0b | d6f5f517e342fc807bdbb561ebde6292e9105827 | refs/heads/master | 2023-02-01T22:05:21.516000 | 2020-12-18T06:08:37 | 2020-12-18T06:08:37 | 317,193,813 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.fallback;
import cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.ProviderService;
import cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.ProviderService2;
import org.springframework.stereotype.Component;
/**
* @author mirror
*/
@C... | UTF-8 | Java | 575 | java | ProviderServiceFallback2.java | Java | [
{
"context": "ingframework.stereotype.Component;\n\n/**\n * @author mirror\n */\n@Component\npublic class ProviderServiceFallba",
"end": 313,
"score": 0.9785786867141724,
"start": 307,
"tag": "USERNAME",
"value": "mirror"
}
] | null | [] | package cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.fallback;
import cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.ProviderService;
import cn.mirrorming.spring.cloud.alibaba.consumer.feign.service.ProviderService2;
import org.springframework.stereotype.Component;
/**
* @author mirror
*/
@C... | 575 | 0.756522 | 0.749565 | 21 | 26.380953 | 28.04669 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
7ceb93a29a9cd369ed00bcdcf4a26d6b7c71d910 | 34,041,910,849,929 | 5153bc8b865a13876b96602cf7649157d0bc2cfe | /sistema_epi/src/br/com/sistemaepi/DAO/AgenciaDAO.java | 06025d7f602396b2a4985e4657e64fefc733ecde | [] | no_license | waguener/java-web | https://github.com/waguener/java-web | 88c8845b3c76cc7a6c4c6b253482e85063e27680 | 62cf1dcb8543b3c01fdc70fe9e02074780a33378 | refs/heads/master | 2023-01-01T01:23:27.341000 | 2020-10-20T12:52:36 | 2020-10-20T12:52:36 | 267,664,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.sistemaepi.DAO;
import java.util.List;
import javax.persistence.EntityManager;
import br.com.sistemaepi.Bean.AgenciaBean;
public class AgenciaDAO {
public static void salvar(AgenciaBean agencia) {
EntityManager em = JPAUtil.openConnection();
em.getTransaction().begin();
em.merge(agencia);
... | UTF-8 | Java | 857 | java | AgenciaDAO.java | Java | [] | null | [] | package br.com.sistemaepi.DAO;
import java.util.List;
import javax.persistence.EntityManager;
import br.com.sistemaepi.Bean.AgenciaBean;
public class AgenciaDAO {
public static void salvar(AgenciaBean agencia) {
EntityManager em = JPAUtil.openConnection();
em.getTransaction().begin();
em.merge(agencia);
... | 857 | 0.723454 | 0.723454 | 47 | 17.234043 | 21.765884 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.212766 | false | false | 13 |
48cfd1a9b397e74ec5529fd937df2ee7d9fd2727 | 36,524,401,929,312 | 2db1abda8c7ed2efa26a33c987c4bdf088e77b63 | /interactiveMap/Interactive Map Service/src/main/java/pl/edu/wroc/pwr/service/endpoint/UserService.java | 8b0f0a6da3cba65302b3bc4a7bc2d7ff115a1402 | [] | no_license | Vatrax/MasterRepo | https://github.com/Vatrax/MasterRepo | a1bc0116f931c3d54ae6785563716769cb38beae | efb40436011cc08f8f169137c23f847beefbd116 | refs/heads/master | 2020-12-31T02:23:43.890000 | 2016-01-05T12:38:39 | 2016-01-05T12:38:39 | 17,836,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.edu.wroc.pwr.service.endpoint;
import pl.edu.wroc.pwr.model.to.user.UserTO;
import pl.edu.wroc.pwr.service.manager.service.UserManager;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
/**
* Created by krzaczek on 22.11.14.
*/
@Path("/users")
public class UserSe... | UTF-8 | Java | 1,065 | java | UserService.java | Java | [
{
"context": "port javax.ws.rs.core.Response;\n\n/**\n * Created by krzaczek on 22.11.14.\n */\n@Path(\"/users\")\npublic class Use",
"end": 267,
"score": 0.999430775642395,
"start": 259,
"tag": "USERNAME",
"value": "krzaczek"
}
] | null | [] | package pl.edu.wroc.pwr.service.endpoint;
import pl.edu.wroc.pwr.model.to.user.UserTO;
import pl.edu.wroc.pwr.service.manager.service.UserManager;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
/**
* Created by krzaczek on 22.11.14.
*/
@Path("/users")
public class UserSe... | 1,065 | 0.739906 | 0.734272 | 41 | 24.975609 | 30.413803 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.97561 | false | false | 13 |
be0960dbff16a25c7936181b0a8536554f09e35d | 31,026,843,814,290 | 343c79e2c638fe5b4ef14de39d885bc5e1e6aca5 | /MyApplication/app/src/main/java/cmcm/com/myapplication/aic.java | 992c12613eb62ed14309e73626c7e0d9e114a280 | [] | no_license | Leonilobayang/AndroidDemos | https://github.com/Leonilobayang/AndroidDemos | 05a76647b8e27582fa56e2e15d4195c2ff9b9c32 | 6ac06c3752dfa9cebe81f7c796525a17df620663 | refs/heads/master | 2022-04-17T06:56:52.912000 | 2016-07-01T07:48:50 | 2016-07-01T07:48:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cmcm.com.myapplication;
import android.content.Context;
import android.content.res.AssetManager;
import com.lazyswipe.SwipeApplication;
import java.io.File;
import java.util.Iterator;
import java.util.List;
public class aic
{
private static final String a = "Swipe." + aic.class.getSimpleName();
private s... | UTF-8 | Java | 12,339 | java | aic.java | Java | [] | null | [] | package cmcm.com.myapplication;
import android.content.Context;
import android.content.res.AssetManager;
import com.lazyswipe.SwipeApplication;
import java.io.File;
import java.util.Iterator;
import java.util.List;
public class aic
{
private static final String a = "Swipe." + aic.class.getSimpleName();
private s... | 12,339 | 0.51244 | 0.460329 | 457 | 26.002188 | 21.757818 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577681 | false | false | 13 |
7e469de6c62d06b6d0b3e3cc7256af2496dd5d0d | 39,694,087,767,865 | 422c7fbec1cd2c02762da6c7b65198e00f444059 | /triport/src/main/java/com/project/triport/requestDto/MemberPwdRequestDto.java | 0b627bacbf1007fb5f3070c70f2857baa3dc4009 | [] | no_license | iamzin/SpringBoot-Project-Triport | https://github.com/iamzin/SpringBoot-Project-Triport | 1ab79a7f653745dbff8de585df7c4ec43b3284a5 | 41288ba5ef4d5dd11fe91438d118f5c1f8d5b9d7 | refs/heads/main | 2023-06-05T15:31:20.204000 | 2021-06-17T22:02:00 | 2021-06-17T22:02:00 | 361,182,695 | 3 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.triport.requestDto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
@Getter
@AllArgsConstructor
public class MemberPwdRequestDto {
@Size(min = 8, max = 20, message = "비밀번호는 8-20자 이내로 입력해 주세요.")
... | UTF-8 | Java | 930 | java | MemberPwdRequestDto.java | Java | [] | null | [] | package com.project.triport.requestDto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
@Getter
@AllArgsConstructor
public class MemberPwdRequestDto {
@Size(min = 8, max = 20, message = "비밀번호는 8-20자 이내로 입력해 주세요.")
... | 930 | 0.607427 | 0.578249 | 21 | 34.904762 | 27.748711 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 13 |
ad41efe82edf04f2225e037b67feda0f5b594242 | 8,237,747,338,031 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /Test/src/main/java/com/lobinary/框架/spring/aop/service/模拟业务类接口.java | 74c0e8bae2e0d2803117523ae02dcc750057969b | [] | no_license | lobinary/Lobinary | https://github.com/lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208000 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lobinary.框架.spring.aop.service;
public interface 模拟业务类接口 {
public String F1(String 入参);
public void F2();
}
| UTF-8 | Java | 154 | java | 模拟业务类接口.java | Java | [] | null | [] | package com.lobinary.框架.spring.aop.service;
public interface 模拟业务类接口 {
public String F1(String 入参);
public void F2();
}
| 154 | 0.69697 | 0.681818 | 9 | 13.666667 | 16.020821 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
cb48c9fccad9a188e73f4b37923f0fd41a4baf0f | 5,523,327,970,075 | 822e8268fb17256dd3b2aa71eb81323a8a66b27f | /gemfirexd/core/src/main/java/com/pivotal/gemfirexd/internal/iapi/services/io/CompressedNumber.java | a58a0889a30ad93aac5218a177057781a1ae0db5 | [
"LGPL-2.1-only",
"LicenseRef-scancode-other-permissive",
"Apache-1.1",
"GPL-2.0-only",
"Plexus",
"JSON",
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-generic-export-compliance",
"LicenseRef-scancode-generic-cla"
] | permissive | gemxd/gemfirexd-oss | https://github.com/gemxd/gemfirexd-oss | 3d096b2de5cd49f787e65d4ee65bb51cd35cab4b | d89cad2b075df92fc3acce09b9f8dc7b30be2445 | refs/heads/master | 2020-12-28T04:41:41.641000 | 2020-11-18T03:39:41 | 2020-11-18T03:39:41 | 48,769,190 | 13 | 9 | Apache-2.0 | false | 2018-10-12T07:42:55 | 2015-12-29T22:07:26 | 2018-06-17T22:03:24 | 2018-10-11T16:53:51 | 112,345 | 11 | 19 | 0 | Java | false | null | /*
Derby - Class com.pivotal.gemfirexd.internal.iapi.services.io.CompressedNumber
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... | UTF-8 | Java | 29,303 | java | CompressedNumber.java | Java | [] | null | [] | /*
Derby - Class com.pivotal.gemfirexd.internal.iapi.services.io.CompressedNumber
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... | 29,303 | 0.586493 | 0.555813 | 953 | 29.748163 | 28.194378 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.516264 | false | false | 13 |
5849cd2392fa31f32f5efe081e6f880c1cdb9376 | 33,139,967,671,704 | 6c5c55f0fb7210de730fb6c463f4c72cbf59fd5a | /src/main/java/demo/util/SessionListener.java | 7a82a8d4d5050497036c79e9d1b8e5f664308675 | [] | no_license | cschneider4711/Marathon | https://github.com/cschneider4711/Marathon | cd275344867d05c39366970847bd2243548a04be | 52ddbdaeead1cbf4b78f42577194f265fddeb93c | refs/heads/master | 2023-06-24T20:01:46.754000 | 2023-06-17T23:13:15 | 2023-06-17T23:13:15 | 187,472,512 | 54 | 37 | null | false | 2023-03-02T09:09:20 | 2019-05-19T12:16:42 | 2023-02-28T13:14:14 | 2023-03-02T09:08:32 | 9,279 | 50 | 28 | 10 | CSS | false | false | package demo.util;
import java.security.SecureRandom;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
/**
* Application Lifecycle Listener implementation class SessionListener
*
*/
public class SessionListener implements HttpSessionListener {
private static SecureRando... | UTF-8 | Java | 1,612 | java | SessionListener.java | Java | [] | null | [] | package demo.util;
import java.security.SecureRandom;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
/**
* Application Lifecycle Listener implementation class SessionListener
*
*/
public class SessionListener implements HttpSessionListener {
private static SecureRando... | 1,612 | 0.643921 | 0.630893 | 53 | 29.415094 | 31.295568 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
d50b2f70343ddd88770f4a13135a6db8a4711c87 | 1,675,037,277,566 | 8583cabfa669d0731f5b383dcf8fa48a16590aee | /src/main/java/com/applicaster/pinverification/models/request/PinValidationRequest.java | cf46a1454c1b7ed8d2d6207cf72c87117ceb3c57 | [
"Apache-2.0"
] | permissive | applicaster/InplayerPinVerificationPlugin-Android | https://github.com/applicaster/InplayerPinVerificationPlugin-Android | bdabe7d1227cc33dc5faeff3e68ed4daa00e9250 | fb25a0f088990bebf44dd43a21c5ceaab6c2e9fc | refs/heads/master | 2020-07-10T16:19:50.247000 | 2019-09-25T19:38:00 | 2019-09-25T19:38:00 | 204,308,515 | 0 | 0 | Apache-2.0 | false | 2019-09-25T19:38:01 | 2019-08-25T14:50:45 | 2019-09-25T16:08:43 | 2019-09-25T19:38:01 | 2,376 | 0 | 0 | 0 | Java | false | false | package com.applicaster.pinverification.models.request;
import com.google.gson.annotations.SerializedName;
public class PinValidationRequest {
@SerializedName("token")
public String token;
@SerializedName("publisherId")
public String publisherId;
@SerializedName("pinCode")
public String pin... | UTF-8 | Java | 520 | java | PinValidationRequest.java | Java | [] | null | [] | package com.applicaster.pinverification.models.request;
import com.google.gson.annotations.SerializedName;
public class PinValidationRequest {
@SerializedName("token")
public String token;
@SerializedName("publisherId")
public String publisherId;
@SerializedName("pinCode")
public String pin... | 520 | 0.717308 | 0.717308 | 22 | 22.636364 | 21.945274 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
5f5565f87871d97ca6ca96972de0fd94079f0789 | 18,811,956,777,368 | 0d0df5f4951cdd8c75020e5dfb0d26d7067d754a | /src/STUDENTS/DoKhacTu_BaiTap20_4_2018/ThreadExercise2.java | 65c24f92618154ac81a664f481330afb289674bc | [] | no_license | dungvst/Y2018JC21 | https://github.com/dungvst/Y2018JC21 | 9a9357ef3d57bd95743c3b0a97cf7ad2631d4e44 | b2a4304c186fd86aa90626328931ecde864c1710 | refs/heads/master | 2020-03-08T03:51:00.127000 | 2018-06-06T15:01:45 | 2018-06-06T15:01:45 | 127,903,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DoKhacTu_BaiTap20_4_2018;
import java.util.Random;
public class ThreadExercise2 extends Thread {
@Override
public void run() {
super.run();
Random random = new Random();
int d[] = new int[10];
System.out.print("Mảng: ");
for (int i = 0; i < 10; i++) {
d[i] = random.nextInt(100);
... | UTF-8 | Java | 851 | java | ThreadExercise2.java | Java | [] | null | [] | package DoKhacTu_BaiTap20_4_2018;
import java.util.Random;
public class ThreadExercise2 extends Thread {
@Override
public void run() {
super.run();
Random random = new Random();
int d[] = new int[10];
System.out.print("Mảng: ");
for (int i = 0; i < 10; i++) {
d[i] = random.nextInt(100);
... | 851 | 0.573302 | 0.530393 | 39 | 19.512821 | 16.974901 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.128205 | false | false | 13 |
5565564852834bdc7fbb8eb5a615a7b20ea2cfee | 23,682,449,699,045 | 84ff9f3ea6504a7c63d863041c2860287823fd32 | /Appendix/App Files/PotatoIdentifier/src/com/app/potatoidentifer/activities/VideoFragment.java | 30fde64047ef596fa352ba9cb23f0c3e5d3c4acf | [] | no_license | karivmcmahon/IndustrialTeamProj | https://github.com/karivmcmahon/IndustrialTeamProj | f5a5453de51e4fb54e94bad20703d63c329cf7cb | ce0b4aa4a7fa2e819c2b11c099e2f16642f01e29 | refs/heads/master | 2016-08-05T19:03:08.035000 | 2014-10-03T10:24:25 | 2014-10-03T10:24:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.potatoidentifer.activities;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Vie... | UTF-8 | Java | 3,431 | java | VideoFragment.java | Java | [
{
"context": "nt to display the video tutorials\r\n * \r\n * @author Kari\r\n */\r\npublic class VideoFragment extends BaseFrag",
"end": 651,
"score": 0.9984576106071472,
"start": 647,
"tag": "NAME",
"value": "Kari"
}
] | null | [] | package com.app.potatoidentifer.activities;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Vie... | 3,431 | 0.737394 | 0.72661 | 103 | 31.31068 | 26.406836 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.203883 | false | false | 13 |
ff77150ffd6b76f13545e8fba2493c7bbfe388cb | 4,827,543,289,169 | 2f892fa22c5713b1b01f1d42769556e49b2579a3 | /src/Modele/Case/CaseForet.java | 31135055a19bdd9271da332ebdb5e24910bbcbf7 | [] | no_license | Seypopi/Big-Pirate | https://github.com/Seypopi/Big-Pirate | adf6e5d115c23b76dba12e3e8da9ad300333c98b | c107ed90d481bdb2823e6b51a684621baa5e312b | refs/heads/master | 2020-01-24T23:29:06.819000 | 2017-06-04T20:57:18 | 2017-06-04T20:57:18 | 73,625,998 | 0 | 0 | null | false | 2017-05-26T16:41:13 | 2016-11-13T15:54:51 | 2016-11-18T14:30:23 | 2017-05-26T16:41:12 | 888 | 0 | 0 | 1 | Java | null | null | package Modele.Case;
import java.util.List;
import Modele.Entity;
/**
* Cette classe répresente la case Foret
* @author Lingling QIU
*
*/
public class CaseForet extends Case {
private CaseCachette cachette;
/**
* Constructeur par défault
*/
public CaseForet() {
super();
}
public CaseForet(int _absci... | UTF-8 | Java | 899 | java | CaseForet.java | Java | [
{
"context": "* Cette classe répresente la case Foret\n * @author Lingling QIU\n *\n */\npublic class CaseForet extends Case {\n\n\tpr",
"end": 136,
"score": 0.9998291730880737,
"start": 124,
"tag": "NAME",
"value": "Lingling QIU"
}
] | null | [] | package Modele.Case;
import java.util.List;
import Modele.Entity;
/**
* Cette classe répresente la case Foret
* @author <NAME>
*
*/
public class CaseForet extends Case {
private CaseCachette cachette;
/**
* Constructeur par défault
*/
public CaseForet() {
super();
}
public CaseForet(int _abscisse, i... | 893 | 0.677815 | 0.677815 | 54 | 15.611111 | 18.617413 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.203704 | false | false | 13 |
435e333a4856d177f80207c2118ae47283944a6d | 4,406,636,499,915 | b302c47c7d50901ee732801aa2e51646698151eb | /employeeapplication/src/main/java/com/artimes/employee/model/EmployeeDTO.java | 7401d50055ba0b45e5ef22bc803ea065bae71fd2 | [] | no_license | SindhuGouru/EmployeeRestApplication | https://github.com/SindhuGouru/EmployeeRestApplication | 13177ea56e085758aedc74c89b4924d7332f8cd5 | 754664012aab6d0a363ec456d1c3deae04dbee94 | refs/heads/main | 2023-01-30T01:17:35.309000 | 2020-12-15T01:22:20 | 2020-12-15T01:22:20 | 317,695,485 | 0 | 0 | null | false | 2020-12-15T23:21:09 | 2020-12-01T23:31:29 | 2020-12-15T01:22:23 | 2020-12-15T23:20:47 | 17 | 0 | 0 | 1 | Java | false | false | package com.artimes.employee.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
... | UTF-8 | Java | 2,281 | java | EmployeeDTO.java | Java | [
{
"context": "\"empId=\" + empId +\n \", empName='\" + empName + '\\'' +\n \", emailId='\" + emailId ",
"end": 2058,
"score": 0.7466892600059509,
"start": 2051,
"tag": "NAME",
"value": "empName"
}
] | null | [] | package com.artimes.employee.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
... | 2,281 | 0.635686 | 0.635686 | 93 | 23.526882 | 19.181976 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376344 | false | false | 13 |
d25899f8a80aa4712ea68fb515886cff97bb87e9 | 24,842,090,868,482 | 910e806538aaf288123edf512f555085f90a6b86 | /src/main/java/onlineexam/blakeexam/BlakeExamApplication.java | 70e01e9c35b646f3491902cd939843e6c424d1a0 | [] | no_license | blake-Zi/blake-exam | https://github.com/blake-Zi/blake-exam | eceabb49d707bb1bb030a5299837311343163d6c | 0c5e0d509a993913b08ad24c692a10b9b75c461d | refs/heads/master | 2023-04-21T23:30:34.728000 | 2021-05-13T10:19:42 | 2021-05-13T10:19:42 | 366,999,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package onlineexam.blakeexam;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BlakeExamApplication {
public static void main(String[] args) {
SpringApplication.run(BlakeExamApplication.class, args)... | UTF-8 | Java | 331 | java | BlakeExamApplication.java | Java | [] | null | [] | package onlineexam.blakeexam;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BlakeExamApplication {
public static void main(String[] args) {
SpringApplication.run(BlakeExamApplication.class, args)... | 331 | 0.797583 | 0.797583 | 13 | 24.461538 | 24.734327 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
3a3bf83640dc2346730aecbebda75ed13db8250f | 14,087,492,749,933 | 9f0e0ba10b5185843a3916f023a3eb63901fa655 | /Multithreading/src/main/java/com/sincro/practice/producerConsumerWithCompletableFuture/CompletableFutureAndExecutorService.java | a4017d2d67a286c2964b9ad19d0869b370835db4 | [] | no_license | Janhavi1612/Sincro-Training | https://github.com/Janhavi1612/Sincro-Training | 0716eec6b8bf584af831874b14cfdf3a968921e4 | a69e4b82a5dbe171969c9d9976bf097b9b7721dd | refs/heads/master | 2023-01-05T05:56:13.606000 | 2020-11-04T12:35:52 | 2020-11-04T12:35:52 | 293,870,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sincro.practice.producerConsumerWithCompletableFuture;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
... | UTF-8 | Java | 3,264 | java | CompletableFutureAndExecutorService.java | Java | [] | null | [] | package com.sincro.practice.producerConsumerWithCompletableFuture;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
... | 3,264 | 0.634498 | 0.630821 | 83 | 38.325302 | 31.059643 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566265 | false | false | 13 |
c8ae85d02c5f5ba41bc99874595d6f176e532b1b | 4,226,247,875,518 | 9f825d38a8e204fb16317244deaf9f20d9a2bf86 | /day9/part2/encoding_error_2.java | db6ced32d07aeef9c26e7893c0b0d0979e309826 | [] | no_license | kzellers/advent_of_code_2020 | https://github.com/kzellers/advent_of_code_2020 | e2dad267680477e4a3aa24e1f4663e0c3c6525e8 | 347744594a51e8f84cb3034a95c48559ec62fb44 | refs/heads/main | 2023-02-01T17:21:07.376000 | 2020-12-16T05:24:36 | 2020-12-16T05:24:36 | 318,406,053 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
class encoding_error_2{
public static void main(String[] args){
ArrayList<Integer> nums = new ArrayList<Integer>();
File f = new File("input.txt");
try{
Scanner sc = new Scanner(f);
while(sc.hasNextInt()){
... | UTF-8 | Java | 944 | java | encoding_error_2.java | Java | [] | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
class encoding_error_2{
public static void main(String[] args){
ArrayList<Integer> nums = new ArrayList<Integer>();
File f = new File("input.txt");
try{
Scanner sc = new Scanner(f);
while(sc.hasNextInt()){
... | 944 | 0.554025 | 0.528602 | 39 | 23.205128 | 14.138835 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 13 |
5918af76a77c303fb0d90fd96dd3dc08e6131ada | 28,054,726,437,361 | 1d3276d1cd511cb0bc4e14f601df1e3d6359adf7 | /src/main/java/com/vitco/app/layout/content/colorchooser/components/TextChangeListener.java | 60a9f5721634f5b48f0290146ffbe7b08d083742 | [
"Apache-2.0"
] | permissive | cleancoindev/voxelshop | https://github.com/cleancoindev/voxelshop | 6cd725981f0b679528a0e8b1a7c437c77d5a8338 | 99fd77c8d0bd74d7187160323b37fa9e77bce586 | refs/heads/develop | 2022-05-29T15:09:36.426000 | 2019-05-01T04:34:32 | 2019-05-01T04:34:32 | 264,112,984 | 0 | 1 | Apache-2.0 | true | 2022-05-13T10:44:09 | 2020-05-15T06:21:13 | 2020-05-15T06:21:15 | 2022-05-13T10:44:09 | 118,678 | 0 | 1 | 2 | null | false | false | package com.vitco.app.layout.content.colorchooser.components;
/**
* Used to notify listeners of the changes of a NumberBox.
*/
public interface TextChangeListener {
void onChange();
}
| UTF-8 | Java | 191 | java | TextChangeListener.java | Java | [] | null | [] | package com.vitco.app.layout.content.colorchooser.components;
/**
* Used to notify listeners of the changes of a NumberBox.
*/
public interface TextChangeListener {
void onChange();
}
| 191 | 0.748691 | 0.748691 | 8 | 22.875 | 24.204533 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
152674b8ea7068c906d9ba8121925d7c7338d4c4 | 4,535,485,493,290 | 30e3c91f23aaa6127ee3e520becc443701e18faa | /sources/com/bytedance/android/livesdk/gift/model/C7508g.java | f8085d3f295599f5a5fbd59361024629c72b577c | [] | no_license | jakesyl/tishtosh_source | https://github.com/jakesyl/tishtosh_source | 521d4ab2bc28325519cf84422cce9c5709339b1f | c88d8f6fc6147fc08dfda6bd6d8540156278fa5d | refs/heads/master | 2022-09-10T17:19:16.637000 | 2020-05-25T06:06:31 | 2020-05-25T06:06:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytedance.android.livesdk.gift.model;
import com.google.gson.p1076a.C17952c;
import java.util.List;
/* renamed from: com.bytedance.android.livesdk.gift.model.g */
public class C7508g {
@C17952c(mo34828a = "gifts")
/* renamed from: a */
public List<C7505d> f20574a;
@C17952c(mo34828a = "gif... | UTF-8 | Java | 695 | java | C7508g.java | Java | [] | null | [] | package com.bytedance.android.livesdk.gift.model;
import com.google.gson.p1076a.C17952c;
import java.util.List;
/* renamed from: com.bytedance.android.livesdk.gift.model.g */
public class C7508g {
@C17952c(mo34828a = "gifts")
/* renamed from: a */
public List<C7505d> f20574a;
@C17952c(mo34828a = "gif... | 695 | 0.66187 | 0.523741 | 28 | 23.821428 | 17.339167 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
20f6d156eedb1f03e6b1809c6aef5673ef82d3ec | 6,562,710,073,367 | 06029a47be310444b94a977364b6f1a863a637b4 | /atask-backend/src/main/java/org/green/code/async/selector/IdMessageSelector.java | b5e9e3ae92bd2759d47e47630a5d150806dd7511 | [
"Apache-2.0"
] | permissive | mattiamascia/atask | https://github.com/mattiamascia/atask | 519b9630d2ba5ec16fbd670a331afee479608481 | 20a38e29bd1feb1cb7a8ccf5b0d7301a7cf1b529 | refs/heads/master | 2016-09-05T09:19:40.799000 | 2013-09-08T09:39:35 | 2013-09-08T09:39:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.green.code.async.selector;
import org.green.code.async.model.impl.AsyncContext;
import org.springframework.context.annotation.Scope;
import org.springframework.integration.Message;
import org.springframework.integration.core.MessageSelector;
import org.springframework.stereotype.Component;
import or... | UTF-8 | Java | 1,430 | java | IdMessageSelector.java | Java | [
{
"context": "ngs to the threadId field or not.\r\n * \r\n * @author mattia.mascia\r\n */\r\n@Component\r\n@Scope(\"prototype\")\r\npublic cla",
"end": 504,
"score": 0.8341453671455383,
"start": 491,
"tag": "NAME",
"value": "mattia.mascia"
}
] | null | [] | package org.green.code.async.selector;
import org.green.code.async.model.impl.AsyncContext;
import org.springframework.context.annotation.Scope;
import org.springframework.integration.Message;
import org.springframework.integration.core.MessageSelector;
import org.springframework.stereotype.Component;
import or... | 1,430 | 0.708392 | 0.708392 | 59 | 22.237288 | 23.565516 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.38983 | false | false | 13 |
e81793834fc0817b4705b84704efc06b66a5f786 | 6,055,903,945,833 | af39257b01a4ac3ef0f62efdfc96829ec7a1f907 | /src/day22/ArrayCreation2.java | 2543b1f063431205bf5904ac7c28fd7288b25c7d | [] | no_license | cihatakv/Batch15JavaProgramming | https://github.com/cihatakv/Batch15JavaProgramming | 88dbf45ada7dbd30cab684d20853084ceb400d66 | 1b7be741920322261a750e04eafc5b4bc9ab7940 | refs/heads/master | 2021-04-02T22:56:36.348000 | 2020-04-20T02:33:36 | 2020-04-20T02:33:36 | 248,333,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day22;
public class ArrayCreation2 {
public static void main(String[] args) {
int[] ages = new int[]{3, 5, 11, 33, 57, 18};
int itemCount = ages.length;
int[][] people = new int[][]{{1, 13} , {1, 15}, {2, 8}, {2, 16} };
System.out.println(people[0][1]);
}
}
| UTF-8 | Java | 311 | java | ArrayCreation2.java | Java | [] | null | [] | package day22;
public class ArrayCreation2 {
public static void main(String[] args) {
int[] ages = new int[]{3, 5, 11, 33, 57, 18};
int itemCount = ages.length;
int[][] people = new int[][]{{1, 13} , {1, 15}, {2, 8}, {2, 16} };
System.out.println(people[0][1]);
}
}
| 311 | 0.5209 | 0.437299 | 14 | 21.214285 | 23.84527 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 13 |
2e010781f14aad23203bc7d3ca8ad4926ca5e14c | 798,863,945,221 | ec3a9dd3126150902c1a67fe5089bdeed5d8e500 | /SoundLink_Server/soundlink_service/src/main/java/soundlink/service/manager/IIntegrationManager.java | 0ad264b3f3439f577ab87488d5197b8eca3f9870 | [] | no_license | xrobert35/soundlink | https://github.com/xrobert35/soundlink | 78157f28f4d198efede692e54d749ee5a2e978ad | 35569bbdb36562891bdbca81f6e29a49c258e928 | refs/heads/master | 2022-12-01T06:42:13.290000 | 2017-05-25T16:27:46 | 2017-05-25T16:27:46 | 224,186,223 | 0 | 0 | null | false | 2022-11-16T07:50:33 | 2019-11-26T12:22:25 | 2019-11-26T12:24:00 | 2022-11-16T07:50:30 | 3,260 | 0 | 0 | 7 | Java | false | false | package soundlink.service.manager;
public interface IIntegrationManager {
/**
* Allow you to get next integration number
*
* @param name
* @return
*/
Integer getNextIntegrationNumber();
}
| UTF-8 | Java | 237 | java | IIntegrationManager.java | Java | [] | null | [] | package soundlink.service.manager;
public interface IIntegrationManager {
/**
* Allow you to get next integration number
*
* @param name
* @return
*/
Integer getNextIntegrationNumber();
}
| 237 | 0.607595 | 0.607595 | 13 | 16.23077 | 16.549013 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 13 |
f1a9890f2b2c816ff82e7dc65641adbe151b8a27 | 10,711,648,489,905 | e784f09ae44d526b654650b1740cdcf2676f5bc8 | /app/src/main/java/com/wp/car_breakdown_train/entity/CarPart.java | 50c819623d5128903d4ba98c0ac95ca17b5b1063 | [] | no_license | wangping1213/car-breakdown-train | https://github.com/wangping1213/car-breakdown-train | 5642591cb21f47e57d436d24d8eea39d97e2ce61 | 15665e470d520399e9927e03183f84fa9253ac71 | refs/heads/master | 2020-04-11T01:41:02.223000 | 2019-03-02T03:40:15 | 2019-03-02T03:40:15 | 161,423,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wp.car_breakdown_train.entity;
import java.io.Serializable;
import java.util.List;
/**
* 汽车元器件
* @author wangping
* @date 2018/7/1 17:53
*/
public class CarPart implements Serializable {
private String name;//名称
private List<CarPartPin> pinList;
public String getName() {
return na... | UTF-8 | Java | 586 | java | CarPart.java | Java | [
{
"context": "e;\nimport java.util.List;\n\n/**\n * 汽车元器件\n * @author wangping\n * @date 2018/7/1 17:53\n */\npublic class CarPart ",
"end": 129,
"score": 0.9954929351806641,
"start": 121,
"tag": "USERNAME",
"value": "wangping"
}
] | null | [] | package com.wp.car_breakdown_train.entity;
import java.io.Serializable;
import java.util.List;
/**
* 汽车元器件
* @author wangping
* @date 2018/7/1 17:53
*/
public class CarPart implements Serializable {
private String name;//名称
private List<CarPartPin> pinList;
public String getName() {
return na... | 586 | 0.641608 | 0.624126 | 30 | 18.066668 | 16.392952 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 13 |
94e5d92d2b88c454edb40ad511b9b91bf217bbc8 | 34,230,889,352,409 | 75996fe8fb07f219f63595f23f3025969763d983 | /DataCollectService/src/main/java/com/fujitsu/manager/dataCollectManager/serviceImpl/VEMS/IALUEMSSession.java | 3c3c71d88ee8f4e82dbf9775cd0b3386d3c3cd3d | [] | no_license | caiwei56011/FTSP | https://github.com/caiwei56011/FTSP | 6482dee9aae4b3ca291bf1d005ef20597348ef5e | 4a66588ffe815587e09950ac51d39a7327bad2f9 | refs/heads/master | 2021-04-17T00:28:50.819000 | 2016-03-30T02:05:33 | 2016-03-30T02:05:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fujitsu.manager.dataCollectManager.serviceImpl.VEMS;
import globaldefs.NameAndStringValue_T;
import java.util.List;
import org.omg.CosNotification.StructuredEvent;
import ALU.emsMgr.EMS_T;
import ALU.equipment.EquipmentOrHolder_T;
import ALU.flowDomain.FlowDomain_T;
import ALU.flowDomainFragment.FlowDom... | UTF-8 | Java | 6,028 | java | IALUEMSSession.java | Java | [
{
"context": "Value_T[] name,\n\t\t\tString ftpIpAndFileName, String userName, String password, \n\t\t\tString startTime, String en",
"end": 3739,
"score": 0.741527259349823,
"start": 3731,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.fujitsu.manager.dataCollectManager.serviceImpl.VEMS;
import globaldefs.NameAndStringValue_T;
import java.util.List;
import org.omg.CosNotification.StructuredEvent;
import ALU.emsMgr.EMS_T;
import ALU.equipment.EquipmentOrHolder_T;
import ALU.flowDomain.FlowDomain_T;
import ALU.flowDomainFragment.FlowDom... | 6,028 | 0.770597 | 0.770597 | 148 | 35.912163 | 31.180584 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277027 | false | false | 13 |
a9dd9ce7f86dd2ac88dcf1acd777b384bda07f3f | 34,230,889,352,785 | ab49545f6ba788eb091b1c1376b2d7f11b694f3e | /first/test/En'crypto'r/src/en/crypto/r/Encrypt.java | e19f39c3b7644dbad75860e9a97cd92f5928a2ed | [] | no_license | Freshield/CloudComputing_Assignment | https://github.com/Freshield/CloudComputing_Assignment | 8605574f69f278c7c71aeabe06331f3b1eeec40c | 8ddebbbae950871f037ae0346a2fa86025a4cb85 | refs/heads/master | 2021-01-10T17:22:59.759000 | 2017-08-11T01:02:32 | 2017-08-11T01:02:32 | 52,299,166 | 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 en.crypto.r;
/**
*
* @author FRESHIELD
*/
public class Encrypt {
private char[] code = new char[26];
... | UTF-8 | Java | 2,648 | java | Encrypt.java | Java | [
{
"context": "\r\n */\r\npackage en.crypto.r;\r\n\r\n/**\r\n *\r\n * @author FRESHIELD\r\n */\r\npublic class Encrypt {\r\n \r\n private c",
"end": 243,
"score": 0.9150808453559875,
"start": 234,
"tag": "NAME",
"value": "FRESHIELD"
}
] | 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 en.crypto.r;
/**
*
* @author FRESHIELD
*/
public class Encrypt {
private char[] code = new char[26];
... | 2,648 | 0.368202 | 0.352719 | 115 | 21.026087 | 14.911601 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582609 | false | false | 13 |
921c9357d15ef3a5ddae2669dd8d32a5ce25dfcf | 34,333,968,567,914 | 3b0ab5f1a95f9f169a380a4e75a81b36c5a71b5c | /hw5/project4_final/ExamGraderGui.java | c3c5f33d6abda5a421ede2feb5c8879e27c5ab17 | [] | no_license | ordowerm/342 | https://github.com/ordowerm/342 | 562462590bf25ddd35adacb5ef287b4f94750f4b | 11bfc2868607ad2f0744badf3f92d81934b36a29 | refs/heads/master | 2020-03-06T16:40:20.470000 | 2018-05-02T23:53:42 | 2018-05-02T23:53:42 | 126,977,214 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.*;
import java.util.Scanner;
import javax.swing.*;
import javax.swing.border.TitledBorder;
pub... | UTF-8 | Java | 6,191 | java | ExamGraderGui.java | Java | [] | null | [] |
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.*;
import java.util.Scanner;
import javax.swing.*;
import javax.swing.border.TitledBorder;
pub... | 6,191 | 0.714101 | 0.707479 | 189 | 31.751324 | 27.464582 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.338624 | false | false | 13 |
ffe691752323c5b8a2c76d9330a2de7064538286 | 34,333,968,569,977 | 7d7089906f72821ae9a04a8a7abcdd987dd4252d | /restSpring/src/main/java/com/venkat/util/PropertiesUtil.java | 41f87b287bec16a29f818a011801ba1862dba4a4 | [] | no_license | venkatram64/restWithSpring | https://github.com/venkatram64/restWithSpring | 1dfa97568a08c0c74c188831e88e420e5529fa06 | a04b85696ff8e855ba2e452ae0d81514943f7021 | refs/heads/master | 2020-03-22T13:27:04.681000 | 2018-10-20T15:21:37 | 2018-10-20T15:21:37 | 140,108,863 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.venkat.util;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
i... | UTF-8 | Java | 2,187 | java | PropertiesUtil.java | Java | [] | null | [] | package com.venkat.util;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
i... | 2,187 | 0.705533 | 0.704618 | 81 | 26 | 26.439775 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.493827 | false | false | 13 |
b71e29cee4a7e477302268e56cd5c791897239de | 34,875,134,444,274 | 9ef35a46489878efe400f8148548c31f026230ed | /rest/src/main/java/org/apache/usergrid/rest/exceptions/group/ForbiddenOpExceptionMapper.java | 33cd9d229f85356f5153b0a62e2f616a262c02ef | [
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | tojames/newusergrid | https://github.com/tojames/newusergrid | bd0c93f540604457c411c4883a93c3a7c2a92e99 | b76d4509012db3fbb52af40b05b555a2f8a5ffca | HEAD | 2019-04-09T16:01:36.506000 | 2017-04-27T07:45:47 | 2017-04-27T07:45:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.usergrid.rest.exceptions.group;
import com.easemob.group.exception.ForbiddenOpException;
import org.apache.usergrid.rest.exceptions.AbstractExceptionMapper;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.Provider;
/**
* Created by zhangqianqian on 2016/11/11.
*/
@Provider
public class ... | UTF-8 | Java | 517 | java | ForbiddenOpExceptionMapper.java | Java | [
{
"context": "mport javax.ws.rs.ext.Provider;\n\n/**\n * Created by zhangqianqian on 2016/11/11.\n */\n@Provider\npublic class Forbidd",
"end": 277,
"score": 0.9992866516113281,
"start": 264,
"tag": "USERNAME",
"value": "zhangqianqian"
}
] | null | [] | package org.apache.usergrid.rest.exceptions.group;
import com.easemob.group.exception.ForbiddenOpException;
import org.apache.usergrid.rest.exceptions.AbstractExceptionMapper;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.Provider;
/**
* Created by zhangqianqian on 2016/11/11.
*/
@Provider
public class ... | 517 | 0.7853 | 0.764023 | 19 | 26.263159 | 27.632631 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 13 |
51b6d4f86c5f62560a8991bd7221b88090b84fce | 10,273,561,819,667 | af839eed391687f7955094c3f4caabdaaa47ddac | /src/main/java/ui/MenuController.java | 7e6c989a16df0b19fa6a9c11db842d1e172f210c | [] | no_license | SV-Albert/Animated-visual-toolkit-for-Turing-machines | https://github.com/SV-Albert/Animated-visual-toolkit-for-Turing-machines | 2246a005ca4c19ae949255e23b52a3d0d8dba921 | e488d1110f013234d214abb449fb457c4e597821 | refs/heads/main | 2023-06-21T23:15:35.427000 | 2021-07-19T13:00:38 | 2021-07-19T13:00:38 | 309,819,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.stage.Stage;
public class MenuController {
@FXML private Button builderButton;
@FXML private Button simulatorButton;
private Stage primaryStage;
@FXML
public void initialize(){
configureUI();
}
... | UTF-8 | Java | 646 | java | MenuController.java | Java | [] | null | [] | package ui;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.stage.Stage;
public class MenuController {
@FXML private Button builderButton;
@FXML private Button simulatorButton;
private Stage primaryStage;
@FXML
public void initialize(){
configureUI();
}
... | 646 | 0.718266 | 0.718266 | 27 | 22.925926 | 25.544334 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 13 |
0bc542eaf1980b79a5198b794d9a89b60c7583c0 | 33,569,464,443,047 | c4fa201ed75a2074291e9dd93d338f14b8e58db0 | /Homework14/src/ba/bitcamp/homework14/Task3.java | 1e4abc66f01058337140e32d3b73c6cc552e70f9 | [] | no_license | SenadinBitCamp/Homework | https://github.com/SenadinBitCamp/Homework | 361f37bc7789f729082f963b02c01cb3b302daf4 | 4191d628cd82fa7ffe443d4c59b583c24b7fb5cf | refs/heads/master | 2016-08-12T12:55:23.139000 | 2015-06-30T19:13:23 | 2015-06-30T19:13:23 | 36,173,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ba.bitcamp.homework14;
public class Task3 {
public static void main(String[] args) {
int[][] array = { { 1, -2, 1}, { 5, 0, 4 }, { -4, 2, 2} };
System.out.println( getMaxPoints( array 0, 0) );
}
}
| UTF-8 | Java | 215 | java | Task3.java | Java | [] | null | [] | package ba.bitcamp.homework14;
public class Task3 {
public static void main(String[] args) {
int[][] array = { { 1, -2, 1}, { 5, 0, 4 }, { -4, 2, 2} };
System.out.println( getMaxPoints( array 0, 0) );
}
}
| 215 | 0.576744 | 0.511628 | 10 | 20.5 | 22.370739 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 13 |
0a82c4c71a69e3d4f05ff5d51a0ee53e6cf0a90e | 22,866,405,925,556 | 0b8a51fe0a3698a5cdd2f20d5e0dadbee43bc4df | /Calgoritmo.java | bed9f4838c15f73fad55c919adf7293e73a60ca0 | [] | no_license | staicht/RecuperacionFinalEntorno | https://github.com/staicht/RecuperacionFinalEntorno | b9ae7a61f7fd36d99a724d74eacc9ab6748c1c33 | 3bb91f8d23cb02f984b3feac3932c6f13d6f9a88 | refs/heads/master | 2020-03-20T20:17:19.324000 | 2018-06-17T21:17:35 | 2018-06-17T21:17:35 | 137,679,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modulos;
import java.util.Scanner;
public class Calgoritmo {
static void ejecuta(int numImpares)
{
int i=1,impar=1;
//String signo;
String coma;
while(i<=2*numImpares-1)
{
if (i==2*numImpares-1)
coma="";
el... | UTF-8 | Java | 913 | java | Calgoritmo.java | Java | [] | null | [] | package modulos;
import java.util.Scanner;
public class Calgoritmo {
static void ejecuta(int numImpares)
{
int i=1,impar=1;
//String signo;
String coma;
while(i<=2*numImpares-1)
{
if (i==2*numImpares-1)
coma="";
el... | 913 | 0.455543 | 0.445664 | 43 | 19.186047 | 16.849892 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 13 |
bdfdffa16be49d92012bed5ae0c28aa0f2bd1dbe | 32,676,111,214,195 | 1ef5a55d9f492217d4fc1e88fbc4851bef014947 | /legacy-ws/DataAccess/src/main/java/com/bfrc/dataaccess/svc/contact/ContactUsService.java | 5239767b6af9943117dddd36d5bd48a34f599ee3 | [] | no_license | hari6589/shareworkspace | https://github.com/hari6589/shareworkspace | f28abf1bb921ec821e0b7c682d2997e9b8b478e5 | 004bddb57036062bbd93a7b7f0abd57ce24abee3 | refs/heads/master | 2020-02-26T15:00:36.676000 | 2018-03-09T20:42:16 | 2018-03-09T20:42:16 | 83,191,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bfrc.dataaccess.svc.contact;
import java.util.List;
import app.bsro.model.contact.ContactUs;
import com.bfrc.dataaccess.model.ValueTextBean;
import com.bfrc.dataaccess.model.email.EmailSignup;
import com.bfrc.pojo.contact.Feedback;
public interface ContactUsService {
public List<ValueTextBean> listAll... | UTF-8 | Java | 831 | java | ContactUsService.java | Java | [] | null | [] | package com.bfrc.dataaccess.svc.contact;
import java.util.List;
import app.bsro.model.contact.ContactUs;
import com.bfrc.dataaccess.model.ValueTextBean;
import com.bfrc.dataaccess.model.email.EmailSignup;
import com.bfrc.pojo.contact.Feedback;
public interface ContactUsService {
public List<ValueTextBean> listAll... | 831 | 0.823105 | 0.823105 | 24 | 33.625 | 32.011471 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.291667 | false | false | 13 |
ef34a8f494e85da6a9068877a7d27f87b9847761 | 22,239,340,713,578 | 02bb08fde3006bf2a1119ea49472182a73fa8bfc | /Tests/jabPages/GiftCardPage.java | 0f3c0c6891df210256ffe651cfad329aa368b28a | [] | no_license | vijifun/JABDailyProd | https://github.com/vijifun/JABDailyProd | 75cfd324ca0b0ee940d70e37f63223b20ba2c1f3 | 685bc90a0f2bd13afe9ec44a6eab1b42b10a9321 | refs/heads/master | 2021-01-17T16:45:00.568000 | 2016-09-27T07:20:03 | 2016-09-27T07:20:03 | 69,324,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jabPages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
public class GiftCardPage extends CategoryNavigation{
public static final String drp_giftCardType="Gift card selection dropdown#xpath=//select[conta... | UTF-8 | Java | 9,040 | java | GiftCardPage.java | Java | [
{
"context": "il textbox#xpath=//input[contains(@name,'recipientEmail')]\";\r\n\tpublic static final String txt_gift_Verify",
"end": 889,
"score": 0.6696332097053528,
"start": 884,
"tag": "USERNAME",
"value": "Email"
},
{
"context": "=\" To textbox#xpath=//input[contains(@name,'verif... | null | [] | package jabPages;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
public class GiftCardPage extends CategoryNavigation{
public static final String drp_giftCardType="Gift card selection dropdown#xpath=//select[conta... | 9,040 | 0.705199 | 0.703982 | 160 | 54.5 | 65.723091 | 282 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.5375 | false | false | 13 |
85e224d79f2f1c1fb4331fd0f3192e8575fb70e0 | 15,247,133,957,735 | 4e4e6fb794c089d5120f49f078f6465fd89701dd | /app/src/main/java/org/zsq/view/CustomPopupWindow.java | 96a8f883771e0f73c5987f4f2729c3fabcf63879 | [] | no_license | ZhengYangxin/DeadDemo | https://github.com/ZhengYangxin/DeadDemo | 7cee74f7a7b1c07b1866051de86084c812f2f49d | 9dfb493a6c23a8d36307c81f3864588b4f4814f2 | refs/heads/master | 2020-04-02T09:09:01.716000 | 2018-10-25T05:02:27 | 2018-10-25T05:02:27 | 154,273,719 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zsq.view;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ListView;
import android.widget.PopupWindow;
import org.zsq.playca... | UTF-8 | Java | 2,657 | java | CustomPopupWindow.java | Java | [
{
"context": "a.util.ArrayList;\n\n/**\n * 功能:\n * <p>\n * Created by danke on 2018/10/23.\n */\npublic class CustomPopupWindow",
"end": 437,
"score": 0.999657154083252,
"start": 432,
"tag": "USERNAME",
"value": "danke"
}
] | null | [] | package org.zsq.view;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ListView;
import android.widget.PopupWindow;
import org.zsq.playca... | 2,657 | 0.688415 | 0.680887 | 76 | 30.460526 | 25.404848 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 13 |
536233cbdca3c5374586357673c697079ae28c4a | 14,439,680,102,773 | 8d3c54983e1e57e166b0e946baeda38e2b7aeb15 | /jnpf-extend/jnpf-extend-biz/src/main/java/jnpf/service/impl/EmailConfigServiceImpl.java | 3bc34f24e1bfdea682cc8db6a19d213ccb4736f6 | [] | no_license | houzhanwu/lowCodePlatform | https://github.com/houzhanwu/lowCodePlatform | 01d3c6f8fc30eb6dfd6d0beea55c705231fd97a5 | 88c0822c974b129d6c5423fec59d7de9fa907527 | refs/heads/master | 2023-08-30T04:07:23.106000 | 2021-11-17T02:33:20 | 2021-11-17T02:33:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jnpf.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import jnpf.base.entity.EmailConfigEntity;
import jnpf.mapper.EmailConfigMapper;
import jnpf.service.EmailConfigService;
import org.springframework.stereotype.Service;
/**
* 邮件配置
*
* @copyright 引迈信息技术有限公司
* @author JNP... | UTF-8 | Java | 544 | java | EmailConfigServiceImpl.java | Java | [] | null | [] | package jnpf.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import jnpf.base.entity.EmailConfigEntity;
import jnpf.mapper.EmailConfigMapper;
import jnpf.service.EmailConfigService;
import org.springframework.stereotype.Service;
/**
* 邮件配置
*
* @copyright 引迈信息技术有限公司
* @author JNP... | 544 | 0.814516 | 0.794355 | 20 | 23.799999 | 30.015995 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 13 |
a46887a5fa825afe8d111c22024a8ffe9abb6bea | 14,568,529,123,992 | df956fa37020181861b9defda4ec0b1a42398da0 | /src/AttackItem.java | 591581c9380688bd8eb0bc75650899be24c7ddbb | [] | no_license | carl12/BestGameEver2 | https://github.com/carl12/BestGameEver2 | 25b779e75799c5cfc13939b0b54b09992ac7e0ca | 50c4edf5b990ac8b0e37946eec5e8a18d0760890 | refs/heads/master | 2020-05-20T02:55:47.684000 | 2013-06-16T06:20:39 | 2013-06-16T06:20:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* class that has an item with an attack
*
*
*/
public class AttackItem extends Item{
Attacks myAttack;
public AttackItem(int speedChange, int defenseIn, int healthIn, Attacks attackIn)
{
super(speedChange, defenseIn, healthIn);
myAttack = attackIn;
}
public Attacks getAttack(... | UTF-8 | Java | 491 | java | AttackItem.java | Java | [] | null | [] | /**
* class that has an item with an attack
*
*
*/
public class AttackItem extends Item{
Attacks myAttack;
public AttackItem(int speedChange, int defenseIn, int healthIn, Attacks attackIn)
{
super(speedChange, defenseIn, healthIn);
myAttack = attackIn;
}
public Attacks getAttack(... | 491 | 0.621181 | 0.621181 | 27 | 17.185184 | 20.472271 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 13 |
99009a5b17ff6964211ea05d4a062cde2992ad14 | 14,568,529,123,793 | 6ae86c5af54718e3dffa2ab0233252ad9cbd1b9e | /src/controller/ConsultarCliente.java | 7dbeb3f520051494f5790f28bab2864e58325ca6 | [] | no_license | filipecunha11/VetLove | https://github.com/filipecunha11/VetLove | ee32f3606fa969d7f52f3b8921dc2eb7e8c9a94d | b170249929efd42b9d1dac9b9f2b7a804568dd26 | refs/heads/master | 2021-01-18T03:16:28.378000 | 2017-03-23T15:30:06 | 2017-03-23T15:30:06 | 85,834,675 | 0 | 0 | null | true | 2017-03-22T14:02:43 | 2017-03-22T14:02:43 | 2017-03-17T17:30:30 | 2017-03-17T17:55:12 | 2 | 0 | 0 | 0 | null | null | null | package controller;
import java.util.ArrayList;
import java.util.Scanner;
import model.Cliente;
public class ConsultarCliente {
public ConsultarCliente(ArrayList<Cliente> cliente)
{
int id;
System.out.print("Insira o ID do cliente: ");
id = new Scanner(System.in).nextInt();
for (int i = 0 ... | ISO-8859-1 | Java | 1,209 | java | ConsultarCliente.java | Java | [] | null | [] | package controller;
import java.util.ArrayList;
import java.util.Scanner;
import model.Cliente;
public class ConsultarCliente {
public ConsultarCliente(ArrayList<Cliente> cliente)
{
int id;
System.out.print("Insira o ID do cliente: ");
id = new Scanner(System.in).nextInt();
for (int i = 0 ... | 1,209 | 0.606136 | 0.603648 | 35 | 32.457142 | 30.278086 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.057143 | false | false | 13 |
16d8394617833ed2c78b575768217a26e2df08e9 | 32,701,881,020,210 | 0111f1e958ca11195deeb408758f611b61783488 | /src/tool/util/Documents.java | 3353c1c4e03f0cb61b4f543b099622e25f734318 | [] | no_license | meghbhalerao/disorder-normalizer | https://github.com/meghbhalerao/disorder-normalizer | 50094b36a646824cd465b2712c74ce277fca5b85 | 533a6387ddc95b7b6b9d4f14857f704ad362f15c | refs/heads/master | 2023-07-18T04:37:06.012000 | 2021-09-02T15:23:48 | 2021-09-02T15:23:48 | 402,321,260 | 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 tool.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import tool.Main;
/**
*
* @author
*/
p... | UTF-8 | Java | 1,482 | java | Documents.java | Java | [] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tool.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import tool.Main;
/**
*
* @author
*/
p... | 1,482 | 0.593792 | 0.593792 | 44 | 32.68182 | 29.188862 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613636 | false | false | 13 |
995f81d213ff47e935d76470e1ca7756c0774228 | 17,617,955,891,496 | 9b9b9b855eba93c8dd9e3c2997d53c6f4728bc5a | /src/kr/ac/kopo/과제/20200428/2060340005_이상현_과제/Algorithm/AlgorithmMain.java | 4f2e2330f6af3cec9f9cc1b3b58090f743b30ba0 | [] | no_license | jhw-polytech/kopo_java | https://github.com/jhw-polytech/kopo_java | 3508569a3021ffe584f107152ad659bd1c1dd9fd | 191372687bdf78259789f472f8e948b6a91d1b6d | refs/heads/master | 2022-12-06T13:47:35.461000 | 2020-08-17T13:38:32 | 2020-08-17T13:38:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shlee1993.day12.homework;
public class AlgorithmMain {
public static void main(String[] args) {
Algorithm a = new Algorithm();
a.exe();
}
}
| UTF-8 | Java | 156 | java | AlgorithmMain.java | Java | [] | null | [] | package shlee1993.day12.homework;
public class AlgorithmMain {
public static void main(String[] args) {
Algorithm a = new Algorithm();
a.exe();
}
}
| 156 | 0.698718 | 0.660256 | 9 | 16.333334 | 15.923428 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
257dac7326cddaeaf42bd82dc1fd91a22a9134c3 | 14,207,751,839,742 | 8d9af4024835bfc59b7e8bb93b368891fc533659 | /finalproject/localization/Localizer.java | 6997755a605304f4dc39b86c70ed8baf9780ceed | [] | no_license | UAce/FinalProject | https://github.com/UAce/FinalProject | d06f447137518b2795711c3dda2494a831a42cf0 | 7669812408ea4b9b5b67a1b5e79440d62e6960b1 | refs/heads/master | 2020-12-02T19:34:49.027000 | 2016-11-29T02:58:57 | 2016-11-29T02:58:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package finalproject.localization;
public interface Localizer {
public void localize();
}
| UTF-8 | Java | 93 | java | Localizer.java | Java | [] | null | [] | package finalproject.localization;
public interface Localizer {
public void localize();
}
| 93 | 0.784946 | 0.784946 | 6 | 14.5 | 14.465476 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
a840684430cb3416100b060d171b0417e66e2c5c | 31,207,232,375,844 | f0235bc1f1d1013ace43216feca038d401d90002 | /java-coding/mvn_01/src/main/java/com/clone/mvn_02/thread0/m1/WithExecutor.java | f1a019612a15ad479c423b110a0b4b75e26d4d11 | [] | no_license | xiao2xiao/repo_0100 | https://github.com/xiao2xiao/repo_0100 | 6c1e5fe6dcca6a228218295430accdb1d056a86a | a86d5dcdd47e5049dc9243f74c75d15258b028d0 | refs/heads/master | 2022-12-11T19:26:26.240000 | 2019-07-03T11:28:28 | 2019-07-03T11:28:28 | 166,152,166 | 5 | 3 | null | false | 2022-12-06T00:42:57 | 2019-01-17T03:13:15 | 2021-07-24T02:46:40 | 2022-12-06T00:42:55 | 19,297 | 5 | 3 | 14 | Java | false | false | package com.clone.mvn_02.thread0.m1;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class Person implements Callable<Void> {
private int id = -1;
public Person() {
... | UTF-8 | Java | 1,217 | java | WithExecutor.java | Java | [] | null | [] | package com.clone.mvn_02.thread0.m1;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class Person implements Callable<Void> {
private int id = -1;
public Person() {
... | 1,217 | 0.691044 | 0.67954 | 54 | 21.537037 | 18.008963 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 13 |
3338c3b473501d890d4a01c89ed8c603f34e6c0a | 36,215,164,246,716 | 49ace704cae719fabe474d3b4b32f1cbc8f4f14c | /Assignments/src/main/java/Assignment6/Pet.java | 14c542e75571889a7f61205c88e1a8e5ab0e5e7c | [] | no_license | Anjali-Chitkara-ac/Info-5100 | https://github.com/Anjali-Chitkara-ac/Info-5100 | 08bd13059260edc056ed1d7659a31d73b66298b6 | a18ce554e18ff5d7d5710b906c2cd17516e91c53 | refs/heads/master | 2023-01-11T07:27:24.147000 | 2020-11-20T02:56:21 | 2020-11-20T02:56:21 | 294,013,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Assignment6;
import java.util.*;
//Part C
public class Pet {
private String petName;
private String ownerName;
private String color;
protected int sex;
public static final int MALE = 0;
public static final int FEMALE = 1;
public static final int SPAYED = 2;
public static final ... | UTF-8 | Java | 1,506 | java | Pet.java | Java | [] | null | [] | package Assignment6;
import java.util.*;
//Part C
public class Pet {
private String petName;
private String ownerName;
private String color;
protected int sex;
public static final int MALE = 0;
public static final int FEMALE = 1;
public static final int SPAYED = 2;
public static final ... | 1,506 | 0.559097 | 0.553121 | 64 | 22.53125 | 18.43313 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546875 | false | false | 13 |
77d2739389fc6a1e245edd29d55c70f047c5edb1 | 35,502,199,680,616 | d077072d3dfcf992dbf5d9e899966d48415a8cb1 | /src/HelloWorld.java | 07ad32d4a25beadcc32bee7b73d829bfed781a61 | [] | no_license | NickShmel/GitProject | https://github.com/NickShmel/GitProject | 6d1462f5e09d4ea2bef8119d6e223df28aaaf1ad | 6fd67c3a03076dbf71d5c08d3942b9871e46a5a6 | refs/heads/master | 2023-02-20T06:34:49.330000 | 2021-01-24T18:17:48 | 2021-01-24T18:17:48 | 332,520,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class HelloWorld {
public static void main(String[] args){
System.out.println("Hello_World!");
System.out.println("qwerty");
System.out.println("йцукен");
System.out.println("This is important!");
}
}
| UTF-8 | Java | 254 | java | HelloWorld.java | Java | [
{
"context": "ln(\"Hello_World!\");\n System.out.println(\"qwerty\");\n System.out.println(\"йцукен\");\n ",
"end": 148,
"score": 0.5171318650245667,
"start": 144,
"tag": "NAME",
"value": "erty"
},
{
"context": "ut.println(\"qwerty\");\n System.out.println... | null | [] | public class HelloWorld {
public static void main(String[] args){
System.out.println("Hello_World!");
System.out.println("qwerty");
System.out.println("йцукен");
System.out.println("This is important!");
}
}
| 254 | 0.612903 | 0.612903 | 8 | 30 | 16.911535 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
291cf1b6d997682d8987923db6575f9e6db99f72 | 34,608,846,477,808 | 794e7e94912aaa288e451d796ae26ccadb72d59a | /law_test/src/user/manager/addAction.java | 8f80e7ab31bbddacda2d6c52116725fa00925c59 | [] | no_license | XiaoshanHsj/QiHuo | https://github.com/XiaoshanHsj/QiHuo | a87d067b117f3574e7d00a004d97ccc0f38e9a05 | 6ea0ded3808521350b806f7dcbe83d11f68b5496 | refs/heads/master | 2020-06-13T13:43:03.785000 | 2019-07-01T12:53:22 | 2019-07-01T12:53:22 | 181,310,195 | 1 | 0 | null | true | 2019-04-14T13:06:10 | 2019-04-14T13:06:10 | 2019-04-14T13:06:09 | 2019-04-14T12:03:35 | 23,688 | 0 | 0 | 0 | null | false | false | package user.manager;
import org.json.JSONException;
import org.json.JSONObject;
import utils.tokenChecker;
import java.io.IOException;
import java.sql.*;
import java.text.SimpleDateFormat;
import java.util.Objects;
import java.util.Date;
import utils.*;
import permission.manager.*;
/**
* Created by zjm97 on 2019/4/... | UTF-8 | Java | 2,023 | java | addAction.java | Java | [
{
"context": ".*;\nimport permission.manager.*;\n/**\n * Created by zjm97 on 2019/4/18.\n */\npublic class addAction extends ",
"end": 309,
"score": 0.9995546340942383,
"start": 304,
"tag": "USERNAME",
"value": "zjm97"
},
{
"context": ";\n String username = request.getParamete... | null | [] | package user.manager;
import org.json.JSONException;
import org.json.JSONObject;
import utils.tokenChecker;
import java.io.IOException;
import java.sql.*;
import java.text.SimpleDateFormat;
import java.util.Objects;
import java.util.Date;
import utils.*;
import permission.manager.*;
/**
* Created by zjm97 on 2019/4/... | 2,023 | 0.707982 | 0.70352 | 49 | 40.163265 | 38.806347 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877551 | false | false | 13 |
76eb9412991ace0c4442afe1aa6aa2d88264ca1f | 5,574,867,618,165 | 68459de2a36b8e7c199e9f78ff07488186e40a97 | /Q3/src/Rabbit.java | 3ad2e6843e4c8f3a22a26b2074a7ebe4273653f8 | [] | no_license | zob96/SMD-Assignment1 | https://github.com/zob96/SMD-Assignment1 | 55d11bbd678b73d15e915d795b2a35ffbcaf1590 | c19022f011334ad4857e788c148ec8fbe96c62c2 | refs/heads/master | 2020-12-30T06:58:34.230000 | 2020-02-07T10:59:02 | 2020-02-07T10:59:02 | 238,901,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Rabbit extends Creature {
public void hop()
{
System.out.println("I am a Rabbit and i am hopping");
}
}
| UTF-8 | Java | 144 | java | Rabbit.java | Java | [] | null | [] | public class Rabbit extends Creature {
public void hop()
{
System.out.println("I am a Rabbit and i am hopping");
}
}
| 144 | 0.583333 | 0.583333 | 13 | 10.076923 | 18.264978 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 13 |
bb623308f4a23396e9700e0e26d71ab8cfb289df | 21,363,167,391,177 | 0de3292aad23fd96dbef61fe00ea60a2a316645c | /app/src/main/java/com/wanpiao/master/utils/MoneySimpleFormat.java | eed098e97ba1f3f7578029478f656a7bac529e9a | [] | no_license | jinyangyang091/wanpiao_master | https://github.com/jinyangyang091/wanpiao_master | 674d890ffbf4119c7fd48a783d50fb9fc14f8ad6 | 78c61017f4cf0c3b70de6ffe3a4c61faf7b499b8 | refs/heads/master | 2020-04-08T11:37:16.402000 | 2018-11-28T03:12:45 | 2018-11-28T03:12:45 | 159,312,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wanpiao.master.utils;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Locale;
/**
* Created by mwy on 2016/3/30.
* 金钱格式化工具
*/
public class MoneySimpleFormat {
//返回格式:¥200,000.03
public static String getMoneyType(String money) {
if (money == null) {
... | UTF-8 | Java | 3,863 | java | MoneySimpleFormat.java | Java | [
{
"context": "ormat;\nimport java.util.Locale;\n\n/**\n * Created by mwy on 2016/3/30.\n * 金钱格式化工具\n */\npublic class MoneySi",
"end": 145,
"score": 0.9996604919433594,
"start": 142,
"tag": "USERNAME",
"value": "mwy"
}
] | null | [] | package com.wanpiao.master.utils;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Locale;
/**
* Created by mwy on 2016/3/30.
* 金钱格式化工具
*/
public class MoneySimpleFormat {
//返回格式:¥200,000.03
public static String getMoneyType(String money) {
if (money == null) {
... | 3,863 | 0.610751 | 0.595084 | 135 | 26.422222 | 22.162519 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 13 |
d26b75d10e4147e04490cb57cd5f4a964e937754 | 35,553,739,294,860 | 4494ae2097771db427e604dc1dab0d2ad2766e49 | /app/src/main/java/com/android/wilcoconnect/fragment/leave/Remarks.java | e819f7dca095bb622a19928d695ed1d5b9f12667 | [] | no_license | NandyGanesan/MyWilcoSample | https://github.com/NandyGanesan/MyWilcoSample | 383f7806f1440e18cb19a0dfead114afa83e278f | f9744e8ff6b3dbb1d8cee9e2270b0f7f85c6368f | refs/heads/master | 2022-09-29T16:41:19.050000 | 2020-05-29T13:56:11 | 2020-05-29T13:56:11 | 268,725,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.wilcoconnect.fragment.leave;
import android.app.Dialog;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.Toolbar;
import androidx.fragment.app.DialogFragment;
import androidx.fragment.app.Fragment;
impo... | UTF-8 | Java | 5,621 | java | Remarks.java | Java | [] | null | [] | package com.android.wilcoconnect.fragment.leave;
import android.app.Dialog;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.Toolbar;
import androidx.fragment.app.DialogFragment;
import androidx.fragment.app.Fragment;
impo... | 5,621 | 0.611279 | 0.610745 | 155 | 35.270969 | 28.598965 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 13 |
d9feb96d5ad4832ed460ce1d1742c71182c9f498 | 33,818,572,510,769 | 21884fee2bb93c8938f69dfd45d1eaf65237f0d6 | /RunTimeMain.java | eb4d045d273c9d8f947f7cb526de7cfe81f7966b | [] | no_license | Rozo27/TemaPolimorfism | https://github.com/Rozo27/TemaPolimorfism | a6069fee0ce95970024b696f38cea1c1f7103629 | 97101104d33c993f0ee5c73adc4498aad0432b2e | refs/heads/master | 2021-05-19T07:56:21.766000 | 2020-03-31T12:35:06 | 2020-03-31T12:35:06 | 251,594,816 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package runTime;
import java.util.ArrayList;
public class RunTimeMain {
public static void main(String[] args) {
ArrayList<Plant> a = new ArrayList<Plant>();
a.add(new Vegetables());
a.add(new Flowers());
a.add(new Salad());
a.add(new Rose());
for(Plant i... | UTF-8 | Java | 371 | java | RunTimeMain.java | Java | [] | null | [] | package runTime;
import java.util.ArrayList;
public class RunTimeMain {
public static void main(String[] args) {
ArrayList<Plant> a = new ArrayList<Plant>();
a.add(new Vegetables());
a.add(new Flowers());
a.add(new Salad());
a.add(new Rose());
for(Plant i... | 371 | 0.514825 | 0.514825 | 16 | 21.1875 | 14.808016 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
4719f5725d673d51d4912e8cc6437cb48af6644d | 14,559,939,134,759 | f51ab7076cc5ca18f55178cd237faada63f8c845 | /lie-web/start/src/main/java/com/herb/lie/LieWebApplication.java | 7a74f95b587bfea2bdf97391b44674d3cd853f00 | [] | no_license | smilefacejoke/SpringBoot_lib | https://github.com/smilefacejoke/SpringBoot_lib | bb5d95c58a8bfd091dff87dc9ccb3abafd56462b | 24090c782ff1cbf7e5fd9a8a688f4e303575a15d | refs/heads/main | 2023-08-02T04:37:19.843000 | 2021-09-21T06:44:40 | 2021-09-21T06:44:40 | 402,972,174 | 0 | 0 | null | false | 2021-09-21T06:44:41 | 2021-09-04T05:26:25 | 2021-09-16T16:39:53 | 2021-09-21T06:44:40 | 113 | 0 | 0 | 0 | Java | false | false | package com.herb.lie;
import org.mybatis.spring.annotation.MapperScan;
import org.mybatis.spring.annotation.MapperScans;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
//@SpringBootAp... | UTF-8 | Java | 632 | java | LieWebApplication.java | Java | [] | null | [] | package com.herb.lie;
import org.mybatis.spring.annotation.MapperScan;
import org.mybatis.spring.annotation.MapperScans;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
//@SpringBootAp... | 632 | 0.801003 | 0.801003 | 18 | 32.222221 | 22.872972 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
7ba2c92261a93a46ebb7905ee0967b48988c587f | 37,022,618,096,568 | 6cfd78dd3ba31927751280d6e048cf3ca2fca2d6 | /src/main/java/GetNextRawPacket.java | bebd418250a86c24d9e575f007fd1d76ed473b09 | [] | no_license | alfredomartinez01/ProyectoRedes | https://github.com/alfredomartinez01/ProyectoRedes | 69bbf0181f4098edd350a0e3c2e27881995c6aa2 | 9a57b06d297bf45fecbf5a18c81cb2c1885cbb66 | refs/heads/main | 2023-05-29T15:56:19.734000 | 2021-06-21T14:37:17 | 2021-06-21T14:37:17 | 368,391,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/* interfaz 2*/
import com.sun.jna.Platform;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.net.Inet4Address;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechoose... | UTF-8 | Java | 38,904 | java | GetNextRawPacket.java | Java | [] | null | [] |
/* interfaz 2*/
import com.sun.jna.Platform;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.net.Inet4Address;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechoose... | 38,904 | 0.440655 | 0.423244 | 640 | 59.753124 | 36.228809 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84375 | false | false | 13 |
02ed2cee43b2de39a8761a2d4bc8e20dd15f0b45 | 33,921,651,735,939 | ae8c6c332777bc335e1a358396d175d18eecf491 | /src/main/java/com/example/pivottable/service/TableService.java | 07c5bf6ae970e08c3f87e672a5a81d709e31c4fc | [] | no_license | ilya-lebedev/PivotTable | https://github.com/ilya-lebedev/PivotTable | 2b8dc7e1bdcb9750be5276c3f6c161da2ba8accc | 1153cf19c67ec98a5dc0094e290a37a4fbf51018 | refs/heads/master | 2022-12-23T00:29:14.979000 | 2020-09-22T11:27:36 | 2020-09-22T11:27:36 | 297,859,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pivottable.service;
import com.example.pivottable.mapper.TableMapper;
import com.example.pivottable.model.TableElement;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* Simple service layer class
* Contains business logic
*/
@Service
public class TableService {
... | UTF-8 | Java | 573 | java | TableService.java | Java | [] | null | [] | package com.example.pivottable.service;
import com.example.pivottable.mapper.TableMapper;
import com.example.pivottable.model.TableElement;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* Simple service layer class
* Contains business logic
*/
@Service
public class TableService {
... | 573 | 0.745201 | 0.745201 | 26 | 21.038462 | 20.868601 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
1295ab7f0daa46b21c494c28ff7d89ff4d1880e7 | 9,594,956,981,162 | de15e841cee31d30029472dd7507007eab0b260b | /Ejer4/Main.java | a12bf43dd3276d13bfa75f31835389f783abc24f | [] | no_license | Mariana-Usuga/Java-POO | https://github.com/Mariana-Usuga/Java-POO | 146af2f20b3d55126560244990dec9d51d15485a | b045b0c530e69bfc04e89614d795728b3721f8c3 | refs/heads/master | 2023-02-01T18:17:59.222000 | 2020-12-14T05:21:59 | 2020-12-14T05:21:59 | 320,638,566 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ejer4;
public class Main {
public static void main(String[]args){
Electrodomestico listaElec[];
listaElec = new Electrodomestico[6];
listaElec[0]=new Lavadora(100,"blanco",'f',5,35);
listaElec[1]=new Lavadora(100,"gris",'h',7,20);
listaElec[2]=new Lavadora(10... | UTF-8 | Java | 1,169 | java | Main.java | Java | [] | null | [] | package Ejer4;
public class Main {
public static void main(String[]args){
Electrodomestico listaElec[];
listaElec = new Electrodomestico[6];
listaElec[0]=new Lavadora(100,"blanco",'f',5,35);
listaElec[1]=new Lavadora(100,"gris",'h',7,20);
listaElec[2]=new Lavadora(10... | 1,169 | 0.606501 | 0.561163 | 29 | 39.275864 | 27.163485 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517241 | false | false | 13 |
e7f9debdc543edeed1aef2104540f13374613a37 | 31,129,923,000,632 | 2d2a6f4a6ad98b771ddad622d05e6a807f0479cf | /src/main/java/com/gypsyengineer/tlsbunny/tls/Random.java | 949225106951d4ab8d367e3ea1d45922fcb1af45 | [
"Apache-2.0"
] | permissive | Tony-Nevermore/tlsbunny | https://github.com/Tony-Nevermore/tlsbunny | 6e7a10b7307b3f8e1bd524781a5f69b83f2923b3 | 3d601ff0c5fb84fa08a169442fa62b44dd59715b | refs/heads/master | 2020-03-19T09:32:41.869000 | 2018-06-03T08:58:38 | 2018-06-03T08:58:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gypsyengineer.tlsbunny.tls;
import java.io.IOException;
import java.nio.ByteBuffer;
public class Random implements Struct {
public static final int LENGTH = 32;
private byte[] bytes;
public Random(byte[] bytes) {
if (bytes.length != LENGTH) {
throw new IllegalArgumentExc... | UTF-8 | Java | 1,087 | java | Random.java | Java | [
{
"context": "package com.gypsyengineer.tlsbunny.tls;\n\nimport java.io.IOException;\nimpo",
"end": 23,
"score": 0.6278061270713806,
"start": 14,
"tag": "USERNAME",
"value": "psyengine"
}
] | null | [] | package com.gypsyengineer.tlsbunny.tls;
import java.io.IOException;
import java.nio.ByteBuffer;
public class Random implements Struct {
public static final int LENGTH = 32;
private byte[] bytes;
public Random(byte[] bytes) {
if (bytes.length != LENGTH) {
throw new IllegalArgumentExc... | 1,087 | 0.581417 | 0.579577 | 52 | 19.903847 | 17.831757 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 13 |
d61c3739a1bfa897c8bc6a5a61bb5dff57e946df | 34,815,004,920,631 | c6de3c013f14121513948f0ec541e28d37adfb6a | /src/main/java/com/automation/gurubank/Utilities/FilePaths.java | 31cbb4a0fd8fe03b64a2e3ad8e6fb9088c4e8ebb | [] | no_license | anil251/keyword_Driven | https://github.com/anil251/keyword_Driven | 8b5fc2b9e9e77815f75236eb2b21d14e56cab262 | d7b289c57bdeea6850e95af6954442c944be40be | refs/heads/master | 2023-02-27T16:33:02.699000 | 2021-02-09T08:10:01 | 2021-02-09T08:10:01 | 315,966,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.automation.gurubank.Utilities;
public interface FilePaths {
String configfilepath="H:\\Workspace\\Guru_Bank_KeywordDriven\\config.properties";
String excelpath ="";
}
| UTF-8 | Java | 183 | java | FilePaths.java | Java | [] | null | [] | package com.automation.gurubank.Utilities;
public interface FilePaths {
String configfilepath="H:\\Workspace\\Guru_Bank_KeywordDriven\\config.properties";
String excelpath ="";
}
| 183 | 0.781421 | 0.781421 | 7 | 25.142857 | 28.022585 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 13 |
b268d90c4774b4ca6de5eb462aa2ab76b240933b | 30,760,555,819,433 | 2608d98aa3ea2abd2835e206bda6bf64e63a1787 | /src/main/java/com/roisin/spring/validator/RipperSettingsValidator.java | 7ab93379e74e1fca1f4858d797144e22e7927dbf | [] | no_license | fsanjuan/roisin-spring | https://github.com/fsanjuan/roisin-spring | d660de272e5b210214bbdd4e807c26991ae22b2e | 4bfc2a15281e7286f11717c554c0508e214133e3 | refs/heads/master | 2021-05-28T22:28:12.329000 | 2015-05-20T17:31:55 | 2015-05-20T17:31:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.roisin.spring.validator;
import static com.roisin.spring.utils.ProcessConstants.ACCURACY_RIPPER_TREE;
import static com.roisin.spring.utils.ProcessConstants.INFORMATION_GAIN;
import org.apache.commons.lang.StringUtils;
import org.springframework.validation.Errors;
import org.springframework.validation.Val... | UTF-8 | Java | 1,600 | java | RipperSettingsValidator.java | Java | [] | null | [] | package com.roisin.spring.validator;
import static com.roisin.spring.utils.ProcessConstants.ACCURACY_RIPPER_TREE;
import static com.roisin.spring.utils.ProcessConstants.INFORMATION_GAIN;
import org.apache.commons.lang.StringUtils;
import org.springframework.validation.Errors;
import org.springframework.validation.Val... | 1,600 | 0.74375 | 0.73625 | 47 | 33.042553 | 29.674086 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.170213 | false | false | 13 |
ff52747451897af4c4d6f5be8aa4feecae3f6d14 | 34,394,098,118,586 | 9371ae6ec24ad4b9914a43e64befb915d71e34f2 | /out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/org/apache/http/message/LineFormatter.java | d70429a800685e56877412e80dc96d89d3f5ddbe | [] | no_license | kanaida/LG-Esteem-Homeless-Kernel | https://github.com/kanaida/LG-Esteem-Homeless-Kernel | 9fac4c52993798eaf3021d9abb72a5e697464398 | a5780f82bef7631fdb43b079e6f9ea6dbd187ac7 | refs/heads/master | 2020-06-09T06:14:50.214000 | 2012-02-24T04:23:01 | 2012-02-24T04:23:01 | 3,532,548 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.http.message;
public interface LineFormatter
{
public abstract org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.util.CharArrayBuffer buffer, org.apache.http.ProtocolVersion version);
public abstract org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.uti... | UTF-8 | Java | 684 | java | LineFormatter.java | Java | [] | null | [] | package org.apache.http.message;
public interface LineFormatter
{
public abstract org.apache.http.util.CharArrayBuffer appendProtocolVersion(org.apache.http.util.CharArrayBuffer buffer, org.apache.http.ProtocolVersion version);
public abstract org.apache.http.util.CharArrayBuffer formatRequestLine(org.apache.http.uti... | 684 | 0.846491 | 0.846491 | 8 | 84.5 | 69.48201 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 13 |
484df0978570f20862fe94dc2e3b6035e365e3be | 35,115,652,638,745 | 2b4332d86e57a2f05a3e10cafad8ce30bf92e7d0 | /Sources/com/webobjects/jspservlet/WOTag.java | 8bf3c247fd59cf3604ffc77d024db848f42abe59 | [] | no_license | rkiddy/Orange | https://github.com/rkiddy/Orange | 7b600492957be4c5db03544b940ed86c6ed16d2b | 167f48021144e5bea576276b2d30901b663c2b3d | refs/heads/master | 2016-09-03T07:28:34.880000 | 2012-07-14T04:21:59 | 2012-07-14T04:21:59 | 2,116,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.webobjects.jspservlet;
import java.util.*;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.BodyTagSupport;
abstract class WOTag extends BodyTagSupport {
public WOTag() { return null; }
public void setClassName(String className) {}
public void setClassname(String cla... | UTF-8 | Java | 801 | java | WOTag.java | Java | [] | null | [] |
package com.webobjects.jspservlet;
import java.util.*;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.BodyTagSupport;
abstract class WOTag extends BodyTagSupport {
public WOTag() { return null; }
public void setClassName(String className) {}
public void setClassname(String cla... | 801 | 0.7603 | 0.7603 | 31 | 24.806452 | 24.385902 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 13 |
b2cda3e9211ad0dbfef6602ebbed31565ca6d513 | 19,610,820,713,807 | e4f673adf1599aca2eef73e3d8a5d9169561a9e8 | /exercise/src/mathematics/problems/ILoveBigNumbers.java | a583249a81aff2bf65fc9065841e403cf5376709 | [] | no_license | mrkhosravian/icpc2019 | https://github.com/mrkhosravian/icpc2019 | aa79925753e7d92dbba74df476572b06d8cf1e10 | 82cd9bac194ff28762ec93e9e881e3f75e979259 | refs/heads/master | 2020-05-20T03:16:40.137000 | 2019-05-25T07:15:54 | 2019-05-25T07:15:54 | 185,355,294 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mathematics.problems;
import annotations.Algorithm;
import annotations.TimeLimit;
import annotations.Title;
import annotations.URL;
import mathematics.algorithms.BigIntegerExercise;
@Algorithm(BigIntegerExercise.class)
@Title("10220 - I Love Big Numbers !")
@URL("https://uva.onlinejudge.org/index.php?option=c... | UTF-8 | Java | 440 | java | ILoveBigNumbers.java | Java | [] | null | [] | package mathematics.problems;
import annotations.Algorithm;
import annotations.TimeLimit;
import annotations.Title;
import annotations.URL;
import mathematics.algorithms.BigIntegerExercise;
@Algorithm(BigIntegerExercise.class)
@Title("10220 - I Love Big Numbers !")
@URL("https://uva.onlinejudge.org/index.php?option=c... | 440 | 0.811364 | 0.775 | 14 | 30.428572 | 28.592493 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
db833d472e145212cb4ef4c8d22d4761e9124b6e | 24,953,760,034,090 | ec2fc7a40507274ca9dcdc5d13140c1cf01acdd5 | /src/com/tutorialspoint/strings/StringDemo.java | 304ec8508a5f1eab1f4931a79ad8ab697d41b2da | [
"MIT"
] | permissive | antalpeti/Java-Tutorial | https://github.com/antalpeti/Java-Tutorial | edbfade2d545a001b2c6194f1fc992dc1849e3ec | 30cc17409660ccd8abe2d3d93393d7a2e264db5c | refs/heads/master | 2020-05-18T11:05:12.650000 | 2015-07-18T18:11:08 | 2015-07-18T18:11:08 | 30,709,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutorialspoint.strings;
import java.io.UnsupportedEncodingException;
import java.util.Locale;
public class StringDemo {
private static void executeCharAt() {
String s = "Strings are immutable";
char result = s.charAt(8);
System.out.println(result);
}
private static void ex... | UTF-8 | Java | 15,990 | java | StringDemo.java | Java | [] | null | [] | package com.tutorialspoint.strings;
import java.io.UnsupportedEncodingException;
import java.util.Locale;
public class StringDemo {
private static void executeCharAt() {
String s = "Strings are immutable";
char result = s.charAt(8);
System.out.println(result);
}
private static void ex... | 15,990 | 0.634647 | 0.623827 | 506 | 29.60079 | 24.043741 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745059 | false | false | 13 |
c02ac494844fb49460deb4b521f14128f71a420b | 20,959,440,452,359 | 2ca0eb3e579ff028b62df5f05442ca663ea74530 | /samples/xml-java/src/androidTest/java/nl/dionsegijn/xml/java/MainActivityTest.java | 54e6379f44d2bf70e14d2732e9b32eacc290adaf | [
"LicenseRef-scancode-unknown-license-reference",
"ISC"
] | permissive | DanielMartinus/Konfetti | https://github.com/DanielMartinus/Konfetti | fafd0fa43b2bc2c745b4ee5f6dbcd9b980de266c | 1fa3cf85c17b8e6f0c017f80b76e1826aa3b3dc4 | refs/heads/main | 2023-08-26T04:47:32.566000 | 2023-07-31T20:26:49 | 2023-07-31T20:26:49 | 86,191,112 | 3,017 | 326 | ISC | false | 2023-07-22T18:28:58 | 2017-03-25T21:58:25 | 2023-07-21T09:34:45 | 2023-07-22T18:28:57 | 4,855 | 2,842 | 282 | 13 | Kotlin | false | false | package nl.dionsegijn.xml.java;
import static androidx.test.espresso.Espresso.onView;
import static androidx.test.espresso.action.ViewActions.click;
import static androidx.test.espresso.matcher.ViewMatchers.isDisplayed;
import static androidx.test.espresso.matcher.ViewMatchers.withId;
import static androidx.test.espr... | UTF-8 | Java | 3,192 | java | MainActivityTest.java | Java | [] | null | [] | package nl.dionsegijn.xml.java;
import static androidx.test.espresso.Espresso.onView;
import static androidx.test.espresso.action.ViewActions.click;
import static androidx.test.espresso.matcher.ViewMatchers.isDisplayed;
import static androidx.test.espresso.matcher.ViewMatchers.withId;
import static androidx.test.espr... | 3,192 | 0.576441 | 0.572682 | 86 | 36.11628 | 23.692026 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 13 |
af324f5fba6bac17e134ecdc040365e3fbfafd82 | 36,197,984,394,522 | 2d256619edd2df63dae1e39a12d5b1ac8c631b95 | /itripbiz/src/main/java/cn/itrip/service/AreaDicService.java | f37886392a628ba1661d677754d4ca10e8fba9c2 | [
"Apache-2.0"
] | permissive | yfd166/itripbackendyfd | https://github.com/yfd166/itripbackendyfd | 1fc814e015a2f0de457631c45ccbfd1e3712a52e | b3b905d6818b3a4e3f085ca4383fc0d53f69a661 | refs/heads/master | 2022-12-25T10:27:28.717000 | 2020-01-09T11:59:05 | 2020-01-09T11:59:05 | 176,880,987 | 0 | 0 | Apache-2.0 | false | 2022-12-16T05:54:05 | 2019-03-21T06:10:34 | 2020-01-09T11:59:14 | 2022-12-16T05:54:02 | 249 | 0 | 0 | 20 | Java | false | false | package cn.itrip.service;
import cn.itrip.beans.pojo.AreaDic;
import java.util.List;
import java.util.Map;
public interface AreaDicService {
List<AreaDic> getItripAreaDicListByMap(Map<String, Object> param)throws Exception;
}
| UTF-8 | Java | 233 | java | AreaDicService.java | Java | [] | null | [] | package cn.itrip.service;
import cn.itrip.beans.pojo.AreaDic;
import java.util.List;
import java.util.Map;
public interface AreaDicService {
List<AreaDic> getItripAreaDicListByMap(Map<String, Object> param)throws Exception;
}
| 233 | 0.7897 | 0.7897 | 10 | 22.299999 | 25.076084 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
61d989528f3b4743f426659b2c5825bdc6ffee10 | 34,677,565,970,337 | fb5f7d99084a438ccc0f91123269127e9b50681f | /src/leetCode/LeetCode290.java | b5fecd5b066423900ebbd4d249ba14b0d4dbca48 | [] | no_license | xianCan/leetCode | https://github.com/xianCan/leetCode | b9d2e777e0f4b5e8c7cd95dc069f438965a0566c | ee2250eca1267d09730ee9bcf6f9d3303fa94481 | refs/heads/master | 2022-11-08T02:05:43.978000 | 2022-10-22T08:34:24 | 2022-10-22T08:34:24 | 161,419,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetCode;
import java.util.HashMap;
import java.util.Map;
/**
* @author xianCan
* @date 2020/12/16 21:26
*
* 290. 单词规律(简单)
*
* 给定一种规律 pattern 和一个字符串 str ,判断 str 是否遵循相同的规律。
这里的 遵循 指完全匹配,例如, pattern 里的每个字母和字符串 str 中的每个非空单词之间存在着双向连接的对应规律。
示例1:
输入: pattern = "abba", str = "dog cat cat dog"
... | UTF-8 | Java | 2,041 | java | LeetCode290.java | Java | [
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @author xianCan\n * @date 2020/12/16 21:26\n *\n * 290. 单词规律(简单)\n *\n",
"end": 90,
"score": 0.9151644706726074,
"start": 83,
"tag": "NAME",
"value": "xianCan"
}
] | null | [] | package leetCode;
import java.util.HashMap;
import java.util.Map;
/**
* @author xianCan
* @date 2020/12/16 21:26
*
* 290. 单词规律(简单)
*
* 给定一种规律 pattern 和一个字符串 str ,判断 str 是否遵循相同的规律。
这里的 遵循 指完全匹配,例如, pattern 里的每个字母和字符串 str 中的每个非空单词之间存在着双向连接的对应规律。
示例1:
输入: pattern = "abba", str = "dog cat cat dog"
... | 2,041 | 0.518814 | 0.496009 | 71 | 23.704226 | 21.289021 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492958 | false | false | 13 |
6693d37fba35a14c8c0dc4f91babbeab9584362f | 34,832,184,796,440 | c4d946a97ba99a1b3a8e975f59d91981d8fac9e7 | /readers-nest-backend/books/src/main/java/com/endava/interns/readersnestbackendbooks/services/BookServiceImpl.java | fdb48a01609c007a78b0c5b5006b0d33e94133b2 | [] | no_license | JhonatanGuzmanAndEndava/Personal-Endava-Challenge | https://github.com/JhonatanGuzmanAndEndava/Personal-Endava-Challenge | f2e2a50420b46f94ac526a78233c1475613a1940 | 56d0df1d067c19eb4a74e0b9de5e2d4a8020d55a | refs/heads/master | 2020-03-07T01:51:12.762000 | 2018-05-11T04:50:51 | 2018-05-11T04:50:51 | 127,194,672 | 0 | 0 | null | false | 2019-08-31T03:42:16 | 2018-03-28T20:28:20 | 2018-05-11T04:50:53 | 2019-08-31T03:42:15 | 334 | 0 | 0 | 2 | Java | false | false | package com.endava.interns.readersnestbackendbooks.services;
import com.endava.interns.readersnestbackendbooks.persistence.entities.Book;
import com.endava.interns.readersnestbackendbooks.persistence.repositories.BookRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | UTF-8 | Java | 1,668 | java | BookServiceImpl.java | Java | [] | null | [] | package com.endava.interns.readersnestbackendbooks.services;
import com.endava.interns.readersnestbackendbooks.persistence.entities.Book;
import com.endava.interns.readersnestbackendbooks.persistence.repositories.BookRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | 1,668 | 0.68765 | 0.68765 | 60 | 26.799999 | 24.284975 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 13 |
613bb0aefaccfc22c21afacb014b72ebb7548059 | 24,111,946,466,278 | 4bc6584ad6b9525c1a2364f59f17b89aff3a5e85 | /src/main/java/com/nixsolutions/ponarin/service/PersonDetailsService.java | c0847263119da2e77bf96210e30f616856c68dc4 | [] | no_license | MrFaton/WebServiceProject | https://github.com/MrFaton/WebServiceProject | 5ff4b2d671ab0d4a894c6c937a279b46fd76690e | 242e657e78d7b704ec6ca2e41ca3035d39233fa7 | refs/heads/master | 2021-04-26T14:34:02.069000 | 2016-01-22T16:45:15 | 2016-01-22T16:45:15 | 50,016,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nixsolutions.ponarin.service;
import java.util.Collection;
import java.util.HashSet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframewo... | UTF-8 | Java | 1,597 | java | PersonDetailsService.java | Java | [] | null | [] | package com.nixsolutions.ponarin.service;
import java.util.Collection;
import java.util.HashSet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframewo... | 1,597 | 0.745773 | 0.745147 | 44 | 35.31818 | 28.804808 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 13 |
aa2963e0d3c16e9d2e762dbb7ba0c9b528b24509 | 25,237,227,839,389 | 7aa8c29e5473b662ed7d8a8655cc76047312da85 | /codes/OOP/java/Polymorphism.java | f02e613e16a95f928784ad21ac22fff2854e21bc | [] | no_license | shikhakujur/Resources | https://github.com/shikhakujur/Resources | 0a977cbf4a5baf16ace67036410b9e459e51537f | 4b30e7994a70cc786068f7339fc44ca08dc7ac33 | refs/heads/master | 2020-07-23T18:26:31.579000 | 2016-11-13T14:30:57 | 2016-11-13T14:30:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by gaurav on 6/2/16.
*/
class Shape {
protected int height, width;
public void setHeight(int h) {
height = h;
}
public void setWidth(int w) {
width = w;
}
public void printArea() {
System.out.println("Shape Unknown");
}
public int getWidth() {
... | UTF-8 | Java | 917 | java | Polymorphism.java | Java | [
{
"context": "/**\n * Created by gaurav on 6/2/16.\n */\nclass Shape {\n protected int he",
"end": 24,
"score": 0.9951041340827942,
"start": 18,
"tag": "NAME",
"value": "gaurav"
}
] | null | [] | /**
* Created by gaurav on 6/2/16.
*/
class Shape {
protected int height, width;
public void setHeight(int h) {
height = h;
}
public void setWidth(int w) {
width = w;
}
public void printArea() {
System.out.println("Shape Unknown");
}
public int getWidth() {
... | 917 | 0.5747 | 0.565976 | 42 | 20.833334 | 14.901129 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 13 |
b43f48109a978c59c1d166ede4891cfcf72f4375 | 9,010,841,393,813 | 0e06e096a9f95ab094b8078ea2cd310759af008b | /sources/com/facebook/ads/internal/view/p056b/C2229a.java | 6ab0efa0668cae5b6551bf996166cf3321c54deb | [] | no_license | Manifold0/adcom_decompile | https://github.com/Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787000 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | false | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | 2019-05-09T22:35:26 | 2019-05-10T00:36:27 | 95,641 | 0 | 2 | 0 | Java | false | false | package com.facebook.ads.internal.view.p056b;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.PorterDuff.Mode;
import android.graphics.Porter... | UTF-8 | Java | 6,110 | java | C2229a.java | Java | [] | null | [] | package com.facebook.ads.internal.view.p056b;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.PorterDuff.Mode;
import android.graphics.Porter... | 6,110 | 0.639116 | 0.558592 | 169 | 35.153847 | 28.174015 | 251 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674556 | false | false | 13 |
b35ad3c8a9ad9700d7a03f19a62f12d160c18bea | 14,104,672,612,676 | 8ec2bba1ed1c1655e4db61fb9a58bc854f75ac28 | /yg-cms-mb/src/main/java/com/ygsm/controller/content/api/WebPageController.java | 9d8da171058af5c6ed81eef6240176d6d1d2d77d | [] | no_license | dmshan88/java_demo | https://github.com/dmshan88/java_demo | f9d4c11e31d98d00778f2aaf69a2ce0a85f26392 | 490be9fef95befb060332816cfe00a5b42393a82 | refs/heads/master | 2022-07-04T07:20:48.673000 | 2021-05-18T12:56:42 | 2021-05-18T12:56:42 | 221,393,672 | 0 | 0 | null | false | 2022-06-17T03:34:48 | 2019-11-13T07:00:23 | 2021-05-18T23:50:23 | 2022-06-17T03:34:47 | 30,835 | 0 | 1 | 5 | Java | false | false | package com.ygsm.controller.content.api;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.s... | UTF-8 | Java | 2,921 | java | WebPageController.java | Java | [] | null | [] | package com.ygsm.controller.content.api;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.s... | 2,921 | 0.723249 | 0.723249 | 83 | 33.566265 | 23.047459 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481928 | false | false | 13 |
ba9de999f9a2c91a67cda3e4092463fb62c060ec | 20,134,806,700,690 | a886bc5a70cc5d756e53347007f6ffdb6f1a6b46 | /dslibrary/src/com/xdamon/util/DSLog.java | a75ea4ff1fd374bb74db1851f685be148057e611 | [
"Apache-2.0"
] | permissive | sheely/money_android | https://github.com/sheely/money_android | e44460ebff33c9036663d54c529b01ce3f81d137 | 8691658345a8260ba44c593cd78327e198f4f110 | refs/heads/master | 2016-08-04T20:37:07.996000 | 2015-01-29T08:42:56 | 2015-01-29T08:42:56 | 20,026,593 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xdamon.util;
/**
* 自定义日志,运行时可以通过ENABLE来关闭。<br>
* 在调试状态下开启,发布下关闭。
* <p>
* 日志级别定义
* <p>
* v/verbose:用以打印非常详细的日志,例如如果你需要打印网络请求及返回的数据。<br>
* d/debug:用以打印便于调试的日志,例如网络请求返回的关键结果或者操作是否成功。<br>
* i/information:用以打印为以后调试或者运行中提供运行信息的日志,例如进入或退出了某个函数、进入了函数的某个分支等。<br>
* w/warning:用以打印不太正常但是还不是错误的日志。<b... | UTF-8 | Java | 7,525 | java | DSLog.java | Java | [] | null | [] | package com.xdamon.util;
/**
* 自定义日志,运行时可以通过ENABLE来关闭。<br>
* 在调试状态下开启,发布下关闭。
* <p>
* 日志级别定义
* <p>
* v/verbose:用以打印非常详细的日志,例如如果你需要打印网络请求及返回的数据。<br>
* d/debug:用以打印便于调试的日志,例如网络请求返回的关键结果或者操作是否成功。<br>
* i/information:用以打印为以后调试或者运行中提供运行信息的日志,例如进入或退出了某个函数、进入了函数的某个分支等。<br>
* w/warning:用以打印不太正常但是还不是错误的日志。<b... | 7,525 | 0.624977 | 0.624789 | 219 | 22.388128 | 23.229057 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.273973 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.