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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a8b61a62b316f5e4447e1ce7ee04d622bee30a13 | 4,114,578,715,602 | f0d1a30424ffe647939c8bdeb7260bd681a56367 | /src/ie/gmit/sw/FourSquareCipher.java | 3df544e7dc3a9e987705aa7d31da25b33dcfa608 | [] | no_license | Uzzy97/Four-Square-Cipher | https://github.com/Uzzy97/Four-Square-Cipher | 97c4df9ea9b3c855913aa18531c312b18678d26f | ceb04be2bbb0003af26ae103fc1a1425306d8091 | refs/heads/master | 2020-03-07T17:55:43.998000 | 2018-04-01T14:39:39 | 2018-04-01T14:39:39 | 127,624,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Student Name: Usman Sattar
* Student Number: G00345816
*
* Title: Rapid Encryption using the Four-Square Cipher
*/
// Package Name: ie.gmit.sw
package ie.gmit.sw;
public class FourSquareCipher {
private char[][] squareOne = { { 'A', 'B', 'C', 'D', 'E' }, { 'F', 'G', 'H', 'I', 'K' },
{ 'L', 'M', 'N', '... | UTF-8 | Java | 2,007 | java | FourSquareCipher.java | Java | [
{
"context": "/*\n * Student Name: Usman Sattar\n * Student Number: G00345816\n * \n * Title: Rapid ",
"end": 32,
"score": 0.9998652338981628,
"start": 20,
"tag": "NAME",
"value": "Usman Sattar"
}
] | null | [] | /*
* Student Name: <NAME>
* Student Number: G00345816
*
* Title: Rapid Encryption using the Four-Square Cipher
*/
// Package Name: ie.gmit.sw
package ie.gmit.sw;
public class FourSquareCipher {
private char[][] squareOne = { { 'A', 'B', 'C', 'D', 'E' }, { 'F', 'G', 'H', 'I', 'K' },
{ 'L', 'M', 'N', 'O', 'P... | 2,001 | 0.479821 | 0.465371 | 71 | 27.267605 | 29.295464 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.056338 | false | false | 3 |
5b2e5e050bea174b8e793724cd99e5b18f4e6b42 | 13,821,204,779,497 | 097c72755170b99759d122a06dae2a2e7b5861be | /Lessons/Threads/src/ru/itis/threads/MyThread.java | 28b06136cc68505e99d95d90394bd01fcdb643fc | [] | no_license | MarselSidikov/JAVA_IT_PARK_WORK_2 | https://github.com/MarselSidikov/JAVA_IT_PARK_WORK_2 | e44d971e786728733396a5046dc6c71f75b4dd24 | 64059003562e402a6bc425347d0a649387e41c8a | refs/heads/master | 2021-01-19T19:41:02.187000 | 2017-08-06T18:05:17 | 2017-08-06T18:05:17 | 88,433,040 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.itis.threads;
public class MyThread extends Thread {
private String message;
public MyThread(String message) {
this.message = message;
}
@Override
public void run() {
for (int i = 0; i < 1000; i++) {
System.out.println(Thread.currentThread() + " " + message);... | UTF-8 | Java | 608 | java | MyThread.java | Java | [] | null | [] | package ru.itis.threads;
public class MyThread extends Thread {
private String message;
public MyThread(String message) {
this.message = message;
}
@Override
public void run() {
for (int i = 0; i < 1000; i++) {
System.out.println(Thread.currentThread() + " " + message);... | 608 | 0.529514 | 0.520833 | 21 | 26.428572 | 20.341305 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
c7fb96d01617c27ca3f6074356f20cbd0e9e8461 | 7,894,149,958,378 | e53f6f06f55bdb0eae27879241065caf5602da32 | /weixinsrc/com/tencent/qqpim/utils/app/ApplicationManager.java | 105d164e7c1012343c9f969e6c75acabf864045d | [] | no_license | RyanTech/weixinsrc | https://github.com/RyanTech/weixinsrc | d4a7713ce05caabdc01fa3c53c88e632c46cebef | 8f429daa06526186d1b4c80fcec6e24d713e101b | HEAD | 2018-07-01T18:28:50.230000 | 2012-03-27T09:02:50 | 2012-03-27T09:02:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
package com.tencent.qqpim.utils.app;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
imp... | UTF-8 | Java | 24,717 | java | ApplicationManager.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9997037649154663,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
package com.tencent.qqpim.utils.app;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
import androi... | 24,707 | 0.568394 | 0.549703 | 745 | 32.177181 | 27.320042 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589262 | false | false | 3 |
f0267c131f2f13273265cdb594bc96e324e5e5ff | 28,475,633,212,902 | 8beeef450d3c44cbaa7d6b5e9fd480436d69d7ce | /src/_199二叉树的右视图.java | 55b909b8a1a60f7b54745cc551dc6596e3988b44 | [] | no_license | setsunaNANA/myleetcode | https://github.com/setsunaNANA/myleetcode | becaa41e5b6e9e6595bae6f1f9b0cb8207fe61e3 | f953f057bc6d66bbc98541f3e2c2240cd4b75cbb | refs/heads/master | 2020-08-10T19:42:10.618000 | 2020-02-28T21:24:22 | 2020-02-28T21:24:22 | 214,407,538 | 0 | 0 | null | false | 2019-10-23T11:17:14 | 2019-10-11T10:23:55 | 2019-10-23T03:06:57 | 2019-10-23T11:17:13 | 43 | 0 | 0 | 0 | Java | false | false | import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class _199二叉树的右视图 {
public List<Integer> rightSideView(TreeNode root) {
List<Integer> res=new ArrayList<>();
if (root == null) {
return res;
}
Set<Integer>hasright=n... | UTF-8 | Java | 769 | java | _199二叉树的右视图.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class _199二叉树的右视图 {
public List<Integer> rightSideView(TreeNode root) {
List<Integer> res=new ArrayList<>();
if (root == null) {
return res;
}
Set<Integer>hasright=n... | 769 | 0.55894 | 0.550993 | 27 | 26.962963 | 17.961855 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 3 |
f2a2e291d4751279f6fdc1b3d705f56ae52dd543 | 28,475,633,212,949 | 43a17e106805c58f44f6473d8ef670f67553c0ce | /MXClient/src/com/htmitech/emportal/ui/announcement/model/GetAnnouncementList.java | 9f36c398d27098e79334a2bed67df3f7945ca969 | [
"Apache-2.0"
] | permissive | Spider-007/Android_example_view12 | https://github.com/Spider-007/Android_example_view12 | db45571005094a4921279b12f5ddcb792780ee03 | 00a22fc31dfd870226964d696a2c9edb5dc1654a | refs/heads/master | 2020-08-18T06:29:12.546000 | 2019-10-17T14:39:00 | 2019-10-17T14:39:00 | 215,756,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.htmitech.emportal.ui.announcement.model;
import com.htmitech.emportal.base.BaseModel;
import com.htmitech.emportal.base.BaseTaskBody;
import com.htmitech.emportal.base.IBaseCallback;
import com.htmitech.emportal.ui.announcement.task.GetAnnouncementListTask;
/**
* Created by yanxin on 2017-3-30.
* 请求通知公告... | UTF-8 | Java | 1,938 | java | GetAnnouncementList.java | Java | [
{
"context": "t.task.GetAnnouncementListTask;\n\n/**\n * Created by yanxin on 2017-3-30.\n * 请求通知公告列表网络Model\n */\npublic class",
"end": 296,
"score": 0.9994656443595886,
"start": 290,
"tag": "USERNAME",
"value": "yanxin"
}
] | null | [] | package com.htmitech.emportal.ui.announcement.model;
import com.htmitech.emportal.base.BaseModel;
import com.htmitech.emportal.base.BaseTaskBody;
import com.htmitech.emportal.base.IBaseCallback;
import com.htmitech.emportal.ui.announcement.task.GetAnnouncementListTask;
/**
* Created by yanxin on 2017-3-30.
* 请求通知公告... | 1,938 | 0.638567 | 0.633825 | 58 | 31.724138 | 23.115 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 3 |
32e5bdb7bd22af764ee46bb795a74686c2a4350d | 26,860,725,506,067 | efd9ae5eaf3e434842d3e0ade3f77c84ea45670d | /src/test/java/cn/crazyapi/tianhongtestcase/yongwangcase/MemberLogin.java | f96ea8db678f3b89871abfefb4db7d02b2f41b91 | [] | no_license | chenjiafen/APITest | https://github.com/chenjiafen/APITest | 30f48474a1e60fed0369011823c0fdd634b50dcd | f6c65b3d44b6275866fa39a1616782dbb3bb1791 | refs/heads/master | 2022-11-30T03:16:20.880000 | 2020-08-05T11:51:32 | 2020-08-05T11:51:32 | 280,315,764 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.crazyapi.tianhongtestcase.yongwangcase;
import cn.crazyapi.Constans.Constans;
import cn.crazyapi.common.ResultEnum;
import cn.crazyapi.http.HttpMethod;
import cn.crazyapi.http.HttpResponse;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.qameta.allure.Description;
import ... | UTF-8 | Java | 3,607 | java | MemberLogin.java | Java | [
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @Author chenjiafneg\n * @Date 2020/7/15 11:38\n * @Version 1.0\n */\npubl",
"end": 525,
"score": 0.9993987083435059,
"start": 514,
"tag": "USERNAME",
"value": "chenjiafneg"
},
{
"context": "M688C\\\",\\n\" +\n ... | null | [] | package cn.crazyapi.tianhongtestcase.yongwangcase;
import cn.crazyapi.Constans.Constans;
import cn.crazyapi.common.ResultEnum;
import cn.crazyapi.http.HttpMethod;
import cn.crazyapi.http.HttpResponse;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.qameta.allure.Description;
import ... | 3,578 | 0.573202 | 0.533992 | 102 | 33.754902 | 24.96446 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598039 | false | false | 3 |
c5f2df5c4f9e5b7f54921373892510ab86115813 | 30,313,879,198,106 | 608a6f0eab6eaa1001620e694b7972f82c678543 | /provider/src/main/java/com/cun/provider/pattern/Factory/Game.java | b07859992aef027eb92767071edc2ddd54bbfaed | [] | no_license | LiuYuanZhe/cloudexpr | https://github.com/LiuYuanZhe/cloudexpr | ed67ccfa99dfc5758d0b94f90dd960f2a93b5bf3 | ae5fa555d1b598d9de5297efce5029eec9fae253 | refs/heads/master | 2022-10-09T06:48:02.944000 | 2019-05-27T06:04:06 | 2019-05-27T06:04:06 | 156,316,668 | 0 | 0 | null | false | 2022-10-05T19:14:37 | 2018-11-06T02:51:47 | 2019-05-27T06:04:08 | 2022-10-05T19:14:35 | 127 | 0 | 0 | 12 | Java | false | false | package com.cun.provider.pattern.Factory;
/**
* Created by LiuYuanZhe on 2018/11/25.
*/
public interface Game {
public void play();
}
| UTF-8 | Java | 141 | java | Game.java | Java | [
{
"context": "m.cun.provider.pattern.Factory;\n\n/**\n * Created by LiuYuanZhe on 2018/11/25.\n */\npublic interface Game {\n pu",
"end": 71,
"score": 0.9997630715370178,
"start": 61,
"tag": "NAME",
"value": "LiuYuanZhe"
}
] | null | [] | package com.cun.provider.pattern.Factory;
/**
* Created by LiuYuanZhe on 2018/11/25.
*/
public interface Game {
public void play();
}
| 141 | 0.687943 | 0.631206 | 8 | 16.625 | 16.07745 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
00ed659bc0040ea5f61a42fa00369a9382d94cd5 | 5,282,809,832,116 | 6c9616b2a0e0f6c9943eacd73046a18ad6b0b3f1 | /MobLink-DemoPro/src/com/mob/moblink/demo/util/DemoAsyncListener.java | d1258c36d43e0bfe6535ddd5f086bc777a2a0e1a | [] | no_license | zhangmingrong/MobLink-for-Android | https://github.com/zhangmingrong/MobLink-for-Android | fd448bc36cd64a30628b03706894940e2df669b3 | 052443ff142f17b3efe372508716df493362be3e | refs/heads/master | 2020-05-23T20:12:47.716000 | 2019-02-27T09:11:12 | 2019-02-27T09:11:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mob.moblink.demo.util;
public interface DemoAsyncListener<T> {
void onSuccess(T t);
void onFailure(int responseCode, Throwable e);
}
| UTF-8 | Java | 148 | java | DemoAsyncListener.java | Java | [] | null | [] | package com.mob.moblink.demo.util;
public interface DemoAsyncListener<T> {
void onSuccess(T t);
void onFailure(int responseCode, Throwable e);
}
| 148 | 0.77027 | 0.77027 | 6 | 23.666666 | 18.107702 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
7794f68c5ff3bd941259c929a1dc53cb1b408fa9 | 3,143,916,086,282 | ea4336e7d729c1781d0e7c6679a272d1c2558797 | /SpringData/ProductsCategories/src/main/java/com/manzuraz/productscategories/services/PCService.java | 1f6be410de14742cfec25cc548f2ff78e97c5140 | [] | no_license | Manzurka/Java | https://github.com/Manzurka/Java | 7045fbc633337318fb607536fe342abcfcb5efd2 | c464bde0097e583e7b4dde822caa6cbdd589139e | refs/heads/master | 2020-03-12T17:01:12.715000 | 2018-06-20T21:48:56 | 2018-06-20T21:48:56 | 130,728,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manzuraz.productscategories.services;
import java.util.List;
import org.springframework.stereotype.Service;
import com.manzuraz.productscategories.models.Category;
import com.manzuraz.productscategories.models.Product;
import com.manzuraz.productscategories.repositories.CategoryRepository;
import com.man... | UTF-8 | Java | 1,200 | java | PCService.java | Java | [] | null | [] | package com.manzuraz.productscategories.services;
import java.util.List;
import org.springframework.stereotype.Service;
import com.manzuraz.productscategories.models.Category;
import com.manzuraz.productscategories.models.Product;
import com.manzuraz.productscategories.repositories.CategoryRepository;
import com.man... | 1,200 | 0.748333 | 0.748333 | 55 | 20.818182 | 21.66194 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 3 |
c2e335cf93f391665e6bb70855700783a79b1852 | 4,810,363,427,584 | a512e830874b37b0cc83681981ea1c3e0ee8b9aa | /src/Parser.java | 8a76af0f0b8b89e136a9f656a98f6643597fc825 | [] | no_license | Bigbear325/NLP-sentences-created | https://github.com/Bigbear325/NLP-sentences-created | d8f972d1d003c5b611f897c11c331f8922db2aa4 | 83a423b608d0c2a33010c587f0fb832c627d0a6c | refs/heads/master | 2022-05-01T19:02:53.530000 | 2017-11-27T14:53:19 | 2017-11-27T14:53:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Parser based on the CYK algorithm.
*/
import javafx.util.Pair;
import java.io.*;
import java.util.*;
public class Parser {
class Pair {
String left_Rule_Key; //Key of rule from left
String down_Rule_Key; //Key of rule from down
int[] left_back;
int[] down_back;
double pair_prob;
boolean isTe... | UTF-8 | Java | 5,404 | java | Parser.java | Java | [
{
"context": "ser.parse(sentence); __ encounter error???? by Zhiheng Liu move to loop\n\t\t//System.out.println(\"(ROOT \" + pa",
"end": 5308,
"score": 0.7269018292427063,
"start": 5297,
"tag": "NAME",
"value": "Zhiheng Liu"
}
] | null | [] | /**
* Parser based on the CYK algorithm.
*/
import javafx.util.Pair;
import java.io.*;
import java.util.*;
public class Parser {
class Pair {
String left_Rule_Key; //Key of rule from left
String down_Rule_Key; //Key of rule from down
int[] left_back;
int[] down_back;
double pair_prob;
boolean isTe... | 5,399 | 0.582161 | 0.578645 | 184 | 28.369566 | 26.31218 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.875 | false | false | 3 |
034f267bffe7a47a1c07125ee835f8a7adad6f6e | 33,638,183,878,087 | c98fd88417535532b25c66a2ff24fd73bda8b073 | /app/src/main/java/com/evilyin/gengen/service/ScanService.java | 5dad87131d58ba04301d143beb1f7453eb8d32ef | [] | no_license | evilyin/Gengen | https://github.com/evilyin/Gengen | 94128eb9148924052cc428353e6d307f404cf36b | 2d9c6f2e919414e859aa2fecc8db92804e79c64a | refs/heads/master | 2020-05-26T06:47:16.624000 | 2015-08-19T02:41:08 | 2015-08-19T02:41:08 | 37,455,256 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evilyin.gengen.service;
import android.app.IntentService;
import android.content.Intent;
import android.util.Log;
import com.evilyin.gengen.AccessTokenKeeper;
import com.evilyin.gengen.AppManager;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.jsoup.Jsoup... | UTF-8 | Java | 7,562 | java | ScanService.java | Java | [
{
"context": "dk.net.RequestListener;\n\n/**\n * 搜索发帖\n *\n * @author evilyin(ChenZhixi)\n * @since 2015-6-3\n */\n\npublic class S",
"end": 761,
"score": 0.999394953250885,
"start": 754,
"tag": "USERNAME",
"value": "evilyin"
},
{
"context": "questListener;\n\n/**\n * 搜索发帖\n *\n * @a... | null | [] | package com.evilyin.gengen.service;
import android.app.IntentService;
import android.content.Intent;
import android.util.Log;
import com.evilyin.gengen.AccessTokenKeeper;
import com.evilyin.gengen.AppManager;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.jsoup.Jsoup... | 7,562 | 0.552014 | 0.545668 | 200 | 35.240002 | 27.606203 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 3 |
8d837c44eae0930f7e8020d1eadfa431e366bc64 | 16,063,177,708,693 | 4b8e77c484421ad5c1eb1e92ca18a2d13472a063 | /app/src/main/java/com/collegare/com/collegare/activities/Login.java | 83ca40d4980af9c478a496add4281747fade10b1 | [] | no_license | bxute/collegare-app | https://github.com/bxute/collegare-app | 3ecccc7bb9ab2fce89282614ec800f3babc043d7 | f4aea70e970ebfad5669069fcea87c91723ab482 | refs/heads/master | 2020-04-17T01:51:23.302000 | 2016-08-28T17:47:40 | 2016-08-28T17:47:40 | 46,253,540 | 50 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.collegare.com.collegare.activities;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.text.InputType;
import android.util.Log;
import android.view.KeyEve... | UTF-8 | Java | 11,926 | java | Login.java | Java | [
{
"context": " String>();\n params.put(\"username\", username);\n params.put(\"password\", pass);\n ",
"end": 6972,
"score": 0.9990029335021973,
"start": 6964,
"tag": "USERNAME",
"value": "username"
},
{
"context": " username);\n params.pu... | null | [] | package com.collegare.com.collegare.activities;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.text.InputType;
import android.util.Log;
import android.view.KeyEve... | 11,932 | 0.573788 | 0.569596 | 351 | 32.980057 | 24.84395 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698006 | false | false | 3 |
98725056a0868c67de07a3c404cd391f2402bb61 | 10,728,828,313,138 | 1cb9c0dc51d0f92469f572ac2a036722d0e3a91a | /src/Modelo/Articulo.java | 3dbab13bde1e24716f08fccacdd5dba10fa16fe8 | [] | no_license | QUIAB/CheckGo2 | https://github.com/QUIAB/CheckGo2 | ad25a536d22f575021e162b4a4469dae1c6c11d2 | ba1d488a8f578d4f8172e1b3e7aa822a8c39945c | refs/heads/master | 2023-02-05T18:13:27.653000 | 2020-12-21T21:17:24 | 2020-12-21T21:17:24 | 323,446,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Modelo;
// Generated 18-dic-2020 16:35:14 by Hibernate Tools 3.6.0
import java.util.HashSet;
import java.util.Set;
/**
* Articulo generated by hbm2java
*/
public class Articulo implements java.io.Serializable {
private int id;
private TipoArticulo tipoArticulo;
private String codigo;
... | UTF-8 | Java | 1,568 | java | Articulo.java | Java | [] | null | [] | package Modelo;
// Generated 18-dic-2020 16:35:14 by Hibernate Tools 3.6.0
import java.util.HashSet;
import java.util.Set;
/**
* Articulo generated by hbm2java
*/
public class Articulo implements java.io.Serializable {
private int id;
private TipoArticulo tipoArticulo;
private String codigo;
... | 1,568 | 0.655612 | 0.64477 | 67 | 22.373135 | 22.90984 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41791 | false | false | 3 |
a8a3611a8e54fff3a65dec988910a85c3dfc51ce | 9,259,949,540,686 | ed1b0701ecc98d10d4fb4eabd014e33824bad3f3 | /mall-order/src/main/java/com/zale/mall/order/dao/OrderReturnApplyDao.java | 8d73ab62a75ba0d17549f47cfba1cf54706c54f2 | [
"Apache-2.0"
] | permissive | ZaleKB/mall | https://github.com/ZaleKB/mall | fdaa912fe536d8159dedfe276ad94b7618cc8667 | 6ab58af0a8526f59c898c41a3f42143c21bfb99d | refs/heads/main | 2023-06-18T17:31:03.446000 | 2021-07-21T11:50:20 | 2021-07-21T11:50:20 | 371,198,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zale.mall.order.dao;
import com.zale.mall.order.entity.OrderReturnApplyEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 订单退货申请
*
* @author JunweiZhang
* @email zhangjw248@gmail.com
* @date 2021-05-28 03:38:15
*/
@Mapper
public interf... | UTF-8 | Java | 405 | java | OrderReturnApplyDao.java | Java | [
{
"context": ".annotations.Mapper;\n\n/**\n * 订单退货申请\n * \n * @author JunweiZhang\n * @email zhangjw248@gmail.com\n * @date 2021-05-2",
"end": 234,
"score": 0.9998258948326111,
"start": 223,
"tag": "NAME",
"value": "JunweiZhang"
},
{
"context": "/**\n * 订单退货申请\n * \n * @author Junwei... | null | [] | package com.zale.mall.order.dao;
import com.zale.mall.order.entity.OrderReturnApplyEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 订单退货申请
*
* @author JunweiZhang
* @email <EMAIL>
* @date 2021-05-28 03:38:15
*/
@Mapper
public interface OrderRetu... | 392 | 0.776081 | 0.732824 | 17 | 22.117647 | 24.016863 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 3 |
7c2b89eeef8f7468a04d476d793dd4302541fbe5 | 17,171,279,266,712 | ddd48f5b5e83ae33fc883ee036309eb000d5ce84 | /src/WorkingWithArrays/RotateRectangleMatrix.java | f5b0347d412637310d00b942419b12b3097a6174 | [] | no_license | ndenic/Java-tasks | https://github.com/ndenic/Java-tasks | f37861e7cb98624e17cb1487c3cd11b331dd13b6 | 1629428fd00aebdb0fd0adb5e23c89ce57565509 | refs/heads/master | 2022-12-30T23:24:38.077000 | 2020-10-25T19:01:16 | 2020-10-25T19:01:16 | 269,450,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package WorkingWithArrays;
import java.util.Arrays;
import java.util.Scanner;
public class RotateRectangleMatrix {
public static void main(String[] args) {
final Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int m = sc.nextInt();
int[][] matrix = new int[n][m];
... | UTF-8 | Java | 916 | java | RotateRectangleMatrix.java | Java | [] | null | [] | package WorkingWithArrays;
import java.util.Arrays;
import java.util.Scanner;
public class RotateRectangleMatrix {
public static void main(String[] args) {
final Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int m = sc.nextInt();
int[][] matrix = new int[n][m];
... | 916 | 0.423581 | 0.415939 | 37 | 23.756756 | 18.353003 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 3 |
aa7ebad70b8a899e53a9746263ea68df5f7ce192 | 29,214,367,590,328 | 8388f0cf9f6f4aced7a2779353442f81f4aa9606 | /Mars_modified_files/SyscallRefreshBitmap.java | cc36f9bbd11e238abc17eea64088083ba91a5b4e | [] | no_license | mairabaptista/MIPSTubeAlign | https://github.com/mairabaptista/MIPSTubeAlign | 1c21def5768106d91800d779bef0f33c4f07eaeb | 852e9d23084c6aa2055b17564f96cac8648f0728 | refs/heads/master | 2020-03-19T17:39:10.526000 | 2017-12-07T14:53:29 | 2017-12-07T14:53:29 | 136,770,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mars.mips.instructions.syscalls;
import mars.ProcessingException;
import mars.ProgramStatement;
import static mars.tools.BitmapDisplay.Grid.aux;
import static mars.tools.BitmapDisplay.Grid.columns;
import static mars.tools.BitmapDisplay.Grid.grid;
import static mars.tools.BitmapDisplay.Grid.rows;
public class... | UTF-8 | Java | 661 | java | SyscallRefreshBitmap.java | Java | [] | null | [] | package mars.mips.instructions.syscalls;
import mars.ProcessingException;
import mars.ProgramStatement;
import static mars.tools.BitmapDisplay.Grid.aux;
import static mars.tools.BitmapDisplay.Grid.columns;
import static mars.tools.BitmapDisplay.Grid.grid;
import static mars.tools.BitmapDisplay.Grid.rows;
public class... | 661 | 0.729198 | 0.721634 | 25 | 25.440001 | 22.985352 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84 | false | false | 3 |
eac90f081d55d764e50a9e8421cd150184a5f9e4 | 25,786,983,680,647 | 536e5d23800eb24b8594bdb40b38e337d179a2dd | /TestProject/src/main/java/com/mycompany/entity/TbCreditCard.java | 6c4972a1a8108ae8a971ac02bb6be72443331570 | [] | no_license | koke6645/SE452 | https://github.com/koke6645/SE452 | 1a30ec34e6e67e3beb7bf152a84c213747bcc683 | 4d8ca067c48fec75a3c110d19d9e452de67f1d39 | refs/heads/master | 2016-09-05T20:33:37.955000 | 2014-11-18T05:31:25 | 2014-11-18T05:31:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycompany.entity;
import com.mycompany.entity.Interface.CreditCard;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
@Entity
@Ta... | UTF-8 | Java | 3,375 | java | TbCreditCard.java | Java | [] | null | [] | package com.mycompany.entity;
import com.mycompany.entity.Interface.CreditCard;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
@Entity
@Ta... | 3,375 | 0.667556 | 0.666667 | 114 | 28.605263 | 28.682661 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403509 | false | false | 3 |
22c60b98888b8e9b5e9b8f7950cfa547ddcc9703 | 6,356,551,638,110 | 35f8c234cde24bc3a492438440d8f1c61d6f3d8b | /src/main/java/com/karmanno/plugins/handlers/BuildIncreaseHandler.java | 5a60502f7061212fa69586c200c9b3b3b54f03e4 | [] | no_license | karmann-dm/cloud-platrofm-versions-plugin | https://github.com/karmann-dm/cloud-platrofm-versions-plugin | 9a43ebeac5fded5d502f821480089bc0f1b631ff | 6e85c6ecc49878a0d6db50d52031c94181f5e7e9 | refs/heads/master | 2020-12-09T22:01:58.362000 | 2020-05-13T15:42:16 | 2020-05-13T15:42:16 | 233,427,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.karmanno.plugins.handlers;
import com.karmanno.plugins.domain.IncreasePriority;
import com.karmanno.plugins.domain.VersionInfo;
import java.util.Arrays;
import java.util.List;
public class BuildIncreaseHandler implements VersionIncreaseHandler {
@Override
public List<String> getSupportablePattern... | UTF-8 | Java | 978 | java | BuildIncreaseHandler.java | Java | [] | null | [] | package com.karmanno.plugins.handlers;
import com.karmanno.plugins.domain.IncreasePriority;
import com.karmanno.plugins.domain.VersionInfo;
import java.util.Arrays;
import java.util.List;
public class BuildIncreaseHandler implements VersionIncreaseHandler {
@Override
public List<String> getSupportablePattern... | 978 | 0.657464 | 0.655419 | 32 | 29.5625 | 25.523197 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
8f8e037a296439f57f2d31194ff7fde23402161c | 2,078,764,204,400 | 205be005ef5f0530ce200fb4975a07fbf7447ad1 | /data-structures-and-algorithms/src/com/niuke/wy2017/RearrangeTheNumberOfColumns.java | fa0b2e4e25401b3fc24572d1090ad7cfc2b3867e | [] | no_license | weiiang/Algorithms | https://github.com/weiiang/Algorithms | a3974eb501b106e1890776c95f567580f2b52c10 | f16c8602aae929c59dffe956ada64e68cc8604ec | refs/heads/master | 2021-01-25T11:27:16.100000 | 2018-03-02T10:02:31 | 2018-03-02T10:02:31 | 123,395,466 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niuke.wy2017;
//重排数列
/*小易有一个长度为N的正整数数列A = {A[1], A[2], A[3]..., A[N]}。
牛博士给小易出了一个难题:
对数列A进行重新排列,使数列A满足所有的A[i] * A[i + 1](1 ≤ i ≤ N - 1)都是4的倍数。
小易现在需要判断一个数列是否可以重排之后满足牛博士的要求。
输入描述:
输入的第一行为数列的个数t(1 ≤ t ≤ 10),
接下来每两行描述一个数列A,第一行为数列长度n(1 ≤ n ≤ 10^5)
第二行为n个正整数A[i](1 ≤ A[i] ≤ 10^9)
输出描述:
对于每个数列输出一行表示是否可以满足牛博士要求,... | GB18030 | Java | 841 | java | RearrangeTheNumberOfColumns.java | Java | [] | null | [] | package com.niuke.wy2017;
//重排数列
/*小易有一个长度为N的正整数数列A = {A[1], A[2], A[3]..., A[N]}。
牛博士给小易出了一个难题:
对数列A进行重新排列,使数列A满足所有的A[i] * A[i + 1](1 ≤ i ≤ N - 1)都是4的倍数。
小易现在需要判断一个数列是否可以重排之后满足牛博士的要求。
输入描述:
输入的第一行为数列的个数t(1 ≤ t ≤ 10),
接下来每两行描述一个数列A,第一行为数列长度n(1 ≤ n ≤ 10^5)
第二行为n个正整数A[i](1 ≤ A[i] ≤ 10^9)
输出描述:
对于每个数列输出一行表示是否可以满足牛博士要求,... | 841 | 0.680585 | 0.60334 | 30 | 14.966666 | 17.323362 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 2 |
ece6561b366df3646ac9033b45283e2ca9e60a31 | 11,003,706,216,442 | 53513dc033f5cdf715e46267c67e4b0ad924f790 | /Dat102 - Øving 1 - Ferdig/src/no/hvl/data102/klient/KlientFilmarkiv.java | d7bc945c23538187f4798bc5135ea2283fb33ac3 | [] | no_license | h146918/dat102-oving1 | https://github.com/h146918/dat102-oving1 | 8590c2fc36cad2c1ec91f9d55917844d8b601d24 | a57d6b138205ace6eda3f74eb29a439bb30c4c08 | refs/heads/master | 2020-12-22T22:01:58.216000 | 2020-02-12T12:08:00 | 2020-02-12T12:08:00 | 236,943,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.hvl.data102.klient;
import no.hvl.data102.Filmarkiv;
import no.hvl.data102.Meny;
import no.hvl.data102.adt.FilmarkivADT;
public class KlientFilmarkiv {
public static void main(String[] args) {
FilmarkivADT filma = new Filmarkiv(50);
Meny meny = new Meny(filma);
meny.start();
}
}
| UTF-8 | Java | 307 | java | KlientFilmarkiv.java | Java | [] | null | [] | package no.hvl.data102.klient;
import no.hvl.data102.Filmarkiv;
import no.hvl.data102.Meny;
import no.hvl.data102.adt.FilmarkivADT;
public class KlientFilmarkiv {
public static void main(String[] args) {
FilmarkivADT filma = new Filmarkiv(50);
Meny meny = new Meny(filma);
meny.start();
}
}
| 307 | 0.726384 | 0.680782 | 18 | 16.055555 | 16.54446 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 2 |
778c849f33d1a82938f3376977ae8ef47451562d | 33,028,298,557,347 | 179bc7e507078f76edcfe54877d0466538664593 | /TDguitare/src/v4/GuitarSpec.java | 71033d282d6b15b5a56180d0ebd9708c3973642b | [] | no_license | Chalumos/myM3105-2019 | https://github.com/Chalumos/myM3105-2019 | aec080afb769a053099fbdb58c584bfc64393074 | 99ea64b7a71de5c296664e2ff60de91f97479645 | refs/heads/master | 2020-07-21T00:27:56.859000 | 2019-10-04T09:18:55 | 2019-10-04T09:18:55 | 206,730,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package v4;
import java.util.Iterator;
import v4.Guitar;
import v4.Builder;
import v4.Type;
import v4.Wood;
public class GuitarSpec {
private Builder builder;
private String model;
private Type type;
private Wood backWood;
private Wood topWood;
private int corde;
public static final int NO_PREF_NUM_STRING... | UTF-8 | Java | 1,595 | java | GuitarSpec.java | Java | [] | null | [] | package v4;
import java.util.Iterator;
import v4.Guitar;
import v4.Builder;
import v4.Type;
import v4.Wood;
public class GuitarSpec {
private Builder builder;
private String model;
private Type type;
private Wood backWood;
private Wood topWood;
private int corde;
public static final int NO_PREF_NUM_STRING... | 1,595 | 0.629467 | 0.625078 | 91 | 16.494505 | 19.923687 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043956 | false | false | 2 |
6a14f75533a42fc7a3854870b9e53dae81a81007 | 11,836,929,887,886 | 0b04f93341c4dd4490de8e3e017d813cbdc94f34 | /app/src/main/java/com/glucopred/model/HistorianResults.java | 2c30088a948daf310d84911576ab9cd0943c7578 | [] | no_license | joypeter/BioMKR | https://github.com/joypeter/BioMKR | c1bd795dc58fccafb2dd8a31d2cab4dec0bba5ac | af51de184363bf4f729c2aa53fa952410ff30274 | refs/heads/master | 2021-01-10T09:24:13.612000 | 2016-04-13T07:23:56 | 2016-04-13T07:23:56 | 54,095,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.glucopred.model;
import java.util.List;
import io.realm.RealmResults;
/**
* Created by Ju on 2016/4/13.
*/
public class HistorianResults {
public HistorianResults(TrendMode trendMode) {
this.trendMode = trendMode;
}
public RealmResults<GlucopredData> getGlucopreds() {
retur... | UTF-8 | Java | 1,223 | java | HistorianResults.java | Java | [
{
"context": "\n\nimport io.realm.RealmResults;\n\n/**\n * Created by Ju on 2016/4/13.\n */\npublic class HistorianResults {",
"end": 105,
"score": 0.9072385430335999,
"start": 103,
"tag": "NAME",
"value": "Ju"
}
] | null | [] | package com.glucopred.model;
import java.util.List;
import io.realm.RealmResults;
/**
* Created by Ju on 2016/4/13.
*/
public class HistorianResults {
public HistorianResults(TrendMode trendMode) {
this.trendMode = trendMode;
}
public RealmResults<GlucopredData> getGlucopreds() {
retur... | 1,223 | 0.695012 | 0.689289 | 54 | 21.648148 | 22.336781 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 2 |
a6ac0e922e5af4dafcb7780a108f308d771e4483 | 7,559,142,443,937 | c6ab5bbd9bbed8b12013355567f65a0d87bd5ba8 | /src/main/java/com/zensar/userapplication/dao/ForgotPasswordDAOService.java | 8a75f17d373cfb3842a8acd217d6e20b42727021 | [] | no_license | sanjaypatra-icann/UserApplicationUsingTapestry | https://github.com/sanjaypatra-icann/UserApplicationUsingTapestry | 126da44bb5931e506ed6d6f58635f30c63fcf22e | c8964a20bcaf6276bf7a2580e5a53437dea32e8a | refs/heads/master | 2021-01-19T22:52:48.788000 | 2017-04-20T15:05:03 | 2017-04-20T15:05:03 | 88,878,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zensar.userapplication.dao;
public interface ForgotPasswordDAOService {
boolean getPasswordResetLink(String username, String email);
} | UTF-8 | Java | 151 | java | ForgotPasswordDAOService.java | Java | [] | null | [] | package com.zensar.userapplication.dao;
public interface ForgotPasswordDAOService {
boolean getPasswordResetLink(String username, String email);
} | 151 | 0.827815 | 0.827815 | 5 | 29.4 | 25.080669 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 2 |
e1c07cb04b966f400d01911fdd5f5bc70a784c7a | 15,788,299,792,709 | d70b21af005c54b311e858ecad3a0125d3804f3a | /src/main/java/View/Drawer.java | e6590cfe15a366b8ba47281de6c38cd6e35c579b | [] | no_license | rmoalic/pacman | https://github.com/rmoalic/pacman | 47914b3da8c3f2aa0a694033725b2718211cb52d | 2c633547895aedb1b732ae7a96bbfb30f72dfe01 | refs/heads/master | 2020-03-08T05:49:13.665000 | 2019-12-04T21:25:38 | 2019-12-04T21:25:38 | 127,957,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package View;
import Data.EntityGomme;
import Logic.Logic;
import Logic.Ighost;
import Logic.Ipacman;
import java.awt.*;
import java.net.URL;
import javax.swing.ImageIcon;
/**
* This class describes the main screen of the game
* It is reading the game state at every frame and show it on the screen
*/
public clas... | UTF-8 | Java | 7,891 | java | Drawer.java | Java | [
{
"context": "en.width/4), fen.width/2);\n g.drawString(\"- Baudouin de la Fleche\",(fen.width/4), fen.width/2 + 30);\n g.draw",
"end": 2993,
"score": 0.9998359680175781,
"start": 2972,
"tag": "NAME",
"value": "Baudouin de la Fleche"
},
{
"context": "dth/4), fen.width/2... | null | [] | package View;
import Data.EntityGomme;
import Logic.Logic;
import Logic.Ighost;
import Logic.Ipacman;
import java.awt.*;
import java.net.URL;
import javax.swing.ImageIcon;
/**
* This class describes the main screen of the game
* It is reading the game state at every frame and show it on the screen
*/
public clas... | 7,861 | 0.537194 | 0.530731 | 202 | 38.064358 | 30.231791 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.420792 | false | false | 2 |
da943177a33033957666c0bd2441ada3f88507ab | 13,408,887,958,548 | a3800811e2fc6474697699adc0053fb9ce96fbd2 | /src/main/java/com/mycompany/labellaprov/controllers/TiendaController.java | ca87cfe8193cd6d42339b40db435ecec06321de7 | [] | no_license | thepuar/labellaprov | https://github.com/thepuar/labellaprov | 084b6f59a49e6f38683cbcdfe725e3739a2475cf | 8218260287df821d841ce08b4db9124394351e9e | refs/heads/master | 2020-03-11T15:37:02.050000 | 2019-07-31T15:41:52 | 2019-07-31T15:41:52 | 130,090,168 | 0 | 0 | null | false | 2020-06-15T20:06:44 | 2018-04-18T16:16:31 | 2019-07-31T15:44:14 | 2020-06-15T20:06:42 | 57,895 | 0 | 0 | 3 | Java | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.labellaprov.controllers;
import com.mycompany.labellaprov.DAO.impl.HTienda;
import com.mycompany.labella... | UTF-8 | Java | 1,137 | java | TiendaController.java | Java | [
{
"context": "k.web.servlet.ModelAndView;\r\n\r\n/**\r\n *\r\n * @author thepuar\r\n */\r\n@Controller\r\n@SessionAttributes(\"usuario\")\r",
"end": 669,
"score": 0.9995757937431335,
"start": 662,
"tag": "USERNAME",
"value": "thepuar"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.labellaprov.controllers;
import com.mycompany.labellaprov.DAO.impl.HTienda;
import com.mycompany.labella... | 1,137 | 0.723835 | 0.723835 | 34 | 31.441177 | 25.637968 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
629e0f3194f97131fa8a5350c505077a97432be6 | 5,025,111,771,903 | e25ab13f6e86c2646920263f7836d4ed34160b19 | /app/src/main/java/com/example/elab_yang/egometer/service/EGZeroConst.java | 355cc1d0643a1f79bc913fd511a394be1db60920 | [] | no_license | kin7274/Egometer | https://github.com/kin7274/Egometer | feeb484a1a1cc023305026edde0d26b37e542078 | 3e02c9444df598ce866c6a883e70dd68702dc351 | refs/heads/master | 2020-03-31T21:51:14.270000 | 2018-11-14T20:54:13 | 2018-11-14T20:54:13 | 152,596,147 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.elab_yang.egometer.service;
public class EGZeroConst {
public static final String DEVICE_NAME = "HMSoft";
public static final byte SYNC_ALL_DATA = 0x00;
public static String AUTH_MESSAGE = "9876543210000001";
}
| UTF-8 | Java | 244 | java | EGZeroConst.java | Java | [
{
"context": "= 0x00;\n public static String AUTH_MESSAGE = \"9876543210000001\";\n}\n",
"end": 226,
"score": 0.6176270246505737,
"start": 224,
"tag": "PASSWORD",
"value": "87"
}
] | null | [] | package com.example.elab_yang.egometer.service;
public class EGZeroConst {
public static final String DEVICE_NAME = "HMSoft";
public static final byte SYNC_ALL_DATA = 0x00;
public static String AUTH_MESSAGE = "9876543210000001";
}
| 244 | 0.745902 | 0.668033 | 7 | 33.857143 | 23.172821 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
f25e2909d4f91985838fafeee2f2212fb316c7a0 | 19,662,360,293,943 | 261434e0602f69dc76d88c481bca7bab42f4dd7a | /BDT-web/src/main/java/cl/minsal/divap/controller/ProcesoModificacionDistRecFinHistoricoServicioController.java | 46e8b2e391b0b9f00b0f245ae08a67494dcfc436 | [] | no_license | camurro/minsal-divap | https://github.com/camurro/minsal-divap | fb6e8a93189b693f0d66cbb16cf7ce1927b44f91 | a2c499326d3d9020aa70cdae8f1f60f22934cd28 | refs/heads/master | 2021-01-01T05:36:31.134000 | 2015-07-08T02:18:22 | 2015-07-08T02:18:22 | 24,070,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.minsal.divap.controller;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import javax.inj... | UTF-8 | Java | 14,173 | java | ProcesoModificacionDistRecFinHistoricoServicioController.java | Java | [] | null | [] | package cl.minsal.divap.controller;
import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import javax.inj... | 14,173 | 0.775559 | 0.751147 | 519 | 26.308285 | 27.256319 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.77842 | false | false | 2 |
eda67ab6df4c51cb4d99030ece2e005df7a7e303 | 28,716,151,358,639 | 4f1a2173c38521125d2b4c528815504037a231cd | /src/main/GetGasUSA.java | 67a83e1e39cc1e4382f5a09fa30305db47e2908c | [] | no_license | poujacques/Get-Gas-USA | https://github.com/poujacques/Get-Gas-USA | d51bb741675f4a96cb08a7d1f0390fc7230019fd | 86c885f3312c3e6cf09717840ba3d39a3b7ef8c7 | refs/heads/master | 2021-09-18T01:35:14.529000 | 2018-07-08T20:48:33 | 2018-07-08T20:48:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import exchange.*;
public class GetGasUSA {
public static void main(String[] args){
double CAD;
double USD;
double gasPriceCAD;
double gasPriceUSD;
String location;
double gasNeeded;
double moneySaved;
GasCompare gc = new GasCompare();
String city1 = "Van... | UTF-8 | Java | 795 | java | GetGasUSA.java | Java | [] | null | [] | package main;
import exchange.*;
public class GetGasUSA {
public static void main(String[] args){
double CAD;
double USD;
double gasPriceCAD;
double gasPriceUSD;
String location;
double gasNeeded;
double moneySaved;
GasCompare gc = new GasCompare();
String city1 = "Van... | 795 | 0.63522 | 0.623899 | 35 | 20.714285 | 20.854012 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 2 |
53ad562c754df21cc1869530a9b16ecefb7e2682 | 11,940,009,102,341 | 74b86cac6981701490a3d901b210b11a0d92dbbf | /api/src/main/java/com/hong/entity/auth/TRole.java | e208df5686eedb1f6aefaf1455030d21234c57a5 | [] | no_license | linhongde/spring-cloud-demo | https://github.com/linhongde/spring-cloud-demo | ee555c716a6e7661dffaaba8df61484cc9c36ecf | 6bc2fac2d492365450b35a61fe4ab33448ed020c | refs/heads/master | 2023-06-10T00:04:11.280000 | 2021-07-03T02:51:30 | 2021-07-03T02:51:30 | 366,559,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hong.entity.auth;
import lombok.Data;
import java.util.Date;
@Data
public class TRole {
private Integer trId;
private Integer parentTrId;
private String roleName;
private Date greateTime;
private String description;
} | UTF-8 | Java | 258 | java | TRole.java | Java | [] | null | [] | package com.hong.entity.auth;
import lombok.Data;
import java.util.Date;
@Data
public class TRole {
private Integer trId;
private Integer parentTrId;
private String roleName;
private Date greateTime;
private String description;
} | 258 | 0.72093 | 0.72093 | 20 | 11.95 | 12.982585 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
79cb72bda122431fdea9aa15666fe2377321f76e | 18,184,891,601,101 | c125244caf4117f71f22bd27a8f2d024df24e144 | /backend/src/main/java/com/prueba/Repository/EmpleadoRepository.java | 8ca227613d34d96a79644a7e13da9a3b6b6894d0 | [
"MIT"
] | permissive | luismartinezo/examenPractico | https://github.com/luismartinezo/examenPractico | 59a5a2422bd69c9f17242d54df4500f30a77285e | e21a5ad24d90df101f806ca138e9a621bc3bffba | refs/heads/master | 2022-08-21T13:24:47.202000 | 2020-05-22T02:13:25 | 2020-05-22T02:13:25 | 265,960,593 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prueba.Repository;
// import java.util.List;
import com.prueba.Model.Empleado;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* @author Luis Martinez
* @since 05/2020
* @version 1.0
*/
@Repository
public interface EmpleadoReposito... | UTF-8 | Java | 439 | java | EmpleadoRepository.java | Java | [
{
"context": "ngframework.stereotype.Repository;\n\n/**\n * @author Luis Martinez\n * @since 05/2020\n * @version 1.0\n */\n\n@Repositor",
"end": 235,
"score": 0.9998723268508911,
"start": 222,
"tag": "NAME",
"value": "Luis Martinez"
}
] | null | [] | package com.prueba.Repository;
// import java.util.List;
import com.prueba.Model.Empleado;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* @author <NAME>
* @since 05/2020
* @version 1.0
*/
@Repository
public interface EmpleadoRepository exte... | 432 | 0.765376 | 0.747153 | 22 | 19 | 21.504757 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 2 |
7fb05596b4db76747219e02eedd88063f62bf8e6 | 33,612,414,091,459 | 21ca5280d70c89a877e200a5e8af8eb757e58505 | /blade-service-api/blade-user-api/src/main/java/org/springblade/system/user/feign/ThirdSystemApi.java | 75c494583139b69a6125bb461c609ad291e6b933 | [] | no_license | BigXiaoan/jenkins_test | https://github.com/BigXiaoan/jenkins_test | 4bfa068d6ac551509642fb231277d175d167e672 | 72bcc770b2d68f8d0cb000ff839f3bec3e12b918 | refs/heads/master | 2023-04-30T23:38:16.575000 | 2021-05-20T07:22:46 | 2021-05-20T07:22:46 | 369,060,396 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springblade.system.user.feign;
import org.springblade.core.launch.constant.AppConstant;
import org.springblade.core.tool.api.R;
import org.springblade.system.user.entity.ThirdSystem;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import or... | UTF-8 | Java | 647 | java | ThirdSystemApi.java | Java | [
{
"context": ".web.bind.annotation.RequestParam;\n\n/**\n * @author ggz\n */\n@FeignClient(value = AppConstant.APPLICATION_",
"end": 391,
"score": 0.9995516538619995,
"start": 388,
"tag": "USERNAME",
"value": "ggz"
}
] | null | [] | package org.springblade.system.user.feign;
import org.springblade.core.launch.constant.AppConstant;
import org.springblade.core.tool.api.R;
import org.springblade.system.user.entity.ThirdSystem;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import or... | 647 | 0.809892 | 0.809892 | 18 | 34.944443 | 32.930016 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
fb23396d94e893ce9d8be6abd0ab7ee7829235a3 | 5,815,385,738,082 | 285cd0e681d74df5ad11aa7b201ce5c660ebad8c | /src/main/java/com/dsl/formats/redirect/RedirectData.java | 23371df8ed0dcd03157c308f4bb041d22675b06e | [] | no_license | ThousandMonkeysTypewriter/JavaToGherkin | https://github.com/ThousandMonkeysTypewriter/JavaToGherkin | 8195ae194025f20085482c25ecd0103ec1a86f50 | 2967c0fc855bf416ae83c7e748ea663151b47fdd | refs/heads/master | 2021-09-08T02:52:15.118000 | 2018-03-06T07:18:38 | 2018-03-06T07:18:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dsl.formats.redirect;
import java.util.ArrayList;
public class RedirectData {
public static int MATCH_PHRASE = 1;
public static int MATCH_ALL = 2;
public static int MATCH_EXACT = 3;
private int id;
private String url;
private int type;
private ArrayList<String> words = new ArrayList<St... | UTF-8 | Java | 1,054 | java | RedirectData.java | Java | [] | null | [] | package com.dsl.formats.redirect;
import java.util.ArrayList;
public class RedirectData {
public static int MATCH_PHRASE = 1;
public static int MATCH_ALL = 2;
public static int MATCH_EXACT = 3;
private int id;
private String url;
private int type;
private ArrayList<String> words = new ArrayList<St... | 1,054 | 0.625237 | 0.622391 | 52 | 19.25 | 19.932459 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 2 |
a1fbc63eacf194d82193fba87c0593708559c59e | 29,506,425,340,039 | e383dd553b5ed09af1c2fafc05dc0313f607a43f | /src/june_20/JunitTestSuite.java | 59a7954254da9c2a8669b59488a6625b5c45a9cf | [] | no_license | techAltum10/Aditya | https://github.com/techAltum10/Aditya | 740b2a834ee888298271360aca0fc9aba05bcacd | ced540aea1dff64b0df5d5cf98480a11e656819b | refs/heads/master | 2021-08-16T06:18:51.130000 | 2017-11-19T05:14:22 | 2017-11-19T05:14:22 | 111,192,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package june_20;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
june_20.TC01.class,
june_20.TC02.class,
june_20.TC03.class
})
public class JunitTestSuite {
}
| UTF-8 | Java | 270 | java | JunitTestSuite.java | Java | [] | null | [] | package june_20;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
june_20.TC01.class,
june_20.TC02.class,
june_20.TC03.class
})
public class JunitTestSuite {
}
| 270 | 0.751852 | 0.7 | 19 | 13.210526 | 13.640416 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 2 |
569cb311134b5a27dd352c11cccb8b17c2855e1c | 3,985,729,680,620 | c7c0538704dd2f46541e8312c7920b451452a642 | /Arrays Lists and Structured Data/week 1/Implementing the Caesar Cipher/CaesarCipher.java | 19fbaa2b37b89833a75e76ed7bab93891d09a0e5 | [] | no_license | Prathmesh311/Coursera-Java-Software-Engineering-fundamentals-Specialization | https://github.com/Prathmesh311/Coursera-Java-Software-Engineering-fundamentals-Specialization | 70d20a93a896b9cf431e6fb21c341cef70c0c09f | 6f008ce67b31cc12eca97c7d2075bc22451e8ff0 | refs/heads/master | 2022-11-07T12:21:26.826000 | 2020-06-23T05:48:14 | 2020-06-23T05:48:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Write a description of CaesarCipher here.
*
* @author (your name)
* @version (a version number or a date)
*/
import edu.duke.*;
public class CaesarCipher {
public String encrypt(String input, int key)
{
StringBuilder encrypted = new StringBuilder(input);
String alphabetsC... | UTF-8 | Java | 3,241 | java | CaesarCipher.java | Java | [
{
"context": "tring message = fr.asString();\n int key = 23;\n String encrypted = encrypt(message, key)",
"end": 2738,
"score": 0.7572426199913025,
"start": 2737,
"tag": "KEY",
"value": "3"
},
{
"context": "LOUD!\";\n int key1 = 8;\n int key2 = 21;\n ... | null | [] |
/**
* Write a description of CaesarCipher here.
*
* @author (your name)
* @version (a version number or a date)
*/
import edu.duke.*;
public class CaesarCipher {
public String encrypt(String input, int key)
{
StringBuilder encrypted = new StringBuilder(input);
String alphabetsC... | 3,241 | 0.545819 | 0.533786 | 100 | 31.4 | 25.872379 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59 | false | false | 2 |
7b8fd532263414b89dc558eb700293764aadec9c | 6,279,242,216,767 | ce965e497d0e3683200018aa5f741d734427fd40 | /src/main/java/tk/spop/util/spring/errorhandling/GlobalErrorHandler.java | bb967a17ebe1c3cc04e52098393e3c74ef0f0774 | [] | no_license | sinuhepop/spop-util | https://github.com/sinuhepop/spop-util | 87e7df19d87e600abe62990add894fc9b055159c | 9e8cf2732ba9ae966b6cbc24251a72fcb1833e8e | refs/heads/master | 2021-01-10T20:15:01.471000 | 2013-09-23T22:53:48 | 2013-09-23T22:53:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tk.spop.util.spring.errorhandling;
import javax.servlet.http.*;
import lombok.Getter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Primary;
import org.springframework.util.ErrorHandler;
import org.springframework.web.servlet.*;
@Pr... | UTF-8 | Java | 1,179 | java | GlobalErrorHandler.java | Java | [] | null | [] | package tk.spop.util.spring.errorhandling;
import javax.servlet.http.*;
import lombok.Getter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Primary;
import org.springframework.util.ErrorHandler;
import org.springframework.web.servlet.*;
@Pr... | 1,179 | 0.710772 | 0.710772 | 45 | 24.200001 | 29.178074 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 2 |
0212efbd865c0573860079bfa9332190f60fa9d1 | 12,592,844,140,788 | 577bfbb4d84a3f96c65d1741d3eeb438e239e2f1 | /app/src/main/java/moviecatalogue/com/MainActivity.java | 2f4fbc12e82d0edf7e18f73925768c8685d35930 | [] | no_license | ramaym13/MovieCatalogue | https://github.com/ramaym13/MovieCatalogue | 96afbd0f702b5a5dfc9ee4a8cdf72f578db03964 | 9f319356cbac271e2bc4974ba558092a816a0afa | refs/heads/master | 2020-11-25T12:01:09.042000 | 2019-12-17T15:41:55 | 2019-12-17T15:41:55 | 228,647,700 | 0 | 0 | null | false | 2019-12-17T18:37:40 | 2019-12-17T15:37:56 | 2019-12-17T15:42:27 | 2019-12-17T18:36:28 | 930 | 0 | 0 | 1 | Java | false | false | package moviecatalogue.com;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.util.ArrayList;
import moviecatalogue.... | UTF-8 | Java | 2,114 | java | MainActivity.java | Java | [] | null | [] | package moviecatalogue.com;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.util.ArrayList;
import moviecatalogue.... | 2,114 | 0.668401 | 0.667455 | 71 | 28.774649 | 24.038816 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661972 | false | false | 2 |
00a9a3a493e74f46995bae0639f71326881bd3c9 | 2,800,318,720,207 | dcabf26c76e79172cb4dbef3d3c58fc252ce993b | /src/button/MyCCDButton.java | 7eb0e790e06a9d05e7426a17edc9e75d2beb2886 | [] | no_license | hitolab/BLV-Plant | https://github.com/hitolab/BLV-Plant | 7be92b302aca9abdf26556ecd11c5c1ed2935bc9 | 3b42325510851805d4502b18984c28261921de05 | refs/heads/master | 2021-06-28T18:58:09.635000 | 2020-10-14T13:28:05 | 2020-10-14T13:28:05 | 136,597,764 | 0 | 1 | null | false | 2020-10-14T13:28:06 | 2018-06-08T09:27:48 | 2018-06-21T10:29:09 | 2020-10-14T13:28:06 | 14,720 | 0 | 1 | 2 | Java | false | false | package button;
import static main.BLV.curDir;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.SwingConstants;
import rs232c.CommunicatorKIKUSUI;
public class MyCCDButton extends JButton{
/**
... | UTF-8 | Java | 1,808 | java | MyCCDButton.java | Java | [] | null | [] | package button;
import static main.BLV.curDir;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.SwingConstants;
import rs232c.CommunicatorKIKUSUI;
public class MyCCDButton extends JButton{
/**
... | 1,808 | 0.639934 | 0.622788 | 84 | 19.523809 | 18.848063 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.011905 | false | false | 2 |
cfc409dcd5882fd32b52b9b93236899f6014aefd | 20,581,483,323,413 | b214f96566446763ce5679dd2121ea3d277a9406 | /modules/base/ide-impl/src/main/java/consulo/ide/impl/idea/openapi/diff/impl/processing/DiffPolicy.java | 57344186c1c950651ffb6e98c73d42b0a780d473 | [
"Apache-2.0",
"LicenseRef-scancode-jgraph"
] | permissive | consulo/consulo | https://github.com/consulo/consulo | aa340d719d05ac6cbadd3f7d1226cdb678e6c84f | d784f1ef5824b944c1ee3a24a8714edfc5e2b400 | refs/heads/master | 2023-09-06T06:55:04.987000 | 2023-09-01T06:42:16 | 2023-09-01T06:42:16 | 10,116,915 | 680 | 54 | Apache-2.0 | false | 2023-06-05T18:28:51 | 2013-05-17T05:48:18 | 2023-05-27T20:14:55 | 2023-06-05T18:28:50 | 978,666 | 673 | 48 | 69 | Java | false | false | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | UTF-8 | Java | 3,241 | java | DiffPolicy.java | Java | [] | null | [] | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 3,241 | 0.752237 | 0.740512 | 90 | 35.011112 | 36.082157 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 2 |
4f490b20e1971518dcdf76c2a164ec360e244e12 | 6,244,882,468,278 | f77ee53e9aa4905aeab3b50a0b9a452960c3d28d | /LetterRemover/LetterRemover.java | 858d9b160ce9d68564e68e8a5a369e3e779a5d02 | [
"MIT"
] | permissive | surge123/AP-Computer-Science-Labs-2018-19 | https://github.com/surge123/AP-Computer-Science-Labs-2018-19 | d93fe96837f5fa78eb7f949827a1f62f52a7cbbf | e1f53bf084b7963376ba503dc1cac7b3c67530ac | refs/heads/master | 2020-09-16T06:50:23.532000 | 2019-11-29T02:39:44 | 2019-11-29T02:39:44 | 223,688,467 | 0 | 0 | MIT | true | 2019-11-24T03:44:52 | 2019-11-24T03:44:51 | 2019-11-13T04:01:28 | 2019-05-22T14:13:03 | 583 | 0 | 0 | 0 | null | false | false | //© A+ Computer Science - www.apluscompsci.com
//Name -
//Date -
//Class -
//Lab -
import static java.lang.System.*;
public class LetterRemover
{
// instance variables (attributes, properties, fields)
private String sentence;
private char lookFor;
// default constructor
public LetterRemover()
{
s... | UTF-8 | Java | 1,132 | java | LetterRemover.java | Java | [] | null | [] | //© A+ Computer Science - www.apluscompsci.com
//Name -
//Date -
//Class -
//Lab -
import static java.lang.System.*;
public class LetterRemover
{
// instance variables (attributes, properties, fields)
private String sentence;
private char lookFor;
// default constructor
public LetterRemover()
{
s... | 1,132 | 0.671972 | 0.671088 | 67 | 15.880597 | 21.241695 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.835821 | false | false | 2 |
35b272a45a228060bbe1174a5d4a072bad11b31d | 29,283,087,051,962 | 20884bbffbcb19f26177578c98cde7095dc7a153 | /src/main/java/fr/hexaone/utils/TypeDTD.java | 5f10388b0ec75fc5a1743673f5ac17a169fcb0c3 | [] | no_license | corentinbranchereau/path-finding_application | https://github.com/corentinbranchereau/path-finding_application | a475f733f87790bf74a5c3e8e7e5a81a1f6232d4 | fe62d594d3816756fa1577f394df0b088a658134 | refs/heads/main | 2023-02-17T08:32:41.921000 | 2021-01-18T22:17:52 | 2021-01-18T22:17:52 | 328,789,794 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.hexaone.utils;
/**
* Enumération des différents types de DTD disponibles et leur chemin d'accès.
*/
public enum TypeDTD {
/**
* Le DTD carte
*/
CARTE("carte.dtd"),
/**
* Le DTD requête
*/
REQUETE("requetes.dtd");
/**
* Le chemin du DTD dans le dossier des res... | UTF-8 | Java | 718 | java | TypeDTD.java | Java | [] | null | [] | package fr.hexaone.utils;
/**
* Enumération des différents types de DTD disponibles et leur chemin d'accès.
*/
public enum TypeDTD {
/**
* Le DTD carte
*/
CARTE("carte.dtd"),
/**
* Le DTD requête
*/
REQUETE("requetes.dtd");
/**
* Le chemin du DTD dans le dossier des res... | 718 | 0.569425 | 0.569425 | 37 | 18.270269 | 20.021135 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.162162 | false | false | 2 |
b5f2ce64d482be0563a50e29cfcbdc7810c8bea0 | 16,441,134,834,957 | f97ba375da68423d12255fa8231365104867d9b0 | /resume/src/main/java/com/resume/vo/ArticlesVo.java | 71d19546875f2e69384e08e3d620f0b2ca826471 | [
"MIT"
] | permissive | lei720/coderZsq.practice.server | https://github.com/lei720/coderZsq.practice.server | 7a728612e69c44e0877c0153c828b50d8ea7fa7c | 4ddf9842cd088d4a0c2780ac22d41d7e6229164b | refs/heads/master | 2023-07-16T11:21:26.942000 | 2021-09-08T04:38:07 | 2021-09-08T04:38:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.resume.vo;
import java.util.List;
/**
* Created by zhushuangquan on 14/11/2017.
*/
public class ArticlesVo {
List<ColumnVo> columnList;
public List<ColumnVo> getColumnList() {
return columnList;
}
public void setColumnList(List<ColumnVo> columnList) {
this.columnList =... | UTF-8 | Java | 341 | java | ArticlesVo.java | Java | [
{
"context": "ume.vo;\n\nimport java.util.List;\n\n/**\n * Created by zhushuangquan on 14/11/2017.\n */\npublic class ArticlesVo {\n\n ",
"end": 79,
"score": 0.999553918838501,
"start": 66,
"tag": "USERNAME",
"value": "zhushuangquan"
}
] | null | [] | package com.resume.vo;
import java.util.List;
/**
* Created by zhushuangquan on 14/11/2017.
*/
public class ArticlesVo {
List<ColumnVo> columnList;
public List<ColumnVo> getColumnList() {
return columnList;
}
public void setColumnList(List<ColumnVo> columnList) {
this.columnList =... | 341 | 0.665689 | 0.642229 | 19 | 16.947369 | 17.957476 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 2 |
9761ee0f806946e585cb55ce4907bdc8692a9bab | 3,693,671,901,168 | 25567b970e97f86b229c8e2bde25b77442e198fa | /app/src/main/java/com/example/kevintsou/image/activity/SearchActivity.java | c0829dfbe494dd5dca4cb67fc0f95ddecd39cc6e | [] | no_license | kevintsou17/History | https://github.com/kevintsou17/History | d1c623ecdd14f814727437ab5833fe16b11d43b8 | 584664faf8f669b33f07069a9d26c2256811dd0d | refs/heads/master | 2021-09-17T18:07:49.568000 | 2018-07-04T04:02:01 | 2018-07-04T04:02:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kevintsou.image.activity;
import android.content.Intent;
import android.content.ReceiverCallNotAllowedException;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android... | UTF-8 | Java | 8,747 | java | SearchActivity.java | Java | [
{
"context": "\nimport shared.model.PersonMod;\n\n/**\n * Created by KevinTsou on 3/28/2018.\n */\n\npublic class SearchActivity ex",
"end": 1170,
"score": 0.99942946434021,
"start": 1161,
"tag": "NAME",
"value": "KevinTsou"
}
] | null | [] | package com.example.kevintsou.image.activity;
import android.content.Intent;
import android.content.ReceiverCallNotAllowedException;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android... | 8,747 | 0.620213 | 0.61724 | 244 | 34.848362 | 26.999043 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598361 | false | false | 2 |
0c8fe0d407a53c187489c50fd572cc1a9acfddf9 | 26,568,667,721,710 | 94d0cf9e959ae2a9f51f4570d630a8c3be444e74 | /JavaSE/src/com/ldj/thread/DaemonThreadUser.java | e5cb6493479b752d943d7e94bd57b52c48c212fa | [] | no_license | ldj1234567/ldj | https://github.com/ldj1234567/ldj | 3961859453ecdf3d91c965ed7ffc6f3d34d2fe98 | 8ea7cc7f20ed9f5c3b0089d4f9652c4c5d0888cb | refs/heads/master | 2020-04-13T07:50:45.228000 | 2018-12-31T15:28:22 | 2018-12-31T15:28:22 | 163,063,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ldj.thread;
import java.util.concurrent.TimeUnit;
public class DaemonThreadUser
{
public static void main(String[] args) throws InterruptedException
{
// TODO Auto-generated method stub
Thread t1 = new Thread(() ->
{
while(true) {
try {
System.out.println("t1 is running!");
Time... | GB18030 | Java | 652 | java | DaemonThreadUser.java | Java | [] | null | [] | package com.ldj.thread;
import java.util.concurrent.TimeUnit;
public class DaemonThreadUser
{
public static void main(String[] args) throws InterruptedException
{
// TODO Auto-generated method stub
Thread t1 = new Thread(() ->
{
while(true) {
try {
System.out.println("t1 is running!");
Time... | 652 | 0.654485 | 0.644518 | 30 | 19.066668 | 18.332001 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4 | false | false | 2 |
2b3e4c2405cbbb54b34bce2f8485c9100427a3ef | 14,654,428,443,251 | 09acb6fcd0533904cc8cac158498f6270e4aeac9 | /android/src/main/java/com/gettipsi/stripe/util/InitializationOptions.java | 26e2fa663a8bbfba9adf8bba8efe95852d6d11a9 | [
"MIT"
] | permissive | tipsi/tipsi-stripe | https://github.com/tipsi/tipsi-stripe | 3ec518515162690ec2520db90001223bb95976d0 | 9af0571fd82a4d43171d552c5b0ab3534f1d55bf | refs/heads/master | 2023-09-05T04:37:59.210000 | 2023-04-13T16:08:20 | 2023-04-13T16:08:20 | 72,090,557 | 1,237 | 624 | MIT | false | 2023-06-20T20:30:28 | 2016-10-27T09:03:49 | 2023-06-20T20:21:15 | 2023-06-20T20:30:26 | 3,886 | 1,138 | 543 | 3 | JavaScript | false | false | package com.gettipsi.stripe.util;
/**
* Created by ngoriachev on 15/03/2018.
*/
public abstract class InitializationOptions {
public static final String PUBLISHABLE_KEY = "publishableKey";
public static final String ANDROID_PAY_MODE_KEY = "androidPayMode";
public static final String ANDROID_PAY_MODE_PRODUCTI... | UTF-8 | Java | 403 | java | InitializationOptions.java | Java | [
{
"context": "ckage com.gettipsi.stripe.util;\n\n/**\n * Created by ngoriachev on 15/03/2018.\n */\n\npublic abstract class Initial",
"end": 63,
"score": 0.9995659589767456,
"start": 53,
"tag": "USERNAME",
"value": "ngoriachev"
},
{
"context": "ublic static final String ANDROID_PAY_M... | null | [] | package com.gettipsi.stripe.util;
/**
* Created by ngoriachev on 15/03/2018.
*/
public abstract class InitializationOptions {
public static final String PUBLISHABLE_KEY = "publishableKey";
public static final String ANDROID_PAY_MODE_KEY = "androidPayMode";
public static final String ANDROID_PAY_MODE_PRODUCTI... | 403 | 0.754342 | 0.734491 | 14 | 27.785715 | 28.64357 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 2 |
915e24788b1ec633e282606ec12359f75f1be810 | 5,583,457,515,363 | b335485ba8f31b97b12d37947872f8e0e603a32d | /Decorator/Interfaces/src/interfaces/IUIController.java | 1b30bf94b6a4ba8fe18cfa2ea1b89cab87b3ef5f | [] | no_license | rejanefal/INF011 | https://github.com/rejanefal/INF011 | bc2f0a9ddbd4e507cc4cac44efafb00f108b876e | 019cc7321fcca180286c9ea260158612b88ecc45 | refs/heads/master | 2021-06-27T23:52:15.704000 | 2017-09-14T03:58:42 | 2017-09-14T03:58:42 | 100,301,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interfaces;
public abstract interface IUIController
{
public abstract boolean initialize();
}
| UTF-8 | Java | 108 | java | IUIController.java | Java | [] | null | [] | package interfaces;
public abstract interface IUIController
{
public abstract boolean initialize();
}
| 108 | 0.777778 | 0.777778 | 7 | 14.428572 | 16.697794 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
e0acc5d37c64ea5f398f62e38b475177a5867449 | 601,295,458,648 | 3bf5df0fe08e20a1a74a18d6d2237c2db83ae1f9 | /src/com/example/shukdash/Fragment_Dash.java | 18187e690bffad5e5aa5aac5065f523e3ab0093c | [] | no_license | Tarlsie/ShukDash2017 | https://github.com/Tarlsie/ShukDash2017 | 9ca9eb90e5c68490e6464dd30f0e1410e5a59977 | 11fa798334e2732dfdb94d22540444159e637d50 | refs/heads/master | 2021-01-20T12:22:53.285000 | 2017-02-21T08:12:21 | 2017-02-21T08:12:21 | 82,652,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shukdash;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Fragment_Dash extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle ... | UTF-8 | Java | 463 | java | Fragment_Dash.java | Java | [] | null | [] | package com.example.shukdash;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Fragment_Dash extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle ... | 463 | 0.794816 | 0.794816 | 20 | 22.15 | 23.454798 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 2 |
c294cadf7cac314824a97ce72f9ea756debe9df9 | 28,518,582,877,336 | 418e742f578dca2ac64e7557a9c632b7729468a7 | /SampleFBO/src/hu/lacas/samplefbo/processing/FBOController.java | 6cdca662f5533f13c31bba19d369c39fccf202fc | [] | no_license | lacasrac/switch_custom_fbo_on_rajawali | https://github.com/lacasrac/switch_custom_fbo_on_rajawali | 792596f0c5d89dfca19495c5b7f57eb6615778e4 | 92c1c1cf63e22ed6f3af3396f25b4d1be112d0ff | refs/heads/master | 2015-08-07T12:43:35.414000 | 2013-03-29T08:55:21 | 2013-03-29T08:55:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.lacas.samplefbo.processing;
import rajawali.materials.TextureInfo;
import rajawali.primitives.Plane;
/**
* @author lacasrac
*/
public class FBOController {
private int[] mFrameBufferHandle;
private int[] mRenderBufferHandle;
private int[] mDepthRenderBufferHandle;
private int[] mFBOTex... | UTF-8 | Java | 2,045 | java | FBOController.java | Java | [
{
"context": "port rajawali.primitives.Plane;\r\n\r\n/**\r\n * @author lacasrac \r\n */\r\npublic class FBOController {\r\n\r\n\tprivate i",
"end": 143,
"score": 0.9996016621589661,
"start": 135,
"tag": "USERNAME",
"value": "lacasrac"
}
] | null | [] | package hu.lacas.samplefbo.processing;
import rajawali.materials.TextureInfo;
import rajawali.primitives.Plane;
/**
* @author lacasrac
*/
public class FBOController {
private int[] mFrameBufferHandle;
private int[] mRenderBufferHandle;
private int[] mDepthRenderBufferHandle;
private int[] mFBOTex... | 2,045 | 0.727139 | 0.725183 | 81 | 23.246914 | 18.914709 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.641975 | false | false | 2 |
63ad40a178b5e581c324bafe074148f4143c0d4a | 25,838,523,282,902 | 85d27a06e12b635ab4a7c20d998fc69393a68113 | /src/main/java/com/swkj/zebra/service/JobService.java | 508daa9e626f4c92bf2c039c730d26b87a4f7786 | [] | no_license | juxian/shiweikongjian | https://github.com/juxian/shiweikongjian | 4dd4a992effa28a0ff41c44c37ebe9790b28d7db | 58661f41211ba748a603ddb76bd023c6729aa8eb | refs/heads/master | 2021-01-13T03:33:48.232000 | 2016-12-28T06:53:35 | 2016-12-28T06:53:35 | 77,509,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swkj.zebra.service;
import com.amaz.core.orm.CommonRepository;
import com.amaz.core.service.BaseService;
import com.swkj.zebra.dao.JobDao;
import com.swkj.zebra.entity.Job;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import javax.inject.Named;
/**
* Created by sunbaoliang o... | UTF-8 | Java | 1,075 | java | JobService.java | Java | [
{
"context": "ect;\nimport javax.inject.Named;\n\n/**\n * Created by sunbaoliang on 2016/12/13 0013.\n */\n\n@Named\npublic class JobS",
"end": 318,
"score": 0.9996106624603271,
"start": 307,
"tag": "USERNAME",
"value": "sunbaoliang"
}
] | null | [] | package com.swkj.zebra.service;
import com.amaz.core.orm.CommonRepository;
import com.amaz.core.service.BaseService;
import com.swkj.zebra.dao.JobDao;
import com.swkj.zebra.entity.Job;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import javax.inject.Named;
/**
* Created by sunbaoliang o... | 1,075 | 0.733953 | 0.72 | 47 | 21.872341 | 24.686646 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.042553 | false | false | 2 |
dbcd6df3f38860bf7e05a37705e8845a3462337c | 18,674,517,807,066 | c552f9ee5e7bb8be4a4d33c4b8bfcdfb2d839679 | /src/main/java/com/zking/gofcrm/basd/mapper/SellStorageMapper.java | 0212b1870eaa2d198797bd7c96e6b07ae0148043 | [] | no_license | jzwyz/gofcrm | https://github.com/jzwyz/gofcrm | 76306835e98b32f0ef75ed7d6e84a7bbb2b3f54f | 2a02a610b4ad566e379e30316db90a042fdb8a48 | refs/heads/master | 2021-09-09T23:19:17.524000 | 2018-03-20T07:35:59 | 2018-03-20T07:35:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zking.gofcrm.basd.mapper;
import com.zking.gofcrm.basd.model.SellStorage;
public interface SellStorageMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sell_storage
*
* @mbg.generated
*/
int deleteByPrimaryKey(In... | UTF-8 | Java | 1,407 | java | SellStorageMapper.java | Java | [] | null | [] | package com.zking.gofcrm.basd.mapper;
import com.zking.gofcrm.basd.model.SellStorage;
public interface SellStorageMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table sell_storage
*
* @mbg.generated
*/
int deleteByPrimaryKey(In... | 1,407 | 0.664534 | 0.664534 | 53 | 25.566038 | 23.511948 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.150943 | false | false | 2 |
bde3882056d8079aa6ab6794038254fcd1583384 | 19,645,180,448,143 | 7f3201266af7f0973bc8997896826c155cd41e14 | /AndroidStudioProjects/TimeManager/app/src/main/java/com/example/tomoki/timemanager/TimeManagerWidget.java | e930600ec3b4c5e1df42b2d94fb3c1ed28592322 | [] | no_license | tmk815/TimeManager | https://github.com/tmk815/TimeManager | 9dee503d3871601158168cb9b8c0ec2476587741 | 966911ab7e964b9b59498dd0541f0f15e700453c | refs/heads/master | 2021-03-27T17:34:57.135000 | 2017-06-23T05:36:26 | 2017-06-23T05:36:26 | 89,541,514 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tomoki.timemanager;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import android.widget.RemoteViews;
import java.util.Cal... | UTF-8 | Java | 2,697 | java | TimeManagerWidget.java | Java | [
{
"context": "package com.example.tomoki.timemanager;\n\nimport android.appwidget.AppWidgetM",
"end": 26,
"score": 0.8117919564247131,
"start": 20,
"tag": "USERNAME",
"value": "tomoki"
}
] | null | [] | package com.example.tomoki.timemanager;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import android.widget.RemoteViews;
import java.util.Cal... | 2,697 | 0.66353 | 0.65939 | 69 | 37.492752 | 30.988367 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681159 | false | false | 2 |
daaf2c37d3794c44f5d007bd3dc19bc5457ad960 | 29,360,396,439,459 | 9bf3f12bac5c5a99b90f1319b87b02a8392b3f29 | /src/gravitationalpotentialenergy/GravitationalPotentialEnergy.java | b1db088c9eda8baa1786ed0eef7b203707bb35ce | [] | no_license | bogdankvlv/FirstLab | https://github.com/bogdankvlv/FirstLab | c59499701a1d9ebd77d948e9f5ffdac877c0e7a8 | c6194dbb3943da1bad33b998807472cc32e0d6a6 | refs/heads/master | 2022-12-13T02:34:53.391000 | 2020-09-03T20:20:53 | 2020-09-03T20:20:53 | 292,668,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @author Bogdan Kovalov
* @since 2/17/2020
* @version 1.0
*
**/
package gravitationalpotentialenergy;
//Importing a scanner that is used later in the program
import java.util.Scanner;
//Importing a PrintStream class
import java.io.PrintStream;
public class GravitationalPotentialEnergy {
... | UTF-8 | Java | 2,654 | java | GravitationalPotentialEnergy.java | Java | [
{
"context": "/*\r\n * @author Bogdan Kovalov\r\n * @since 2/17/2020\r\n * @version 1.0\r\n * \r\n**/\r\n",
"end": 29,
"score": 0.9998132586479187,
"start": 15,
"tag": "NAME",
"value": "Bogdan Kovalov"
}
] | null | [] | /*
* @author <NAME>
* @since 2/17/2020
* @version 1.0
*
**/
package gravitationalpotentialenergy;
//Importing a scanner that is used later in the program
import java.util.Scanner;
//Importing a PrintStream class
import java.io.PrintStream;
public class GravitationalPotentialEnergy {
publ... | 2,646 | 0.588922 | 0.575358 | 77 | 32.467533 | 25.481129 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376623 | false | false | 2 |
2d1e2292caf7cfdf79a2e0fc247647ec64fb1bf2 | 34,909,494,190,727 | 00781c79939216c7a693d4281a60c9af4b9782fc | /YAIM/src/main/java/transformations/normal/DrawLineTransformation.java | be4caf9e75cb697d9d266c882d4ec5e04714b02a | [] | no_license | Xyau/YetAnotherImageEditor | https://github.com/Xyau/YetAnotherImageEditor | 0e1eb8450bf103d894758117f3ff96e42cce5684 | 5fedc0fa0d0be7998673f75b825f5dff257c9691 | refs/heads/master | 2020-03-26T07:28:30.256000 | 2018-12-13T16:48:42 | 2018-12-13T16:48:42 | 144,656,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package transformations.normal;
import backend.utils.ImageUtils;
import backend.transformators.Transformation;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.image.WritableImage;
import javafx.scene.paint.Color;
public class DrawLineTransformation implements Transformation {
Integer x1,y1,x2,y2... | UTF-8 | Java | 1,023 | java | DrawLineTransformation.java | Java | [] | null | [] | package transformations.normal;
import backend.utils.ImageUtils;
import backend.transformators.Transformation;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.image.WritableImage;
import javafx.scene.paint.Color;
public class DrawLineTransformation implements Transformation {
Integer x1,y1,x2,y2... | 1,023 | 0.690127 | 0.667644 | 38 | 25.921053 | 24.315233 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868421 | false | false | 2 |
3cc706dafa2349287432d3563c039b31073c91b4 | 4,999,341,994,875 | 65978edf91f4ac3b03a7947f37e604ea0bef0fa0 | /DUA_Forensis/src/dua/DUA.java | 9200d8ebc35da720eb2d47dbe4338dba7325b221 | [] | no_license | matteprl/soot | https://github.com/matteprl/soot | 8f12c5c09665ee78ee5bf3367f9875fab4862e42 | 554aca93b5cc673f630e829cb03efdc161d1ff10 | refs/heads/master | 2020-07-03T03:21:01.721000 | 2011-01-20T08:02:50 | 2011-01-20T08:02:50 | 53,009,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package dua;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import soot.SootFieldRef;
import soot.toolkits.graph.Block;
import dua.global.ProgramFlowGraph;
import dua.method.CFG;
import dua.method.CFG.CFGNode;
import dua.method.CFGDefUse... | UTF-8 | Java | 4,609 | java | DUA.java | Java | [] | null | [] | /**
*
*/
package dua;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import soot.SootFieldRef;
import soot.toolkits.graph.Block;
import dua.global.ProgramFlowGraph;
import dua.method.CFG;
import dua.method.CFG.CFGNode;
import dua.method.CFGDefUse... | 4,609 | 0.68952 | 0.68952 | 138 | 31.413044 | 27.407215 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.963768 | false | false | 2 |
44d3aefbba22f85d2d6e229b1dd6dfebfe993e2d | 13,348,758,424,131 | bce20bea51008f39d9b5d3cd63d3b92c2da0bf94 | /cn.edu.thu.tsmart.tool.da.dpryer.common/src/cn/edu/thu/tsmart/tool/da/dpryer/common/model/dbg/sess/Session.java | 6c76a5a669ce2014fe5c0bd9acca566eaf57584f | [] | no_license | SunshineAllWay/TsmartCodeStandrad | https://github.com/SunshineAllWay/TsmartCodeStandrad | c4ff877506f9e0b3ac5f95b0633d6cff401816cf | 32dc323f8b82e9eb6b9571d6330b0030167fed4d | refs/heads/master | 2016-08-12T11:56:42.985000 | 2016-05-05T10:43:59 | 2016-05-05T10:43:59 | 50,893,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.thu.tsmart.tool.da.dpryer.common.model.dbg.sess;
import java.util.Date;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
import cn.edu.thu.tsmart.tool.da.dpryer.common.model.dbg.tree.DTreeNode;
@Root
public abstract class Session extends DTreeNode{
@Element(name = "sess... | UTF-8 | Java | 743 | java | Session.java | Java | [] | null | [] | package cn.edu.thu.tsmart.tool.da.dpryer.common.model.dbg.sess;
import java.util.Date;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
import cn.edu.thu.tsmart.tool.da.dpryer.common.model.dbg.tree.DTreeNode;
@Root
public abstract class Session extends DTreeNode{
@Element(name = "sess... | 743 | 0.733513 | 0.733513 | 33 | 21.515152 | 20.402201 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 2 |
1d07ec0e00b8bb99338e382685f01bf3d17555c0 | 35,708,358,102,723 | 923b4805dfe55e41b3c290a51df7cdc00887cd30 | /app/src/main/java/com/felipe/lucas/lfwframework/Components/RadioLFW.java | d3e6e4e3a9fa78d5eedec41aaea2eeb82cc9aa7b | [] | no_license | lucasmarfe/LFWFramework | https://github.com/lucasmarfe/LFWFramework | 506eab448ede2ef1bdc922b08d6d19400549c56c | a84740fd57cd0c15b24a11faf17586f1d873822c | refs/heads/master | 2021-01-21T04:44:48.053000 | 2016-06-13T20:47:09 | 2016-06-13T20:47:09 | 49,779,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.felipe.lucas.lfwframework.Components;
import android.content.Context;
import android.graphics.drawable.GradientDrawable;
import android.text.InputType;
import android.util.Log;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import com.felipe.lucas.lfwframework.Util.UtilLFW;
import j... | UTF-8 | Java | 3,036 | java | RadioLFW.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by lucas on 20/01/2016.\n */\npublic class RadioLFW extends ",
"end": 387,
"score": 0.9995849132537842,
"start": 382,
"tag": "USERNAME",
"value": "lucas"
}
] | null | [] | package com.felipe.lucas.lfwframework.Components;
import android.content.Context;
import android.graphics.drawable.GradientDrawable;
import android.text.InputType;
import android.util.Log;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import com.felipe.lucas.lfwframework.Util.UtilLFW;
import j... | 3,036 | 0.621871 | 0.617918 | 91 | 32.362637 | 26.848175 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
64865a01853bfe653eaea40a0a43183326175354 | 17,222,818,881,802 | 0dd40523d8cb4b1f3ebb2deb90f96bb89e27bfec | /neo4jlearn/src/test/java/trumanz/neo4jlearn/BasicTest.java | 2447e5c4b9ca498ce6afd932aaccf2bf83300669 | [] | no_license | trumanz/neo4j-learning | https://github.com/trumanz/neo4j-learning | 68730c39771260b0701f635cff6fdd4795c5a2ee | eb2c5bd0a0d1d523e6d265bd903c5b9edd2a19ab | refs/heads/master | 2019-05-11T12:58:42.062000 | 2016-03-06T11:50:26 | 2016-03-06T11:50:26 | 53,250,284 | 0 | 1 | null | false | 2016-06-13T09:50:49 | 2016-03-06T10:57:47 | 2016-03-06T11:50:41 | 2016-06-13T09:50:49 | 3 | 0 | 1 | 1 | Java | null | null | package trumanz.neo4jlearn;
import java.util.Map;
import java.util.Map.Entry;
import org.junit.Test;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.Result;
import org.neo4j.graphdb.Transaction;
import org.neo4j.graphdb.factory.GraphDatabaseFactory;
import org.ne... | UTF-8 | Java | 1,411 | java | BasicTest.java | Java | [] | null | [] | package trumanz.neo4jlearn;
import java.util.Map;
import java.util.Map.Entry;
import org.junit.Test;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.Result;
import org.neo4j.graphdb.Transaction;
import org.neo4j.graphdb.factory.GraphDatabaseFactory;
import org.ne... | 1,411 | 0.690999 | 0.671864 | 57 | 23.754387 | 24.66497 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.77193 | false | false | 2 |
0a9f9b865d66e42cf05213c5a5ae5503dbe9bf38 | 10,471,130,325,209 | c811e2cbb1528ac821ff6746b43748afdd3afa6c | /src/main/java/co/com/utest/choucair/userinterface/UtestRegisterPage.java | 3e5bb3fb933838a44aae824117ec77b25a30ac7b | [] | no_license | juliieth5/Utest | https://github.com/juliieth5/Utest | 00fcefd40ed6ab3e7c3cea897e4a8e98dcef1bf7 | 0cc28806da94fdec5b72b31d538d695ac666e15d | refs/heads/master | 2023-04-09T15:23:04.472000 | 2021-04-21T17:06:18 | 2021-04-21T17:06:18 | 360,245,641 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.utest.choucair.userinterface;
import net.serenitybdd.core.pages.PageObject;
import net.serenitybdd.screenplay.targets.Target;
import org.openqa.selenium.By;
public class UtestRegisterPage extends PageObject {
public static final Target JOIN_BUTTON = Target.the("Button to begin the register")
... | UTF-8 | Java | 382 | java | UtestRegisterPage.java | Java | [] | null | [] | package co.com.utest.choucair.userinterface;
import net.serenitybdd.core.pages.PageObject;
import net.serenitybdd.screenplay.targets.Target;
import org.openqa.selenium.By;
public class UtestRegisterPage extends PageObject {
public static final Target JOIN_BUTTON = Target.the("Button to begin the register")
... | 382 | 0.743455 | 0.740838 | 11 | 33.727272 | 28.629581 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 2 |
8743e9c6cd19fd99e213015e1dc000c27ccde757 | 9,655,086,540,450 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.6-stable0/code/base/ui-eclipse/src/org/terracotta/dso/editors/xmlbeans/XmlBooleanToggle.java | ad1a3856c96683048b972291e1994a1fd47b802a | [] | no_license | sirinath/Terracotta | https://github.com/sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414000 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package org.terracotta.dso.editors.xmlbeans;
import org.apache.xmlbeans.XmlObject;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.Selecti... | UTF-8 | Java | 3,180 | java | XmlBooleanToggle.java | Java | [] | null | [] | /*
* All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package org.terracotta.dso.editors.xmlbeans;
import org.apache.xmlbeans.XmlObject;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.Selecti... | 3,180 | 0.676415 | 0.673899 | 124 | 24.645161 | 23.852772 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 2 |
c2ca8323229f3c9c25ea0f968ea327bff45045ca | 9,594,956,974,978 | 837cf995114d4c8b05b7c5ad9488ce3ee5631027 | /src/Showing.java | f0c868bd26ef0032d8327b9c201cb5c1a6b5027d | [] | no_license | Yicheng-Wang/LogicalGC | https://github.com/Yicheng-Wang/LogicalGC | c7f6b37755c38a5e7c3ad5e71f11d9ee533d02bb | 6b186c6ddc8a4019c5ce9fb99044a6a9db062bcd | refs/heads/master | 2023-08-23T05:48:07.957000 | 2021-10-14T14:04:22 | 2021-10-14T14:04:22 | 306,192,676 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import javax.imageio.ImageIO;
import javax... | UTF-8 | Java | 16,060 | java | Showing.java | Java | [] | null | [] | import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import javax.imageio.ImageIO;
import javax... | 16,060 | 0.606929 | 0.584457 | 397 | 39.352646 | 31.526512 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.017632 | false | false | 2 |
f299c91a66e9a4596cdab5a4ef50a85e2351f766 | 35,433,480,201,766 | 9a4bdfc616a3109ac8b801ed355be1cdc3d4751d | /circle/src/main/java/com/kh/circle/vo/CirclePayReadyReturnVO.java | 5b647f75f987a3e680b5e7767c20665a4d4253f6 | [] | no_license | SungWoo824/kh2-final-circle | https://github.com/SungWoo824/kh2-final-circle | f263c49ae0f3e300ac7de9bdfc32c53afa6e667f | c7c98aac387272acd5df37b691e7e8a7c5ad94d7 | refs/heads/master | 2022-11-28T01:30:48.664000 | 2021-05-07T05:47:20 | 2021-05-07T05:47:20 | 235,750,958 | 0 | 0 | null | false | 2022-10-19T01:58:15 | 2020-01-23T08:13:56 | 2021-05-07T05:47:22 | 2022-10-19T01:58:14 | 95,517 | 0 | 0 | 17 | Java | false | false | package com.kh.circle.vo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data @Builder @AllArgsConstructor @NoArgsConstructor
public class CirclePayReadyReturnVO implements PayReadyReturnVO{
private String tid;
private String next_redirect_a... | UTF-8 | Java | 446 | java | CirclePayReadyReturnVO.java | Java | [] | null | [] | package com.kh.circle.vo;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data @Builder @AllArgsConstructor @NoArgsConstructor
public class CirclePayReadyReturnVO implements PayReadyReturnVO{
private String tid;
private String next_redirect_a... | 446 | 0.789238 | 0.789238 | 16 | 25.875 | 18.553555 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
7a55dac7e7844541c59318f9f62f1943154d2d0f | 34,789,235,121,460 | 741d4c77b7fc4b9ba3373c719cd074c3d172916d | /RobotGradle/src/main/java/com/team195/frc2019/auto/actions/SetBeakAction.java | 3341a6693d25a9a868edbc1f3e83b661a27cbefd | [
"MIT"
] | permissive | laurens423/FRC2019 | https://github.com/laurens423/FRC2019 | 70b23e2799dbfb2f3783adcbcfc5f0e6517c89e2 | c47f138aae3baacd12987c6c3c3b06e010bb0b9f | refs/heads/master | 2022-03-19T20:59:48.063000 | 2019-06-08T21:57:05 | 2019-06-08T21:57:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team195.frc2019.auto.actions;
import com.team195.frc2019.constants.AutoConstants;
import com.team195.frc2019.subsystems.Turret;
import com.team195.lib.util.ThreadRateControl;
import com.team195.lib.util.TimeoutTimer;
public class SetBeakAction implements Action {
private static final Turret mTurret = Tur... | UTF-8 | Java | 1,460 | java | SetBeakAction.java | Java | [] | null | [] | package com.team195.frc2019.auto.actions;
import com.team195.frc2019.constants.AutoConstants;
import com.team195.frc2019.subsystems.Turret;
import com.team195.lib.util.ThreadRateControl;
import com.team195.lib.util.TimeoutTimer;
public class SetBeakAction implements Action {
private static final Turret mTurret = Tur... | 1,460 | 0.746575 | 0.725342 | 62 | 22.548388 | 23.42502 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677419 | false | false | 2 |
359acbf8bce93388acbfd21827caaf4851eb08fa | 8,959,301,826,280 | 8dd709c2bbd7a683e72cc34910bb70988baa6b90 | /ColorFoldLevelDesigner/src/game/colorfold/designer/controller/command/FoldColorCommand.java | ee8a34dfe7daf2344ad8de3ad28a63b238381915 | [] | no_license | arikande/ColorFoldLevelDesigner | https://github.com/arikande/ColorFoldLevelDesigner | db8d83016bf425b2ca37177e998d9687fd884893 | be94e383a76b1774b7c269377a85f5bf390489cc | refs/heads/master | 2020-03-23T17:57:39.909000 | 2018-10-01T18:14:11 | 2018-10-01T18:14:11 | 141,882,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.colorfold.designer.controller.command;
import java.util.Map;
import game.colorfold.designer.model.ColorFoldMove;
import game.colorfold.designer.model.Coordinate;
import game.colorfold.designer.model.LevelDesignerModel;
public class FoldColorCommand {
private Map<Coordinate, Integer> puzzle;
pri... | UTF-8 | Java | 1,823 | java | FoldColorCommand.java | Java | [] | null | [] | package game.colorfold.designer.controller.command;
import java.util.Map;
import game.colorfold.designer.model.ColorFoldMove;
import game.colorfold.designer.model.Coordinate;
import game.colorfold.designer.model.LevelDesignerModel;
public class FoldColorCommand {
private Map<Coordinate, Integer> puzzle;
pri... | 1,823 | 0.746572 | 0.744377 | 63 | 27.936508 | 23.504726 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.47619 | false | false | 2 |
2f4be20e7fc3605fd1028865e30d9cb6027becd1 | 30,090,540,935,897 | 131a11ba029d87c70f595ad78af734d82372d4b7 | /Tic-Tac-Toe/src/STATUS.java | 67810b5473b263a1751f0561c7635f48063a4b7a | [] | no_license | kylesaggar97/Tic-Tac-Toe | https://github.com/kylesaggar97/Tic-Tac-Toe | ddf241aae0dbd83bdbe952e65ef1f8939157ad5f | 03dca95dae1655a51cd00c5d5195ccf6289f5ce3 | refs/heads/master | 2021-01-22T02:21:01.893000 | 2017-05-25T02:01:42 | 2017-05-25T02:01:42 | 92,354,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Different codes the Server will send the Client
public enum STATUS {
GO,WON,LOST,DRAW;
}
| UTF-8 | Java | 92 | java | STATUS.java | Java | [] | null | [] | //Different codes the Server will send the Client
public enum STATUS {
GO,WON,LOST,DRAW;
}
| 92 | 0.75 | 0.75 | 4 | 22 | 17.248188 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 2 |
882d0f7bc5c612a014921d6eb822811aa2aaf1af | 30,090,540,937,555 | 93740012e907b568a0a8c842aeb27769ad2024ed | /classlib/java.desktop/src/main/resources/META-INF/modules/java.desktop/classes/java/awt/GradientPaintContext.java | ad481ccf974bfd343fa2a70a74fb539300c1bed1 | [
"Apache-2.0"
] | permissive | mirkosertic/Bytecoder | https://github.com/mirkosertic/Bytecoder | 2beb0dc07d3d00777c9ad6eeb177a978f9a6464b | 7af3b3c8f26d2f9f922d6ba7dd5ba21ab2acc6db | refs/heads/master | 2023-09-01T12:38:20.003000 | 2023-08-17T04:59:00 | 2023-08-25T09:06:25 | 88,152,958 | 831 | 75 | Apache-2.0 | false | 2023-09-11T13:47:20 | 2017-04-13T10:21:59 | 2023-09-08T17:23:36 | 2023-09-11T13:47:18 | 2,189,800 | 800 | 63 | 27 | Java | false | false | /*
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | UTF-8 | Java | 10,364 | java | GradientPaintContext.java | Java | [] | null | [] | /*
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 10,364 | 0.495851 | 0.472212 | 295 | 34.132202 | 22.40262 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.732203 | false | false | 2 |
49a13b2914b5a8546ee0ef0d44aa4aa04f2d48bf | 31,164,282,739,415 | ab8c4aba6ffa4d99870eb29a4add960550dae4f0 | /src/main/java/org/carlspring/maven/artifact/downloader/IndexDownloader.java | eefa9655f6db3da04c527ba77351fd867185092b | [
"Apache-2.0"
] | permissive | CroceIt/artifact-downloader | https://github.com/CroceIt/artifact-downloader | 0a91d1349acd11fbf9334546c393df8e86c2cb45 | 5bbafc186821c78c595ae8c53a1cb31b8a1efd99 | refs/heads/master | 2021-06-10T12:44:41.678000 | 2016-12-30T01:13:47 | 2016-12-30T01:13:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.carlspring.maven.artifact.downloader;
import org.apache.maven.index.Indexer;
import org.apache.maven.index.context.IndexCreator;
import org.apache.maven.index.context.IndexingContext;
import org.apache.maven.index.updater.*;
import org.apache.maven.wagon.Wagon;
import org.apache.maven.wagon.events.Transfer... | UTF-8 | Java | 6,729 | java | IndexDownloader.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author carlspring\n */\npublic class IndexDownloader\n{\n\n private f",
"end": 712,
"score": 0.999218225479126,
"start": 702,
"tag": "USERNAME",
"value": "carlspring"
}
] | null | [] | package org.carlspring.maven.artifact.downloader;
import org.apache.maven.index.Indexer;
import org.apache.maven.index.context.IndexCreator;
import org.apache.maven.index.context.IndexingContext;
import org.apache.maven.index.updater.*;
import org.apache.maven.wagon.Wagon;
import org.apache.maven.wagon.events.Transfer... | 6,729 | 0.64497 | 0.644821 | 196 | 33.331635 | 31.879831 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47449 | false | false | 2 |
cd365593db8cff2ce8b7d5ea1a8d91cab5b6e6ff | 23,261,542,925,904 | 3fbc373305dbd03e30af0878a2afbcd873a394b3 | /springMVC/src/com/imooc/springMVC/Service/UserService.java | cb3d776e7a880961ddcd670284b9834188c25977 | [] | no_license | commonrat/MySSM | https://github.com/commonrat/MySSM | d433469a40637395dac321572bfa46b2064d40a3 | 258a16142bf4676c2601e8a102720315b00ccc4b | refs/heads/master | 2020-06-25T22:53:21.924000 | 2019-07-29T10:27:41 | 2019-07-29T10:27:41 | 199,445,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.springMVC.Service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.imooc.springMVC.DAO.UserDAO;
import com.imooc.springMVC.pojo.User;
@Service
public class UserService {
@Autowired private UserDAO user... | UTF-8 | Java | 679 | java | UserService.java | Java | [] | null | [] | package com.imooc.springMVC.Service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.imooc.springMVC.DAO.UserDAO;
import com.imooc.springMVC.pojo.User;
@Service
public class UserService {
@Autowired private UserDAO user... | 679 | 0.762887 | 0.762887 | 30 | 21.633333 | 17.541348 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 2 |
ce8d25cc425b0b764dd58e3d7c98dd7906f78286 | 10,651,518,958,643 | a6df798c00b275eb18fd112b1ab58ed1b3785595 | /CalcEngine/src/main/java/com/example/calcengine/integral/DefiniteIntegralCalculator.java | 6c065ff59c1b305e5b35f1a6490dd6ddea8e7609 | [] | no_license | akicinger/Calculator | https://github.com/akicinger/Calculator | f2a1c4f553560dde14f4fb1fb0236f7a44d07862 | 906f6b91dce342cbe2074bee17643e3e5665e5a9 | refs/heads/master | 2020-03-27T23:52:53.779000 | 2018-09-05T06:47:00 | 2018-09-05T06:47:00 | 147,344,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.calcengine.integral;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;
/**
* Calculates a definite exp integral. The class consists of only one static method which performs
* calculation.
*
* @author Andrzej
*/
public class Definite... | UTF-8 | Java | 4,147 | java | DefiniteIntegralCalculator.java | Java | [
{
"context": "ethod which performs\n * calculation.\n *\n * @author Andrzej\n */\npublic class DefiniteIntegralCalculator {\n\n ",
"end": 294,
"score": 0.9996639490127563,
"start": 287,
"tag": "NAME",
"value": "Andrzej"
}
] | null | [] | package com.example.calcengine.integral;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;
/**
* Calculates a definite exp integral. The class consists of only one static method which performs
* calculation.
*
* @author Andrzej
*/
public class Definite... | 4,147 | 0.665541 | 0.663371 | 89 | 45.595505 | 34.227173 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438202 | false | false | 2 |
806f399daefe714ac054c8501dca72084509c052 | 34,102,040,362,871 | 6dcfc299fe708031ab023a311dc1fd455b87102c | /src/com/blog/action/AdminLogin.java | 5e8efbcde61db3333e5073865da5be047684bc6a | [] | no_license | Johnson0125/MyBlog | https://github.com/Johnson0125/MyBlog | c0a83953b5a30490d8c4ba00549501acf565ec1f | f534fc8061e50c63ffe53e6f9ba2071e97ce9b63 | refs/heads/master | 2021-01-10T16:36:43.794000 | 2015-06-01T15:23:48 | 2015-06-01T15:23:48 | 36,668,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blog.action;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class AdminLogin extends ActionSupport {
private String username;
private String password;
public String getUsername() {
return... | UTF-8 | Java | 1,261 | java | AdminLogin.java | Java | [
{
"context": "nContext.getRequest();\r\n\t\tif(username != null && \"admin\".equals(username)) {\r\n\t\t\t\r\n\t\t\tif(password != null",
"end": 706,
"score": 0.9935590624809265,
"start": 701,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "als(username)) {\r\n\t\t\t\r\n\t\t\tif... | null | [] | package com.blog.action;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionSupport;
public class AdminLogin extends ActionSupport {
private String username;
private String password;
public String getUsername() {
return... | 1,263 | 0.675676 | 0.674038 | 50 | 22.42 | 20.00709 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.18 | false | false | 2 |
d5c49ca35ee9986c5ad07656161f286f36bedb38 | 5,609,227,331,842 | 0634fbee452915ccf0684d29e36054bc62687bcd | /src/main/java/com/bimurto/sampleSpringBoot/api/BookController.java | 270c03da67922fb7739850e100f6668aecaac9ea | [] | no_license | bimurtobadhan/sampleSpringBoot | https://github.com/bimurtobadhan/sampleSpringBoot | a5e96fec69dab1eba87c5b7b862afeab329e5ac2 | 2d2e996788af7f7b3bea7a3464a34d10faafbef8 | refs/heads/master | 2020-03-25T12:16:32.605000 | 2018-08-07T10:46:25 | 2018-08-07T10:46:25 | 143,767,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bimurto.sampleSpringBoot.api;
import com.bimurto.sampleSpringBoot.api.model.BookRequest;
import com.bimurto.sampleSpringBoot.domain.Book;
import com.bimurto.sampleSpringBoot.service.BookService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | UTF-8 | Java | 1,314 | java | BookController.java | Java | [
{
"context": "n.Valid;\nimport java.util.List;\n\n/**\n * Created by Shawrup on 07-Aug-18.\n */\n@Slf4j\npublic class BookControl",
"end": 632,
"score": 0.9965102672576904,
"start": 625,
"tag": "USERNAME",
"value": "Shawrup"
}
] | null | [] | package com.bimurto.sampleSpringBoot.api;
import com.bimurto.sampleSpringBoot.api.model.BookRequest;
import com.bimurto.sampleSpringBoot.domain.Book;
import com.bimurto.sampleSpringBoot.service.BookService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... | 1,314 | 0.755708 | 0.750381 | 40 | 31.85 | 25.537766 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 2 |
90678bc59f36ae53f416b525c84ebed283a9a514 | 20,246,475,864,401 | 5bc261317c053b9f433de3f083b891ba46df6dd3 | /src/main/java/com/livroproject/util/TesteConexao.java | ee48def51de33bcdc600fffbf4b4531e869bc464 | [] | no_license | ominivac/crudlivro | https://github.com/ominivac/crudlivro | 70bf84c2b53d119c3fec5eeb25b270db915cff64 | 8a51a2b7806a1ef779aeddd4fda6e5ecebfca1ce | refs/heads/master | 2020-03-29T09:27:19.004000 | 2018-09-21T20:15:54 | 2018-09-21T20:15:54 | 149,759,361 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.livroproject.util;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFact... | UTF-8 | Java | 930 | java | TesteConexao.java | Java | [
{
"context": "t org.hibernate.SessionFactory;\n\n/**\n *\n * @author Roberto\n */\npublic class TesteConexao {\n public static",
"end": 351,
"score": 0.9994171857833862,
"start": 344,
"tag": "NAME",
"value": "Roberto"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.livroproject.util;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFact... | 930 | 0.598925 | 0.598925 | 35 | 25.571428 | 22.053553 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
0cab444729a8cf3e997dd23b9348ca79e23e5be6 | 1,571,958,082,177 | f6c69f3ea2714497a1d6afa23b10f6a9f78d9409 | /exercise/Programmers/연습문제/Level 1/콜라츠 추측/CollatzConjecture.java | 1d847925619aabf708bc288afe91edee64cf9d7b | [] | no_license | ShaCoMiRo/Coding_Test_Practice | https://github.com/ShaCoMiRo/Coding_Test_Practice | 5be61a886e89b8d717422d1d849402fe4dd7eeda | 87c209c0ade1d55ff92f4b1abb8041e60eaea9f4 | refs/heads/main | 2023-04-18T19:07:38.950000 | 2022-09-26T13:28:59 | 2022-09-26T13:28:59 | 362,036,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int solution(int num) {
int time = 0;
if(num == 1) return 0;
while(time++ < 500) {
int evenCheck = num % 2;
if(evenCheck == 1) {
num = (num * 3) + 1;
} else {
num = n... | UTF-8 | Java | 438 | java | CollatzConjecture.java | Java | [] | null | [] | class Solution {
public int solution(int num) {
int time = 0;
if(num == 1) return 0;
while(time++ < 500) {
int evenCheck = num % 2;
if(evenCheck == 1) {
num = (num * 3) + 1;
} else {
num = n... | 438 | 0.317352 | 0.287671 | 20 | 20.950001 | 11.289265 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 2 |
740611a3d38012ac494d9601423a32ed6b2cec33 | 34,969,623,736,464 | ab109e9c5ad3fc8acbc59bad46527f7c40589d29 | /LojasNews/src/entidades/Pedido.java | 6697a6adfc6f53e57e6c688858fd2308d56a5588 | [] | no_license | lodi-jesse/senai | https://github.com/lodi-jesse/senai | 2772c70c68e0be50f7f5333002f1412168eaf31b | 2293102aec2285dcbf11a530663fafb8629bd98c | refs/heads/master | 2023-07-28T05:24:48.658000 | 2021-09-13T17:36:23 | 2021-09-13T17:36:23 | 381,520,358 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entidades;
import java.util.ArrayList;
import java.util.List;
import principal.Cliente;
public class Pedido {
private Long codigo;
private Cliente cliente;
private List<Item> itens = new ArrayList<>();
private String dataCompra;
public Pedido() {
}
public Pedido(Cliente cliente) {
this.cliente =... | UTF-8 | Java | 1,415 | java | Pedido.java | Java | [] | null | [] | package entidades;
import java.util.ArrayList;
import java.util.List;
import principal.Cliente;
public class Pedido {
private Long codigo;
private Cliente cliente;
private List<Item> itens = new ArrayList<>();
private String dataCompra;
public Pedido() {
}
public Pedido(Cliente cliente) {
this.cliente =... | 1,415 | 0.676325 | 0.675618 | 80 | 16.6875 | 18.828564 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3375 | false | false | 2 |
b428aff5912e5a4f455978d92ce2527a73195e2c | 13,649,406,117,133 | f75215276e4a03861b8e8a75de283d2e294c3308 | /Development/OldProjectIterations/integratedProjectDB/app/src/main/java/com/cse110/apk404/myCalendar/myCalendarApplication.java | 79ec63d611d3a286c149932768f3173fd3a1e7c5 | [
"Apache-2.0"
] | permissive | ucsdCSE110wi16/CSE110W240T9 | https://github.com/ucsdCSE110wi16/CSE110W240T9 | 109403e412641c27065ce075e7a3e7806fed252e | 1a5787907f399247048d927c92da4ba0093224fa | refs/heads/master | 2022-06-13T21:58:01.321000 | 2016-03-23T04:57:15 | 2016-03-23T04:57:15 | 49,842,349 | 7 | 11 | null | false | 2022-06-03T16:20:05 | 2016-01-18T00:25:10 | 2022-06-03T16:07:37 | 2022-06-03T16:20:04 | 115,116 | 6 | 7 | 1 | Java | false | false | package com.cse110.apk404.myCalendar;
import android.app.Application;
import android.content.res.Configuration;
import android.os.Debug;
import android.util.Log;
import com.cse110.apk404.myCalendar.eventListHandler.CalendarDB;
import com.cse110.apk404.myCalendar.eventListHandler.CalendarObject;
import com.cse110.apk4... | UTF-8 | Java | 3,218 | java | myCalendarApplication.java | Java | [] | null | [] | package com.cse110.apk404.myCalendar;
import android.app.Application;
import android.content.res.Configuration;
import android.os.Debug;
import android.util.Log;
import com.cse110.apk404.myCalendar.eventListHandler.CalendarDB;
import com.cse110.apk404.myCalendar.eventListHandler.CalendarObject;
import com.cse110.apk4... | 3,218 | 0.684587 | 0.666874 | 85 | 36.870586 | 36.578613 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564706 | false | false | 2 |
a69532e53470cf64b0bdbb2282336d89b6236faf | 5,076,651,381,368 | 5ad21fcf7a80a59de8cacc59ad2bea01013d9dd1 | /tmbeans/src/main/java/com/modcreater/tmbeans/show/goods/ShowConsumable.java | 213635aeed5a83ad09745a1b43c11d0862948982 | [] | no_license | ajun1241/aliyun | https://github.com/ajun1241/aliyun | bf3bc1c687d8e1cf4e3519f4dbf2b772a1d998ee | 53f7a776a060771932759dca766f2855c777e78b | refs/heads/master | 2022-12-21T00:05:54.098000 | 2019-11-15T06:27:19 | 2019-11-15T06:27:19 | 221,863,096 | 0 | 0 | null | false | 2022-06-21T02:14:33 | 2019-11-15T06:54:46 | 2019-11-15T06:57:54 | 2022-06-21T02:14:29 | 36,040 | 0 | 0 | 5 | Java | false | false | package com.modcreater.tmbeans.show.goods;
import lombok.Data;
/**
* Created with IntelliJ IDEA.
* Description:
*
* @Author: Goku_yi
* @Date: 2019-09-28
* Time: 17:07
*/
@Data
public class ShowConsumable {
private String consumableId;
private String goodsId;
private String goodsName;
private... | UTF-8 | Java | 556 | java | ShowConsumable.java | Java | [
{
"context": "with IntelliJ IDEA.\n * Description:\n *\n * @Author: Goku_yi\n * @Date: 2019-09-28\n * Time: 17:07\n */\n@Data\npub",
"end": 138,
"score": 0.9979529976844788,
"start": 131,
"tag": "USERNAME",
"value": "Goku_yi"
}
] | null | [] | package com.modcreater.tmbeans.show.goods;
import lombok.Data;
/**
* Created with IntelliJ IDEA.
* Description:
*
* @Author: Goku_yi
* @Date: 2019-09-28
* Time: 17:07
*/
@Data
public class ShowConsumable {
private String consumableId;
private String goodsId;
private String goodsName;
private... | 556 | 0.723022 | 0.701439 | 33 | 15.848485 | 16.079576 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
837dee2411d94ff2b69615854128903b18f2a8d4 | 22,316,650,129,544 | aa976dcd8fa9fb83ac938a2d2c236d9b45734c18 | /src/capgeminiJavaCodes/Sample2.java | 6f9de9a1a627801549aba4efb7acb8341402badd | [] | no_license | Farhana-786/GitDemo | https://github.com/Farhana-786/GitDemo | babfec1444586fc007304567a7d58bbd8ae82d42 | e8f4726d521f02d7489eb790f0632fcfc8cc3d41 | refs/heads/master | 2021-03-30T02:08:15.483000 | 2020-03-17T15:57:53 | 2020-03-17T15:57:53 | 247,969,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package capgeminiJavaCodes;
public class Sample2 {
public static void main(String[] args)
{
int num=121;
int temp=num;
int rev=0;
int rem;
while(temp!=0)
{
rem=temp%10;
rev=rev*10+rem;
temp=temp/10;
}
... | UTF-8 | Java | 532 | java | Sample2.java | Java | [] | null | [] | package capgeminiJavaCodes;
public class Sample2 {
public static void main(String[] args)
{
int num=121;
int temp=num;
int rev=0;
int rem;
while(temp!=0)
{
rem=temp%10;
rev=rev*10+rem;
temp=temp/10;
}
... | 532 | 0.443609 | 0.421053 | 29 | 17.344828 | 15.454663 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 2 |
31de996def85df8849cb689c7a77c699fd851ed1 | 31,490,700,265,051 | 04eff9aa30955bec915ac6780d885ef77f590ae6 | /src/main/java/com/ssm/service/UserService.java | 2b7ae53519750a966540f2f8d16e3b7213849653 | [] | no_license | wangmyhome/ssm | https://github.com/wangmyhome/ssm | 5660a205bc0dae379b5b1eaaffbf143b7790b6fd | 29720ebf65fd78c11e5647758d3dfe2843530e22 | refs/heads/master | 2022-12-22T07:07:13.537000 | 2021-08-26T03:47:22 | 2021-08-26T03:47:22 | 231,542,614 | 0 | 0 | null | false | 2022-12-15T23:46:04 | 2020-01-03T08:11:37 | 2021-08-26T03:48:51 | 2022-12-15T23:46:02 | 14,475 | 0 | 0 | 9 | JavaScript | false | false | package com.ssm.service;
import com.ssm.bean.User;
import com.ssm.utils.DataGridView;
import com.ssm.vo.UserVo;
import java.util.List;
public interface UserService {
/**
* 添加用户
* @param user
*/
public void addUser(User user);
/**
* 修改用户
* @param userVo
*/
public void ... | UTF-8 | Java | 918 | java | UserService.java | Java | [
{
"context": "\n /**\n * @Description 查询用户数据\n * @Author shanpeng\n * @Date 15:45\n * @Param [userVo]\n *",
"end": 705,
"score": 0.6979999542236328,
"start": 697,
"tag": "NAME",
"value": "shanpeng"
}
] | null | [] | package com.ssm.service;
import com.ssm.bean.User;
import com.ssm.utils.DataGridView;
import com.ssm.vo.UserVo;
import java.util.List;
public interface UserService {
/**
* 添加用户
* @param user
*/
public void addUser(User user);
/**
* 修改用户
* @param userVo
*/
public void ... | 918 | 0.570093 | 0.565421 | 51 | 15.784314 | 13.966786 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.215686 | false | false | 2 |
c18de1190b3f323169be2783389352fad61094fd | 36,567,351,581,932 | c59731f0edb5e10d94018d84f0a0ea5702284620 | /se339/hw3/src/changed/BookPriceCode.java | 8d740834f5a14da7c1b7355b73539231e17611ef | [] | no_license | mmallett/iastate_s13 | https://github.com/mmallett/iastate_s13 | 1c84ab9679f7d4f02c7eb903b6d66743072db7b1 | 3ef4653351ac94777af5b96a61e886ffbd408da8 | refs/heads/master | 2020-04-13T10:12:07.361000 | 2013-04-19T04:30:52 | 2013-04-19T04:30:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package changed;
/**
* Calculate book pricing based on price code parameter
* --note
* I treated these books as library books, so it doesn't cost
* anything to rent them
* @author Matt
*
*/
public enum BookPriceCode implements IPriceCode {
BOOK{
@Override
public int rentPrice(int days) {
return 0... | UTF-8 | Java | 802 | java | BookPriceCode.java | Java | [
{
"context": "doesn't cost\n * \t\tanything to rent them\n * @author Matt\n *\n */\npublic enum BookPriceCode implements IPric",
"end": 194,
"score": 0.9967450499534607,
"start": 190,
"tag": "NAME",
"value": "Matt"
}
] | null | [] | package changed;
/**
* Calculate book pricing based on price code parameter
* --note
* I treated these books as library books, so it doesn't cost
* anything to rent them
* @author Matt
*
*/
public enum BookPriceCode implements IPriceCode {
BOOK{
@Override
public int rentPrice(int days) {
return 0... | 802 | 0.63217 | 0.619701 | 61 | 12.147541 | 14.6599 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.606557 | false | false | 2 |
b28d5f592ba4619824c6774eb45e79cd0ffd7de6 | 7,378,753,816,637 | c8688db388a2c5ac494447bac90d44b34fa4132c | /sources/com/google/android/gms/internal/ads/zzdgb.java | ae71b9eec4433673a936240609589625bc69f349 | [] | no_license | mred312/apk-source | https://github.com/mred312/apk-source | 98dacfda41848e508a0c9db2c395fec1ae33afa1 | d3ca7c46cb8bf701703468ddc88f25ba4fb9d975 | refs/heads/master | 2023-03-06T05:53:50.863000 | 2021-02-23T13:34:20 | 2021-02-23T13:34:20 | 341,481,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.ads;
import android.content.Context;
import java.util.concurrent.Executor;
import java.util.concurrent.ScheduledExecutorService;
/* compiled from: com.google.android.gms:play-services-ads@@19.5.0 */
public final class zzdgb implements zzepf<zzdfw> {
/* renamed from: a */
... | UTF-8 | Java | 1,003 | java | zzdgb.java | Java | [] | null | [] | package com.google.android.gms.internal.ads;
import android.content.Context;
import java.util.concurrent.Executor;
import java.util.concurrent.ScheduledExecutorService;
/* compiled from: com.google.android.gms:play-services-ads@@19.5.0 */
public final class zzdgb implements zzepf<zzdfw> {
/* renamed from: a */
... | 1,003 | 0.684945 | 0.615155 | 32 | 30.34375 | 29.661222 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 2 |
9357ae16e34f50397ffdde13046bb2fe489d6ec1 | 22,016,002,408,949 | cb778489391fbb8523745f62a5c1be079378070e | /src/java/inventario/Producto.java | 058297c7b367d0a17641b6f9e84d67a778947359 | [] | no_license | AndySedano/PapasSanJose | https://github.com/AndySedano/PapasSanJose | d94285d85af0e9361b44df7b25a75c7f31e63660 | 417c7a0a27843b413cc7296036eb790608c7c601 | refs/heads/master | 2016-09-06T11:57:45.889000 | 2014-05-11T23:55:23 | 2014-05-11T23:55:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inventario;
public class Producto {
private int bultos;
private int kg;
private String tipo;
public int getBultos() {
return bultos;
}
public void setBultos(int bultos) {
this.bultos = bultos;
}
public int getKg() {
return kg;
... | UTF-8 | Java | 532 | java | Producto.java | Java | [] | null | [] | package inventario;
public class Producto {
private int bultos;
private int kg;
private String tipo;
public int getBultos() {
return bultos;
}
public void setBultos(int bultos) {
this.bultos = bultos;
}
public int getKg() {
return kg;
... | 532 | 0.513158 | 0.513158 | 32 | 14.625 | 12.41408 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
f2aab7a46c370be833f52b4440e95cfa18651474 | 31,645,319,040,351 | 1f57b2e6f45de99b766162dc31e89ee61e133e26 | /src/com/chentianran/LC25ReverseNodesInKGroup.java | c473199b220c5339ad4f8d4c0eef8051b5d69515 | [] | no_license | ctianran/LeetCode | https://github.com/ctianran/LeetCode | f01f8c068b338d5be139ebb790036e71df42591f | da7681a6a8f917babcd6acaa9292ee204a401d19 | refs/heads/master | 2020-09-12T13:07:47.963000 | 2019-09-15T05:25:37 | 2019-09-15T05:25:37 | 66,256,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chentianran;
import com.chentianran.utility.ListNode;
/**
* Created by Tianran on 3/2/2017.
*/
public class LC25ReverseNodesInKGroup {
public ListNode reverseKGroup(ListNode head, int k) {
if(k == 1) {
return head;
}
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode prev = dumm... | UTF-8 | Java | 941 | java | LC25ReverseNodesInKGroup.java | Java | [
{
"context": "m.chentianran.utility.ListNode;\n\n/**\n * Created by Tianran on 3/2/2017.\n */\npublic class LC25ReverseNodesInK",
"end": 93,
"score": 0.9994381070137024,
"start": 86,
"tag": "NAME",
"value": "Tianran"
}
] | null | [] | package com.chentianran;
import com.chentianran.utility.ListNode;
/**
* Created by Tianran on 3/2/2017.
*/
public class LC25ReverseNodesInKGroup {
public ListNode reverseKGroup(ListNode head, int k) {
if(k == 1) {
return head;
}
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode prev = dumm... | 941 | 0.5983 | 0.581297 | 52 | 17.096153 | 12.987064 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.596154 | false | false | 2 |
7206675028690a7b349219d588f64b3b672fab44 | 14,413,910,291,767 | 5d1a2938dcc9d799e4f98b8a7ff269121d20b52e | /HealthTrackerWEBAPPLICATION/Source Code/actifit/src/Model/WeightLossGoal.java | 126c9106d67db9f48c98d0c07f9a40728552491d | [] | no_license | nahim555/Software-Engineering | https://github.com/nahim555/Software-Engineering | b4b7d52bb2192a6c88a11c27c68ea832e9a07110 | 608276230ebe203d815235d4aa7d2a6aef75ebc3 | refs/heads/master | 2020-05-09T17:35:32.424000 | 2019-04-14T14:23:47 | 2019-04-14T14:23:47 | 181,315,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model;
import java.time.LocalDate;
public class WeightLossGoal extends Goal {
private double startingWeight;
private double targetWeight;
/**
* Default constructor of a weight loss goal.
*
* @param startingDate the date the goal was started
* @param duration the number of day... | UTF-8 | Java | 1,666 | java | WeightLossGoal.java | Java | [] | null | [] | package Model;
import java.time.LocalDate;
public class WeightLossGoal extends Goal {
private double startingWeight;
private double targetWeight;
/**
* Default constructor of a weight loss goal.
*
* @param startingDate the date the goal was started
* @param duration the number of day... | 1,666 | 0.653661 | 0.653661 | 60 | 26.783333 | 25.47423 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
653728295d324bd4c456f37d48ebe164aa72222e | 29,016,799,092,238 | 9e00228ca9a0038ff788aded1ea34a84e3036e9f | /tensquare_qa/src/main/java/com/tensquare/qa/interceptor/JwtInterceptor.java | 03448ca92ac2c93376187e8560c5af3c0bbe06b8 | [] | no_license | ywj790866977/tensquare_parent | https://github.com/ywj790866977/tensquare_parent | 3f139fad0c8e310f5527cc90db9e1ba3be5cd070 | 8a0a4b11f37c1cb8de9e841633042819191c267c | refs/heads/master | 2020-11-26T19:31:15.116000 | 2020-01-01T04:37:19 | 2020-01-01T04:37:19 | 229,185,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tensquare.qa.interceptor;
import io.jsonwebtoken.Claims;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
import util.JwtUtil;
import javax... | UTF-8 | Java | 1,632 | java | JwtInterceptor.java | Java | [
{
"context": "am: tensquare_parent\n * @description:\n * @author: 好人\n * @date: 2019-12-27 09:37\n **/\n@Component\npublic",
"end": 467,
"score": 0.9895814657211304,
"start": 465,
"tag": "USERNAME",
"value": "好人"
}
] | null | [] | package com.tensquare.qa.interceptor;
import io.jsonwebtoken.Claims;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
import util.JwtUtil;
import javax... | 1,632 | 0.61625 | 0.6075 | 51 | 30.372549 | 25.262512 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45098 | false | false | 2 |
facbcd138fbb1eeb160cbd6e0f40dbef6f0863ab | 6,751,688,651,046 | f868575e5dcae7ac853c1d3993aeb496d05f823b | /app/src/main/java/com/lyfe/utils/CanvasView.java | 7e3a78c5e3dc2e355086824c1d8e1b1e4050d40a | [
"Apache-2.0"
] | permissive | DKHirani/Lify_ddodle_v1 | https://github.com/DKHirani/Lify_ddodle_v1 | 40493ea4cdb09410eb32634a11cbb9bfad2bb98c | 332e29641f65116b49c4f874a0855d0372332c7b | refs/heads/master | 2016-05-20T00:08:16.801000 | 2016-04-26T18:31:53 | 2016-04-26T18:31:53 | 48,449,216 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lyfe.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphi... | UTF-8 | Java | 33,269 | java | CanvasView.java | Java | [] | null | [] | package com.lyfe.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphi... | 33,269 | 0.551565 | 0.547597 | 1,112 | 28.918165 | 26.18033 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477518 | false | false | 2 |
8c4a5c83c58dad204de698793a2bc5bbe296b14f | 9,998,683,924,247 | 003f95bdd562444d96f557b245c6f6b50a07167b | /src/main/java/dev/mouhieddine/recipeapp/commands/UnitOfMeasureCommand.java | 5cb0ca5dcdeacc6a453b1147de8daa2819feab4d | [
"MIT"
] | permissive | BIRSAx2/spring-recipe-app | https://github.com/BIRSAx2/spring-recipe-app | 31de9d5bd2af3e50b03bf2457763f1ed970f18d4 | 94abaf1e287606565cde7f14057a838a533adf17 | refs/heads/master | 2023-02-09T04:22:10.463000 | 2020-12-30T19:14:51 | 2020-12-30T19:14:51 | 315,990,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.mouhieddine.recipeapp.commands;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
/**
* @author : Mouhieddine.dev
* @since : 12/11/2020, Friday
**/
@Getter
@Setter
@NoArgsConstructor
public class UnitOfMeasureCommand {
private Long id;
private String description;
}
| UTF-8 | Java | 314 | java | UnitOfMeasureCommand.java | Java | [
{
"context": "nstructor;\nimport lombok.Setter;\n\n/**\n * @author : Mouhieddine.dev\n * @since : 12/11/2020, Friday\n **/\n@Getter\n@Sett",
"end": 155,
"score": 0.9485809206962585,
"start": 140,
"tag": "USERNAME",
"value": "Mouhieddine.dev"
}
] | null | [] | package dev.mouhieddine.recipeapp.commands;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
/**
* @author : Mouhieddine.dev
* @since : 12/11/2020, Friday
**/
@Getter
@Setter
@NoArgsConstructor
public class UnitOfMeasureCommand {
private Long id;
private String description;
}
| 314 | 0.761146 | 0.735669 | 17 | 17.470589 | 13.478164 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 2 |
340eb9fc55a3bc710d20fdb4df4100a8c1642a8c | 10,831,907,540,360 | 43715469495e4afdd8ed37ce4871e3f4508dd956 | /src/main/java/design_patterns/Mail.java | 717ccb28b26d37f0a71406f9cbc63c78530cf91b | [] | no_license | BlumaSavrasov/java-and-big-data-school | https://github.com/BlumaSavrasov/java-and-big-data-school | 4d936192cb3f13816641352c3ef902a4ad967795 | 97fbe925b7d3043114c618a5c1dcfc5f7111ac0a | refs/heads/master | 2023-01-08T18:32:49.964000 | 2020-11-09T17:52:23 | 2020-11-09T17:52:23 | 305,447,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package design_patterns;
public interface Mail {
void sendMail();
}
| UTF-8 | Java | 73 | java | Mail.java | Java | [] | null | [] | package design_patterns;
public interface Mail {
void sendMail();
}
| 73 | 0.712329 | 0.712329 | 5 | 13.6 | 10.781466 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
bce50497450f113e56bfbe1bc538c61fbb8ec945 | 24,507,083,408,923 | b00147a3f86aa1ab955076b74d3579cb0a96dabe | /mqttdemon/src/main/java/com/zhouliqiang/mqttdemon/utils/Tokens.java | 3ae86647f611a2362d283c5245e8d2750dab291f | [] | no_license | zhouliqiang/MQTTService | https://github.com/zhouliqiang/MQTTService | dc14dd098a91e10cf643e10ed6a15dbe5a879247 | fcf14c48ceea99865e874542307a8537e836881a | refs/heads/master | 2020-01-22T19:01:11.128000 | 2017-03-17T02:47:09 | 2017-03-17T02:47:09 | 84,695,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhouliqiang.mqttdemon.utils;
import android.util.Base64;
import java.nio.charset.Charset;
public class Tokens {
public static final String DEFAULT_SECURITY_CODE = "8dkeb9aslkj2624305#%Ab=00Vzzzkjy";
public static String generate(String userId, long generateTime, int expiryTime, String s... | UTF-8 | Java | 659 | java | Tokens.java | Java | [] | null | [] | package com.zhouliqiang.mqttdemon.utils;
import android.util.Base64;
import java.nio.charset.Charset;
public class Tokens {
public static final String DEFAULT_SECURITY_CODE = "8dkeb9aslkj2624305#%Ab=00Vzzzkjy";
public static String generate(String userId, long generateTime, int expiryTime, String s... | 659 | 0.708649 | 0.6783 | 19 | 32.684212 | 45.648605 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 2 |
544413b27888f551d62db31953f1b880c6095e69 | 4,080,218,980,474 | b3658803353f19f7a8a875145e711cab7857edd8 | /lab3-2/lib/EditDistance.java | ef8f850c39100f218081e488cdf7c70de2b0081b | [] | no_license | d0u0d0e/cpe448 | https://github.com/d0u0d0e/cpe448 | 41561a142f94b852f1e5abfaef90e7a248056053 | 9bd4197040696450a55f5325d7fc0b6b41fb3b38 | refs/heads/master | 2021-04-09T16:48:05.215000 | 2012-05-25T06:18:03 | 2012-05-25T06:18:03 | 32,653,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lib;
import java.util.Scanner;
import java.util.EnumSet;
import java.io.File;
import java.io.FileNotFoundException;
import java.lang.StringBuffer;
import java.util.*;
public class EditDistance {
enum Dir {left, up, upLeft, nil};
static HashMap<String, Integer> score = new HashMap<String, Integer>(576);
... | UTF-8 | Java | 10,041 | java | EditDistance.java | Java | [
{
"context": ", ext;\n StringBuffer key = new StringBuffer(\"ab\");\n String gapext;\n\n if(global)\n ",
"end": 2570,
"score": 0.9562076926231384,
"start": 2568,
"tag": "KEY",
"value": "ab"
},
{
"context": "(matrix);\n\t StringBuffer key = new StringBuffer(\"ab\... | null | [] | package lib;
import java.util.Scanner;
import java.util.EnumSet;
import java.io.File;
import java.io.FileNotFoundException;
import java.lang.StringBuffer;
import java.util.*;
public class EditDistance {
enum Dir {left, up, upLeft, nil};
static HashMap<String, Integer> score = new HashMap<String, Integer>(576);
... | 10,041 | 0.457325 | 0.427846 | 317 | 30.675079 | 26.871439 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958991 | false | false | 2 |
159e9596ea16aad5c5f3060e13571a7e5f9e6608 | 26,792,006,061,683 | c10b32b210acb9b5b2cd18ffb3653d61b083c19d | /app/src/main/java/com/oracle/api/Ride.java | f830061aa388a6a7b99ecd5fd99e4c754311f85f | [] | no_license | lgaleana/verde | https://github.com/lgaleana/verde | 724604cc07e4436bc561b0afd3aa6ebd0e0b5e74 | abd511ac7e45c8fd92a25ce63600abcc2f6be0c3 | refs/heads/master | 2021-01-17T07:45:48.029000 | 2016-03-16T20:18:41 | 2016-03-16T20:18:41 | 34,815,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oracle.api;
public class Ride
{
String m_rideID;
String m_userID;
String m_address;
double m_gallonsSaved;
String m_driverID;
int m_pickupOrder;
long m_pickup_time;
long m_end_time;
public Ride() {
}
public Ride(String rideID,
String userID,
... | UTF-8 | Java | 1,562 | java | Ride.java | Java | [] | null | [] | package com.oracle.api;
public class Ride
{
String m_rideID;
String m_userID;
String m_address;
double m_gallonsSaved;
String m_driverID;
int m_pickupOrder;
long m_pickup_time;
long m_end_time;
public Ride() {
}
public Ride(String rideID,
String userID,
... | 1,562 | 0.557618 | 0.557618 | 77 | 19.285715 | 13.367782 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 2 |
6b358af89fb08a7bc17a5e1df184d46f3fd96c4f | 25,116,968,802,887 | ebdf90b93cd8f2e96b39d1c8d5ad631b18c4ca15 | /YouTubeExample/app/src/main/java/fr/esilv/youtubeexample/adapters/YouTubeSearchItemAdapter.java | 664a27b0a0da8652730008f5a9fb945a6d906066 | [] | no_license | JohnySparkFall/Youtube_Android_Project | https://github.com/JohnySparkFall/Youtube_Android_Project | f165c40ecff868bee1653086a24d8a448a2decb1 | b3d696f8f80b39c9705eef5e4cb21562d573be8b | refs/heads/master | 2021-04-13T20:39:40.251000 | 2020-03-22T13:38:22 | 2020-03-22T13:38:22 | 249,186,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.esilv.youtubeexample.adapters;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import fr.esilv.youtubeexample.R;
import fr.esilv.youtubeexample.view... | UTF-8 | Java | 1,167 | java | YouTubeSearchItemAdapter.java | Java | [] | null | [] | package fr.esilv.youtubeexample.adapters;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import fr.esilv.youtubeexample.R;
import fr.esilv.youtubeexample.view... | 1,167 | 0.8012 | 0.799486 | 39 | 28.923077 | 30.639664 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 2 |
8071711c0894162e3a8c0da5de9f2394e70a77fb | 27,084,063,775,919 | efe5bff04bc9b5bf02da5b701e73d8ad1cf274a5 | /src/actions/shanghu/NewShanghu.java | 708388e0124bb9822793c1db09c4d787e4d3d316 | [] | no_license | caengcjd/mall | https://github.com/caengcjd/mall | 0eb9b8328ee6a9ef0953d23519188f6ee21ec418 | 99cd619150ecdc814a24d3b2b50bae27eb7f9733 | refs/heads/master | 2021-05-04T11:16:15.529000 | 2015-11-03T02:36:46 | 2015-11-03T02:36:46 | 45,436,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package actions.shanghu;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import dao.shanghu.Shanghudao;
import forms.shanghu.NewshForm;
import mystruts.Action;
import mystruts.ActionForm;
import mystruts.ActionForward;
import mystruts.ActionMapping;
/**
* 新建商户
*
* @a... | UTF-8 | Java | 1,174 | java | NewShanghu.java | Java | [
{
"context": "struts.ActionMapping;\n\n/**\n * 新建商户\n * \n * @author 颜敏\n * \n */\npublic class NewShanghu implements Action",
"end": 328,
"score": 0.7569920420646667,
"start": 326,
"tag": "NAME",
"value": "颜敏"
},
{
"context": "\n\t\tString name = sf.getName();\n\t\tString password =... | null | [] | package actions.shanghu;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import dao.shanghu.Shanghudao;
import forms.shanghu.NewshForm;
import mystruts.Action;
import mystruts.ActionForm;
import mystruts.ActionForward;
import mystruts.ActionMapping;
/**
* 新建商户
*
* @a... | 1,172 | 0.743243 | 0.743243 | 46 | 23.130434 | 17.351368 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.630435 | false | false | 2 |
161017a68f4b0d21f05edea9d2ae508f50b3946a | 21,758,304,354,258 | 49cc53e89443eb4b35375e7ca49f952142160e50 | /design-pattern/src/main/java/com/learn/desiagn/pattern/structuralPattern/flyweightPattern/example/service/impl/TicketFactory.java | 2c0d31afacd49fbd871be090115d3bb0bfdd8cc8 | [] | no_license | learn-grow/leetcode | https://github.com/learn-grow/leetcode | 163aa34593bf75b5178ecc45a6572f0b2e820374 | 20379f7b9769e7dfd3b0025806b99d9bc80340df | refs/heads/master | 2022-12-24T16:52:20.531000 | 2020-09-02T09:00:23 | 2020-09-02T09:00:23 | 223,884,206 | 0 | 0 | null | false | 2022-12-16T15:37:38 | 2019-11-25T07:11:15 | 2020-09-02T09:00:56 | 2022-12-16T15:37:37 | 289 | 0 | 0 | 8 | Java | false | false | package com.learn.desiagn.pattern.structuralPattern.flyweightPattern.example.service.impl;
import com.learn.desiagn.pattern.structuralPattern.flyweightPattern.example.service.ITicket;
import java.util.HashMap;
/**
* @author : lisy
* @version $Id: TicketFactory, v 0.1 2019年12月11日 11:20 AM lisy Exp $
*/
public clas... | UTF-8 | Java | 877 | java | TicketFactory.java | Java | [
{
"context": "cket;\n\nimport java.util.HashMap;\n\n/**\n * @author : lisy\n * @version $Id: TicketFactory, v 0.1 2019年12月11日",
"end": 234,
"score": 0.9996795058250427,
"start": 230,
"tag": "USERNAME",
"value": "lisy"
}
] | null | [] | package com.learn.desiagn.pattern.structuralPattern.flyweightPattern.example.service.impl;
import com.learn.desiagn.pattern.structuralPattern.flyweightPattern.example.service.ITicket;
import java.util.HashMap;
/**
* @author : lisy
* @version $Id: TicketFactory, v 0.1 2019年12月11日 11:20 AM lisy Exp $
*/
public clas... | 877 | 0.663905 | 0.647337 | 27 | 30.296297 | 28.777325 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 2 |
fb03720ed3bc33374b64471ec28fb45d51ed9d4b | 30,966,714,237,223 | 3f79e0e63caaeb8be1f177bdc14e0e1b12589dec | /src/main/java/domain/person/PersonWebForward.java | 33f3c707a2e84495c97d0008342acdbed37f391e | [] | no_license | jsyunzhan/jsyunzhan | https://github.com/jsyunzhan/jsyunzhan | e2b6b6c04af5f146432db3cff371302c1acbdd60 | 2354aef80b03872cf71059bf03c2ea1825069108 | refs/heads/master | 2020-03-13T11:57:34.679000 | 2018-06-27T07:40:20 | 2018-06-27T07:40:20 | 131,110,024 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domain.person;
/**
* 人员管理返回jsp
*/
public class PersonWebForward {
private PersonWebForward(){
}
public final static String LISTEER_PAGE = "person/listenermanagementpanel";
}
| UTF-8 | Java | 213 | java | PersonWebForward.java | Java | [] | null | [] | package domain.person;
/**
* 人员管理返回jsp
*/
public class PersonWebForward {
private PersonWebForward(){
}
public final static String LISTEER_PAGE = "person/listenermanagementpanel";
}
| 213 | 0.701493 | 0.701493 | 14 | 13.357142 | 21.275764 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 2 |
5db4d502b529f2a35514e9e1d1c298339e5e1ccb | 1,322,849,971,666 | 016fe222df5d947e6db1c96f3df53896e7c52ed2 | /src/main/java/ac1/facens/poii/sistema/eventos/service/PlaceService.java | e8504770269f2e9072ca451fee3fc1e54afcfeec | [] | no_license | RamonFrias/teste-heroku | https://github.com/RamonFrias/teste-heroku | 80cad309f97783bde9ffffb04ffe537511517f30 | 6bd6a39d996e85383ca32621ac726a26289c2d13 | refs/heads/main | 2023-05-10T09:13:33.249000 | 2021-08-03T21:25:34 | 2021-08-03T21:25:34 | 370,176,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ac1.facens.poii.sistema.eventos.service;
import java.util.Optional;
import javax.persistence.EntityNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.data.domain.Page;
import org.springfra... | UTF-8 | Java | 2,557 | java | PlaceService.java | Java | [] | null | [] | package ac1.facens.poii.sistema.eventos.service;
import java.util.Optional;
import javax.persistence.EntityNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.data.domain.Page;
import org.springfra... | 2,557 | 0.70043 | 0.698084 | 78 | 31.782051 | 28.578568 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 2 |
54e8ae404a2c422522af4bee060941cbfb7de459 | 19,215,683,684,171 | e5e59ddc6552e13375dd520b082822a7a17090d5 | /src/main/java/com/duanxin/singleton/type6/SingletonTest06.java | 68cc85b124fabf81358487918a168ed18b8fa296 | [] | no_license | dx134/DesignPatterns | https://github.com/dx134/DesignPatterns | 7f86ac571091411e22b6129a850a7979525375ec | 7af1930a8da9df5af192e2a172075c2a633f147e | refs/heads/master | 2020-06-25T06:31:21.026000 | 2019-08-11T08:23:29 | 2019-08-11T08:23:29 | 199,231,645 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duanxin.singleton.type6;
/**
* 单例模式第六种(双重校验)
* @author duanxin
* @version 1.0
* @date 2019/7/28 10:48
*/
public class SingletonTest06 {
public static void main(String[] args) {
// 校验
Singleton s1 = Singleton.getInstance();
Singleton s2 = Singleton.getInstance();
Sy... | UTF-8 | Java | 1,092 | java | SingletonTest06.java | Java | [
{
"context": ".singleton.type6;\n\n/**\n * 单例模式第六种(双重校验)\n * @author duanxin\n * @version 1.0\n * @date 2019/7/28 10:48\n */\npubl",
"end": 77,
"score": 0.998521625995636,
"start": 70,
"tag": "USERNAME",
"value": "duanxin"
}
] | null | [] | package com.duanxin.singleton.type6;
/**
* 单例模式第六种(双重校验)
* @author duanxin
* @version 1.0
* @date 2019/7/28 10:48
*/
public class SingletonTest06 {
public static void main(String[] args) {
// 校验
Singleton s1 = Singleton.getInstance();
Singleton s2 = Singleton.getInstance();
Sy... | 1,092 | 0.541929 | 0.508386 | 47 | 19.297873 | 16.752155 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.148936 | false | false | 2 |
c7ee0206309b02b131db4b54444b83cd6dba7c9b | 26,499,948,225,703 | 6494572784aa9b238f1970f1d15893d84f4b4d4f | /app/src/main/java/com/example/cheonyujung/accidentofworld/data/DBHelper.java | 015edbc5fce18340b0eccfe3718d7ec364d21ac4 | [] | no_license | cheonyujung/AccidentOfWorld | https://github.com/cheonyujung/AccidentOfWorld | df2291f6df174403399160dcaac5c85cc12f636a | a9ca90a0b24748a7e640a052d75fe92f302b9da3 | refs/heads/master | 2021-01-17T15:54:51.377000 | 2016-06-03T07:16:54 | 2016-06-03T07:16:54 | 58,634,801 | 0 | 3 | null | false | 2016-06-20T15:29:49 | 2016-05-12T11:14:19 | 2016-05-12T11:15:26 | 2016-06-20T15:29:49 | 3,011 | 0 | 2 | 0 | Java | null | null | package com.example.cheonyujung.accidentofworld.data;
/**
* Created by cheonyujung on 2016. 5. 17..
*/
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBHelper extends SQLiteOpenHelper {
private static final int DB_VER... | UTF-8 | Java | 6,683 | java | DBHelper.java | Java | [
{
"context": "eonyujung.accidentofworld.data;\n\n/**\n * Created by cheonyujung on 2016. 5. 17..\n */\n\nimport android.content.Cont",
"end": 84,
"score": 0.9994941353797913,
"start": 73,
"tag": "USERNAME",
"value": "cheonyujung"
}
] | null | [] | package com.example.cheonyujung.accidentofworld.data;
/**
* Created by cheonyujung on 2016. 5. 17..
*/
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBHelper extends SQLiteOpenHelper {
private static final int DB_VER... | 6,683 | 0.535239 | 0.533293 | 145 | 45.09655 | 23.206219 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731034 | false | false | 2 |
7aee8d044542149c2a1ceecac06a2c32a4040535 | 26,499,948,224,268 | c28687ddeb03d629fc021b97ea0eef199b5930ad | /mybatis-core/src/main/java/org/mybatis/generator/constant/MethodEnum.java | 12dea913d0cd1cf1fde35d35cb02e1fe171288d4 | [
"Apache-2.0"
] | permissive | guo503/mybatis-generator-core | https://github.com/guo503/mybatis-generator-core | b79fe8c54aa540ffd365f3f89a753fe0848e8d0b | b25d68d7aa36017fbeeea8d845d12896f5b13a36 | refs/heads/master | 2022-12-28T23:31:54.353000 | 2021-03-01T10:37:34 | 2021-03-01T10:37:34 | 182,920,949 | 1 | 1 | null | false | 2022-12-16T04:58:55 | 2019-04-23T03:23:08 | 2021-03-01T10:38:08 | 2022-12-16T04:58:50 | 410 | 1 | 1 | 9 | Java | false | false | package org.mybatis.generator.constant;
import org.mybatis.generator.internal.util.StringUtility;
import java.util.Objects;
public enum MethodEnum {
RESULT_MAP("result_map", "BaseResultMap", "查询结果map"),
SQL_CONDITION("sql_condition", "cond_selective", "查询条件"),
BASE_COLUMN_LIST("base_column_list", "Base_C... | UTF-8 | Java | 2,648 | java | MethodEnum.java | Java | [] | null | [] | package org.mybatis.generator.constant;
import org.mybatis.generator.internal.util.StringUtility;
import java.util.Objects;
public enum MethodEnum {
RESULT_MAP("result_map", "BaseResultMap", "查询结果map"),
SQL_CONDITION("sql_condition", "cond_selective", "查询条件"),
BASE_COLUMN_LIST("base_column_list", "Base_C... | 2,648 | 0.604044 | 0.604044 | 78 | 29.448717 | 22.725592 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 2 |
04ea707fe657155ee553599888a47a98c3352bd2 | 1,022,202,278,530 | c5252109e1467e5d44f2a12711fb2f30066fde5c | /src/main/java/com/imooc/springdemo/pattern/factory/simple/MouseFactory.java | 1759df60fea17ec866a2a8646298819be1d21589 | [] | no_license | zhangyaoyi/springdemo | https://github.com/zhangyaoyi/springdemo | fe64f40731fa0df5ebdbf375d1d2faa0d77d6ad6 | 31ca4278f3e0d2022e3cbbb465736ba8690145f4 | refs/heads/main | 2023-04-19T11:00:42.998000 | 2021-04-28T03:44:03 | 2021-04-28T03:44:03 | 358,503,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imooc.springdemo.pattern.factory.simple;
import com.imooc.springdemo.pattern.factory.mouse.DellMouse;
import com.imooc.springdemo.pattern.factory.mouse.HpMouse;
import com.imooc.springdemo.pattern.factory.mouse.Mouse;
public class MouseFactory {
public Mouse getMouse(String mouseType) {
if ("dell".eq... | UTF-8 | Java | 455 | java | MouseFactory.java | Java | [] | null | [] | package com.imooc.springdemo.pattern.factory.simple;
import com.imooc.springdemo.pattern.factory.mouse.DellMouse;
import com.imooc.springdemo.pattern.factory.mouse.HpMouse;
import com.imooc.springdemo.pattern.factory.mouse.Mouse;
public class MouseFactory {
public Mouse getMouse(String mouseType) {
if ("dell".eq... | 455 | 0.747253 | 0.747253 | 17 | 25.764706 | 21.713453 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.411765 | false | false | 2 |
dd3b2343b89ff4c7323bcd521d4ff560793e27ed | 25,159,918,423,939 | 755069c4df1ca20e0c50d5cc327d58e0f9d2d3e4 | /app/src/main/java/com/example/pspassistant/Fragments/FragmentTiempos.java | f2a44583951711c2f52cced3c920d385e64c7b93 | [] | no_license | chagadavid32/PSPAssistant | https://github.com/chagadavid32/PSPAssistant | da3845395fd901e41630b4d76a49b838de8be5f2 | a16f5f22795d6842006bad167913d505072e43ee | refs/heads/master | 2020-09-06T09:35:43.730000 | 2019-11-08T04:46:37 | 2019-11-08T04:46:37 | 220,370,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pspassistant.Fragments;
import android.app.ActivityManager;
import android.app.Service;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.... | UTF-8 | Java | 17,056 | java | FragmentTiempos.java | Java | [
{
"context": "ionButton Inicio;\n private FloatingActionButton Pausa;\n private FloatingActionButton Detener;\n ",
"end": 1981,
"score": 0.6649810075759888,
"start": 1979,
"tag": "NAME",
"value": "Pa"
}
] | null | [] | package com.example.pspassistant.Fragments;
import android.app.ActivityManager;
import android.app.Service;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.... | 17,056 | 0.606487 | 0.604434 | 425 | 39.115295 | 28.730282 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795294 | false | false | 2 |
292a8168c0ed71fc887aee236a88465284341b11 | 36,730,560,333,861 | d15803d5b16adab18b0aa43d7dca0531703bac4a | /com/whatsapp/s3.java | 224b0a611dbe644c3086b634b80c4e23c456ddb2 | [] | no_license | kenuosec/Decompiled-Whatsapp | https://github.com/kenuosec/Decompiled-Whatsapp | 375c249abdf90241be3352aea38eb32a9ca513ba | 652bec1376e6cd201d54262cc1d4e7637c6334ed | refs/heads/master | 2021-12-08T15:09:13.929000 | 2016-03-23T06:04:08 | 2016-03-23T06:04:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whatsapp;
import android.support.v4.view.MenuItemCompat.OnActionExpandListener;
import android.view.MenuItem;
class s3 implements OnActionExpandListener {
final StarredMessagesActivity a;
public boolean onMenuItemActionCollapse(MenuItem menuItem) {
StarredMessagesActivity.a(this.a, null);... | UTF-8 | Java | 591 | java | s3.java | Java | [] | null | [] | package com.whatsapp;
import android.support.v4.view.MenuItemCompat.OnActionExpandListener;
import android.view.MenuItem;
class s3 implements OnActionExpandListener {
final StarredMessagesActivity a;
public boolean onMenuItemActionCollapse(MenuItem menuItem) {
StarredMessagesActivity.a(this.a, null);... | 591 | 0.736041 | 0.730964 | 22 | 25.863636 | 23.714773 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 2 |
1fa85ed011d48a4cccfc5558a9dd4cfec0e56bd3 | 36,086,315,231,405 | 072bb7eb327f445f52310f035736647b1161129a | /app/src/main/java/com/kevinhan/meituan/Data/LoginDates.java | f8b4f61d7704eda3769ba53aa38d5a5bc649337c | [] | no_license | Hankay/QingChunJi | https://github.com/Hankay/QingChunJi | db9066604d3e399882d208a2d320bdc24681ddcd | f21e731deac7e40e1cd9156f9a85c1ec8125ebc3 | refs/heads/master | 2020-12-28T20:09:37.801000 | 2015-06-07T05:10:39 | 2015-06-07T05:10:39 | 34,339,105 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kevinhan.meituan.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Kevin han on 2015/5/27.
*/
public class LoginDates implements Serializable {
private String status;
private List<Login> login = new ArrayList<Login>();
public LoginDates()... | UTF-8 | Java | 739 | java | LoginDates.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Kevin han on 2015/5/27.\n */\npublic class LoginDates impleme",
"end": 144,
"score": 0.9970718622207642,
"start": 135,
"tag": "NAME",
"value": "Kevin han"
}
] | null | [] | package com.kevinhan.meituan.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Created by <NAME> on 2015/5/27.
*/
public class LoginDates implements Serializable {
private String status;
private List<Login> login = new ArrayList<Login>();
public LoginDates(){
... | 736 | 0.633288 | 0.623816 | 37 | 18.972973 | 17.332186 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.