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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74c97106e2a9113d64137d17b2c72fb0f61f5374 | 33,131,377,777,192 | 7e6f8979299c8c83f3c88369959a7b3a87f0a0c5 | /app/src/main/java/com/androidexperiments/landmarker/util/AnimationChain.java | 39eb3d6c805880f08214a41c0c814636c00cb395 | [
"Apache-2.0"
] | permissive | googlecreativelab/landmarker | https://github.com/googlecreativelab/landmarker | e319c0dfcb1ba993cdca778e1362edab3b5eeca6 | 623113536d80f967d907887c04179326014383cc | refs/heads/master | 2022-03-11T13:24:24.236000 | 2022-02-07T22:29:46 | 2022-02-07T22:29:46 | 40,557,648 | 205 | 62 | null | false | 2016-05-07T12:11:32 | 2015-08-11T18:14:34 | 2016-04-13T13:22:43 | 2015-08-27T04:57:20 | 683 | 121 | 38 | 3 | Java | null | null | package com.androidexperiments.landmarker.util;
import android.app.Activity;
import android.app.Fragment;
import android.os.Handler;
import android.view.animation.Animation;
/**
* Simple class for an easier way to chain animations together
*/
public class AnimationChain extends SimpleAnimationListener
{
private... | UTF-8 | Java | 1,996 | java | AnimationChain.java | Java | [] | null | [] | package com.androidexperiments.landmarker.util;
import android.app.Activity;
import android.app.Fragment;
import android.os.Handler;
import android.view.animation.Animation;
/**
* Simple class for an easier way to chain animations together
*/
public class AnimationChain extends SimpleAnimationListener
{
private... | 1,996 | 0.648297 | 0.647796 | 72 | 26.722221 | 24.790916 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 13 |
7756430f8254cf37702437ac6718901efaf8dc3a | 1,486,058,748,074 | 920106350794e0b3aceaed75f43e7f45de8e0b31 | /src/com/tancy/thread/WatchThread.java | ed70169a146769ea125bbfc8ae161c5eb186013e | [] | no_license | tancyx/tancy-study | https://github.com/tancyx/tancy-study | afdbbf000d5eb22e49addb85166cfd0aae61bce7 | 45badc6b059e96239d9b10c3c3720a068870d1cf | refs/heads/master | 2023-06-18T14:20:16.843000 | 2021-07-18T08:53:52 | 2021-07-18T08:53:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tancy.thread;
/**
* @author tancy
* @description 测试守护线程
* @date 2019/2/15 17:55
**/
public class WatchThread extends Thread {
private int i=0;
@Override
public void run() {
// try {
while (true){
System.out.println("i="+i);
i++;
// ... | UTF-8 | Java | 875 | java | WatchThread.java | Java | [
{
"context": "package com.tancy.thread;\n\n/**\n * @author tancy\n * @description 测试守护线程\n * @date 2019/2/15 17:55\n ",
"end": 47,
"score": 0.9991396069526672,
"start": 42,
"tag": "USERNAME",
"value": "tancy"
}
] | null | [] | package com.tancy.thread;
/**
* @author tancy
* @description 测试守护线程
* @date 2019/2/15 17:55
**/
public class WatchThread extends Thread {
private int i=0;
@Override
public void run() {
// try {
while (true){
System.out.println("i="+i);
i++;
// ... | 875 | 0.498182 | 0.477576 | 38 | 20.710526 | 16.528934 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 13 |
f93404bb7fbe92f303365ffbea732117084378fc | 18,373,870,117,431 | 025b86206c2c79a459facb7679771faf26c861cd | /flightsearch/src/main/java/org/lastminute/flightsearch/storage/DataFileNames.java | 7940ae7e47535c8ab01b6127d539ca1488c633b5 | [] | no_license | jclotto/flightsearch | https://github.com/jclotto/flightsearch | 46baeb5782e9c657357f313922c6869f4d94d248 | 6cfa4df2dae9ba0501e175be3ede4c8e2e0e82cd | refs/heads/master | 2021-01-01T20:31:09.006000 | 2017-07-31T11:39:39 | 2017-07-31T11:39:39 | 98,879,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lastminute.flightsearch.storage;
/**
* Provides of filenames of database files on csv
* @author jclotto
*
*/
public class DataFileNames {
public final static String airlineDatabaseName = "data/airline.csv";
public final static String airportDatabaseName = "data/airport.csv";
public final static Stri... | UTF-8 | Java | 365 | java | DataFileNames.java | Java | [
{
"context": "s of filenames of database files on csv\n * @author jclotto\n *\n */\npublic class DataFileNames {\n\tpublic final",
"end": 118,
"score": 0.9994583129882812,
"start": 111,
"tag": "USERNAME",
"value": "jclotto"
}
] | null | [] | package org.lastminute.flightsearch.storage;
/**
* Provides of filenames of database files on csv
* @author jclotto
*
*/
public class DataFileNames {
public final static String airlineDatabaseName = "data/airline.csv";
public final static String airportDatabaseName = "data/airport.csv";
public final static Stri... | 365 | 0.769863 | 0.769863 | 12 | 29.416666 | 27.530161 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
d47c6c8f922e0e00892f2900a09b9c66ffdf1463 | 16,071,767,667,052 | 96f66680c89ab7c70a35ffcca0861302ac0f0e5f | /app/src/main/java/com/framgia/fsalon/data/source/UserRepository.java | fa0efbf62521b91dde2a04e72c818a73a196d856 | [] | no_license | huynhduc96/SalonManager-Android | https://github.com/huynhduc96/SalonManager-Android | ec3ed15d00a2057d235cca3259228dc399cc74f7 | 22d88afc77dc8f819397a46aa2b41227e822c738 | refs/heads/develop | 2021-01-04T14:06:08.403000 | 2017-08-30T10:47:19 | 2017-08-30T10:47:19 | 98,971,086 | 1 | 0 | null | true | 2017-08-01T07:09:56 | 2017-08-01T07:09:56 | 2017-08-01T02:24:11 | 2017-08-01T05:22:16 | 201 | 0 | 0 | 0 | null | null | null | package com.framgia.fsalon.data.source;
import com.framgia.fsalon.data.model.CustomerResponse;
import com.framgia.fsalon.data.model.User;
import com.framgia.fsalon.data.model.UserRespone;
import java.util.List;
import io.reactivex.Observable;
/**
* Created by MyPC on 20/07/2017.
*/
public class UserRepository
... | UTF-8 | Java | 2,511 | java | UserRepository.java | Java | [
{
"context": "import io.reactivex.Observable;\n\n/**\n * Created by MyPC on 20/07/2017.\n */\npublic class UserRepository\n ",
"end": 269,
"score": 0.9995009899139404,
"start": 265,
"tag": "USERNAME",
"value": "MyPC"
}
] | null | [] | package com.framgia.fsalon.data.source;
import com.framgia.fsalon.data.model.CustomerResponse;
import com.framgia.fsalon.data.model.User;
import com.framgia.fsalon.data.model.UserRespone;
import java.util.List;
import io.reactivex.Observable;
/**
* Created by MyPC on 20/07/2017.
*/
public class UserRepository
... | 2,511 | 0.724413 | 0.721227 | 78 | 31.192308 | 30.198513 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
db91ad7bef6bfbfbf1034e7fe4d7c5fdaee6f33e | 27,307,402,105,192 | 0dc1e071ca0641e21f9290a2f6f5f746966c8566 | /app/src/main/java/muaraenimkab/bps/go/id/bps/models/AnggotaDPRD.java | 760622db6cb86e7539479d3199348d7d33e5bf58 | [] | no_license | sepridrm23/BPS | https://github.com/sepridrm23/BPS | e3edeee9cba79e29e98e6953dc97e1cb08418160 | 9f58ce737c33fa86e51715a29354059f0753c241 | refs/heads/master | 2020-04-12T13:02:42.940000 | 2019-05-10T10:45:39 | 2019-05-10T10:45:39 | 162,510,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package muaraenimkab.bps.go.id.bps.models;
public class AnggotaDPRD {
String id,nama_periode, nama_partai, jumlah_kursi;
public AnggotaDPRD(String id,String nama_periode, String nama_partai, String jumlah_kursi) {
this.id=id;
this.nama_periode = nama_periode;
this.nama_partai = nama_pa... | UTF-8 | Java | 1,022 | java | AnggotaDPRD.java | Java | [] | null | [] | package muaraenimkab.bps.go.id.bps.models;
public class AnggotaDPRD {
String id,nama_periode, nama_partai, jumlah_kursi;
public AnggotaDPRD(String id,String nama_periode, String nama_partai, String jumlah_kursi) {
this.id=id;
this.nama_periode = nama_periode;
this.nama_partai = nama_pa... | 1,022 | 0.622309 | 0.622309 | 44 | 22.227272 | 21.691917 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
5a5538036f7ef44d4a2deba6a281f04a138f34db | 4,733,053,966,466 | 04a1010e4b9113b3b7a699958dfeb61b494922a7 | /app/src/main/java/com/mathdoku/SavedGameListAdapter.java | 86faf0bb55d5db07bf25539d362f74596779aee8 | [] | no_license | majesty17/android_mathdoku | https://github.com/majesty17/android_mathdoku | ca131cc296a0c2dd57e132f11e9f132fcae6ab31 | f821bda53bc58c21fab3227a818a789e736e8e2c | refs/heads/master | 2021-08-29T22:26:33.256000 | 2017-12-15T05:50:45 | 2017-12-15T05:50:45 | 108,797,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mathdoku;
import java.io.File;
import java.text.DateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import android.graphics.Typeface;
import android.preference.PreferenceManager;
import android.view.LayoutInfl... | UTF-8 | Java | 5,302 | java | SavedGameListAdapter.java | Java | [] | null | [] | package com.mathdoku;
import java.io.File;
import java.text.DateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import android.graphics.Typeface;
import android.preference.PreferenceManager;
import android.view.LayoutInfl... | 5,302 | 0.623915 | 0.616183 | 154 | 33.42857 | 28.702654 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577922 | false | false | 13 |
e18c1371ff54135e9fd8aaeefa3278e777ebd9f0 | 7,559,142,449,762 | 10ed112ffdffa01ffcc8bec7916d727779992c8c | /src/TranslatorAccess.java | 2c83c96ae2978cc502be6f0630a9983f4675cb3e | [] | no_license | YitziG/vm-translator | https://github.com/YitziG/vm-translator | a5e7f7062fbdbcfb940d264e4b48fbf69321111e | 86217b1ecacd389021185f732d2bc17b317fccab | refs/heads/master | 2017-12-04T23:47:49.859000 | 2017-05-07T10:10:00 | 2017-05-07T10:10:00 | 86,629,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
public class TranslatorAccess {
static VMTranslator vmTranslator = new VMTranslator();
static String directoryToTranslate = "C:\\Users\\emesd\\Desktop\\School\\Ikronot\\Exercises\\Targil1\\project 07\\";
public static void main(String[] args) {
recursivelyTranslate(directoryT... | UTF-8 | Java | 1,392 | java | TranslatorAccess.java | Java | [
{
"context": " static String directoryToTranslate = \"C:\\\\Users\\\\emesd\\\\Desktop\\\\School\\\\Ikronot\\\\Exercises\\\\Targil1\\\\pr",
"end": 172,
"score": 0.9988066554069519,
"start": 167,
"tag": "USERNAME",
"value": "emesd"
}
] | null | [] | import java.io.File;
public class TranslatorAccess {
static VMTranslator vmTranslator = new VMTranslator();
static String directoryToTranslate = "C:\\Users\\emesd\\Desktop\\School\\Ikronot\\Exercises\\Targil1\\project 07\\";
public static void main(String[] args) {
recursivelyTranslate(directoryT... | 1,392 | 0.601293 | 0.59842 | 36 | 37.666668 | 32.292068 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
2bf32a7678fc56671bba1f8e7640fa9e0c67c427 | 15,298,673,513,862 | 6a6e683981f67f4856459ebbca1943b2250fd5fe | /src/test/java/com/design/pattern/builder/demo04/TestBuilder.java | 9235d9eea7cff3428fc89010ac45071df39dd61c | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | nysyxxg/mybatis | https://github.com/nysyxxg/mybatis | 5102e56d4b7af4ac9d396fa34d5db8b94457db57 | ab2a8e093cd222115966965bc109bbb15e5200c7 | refs/heads/master | 2020-12-10T05:34:06.245000 | 2020-01-20T12:08:50 | 2020-01-20T12:08:50 | 233,513,844 | 0 | 0 | null | true | 2020-01-13T04:53:33 | 2020-01-13T04:53:33 | 2020-01-12T06:25:58 | 2020-01-09T05:52:39 | 50,803 | 0 | 0 | 0 | null | false | false | package com.design.pattern.builder.demo04;
public class TestBuilder {
public static void main(String[] args) {
CompanyClient client = new CompanyClient.Builder()
.setCompanyName("百度")
.setCompanyAddress("海定区百度大厦")
.setCompanyRegfunds(5)
.set... | UTF-8 | Java | 931 | java | TestBuilder.java | Java | [
{
"context": "Client.Builder()\n .setCompanyName(\"百度\")\n .setCompanyAddress(\"海定区百度大厦\")\n ",
"end": 212,
"score": 0.5551729202270508,
"start": 210,
"tag": "NAME",
"value": "百度"
}
] | null | [] | package com.design.pattern.builder.demo04;
public class TestBuilder {
public static void main(String[] args) {
CompanyClient client = new CompanyClient.Builder()
.setCompanyName("百度")
.setCompanyAddress("海定区百度大厦")
.setCompanyRegfunds(5)
.set... | 931 | 0.592593 | 0.57945 | 24 | 33.875 | 21.687771 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 13 |
c69f5259bf88ea29b6a0918b6b894feec6269846 | 23,081,154,256,924 | 3ad4c71408b5ff29086c7ec1288fd2d6bd6bc361 | /app/src/main/java/com/alick/objectboxdemo/utils/RecyclerUtils.java | c6f82e615566e162ceff07f1a3ab857c96c5fede | [] | no_license | wolongalick/ObjectBoxDemo | https://github.com/wolongalick/ObjectBoxDemo | 40ccf2f0eca444f1934568d139f4b1314f5bba6d | bacef4385aa5e7847c7d897b92ea64c39fca6d77 | refs/heads/master | 2020-08-11T18:42:33.960000 | 2019-10-12T09:01:45 | 2019-10-12T09:01:45 | 214,610,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alick.objectboxdemo.utils;
import android.support.v7.widget.RecyclerView;
import java.util.List;
public class RecyclerUtils {
/**
* 插入数据时刷新
* @param adapter
* @param list
* @param model
* @param insertPosition
* @param <Model>
*/
public static <Model> void inse... | UTF-8 | Java | 1,469 | java | RecyclerUtils.java | Java | [] | null | [] | package com.alick.objectboxdemo.utils;
import android.support.v7.widget.RecyclerView;
import java.util.List;
public class RecyclerUtils {
/**
* 插入数据时刷新
* @param adapter
* @param list
* @param model
* @param insertPosition
* @param <Model>
*/
public static <Model> void inse... | 1,469 | 0.669674 | 0.666898 | 49 | 28.408163 | 33.02375 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510204 | false | false | 13 |
108a088825cb0c931d84933d0d0c31e151df28f5 | 31,275,951,854,448 | 2b9b9453fbe9140c745e68fb01189d90e4262a2f | /Class1/Server/src/main/java/Server.java | 599843c052b6382e8c11af03db639f5ee248538b | [] | no_license | JonasWG/Practices | https://github.com/JonasWG/Practices | 559a147b2617573d9193482668b5c91188010a9f | b41ae5b2713e9cf75bd91f4acee808ca8f83ef90 | refs/heads/master | 2021-04-26T23:06:19.563000 | 2018-03-07T10:57:24 | 2018-03-07T10:57:24 | 123,932,564 | 0 | 0 | null | true | 2018-03-05T14:36:51 | 2018-03-05T14:36:51 | 2018-02-28T11:17:52 | 2018-02-28T16:08:36 | 7 | 0 | 0 | 0 | null | false | null | package main.java;
import java.util.Iterator;
import java.util.concurrent.BlockingDeque;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.logging.Logger;
import java.io.*;
import java.net.*;
class Server {
private ServerSocket clientListener;
private BlockingDeque<Client> clientList;
public Logge... | UTF-8 | Java | 3,908 | java | Server.java | Java | [] | null | [] | package main.java;
import java.util.Iterator;
import java.util.concurrent.BlockingDeque;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.logging.Logger;
import java.io.*;
import java.net.*;
class Server {
private ServerSocket clientListener;
private BlockingDeque<Client> clientList;
public Logge... | 3,908 | 0.666326 | 0.662999 | 181 | 20.59116 | 19.711418 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.149171 | false | false | 13 |
8a79d900521d0abaa4fcec514d3bf137d7ba29ca | 10,617,159,167,722 | fc610396bf99a3b437f233cb9b1224b3b6a40436 | /src/main/java/com/sgveteris/trader/model/PriceModel.java | 476101689595dcea4ab2a7487961f0e62f3a1d27 | [] | no_license | dorukaltan/trader | https://github.com/dorukaltan/trader | adce21ab5ab8e3d58385f081689f63640fb61623 | e737bc8eda0d1b93713821e13c719e71666771cb | refs/heads/master | 2023-03-19T04:34:58.981000 | 2021-03-15T07:33:46 | 2021-03-15T07:33:46 | 347,747,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sgveteris.trader.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class PriceModel {
private double amount;
private PriceCurrencyEnum currency;
}
| UTF-8 | Java | 291 | java | PriceModel.java | Java | [] | null | [] | package com.sgveteris.trader.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class PriceModel {
private double amount;
private PriceCurrencyEnum currency;
}
| 291 | 0.831615 | 0.831615 | 15 | 18.4 | 12.46221 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
3550ffef63c0b3ff81d8391259673fddcfc847f4 | 32,289,564,137,061 | b8fec4bb6d0993feac10648ae9fe2833fc2ce402 | /core-io/src/main/java/com/couchbase/client/core/env/Authenticator.java | ef72b6f12d04fe2f83d8de587e26786bf74634b0 | [
"Apache-2.0"
] | permissive | couchbase/couchbase-jvm-clients | https://github.com/couchbase/couchbase-jvm-clients | cdd5f19a808d5cb7e8b89553ccb00807342e7a53 | 272e9a555afeef7a4effb674af4b671d2ad63197 | refs/heads/master | 2023-09-01T11:38:30.698000 | 2023-08-23T09:09:08 | 2023-08-31T10:34:04 | 151,122,650 | 36 | 42 | Apache-2.0 | false | 2023-06-20T17:29:06 | 2018-10-01T16:44:58 | 2023-05-01T13:34:09 | 2023-06-20T17:28:33 | 15,422 | 38 | 34 | 1 | Java | false | false | /*
* Copyright (c) 2018 Couchbase, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UTF-8 | Java | 2,773 | java | Authenticator.java | Java | [] | null | [] | /*
* Copyright (c) 2018 Couchbase, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 2,773 | 0.75586 | 0.751893 | 81 | 33.23457 | 31.896929 | 112 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271605 | false | false | 13 |
9791f7baab1d4462292d0395cae46127a44af66a | 29,368,986,421,138 | 21bcf99e909c95b02fb0671fb93fef1e028fb22a | /Exam/src/org/tang/exam/utils/Page.java | b00d9bd68fcb2d95b38c80dff13c103bf47cb59b | [] | no_license | vinfai/Exam | https://github.com/vinfai/Exam | 14978ab1ec1587f4b10c09e1661ded127e0a12bc | 949fe830b3c78996529be9f0382cd0bb26fa7e6d | refs/heads/master | 2020-12-24T22:29:29.108000 | 2017-04-27T01:51:22 | 2017-04-27T01:51:22 | 20,632,593 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tang.exam.utils;
public class Page {
private int recordIndex;
private int totalCount;
private int pageSize;
public Page() {
this.recordIndex = 0;
this.totalCount = -1;
this.pageSize = 15;
}
public void init(int pageSize) {
this.recordIndex = 0;
this.totalCount = -1;
th... | UTF-8 | Java | 1,029 | java | Page.java | Java | [] | null | [] | package org.tang.exam.utils;
public class Page {
private int recordIndex;
private int totalCount;
private int pageSize;
public Page() {
this.recordIndex = 0;
this.totalCount = -1;
this.pageSize = 15;
}
public void init(int pageSize) {
this.recordIndex = 0;
this.totalCount = -1;
th... | 1,029 | 0.639456 | 0.631681 | 58 | 15.775862 | 13.809096 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.482759 | false | false | 13 |
261bfbec88f86c5ce546ffa06b57c4a8b8c8634d | 25,323,127,205,881 | 2ec1f759f1a7f1c77a4172da4827e0ea9de9ecd9 | /app/src/main/java/android/example/chicagoguide/MuseumFragment.java | 6771383e59b719b29862a60ea12deefa53914c5f | [] | no_license | AiperiAlymbaeva/ChicagoGuide | https://github.com/AiperiAlymbaeva/ChicagoGuide | c1e05878c7b2437569accb1182883bb698f2cde2 | 5c93b300b4bde1834bcf5bd3f59dc448170fb7df | refs/heads/master | 2022-12-31T11:08:23.051000 | 2020-10-17T22:21:59 | 2020-10-17T22:21:59 | 304,952,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.example.chicagoguide;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import java.util... | UTF-8 | Java | 2,039 | java | MuseumFragment.java | Java | [] | null | [] | package android.example.chicagoguide;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import java.util... | 2,039 | 0.641001 | 0.64051 | 55 | 36.072727 | 28.73 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.745455 | false | false | 13 |
8c1a08a8b09822a68140b38fe2b71b0a0b47cffb | 14,791,867,421,075 | 0271994a429793aeba39f33d453f039f400e73e0 | /sorting/BubbleSort.java | 4d4a922d2b98a108343186e196bcbfb7a4ebb294 | [] | no_license | pranz1996/Data-Structure | https://github.com/pranz1996/Data-Structure | e4dbc4b74879706026c288472263c889f08e5355 | b733eb7f2c15bfb7e43f612453140c9bc5371102 | refs/heads/master | 2020-03-27T20:51:24.983000 | 2019-01-17T00:53:42 | 2019-01-17T00:53:42 | 147,098,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sorting;
public class BubbleSort {
public static void main(String[] args) {
BubbleSort bb = new BubbleSort();
int arr[] = {64, 34,25,12,22,11,90};
bb.bubble(arr);
for(int i = 0; i < arr.length; i++)
System.out.print(arr[i] + " ");
}
private void bubble(int[] arr) {
int n = arr.length;
b... | UTF-8 | Java | 603 | java | BubbleSort.java | Java | [] | null | [] | package sorting;
public class BubbleSort {
public static void main(String[] args) {
BubbleSort bb = new BubbleSort();
int arr[] = {64, 34,25,12,22,11,90};
bb.bubble(arr);
for(int i = 0; i < arr.length; i++)
System.out.print(arr[i] + " ");
}
private void bubble(int[] arr) {
int n = arr.length;
b... | 603 | 0.512438 | 0.475954 | 33 | 17.272728 | 13.603192 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.848485 | false | false | 13 |
5c4a1c6359d530950717e76d45c9d1c92220d6cf | 11,123,965,346,751 | 3e5353d1bbf9eced568ab28adc9a1e1f9dacdc13 | /workspace/day13_String/src/itcast_04/StringDemo.java | 55311c5f8106f3c223ce8624a132d272bcd3caa2 | [] | no_license | zst2018/LearningJava | https://github.com/zst2018/LearningJava | f580397da6480b144924de00ddf6419c649776ce | 4a2547d2895387e94a30a7d0cb50c7422b0ee0b3 | refs/heads/master | 2021-09-10T20:00:37.873000 | 2018-04-01T05:02:20 | 2018-04-01T05:02:20 | 119,660,752 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package itcast_04;
/*
* @author 作者 E-mail:
* @version 创建时间:2018年1月16日 下午8:07:09
* 类说明
* int length()获取字符串的长度
* char charAt(int index)获取指定索引位置的字符
* int indexOf(int ch) 返回指定字符在此字符串中第一次出现处的索引
* 为什么这里是int类型,而不是char 类型
* 原因是:‘a’和97其实都可以代表'a'
* int indexOf(String str) 返回指定字符串在此字符串中第一次出现的索引
* int indexOf(int ch,i... | UTF-8 | Java | 2,107 | java | StringDemo.java | Java | [
{
"context": "package itcast_04;\n/*\n * @author 作者 E-mail: \n * @version 创建时间:2018年1月16日 下午8:07:09 \n ",
"end": 35,
"score": 0.7149006128311157,
"start": 33,
"tag": "NAME",
"value": "作者"
}
] | null | [] | package itcast_04;
/*
* @author 作者 E-mail:
* @version 创建时间:2018年1月16日 下午8:07:09
* 类说明
* int length()获取字符串的长度
* char charAt(int index)获取指定索引位置的字符
* int indexOf(int ch) 返回指定字符在此字符串中第一次出现处的索引
* 为什么这里是int类型,而不是char 类型
* 原因是:‘a’和97其实都可以代表'a'
* int indexOf(String str) 返回指定字符串在此字符串中第一次出现的索引
* int indexOf(int ch,i... | 2,107 | 0.68505 | 0.668439 | 50 | 28.92 | 21.38302 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.66 | false | false | 13 |
3e10d36d78486d09aaf5d74ac6fcac71f1eed7be | 35,991,825,947,910 | ccddc202dce92f9d56d7fe0d35004fdc7af55246 | /ch.obermuhlner.salesman/src/ch/obermuhlner/salesman/strategies/RandomSalesman.java | 77ef6504ccdd516da27816ad0a9dfb895839e3d8 | [] | no_license | eobermuhlner/traveling-salesman | https://github.com/eobermuhlner/traveling-salesman | 6510cd947a480c2e80de0d02a3e4171bcc5d9917 | c54f7cb9f7f09c5e84590df1ac1f271bdb215058 | refs/heads/master | 2023-08-01T18:40:00.237000 | 2018-01-30T07:21:04 | 2018-01-30T07:21:04 | 119,276,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.obermuhlner.salesman.strategies;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import ch.obermuhlner.salesman.distance.DistanceCalculator;
import ch.obermuhlner.salesman.model.City;
import ch.obermuhlner.salesman.model.Salesman;
/**
* Implementation of {@link Salesman} that ... | UTF-8 | Java | 1,051 | java | RandomSalesman.java | Java | [] | null | [] | package ch.obermuhlner.salesman.strategies;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import ch.obermuhlner.salesman.distance.DistanceCalculator;
import ch.obermuhlner.salesman.model.City;
import ch.obermuhlner.salesman.model.Salesman;
/**
* Implementation of {@link Salesman} that ... | 1,051 | 0.747859 | 0.747859 | 40 | 25.275 | 28.521034 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.225 | false | false | 13 |
c39d2360b31e80ad3271bdd2197a6b1be7d9b502 | 38,852,274,162,087 | f00f6d4556d13bf874a639e3a6745ffe819765b1 | /src/main/java/displays/ConsoleDisplay.java | fb582ecfc40c459c88de39617d8762659abd51cc | [] | no_license | OscarTraceyPrior/VendingMachine50 | https://github.com/OscarTraceyPrior/VendingMachine50 | 45eaa4b50812c410378e9d0ce12283a0cc64117b | 1893455bf0b1be45fca204243071d4dbc5492c99 | refs/heads/master | 2018-10-07T03:55:38.128000 | 2018-06-29T15:34:21 | 2018-06-29T15:34:21 | 126,170,965 | 0 | 0 | null | false | 2018-06-29T15:34:22 | 2018-03-21T11:49:39 | 2018-05-09T12:36:18 | 2018-06-29T15:34:22 | 163 | 0 | 0 | 0 | Java | false | null | package displays;
import displays.messagebuilders.Formatter;
import java.util.List;
import java.util.regex.Pattern;
// Responsibility : MoneyDisplay messages to the customer via the Console.
public class ConsoleDisplay implements Display {
private static final Pattern squareBrackets= Pattern.compile("[\\[\\]]"... | UTF-8 | Java | 706 | java | ConsoleDisplay.java | Java | [] | null | [] | package displays;
import displays.messagebuilders.Formatter;
import java.util.List;
import java.util.regex.Pattern;
// Responsibility : MoneyDisplay messages to the customer via the Console.
public class ConsoleDisplay implements Display {
private static final Pattern squareBrackets= Pattern.compile("[\\[\\]]"... | 706 | 0.706799 | 0.706799 | 28 | 24.214285 | 26.250656 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 13 |
9df325d383de383892668475110465ecff41c2e0 | 36,653,250,908,069 | 996b442072de5137cbbcfdd27f325f449175b510 | /supplyloan_core/src/main/java/com/ojoin/trade/supplyloan_core/web/dao/TbSlCreditInfoDao.java | 8d4ef015bd1c1cc6ec194c460df035e8256ef863 | [] | no_license | liaowuhen88/18join | https://github.com/liaowuhen88/18join | 68b6ba28fa407d8efb021ed9466e1014b60d4167 | 03dad800fb9f5a9fc23feb08296249b2729007c5 | refs/heads/master | 2020-03-05T21:53:24.304000 | 2017-10-26T05:58:38 | 2017-10-26T05:58:38 | 86,019,983 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ojoin.trade.supplyloan_core.web.dao;
import com.ojoin.trade.common.exception.BusinessException;
import com.ojoin.trade.common.web.dao.BaseDao;
import com.ojoin.trade.supplyloan_core.web.domain.TbSlCreditInfo;
/**
* Created with IntelliJ IDEA.
* User: Administrator
* Date: 16-1-8
* Time: 下午5:24
* To c... | UTF-8 | Java | 558 | java | TbSlCreditInfoDao.java | Java | [
{
"context": "Info;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Administrator\n * Date: 16-1-8\n * Time: 下午5:24\n * To change this",
"end": 280,
"score": 0.5516530871391296,
"start": 267,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.ojoin.trade.supplyloan_core.web.dao;
import com.ojoin.trade.common.exception.BusinessException;
import com.ojoin.trade.common.web.dao.BaseDao;
import com.ojoin.trade.supplyloan_core.web.domain.TbSlCreditInfo;
/**
* Created with IntelliJ IDEA.
* User: Administrator
* Date: 16-1-8
* Time: 下午5:24
* To c... | 558 | 0.777978 | 0.765343 | 18 | 29.777779 | 26.146076 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
e86ace55c2cfdd3f1dddf2b65d533617fe6b0ff4 | 34,643,206,218,980 | 5027eed3f5a767ac70e0ec2065ae4f7429d8c841 | /src/main/java/cn/yayatao/db/moonlight/chariot/GUI.java | 5875a5d1d263f85b340b22e4fffc8b589a0521b5 | [] | no_license | fireflyhoo/moonlight-chariot | https://github.com/fireflyhoo/moonlight-chariot | d2259eb7b21d576b594a7b172b1622320623c783 | c5b650ca74882043a53333411a847e99f89b7293 | refs/heads/master | 2022-09-25T23:04:33.132000 | 2022-09-15T09:26:21 | 2022-09-15T09:26:21 | 179,415,044 | 9 | 0 | null | false | 2022-09-15T09:26:22 | 2019-04-04T03:31:14 | 2022-05-04T03:01:07 | 2022-09-15T09:26:22 | 103 | 5 | 0 | 0 | Java | false | false | package cn.yayatao.db.moonlight.chariot;
import javafx.application.Application;
import javafx.collections.FXCollections;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.ChoiceBox;
import javafx.scene.control.Separator;
import javafx.stage.Stage;
public... | UTF-8 | Java | 1,250 | java | GUI.java | Java | [] | null | [] | package cn.yayatao.db.moonlight.chariot;
import javafx.application.Application;
import javafx.collections.FXCollections;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.ChoiceBox;
import javafx.scene.control.Separator;
import javafx.stage.Stage;
public... | 1,250 | 0.7128 | 0.7128 | 47 | 25.595745 | 21.95223 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.765957 | false | false | 13 |
96ef64461c1cbf41e1903fcb88aa24738ed4c1f3 | 33,844,342,324,673 | da4ebf994386d9c9aa9f27d934e66f0a369763b8 | /app/src/main/java/com/schwifty/serviceplease/Database_ORM/CurrentScannedEntity.java | 70f3365a1e465ac880ea0a8e8976916409e13c44 | [] | no_license | UnresolvedCold/OrderUp | https://github.com/UnresolvedCold/OrderUp | 44856f8a279a870eef704a89c63a9eef1e2d7a3c | 374b588ba66031144f40d7de1d44c39380a20226 | refs/heads/master | 2020-07-02T19:02:35.910000 | 2019-08-14T16:43:23 | 2019-08-14T16:43:23 | 201,632,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.schwifty.serviceplease.Database_ORM;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Keep;
import org.greenrobot.greendao.annotation.Property;
import org.greenrobot.greendao.annotation.Generated;
@Entity(nameInDb = "... | UTF-8 | Java | 1,937 | java | CurrentScannedEntity.java | Java | [] | null | [] | package com.schwifty.serviceplease.Database_ORM;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Keep;
import org.greenrobot.greendao.annotation.Property;
import org.greenrobot.greendao.annotation.Generated;
@Entity(nameInDb = "... | 1,937 | 0.620031 | 0.609706 | 90 | 20.522223 | 17.62273 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411111 | false | false | 13 |
b083092fde5984fc4bb6897c9ac35345021c2d0b | 31,653,909,035,905 | f143bff85404fe8fcd983f2fc080da18b5d126f6 | /src/main/java/oaa/stanfordAlgorithms/course_3/HuffmanCoding.java | 0583c9492761f5d74417a6f493a962a5a161ffa4 | [] | no_license | anton-ovcharenko/coursera-algorithms-stanford | https://github.com/anton-ovcharenko/coursera-algorithms-stanford | a1f4fc62f09b64bc230015ff99812989bf180ad6 | e55e2ccf3fe71c379e05927f2c66f2a38b343705 | refs/heads/master | 2021-09-08T00:08:33.785000 | 2018-03-03T19:59:08 | 2018-03-03T19:59:08 | 103,932,539 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oaa.stanfordAlgorithms.course_3;
import oaa.stanfordAlgorithms.Heap;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Scanner;
public class HuffmanCoding {
public static void main(String[] args) {
... | UTF-8 | Java | 2,681 | java | HuffmanCoding.java | Java | [] | null | [] | package oaa.stanfordAlgorithms.course_3;
import oaa.stanfordAlgorithms.Heap;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.Scanner;
public class HuffmanCoding {
public static void main(String[] args) {
... | 2,681 | 0.549049 | 0.543454 | 85 | 30.541176 | 24.643602 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
1cc9a3738fece58bb159503950ad19cf909c8763 | 35,270,271,462,964 | aab6030f81fcd2bd4a20801cac0b0e1bd8e12d9e | /src/剑指offer/no41_50/Sum_Solution_47.java | 22e4bb3d9c8886ca9b956b821e5016247c7236d4 | [] | no_license | yunyun2017/algorithm | https://github.com/yunyun2017/algorithm | 9b32a7bd755de071efce974d4544f49c013ce3c4 | b5ff2a948e67ebd9c179c2be732e8b16f4a3d00b | refs/heads/master | 2021-06-17T18:32:41.825000 | 2019-08-21T07:55:54 | 2019-08-21T07:55:54 | 141,140,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 剑指offer.no41_50;
//思路:利用逻辑与的短路求值来实现递归的终止
public class Sum_Solution_47 {
public int Sum_Solution(int n) {
int result = n;
boolean res = (n != 0) && ((result += Sum_Solution(n - 1)) != 0);
return result;
}
}
| UTF-8 | Java | 293 | java | Sum_Solution_47.java | Java | [] | null | [] | package 剑指offer.no41_50;
//思路:利用逻辑与的短路求值来实现递归的终止
public class Sum_Solution_47 {
public int Sum_Solution(int n) {
int result = n;
boolean res = (n != 0) && ((result += Sum_Solution(n - 1)) != 0);
return result;
}
}
| 293 | 0.574899 | 0.538462 | 10 | 23.700001 | 20.129829 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
5c1534fceb87015a4532bb6cc4e2a205e41715ae | 38,543,036,514,359 | 91d7191f73810011b49c969bd5eff81df5086312 | /service/service_edu/src/main/java/cn/blue/eduservice/service/impl/EduCourseServiceImpl.java | 22641aef028fef70029255fc9475eec2876811e8 | [] | no_license | tanbinh123/edu_site | https://github.com/tanbinh123/edu_site | 6c8cb37984f410ca5846332fbb42901adfb827eb | 809808344aff0f2d4c4f60e9dca4431ffe4a4912 | refs/heads/master | 2023-07-04T22:56:06.170000 | 2021-08-22T05:47:01 | 2021-08-22T05:47:01 | 470,439,908 | 1 | 0 | null | true | 2022-03-16T05:07:19 | 2022-03-16T05:07:19 | 2021-08-22T05:47:03 | 2021-08-22T05:47:01 | 269 | 0 | 0 | 0 | null | false | false | package cn.blue.eduservice.service.impl;
import cn.blue.eduservice.entity.EduChapter;
import cn.blue.eduservice.entity.EduCourse;
import cn.blue.eduservice.entity.EduCourseDescription;
import cn.blue.eduservice.entity.EduVideo;
import cn.blue.eduservice.entity.frontvo.CourseFrontVo;
import cn.blue.eduservice.entity.fr... | UTF-8 | Java | 6,343 | java | EduCourseServiceImpl.java | Java | [
{
"context": "Map;\n\n/**\n * <p>\n * 课程 服务实现类\n * </p>\n *\n * @author testjava\n * @since 2020-07-22\n */\n@Service\npublic class Ed",
"end": 1275,
"score": 0.9994966983795166,
"start": 1267,
"tag": "USERNAME",
"value": "testjava"
}
] | null | [] | package cn.blue.eduservice.service.impl;
import cn.blue.eduservice.entity.EduChapter;
import cn.blue.eduservice.entity.EduCourse;
import cn.blue.eduservice.entity.EduCourseDescription;
import cn.blue.eduservice.entity.EduVideo;
import cn.blue.eduservice.entity.frontvo.CourseFrontVo;
import cn.blue.eduservice.entity.fr... | 6,343 | 0.677054 | 0.673055 | 174 | 33.488506 | 24.481224 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58046 | false | false | 13 |
a27eee0409a2f4d684f915fdb861d9ca72ad7b46 | 35,192,962,048,420 | 203aacd0e4803d99bfbaf72e94755f69aaf5302a | /PortalSiegfried/app/src/main/java/com/siegfried/portalsiegfried/fragments/FragmentoPedido.java | 1bbba9a9e340b9db2cb286a5155de844199eae2f | [] | no_license | jimyol/Proyecto-SGF | https://github.com/jimyol/Proyecto-SGF | 08ecf6034aae7c40415fe994e37f0eaf2f63a72e | db55720bdfaeb897a5da3d4e81cc8eef6313f1d2 | refs/heads/master | 2017-12-19T07:47:03.095000 | 2016-12-22T22:21:39 | 2016-12-22T22:21:39 | 76,914,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siegfried.portalsiegfried.fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ListView;
import and... | UTF-8 | Java | 1,583 | java | FragmentoPedido.java | Java | [] | null | [] | package com.siegfried.portalsiegfried.fragments;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ListView;
import and... | 1,583 | 0.724574 | 0.723942 | 56 | 27.267857 | 26.688341 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
94baf92af7a93b8460bfd356477eaaed4d6731c6 | 23,313,082,503,584 | 27900a9d16faa8db604def76496f96196ae17279 | /currencyConversion/src/main/java/com/casestudy/searchmetrics/exchangerate/builder/ExchangeRateSignatureBuilder.java | 3cb268f2e9cd1cd73e55a1d4dfc4b9319b1b1e96 | [] | no_license | sougatamaitratcs/searchmetrics | https://github.com/sougatamaitratcs/searchmetrics | 7f5cc739fdfabc31575fc121666a6cbf04132a30 | 970aad9827cdb25deeefe3fa002b79a5abeafc7a | refs/heads/master | 2020-04-24T11:23:42.093000 | 2019-02-22T10:17:53 | 2019-02-22T10:17:53 | 171,923,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.casestudy.searchmetrics.exchangerate.builder;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import javax.xml.bind.DatatypeConverter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import com.casestudy.searchmetrics.uti... | UTF-8 | Java | 1,142 | java | ExchangeRateSignatureBuilder.java | Java | [
{
"context": "for calling third party exchange rate.\r\n * @author Admin\r\n *\r\n */\r\n@Component\r\npublic class ExchangeRateSi",
"end": 430,
"score": 0.9791361093521118,
"start": 425,
"tag": "USERNAME",
"value": "Admin"
}
] | null | [] | package com.casestudy.searchmetrics.exchangerate.builder;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import javax.xml.bind.DatatypeConverter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import com.casestudy.searchmetrics.uti... | 1,142 | 0.754816 | 0.738179 | 34 | 31.588236 | 28.706545 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.235294 | false | false | 13 |
79d05f75de6ac30ec2058a4f198468c55e4db51f | 6,476,810,746,713 | 401c551a43873dd3ff950272475843c58cbcdb5e | /src/ProjectEuler_Java/p104_Wrong.java | c0bd8f7b20e07f6fd24176a393768e073e987a19 | [
"MIT"
] | permissive | prakHr/Project-Euler-Java | https://github.com/prakHr/Project-Euler-Java | 1d5adaf1be5ecfb187c84376f92a61493d2bfc01 | 77b1631268be8e38729263e9f62e319bc61de2fb | refs/heads/master | 2022-11-09T19:44:54.032000 | 2020-06-24T05:51:38 | 2020-06-24T05:59:41 | 273,013,384 | 0 | 0 | null | false | 2020-06-17T16:40:02 | 2020-06-17T15:38:08 | 2020-06-17T16:33:18 | 2020-06-17T16:40:02 | 0 | 0 | 0 | 0 | Java | false | false | /*
* The MIT License
*
* Copyright 2020 Prakhar Gandhi.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | UTF-8 | Java | 2,394 | java | p104_Wrong.java | Java | [
{
"context": "/*\r\n * The MIT License\r\n *\r\n * Copyright 2020 Prakhar Gandhi.\r\n *\r\n * Permission is hereby granted, free of ch",
"end": 60,
"score": 0.9998582005500793,
"start": 46,
"tag": "NAME",
"value": "Prakhar Gandhi"
},
{
"context": ";\r\nimport java.util.Arrays;\r\n\r\... | null | [] | /*
* The MIT License
*
* Copyright 2020 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | 2,378 | 0.639933 | 0.620301 | 71 | 31.718309 | 26.421919 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746479 | false | false | 13 |
c8f1c0fcb77a0c1857824cf943a5367457131779 | 10,754,598,137,065 | 4539fc5a1d9466803e6b4c219478568a36e57cd0 | /server/core/src/main/java/com/storeal/database/dto/storeal/tables/StlOrderInvoice.java | ff5bc8caeafce707ab45155aef3d73e716bc6b1b | [] | no_license | mushishi1213/amateur | https://github.com/mushishi1213/amateur | 1762834b015922086826001922fdb441d70b2c25 | 5751b384529c7d812c96b260cb591373fa96442b | refs/heads/master | 2017-03-22T00:34:19.521000 | 2015-12-07T02:18:50 | 2015-12-07T02:18:50 | 26,577,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class is generated by jOOQ
*/
package com.storeal.database.dto.storeal.tables;
import com.storeal.database.dto.storeal.Keys;
import com.storeal.database.dto.storeal.Storeal;
import com.storeal.database.dto.storeal.tables.records.StlOrderInvoiceRecord;
import java.math.BigDecimal;
import java.sql.Timesta... | UTF-8 | Java | 7,577 | java | StlOrderInvoice.java | Java | [] | null | [] | /**
* This class is generated by jOOQ
*/
package com.storeal.database.dto.storeal.tables;
import com.storeal.database.dto.storeal.Keys;
import com.storeal.database.dto.storeal.Storeal;
import com.storeal.database.dto.storeal.tables.records.StlOrderInvoiceRecord;
import java.math.BigDecimal;
import java.sql.Timesta... | 7,577 | 0.739607 | 0.733932 | 205 | 35.960976 | 55.20126 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458537 | false | false | 13 |
77c1510a3710cb2ec78e3683dae2bfa4b53fa04e | 14,568,529,104,360 | 9cd474ff195074d2fa31cc6062e86ebd98e83329 | /com.spark.psi.report/src/com/spark/psi/report/dao/service/ReportSalesService.java | fd8ba5e2a7ab63802e324afbf54808e12f1fddb9 | [] | no_license | jideas/spark-whxc-psi | https://github.com/jideas/spark-whxc-psi | 543c24abe53b3243876f4a90198fd2a18276562a | cb3160395c61421685a110628da1d82a761d483f | refs/heads/master | 2021-01-10T09:07:46.430000 | 2013-05-11T13:46:55 | 2013-05-11T13:46:55 | 47,181,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.spark.psi.report.dao.service;
import java.util.ArrayList;
import java.util.List;
import com.jiuqi.dna.core.Context;
import com.jiuqi.dna.core.service.Publish;
import com.jiuqi.dna.core.service.Service;
import com.jiuqi.dna.core.type.GUID;
import com.spark.psi.base.Department;
impo... | GB18030 | Java | 5,574 | java | ReportSalesService.java | Java | [
{
"context": ", ub.guid, task.getOrderPerson(), \"t.orderPerson=@orderPerson\");\r\n\t\t\tub.addCondition(\"cusProGuid\", ub.guid, tas",
"end": 1897,
"score": 0.885425865650177,
"start": 1886,
"tag": "USERNAME",
"value": "orderPerson"
},
{
"context": " ub.guid, task.getCusProGuid(), ... | null | [] | /**
*
*/
package com.spark.psi.report.dao.service;
import java.util.ArrayList;
import java.util.List;
import com.jiuqi.dna.core.Context;
import com.jiuqi.dna.core.service.Publish;
import com.jiuqi.dna.core.service.Service;
import com.jiuqi.dna.core.type.GUID;
import com.spark.psi.base.Department;
impo... | 5,574 | 0.692585 | 0.692225 | 125 | 42.448002 | 28.82789 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.808 | false | false | 13 |
0651ac033c3ed816525b8c3fe2ddfd4c58f4be10 | 21,973,052,734,152 | 65d2b75fdf03de1aa1b1222f7238a2e53a4c04b6 | /src/main/java/br/com/jnsdev/financeiro/web/controller/AtividadeController.java | 70519e23d62667455ff5b7a293abf34f40348618 | [] | no_license | jairosousa/jns-financeiro-app | https://github.com/jairosousa/jns-financeiro-app | 27edd32ca24bb12c1d4c5b09068978afc92c9efc | 2bd5f7cf7976ad8135a7dd3f22bbf873786db491 | refs/heads/master | 2020-06-09T01:29:02.836000 | 2019-09-08T20:06:14 | 2019-09-08T20:06:14 | 193,343,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.jnsdev.financeiro.web.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMappi... | UTF-8 | Java | 940 | java | AtividadeController.java | Java | [] | null | [] | package br.com.jnsdev.financeiro.web.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMappi... | 940 | 0.797872 | 0.797872 | 32 | 27.375 | 25.057123 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84375 | false | false | 13 |
a60986d5afea580d2e3013dbe1c502d93ff50e04 | 5,626,407,219,653 | 7a7e08dd010908fc84d961f3c9b4add91e40a60c | /src/test/java/com/swarauto/game/director/DirectorTest.java | 4e90486451891730ceafc1c92c7024990028f35a | [] | no_license | ChoKaPeek/swarauto-base | https://github.com/ChoKaPeek/swarauto-base | 5c59f06b395e59e336a61672bc19f1beb1d36bb1 | e440ad56936f50a652abd7dc5919fe2c2eb00e48 | refs/heads/master | 2020-12-12T21:23:44.839000 | 2018-05-25T06:59:23 | 2018-05-25T06:59:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swarauto.game.director;
import com.swarauto.game.GameState;
import com.swarauto.game.GameStatus;
import com.swarauto.game.director.event.DirectorEvent;
import org.greenrobot.eventbus.Subscribe;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import java.util.List;
impor... | UTF-8 | Java | 3,098 | java | DirectorTest.java | Java | [] | null | [] | package com.swarauto.game.director;
import com.swarauto.game.GameState;
import com.swarauto.game.GameStatus;
import com.swarauto.game.director.event.DirectorEvent;
import org.greenrobot.eventbus.Subscribe;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import java.util.List;
impor... | 3,098 | 0.681085 | 0.679148 | 91 | 33.043957 | 29.936897 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
328082fd36bddc3ba24f3b2ca9f7781b138970fc | 23,587,960,400,376 | fe087dd77d53a57263a8a9d5a4cae8c4c9afc060 | /imagej/ScreenCast_PrintScreen/ScreenCast.java | 034dba4b21b3d2cbf4ed320c409a9c2ace8dd99d | [] | no_license | tischi/scripts | https://github.com/tischi/scripts | 9ebeae80785996ac91d34a366cc9571dd70c4d88 | fbef07ecf7c2fde1626b24839a7d8933f58ccb1e | refs/heads/master | 2021-01-10T19:02:54.208000 | 2015-12-21T15:38:35 | 2015-12-21T15:38:35 | 6,355,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.AWTException;
import java.awt.Robot;
import java.awt.Rectangle;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.*;
import javax.imageio.ImageIO;
import ij.*;
import java.awt.*;
import java.awt.image.*;
import java.io.*;
import javax.imageio.*;
import java.awt.MouseInfo;
pu... | UTF-8 | Java | 1,540 | java | ScreenCast.java | Java | [
{
"context": ".show();\n //File file = new File(\"C:/Users/Christian Tischer/Desktop/screencapture.jpg\");\n //Boolean wo",
"end": 1179,
"score": 0.9998258352279663,
"start": 1162,
"tag": "NAME",
"value": "Christian Tischer"
}
] | null | [] | import java.awt.AWTException;
import java.awt.Robot;
import java.awt.Rectangle;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.*;
import javax.imageio.ImageIO;
import ij.*;
import java.awt.*;
import java.awt.image.*;
import java.io.*;
import javax.imageio.*;
import java.awt.MouseInfo;
pu... | 1,529 | 0.671429 | 0.665584 | 49 | 30.44898 | 24.914598 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530612 | false | false | 13 |
d8b45744908424136598f5ccab3434db4ecb52a8 | 1,864,015,849,317 | b2eafedeca93a54c1ccdc71b867653d306fb38e4 | /app/src/main/java/com/lbconsulting/agrocerylist/adapters/ItemsByGroupCursorAdapter.java | 5da1bd068042dfd03c995bfaa914d866d2967631 | [] | no_license | LorenBaker/AGroceryList | https://github.com/LorenBaker/AGroceryList | e15620cd87d53e1f8dc820b08d412889dcbb20d8 | d74397a1da7a481cb2a08dc1fa102301f59816f7 | refs/heads/master | 2021-01-15T14:36:28.950000 | 2015-07-25T06:48:04 | 2015-07-25T06:48:04 | 37,944,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lbconsulting.agrocerylist.adapters;
import android.content.Context;
import android.database.Cursor;
import android.support.v4.widget.CursorAdapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
i... | UTF-8 | Java | 4,427 | java | ItemsByGroupCursorAdapter.java | Java | [] | null | [] | package com.lbconsulting.agrocerylist.adapters;
import android.content.Context;
import android.database.Cursor;
import android.support.v4.widget.CursorAdapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
i... | 4,427 | 0.634741 | 0.633838 | 123 | 34.991871 | 28.903679 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601626 | false | false | 13 |
bf3c9e247cd48e5918fcf30c1dc8c028867f454b | 12,841,952,268,191 | 4dfcab2488f8bc383a58f0e3e0c795a5a88de974 | /aula04/PontoApp/PontoApp.java | 544861f9f7164ba363f07067bfc138ddc19187c4 | [] | no_license | jsimaoisel/ave-2014-15-sem1 | https://github.com/jsimaoisel/ave-2014-15-sem1 | 30b07a7ab21be4c01f7f8dd8a2257b78fd8d669e | 38339214ad83e678083c023b2501ed00d350dc04 | refs/heads/master | 2020-05-23T11:19:34.539000 | 2014-10-24T15:46:12 | 2014-10-24T15:46:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class PontoApp{
public static void main(String[] args)
{
Ponto p = new Ponto(5, 7);
p.Print();
System.out.println(String.format("p._x = %d\n", p._x));
}
} | UTF-8 | Java | 173 | java | PontoApp.java | Java | [] | null | [] | public class PontoApp{
public static void main(String[] args)
{
Ponto p = new Ponto(5, 7);
p.Print();
System.out.println(String.format("p._x = %d\n", p._x));
}
} | 173 | 0.606936 | 0.595376 | 10 | 16.4 | 18.921946 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 13 |
2b0dbf0746c40975c3bfa0062ffa94e52308f7fa | 12,309,376,301,257 | acd9c8e5fc347de3dbf11aae75f6d725a532e620 | /src/main/java/kehao/emulator/game/model/response/RuneGetUserRunesResponse.java | 8ad18437906399cde6ad6485f9538e3747e95cbd | [] | no_license | v5kehao/kh | https://github.com/v5kehao/kh | 3be90a768fadeeff52cb4cf7746f11db6a4d2f4f | f72a775c7b3f8d6d61f04b3edb07b8b8e863468e | refs/heads/master | 2020-05-13T15:50:56.030000 | 2013-12-27T17:08:30 | 2013-12-27T17:08:30 | 12,743,556 | 1 | 3 | null | false | 2013-12-07T00:40:37 | 2013-09-11T00:05:05 | 2013-12-07T00:32:14 | 2013-12-07T00:31:35 | 1,687 | 0 | 2 | 1 | Java | null | null | package kehao.emulator.game.model.response;
import kehao.emulator.game.model.basic.UserRunes;
public class RuneGetUserRunesResponse extends GameData<UserRunes> {
}
| UTF-8 | Java | 166 | java | RuneGetUserRunesResponse.java | Java | [] | null | [] | package kehao.emulator.game.model.response;
import kehao.emulator.game.model.basic.UserRunes;
public class RuneGetUserRunesResponse extends GameData<UserRunes> {
}
| 166 | 0.831325 | 0.831325 | 6 | 26.666666 | 27.304863 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
0bd1c02a69dafa8b64af1dce6ab28fa2a7f0f63e | 16,896,401,391,621 | 96f329a313e87b1bcb1ef9b998d0ee079d3a9b1e | /app/src/main/java/android/qleek/Constants.java | 00696cf1991ff816884618cc067ba3c2c042721a | [] | no_license | ismailius/Qleek-App | https://github.com/ismailius/Qleek-App | 152af3aa324baef0c7321b37b0c23862a200bcdf | a27c3b482042f9bad5d0526ccc560acbc4778f55 | refs/heads/master | 2021-01-23T09:51:29.487000 | 2015-05-09T01:27:01 | 2015-05-09T01:27:01 | 35,126,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.qleek;
/**
* Created by ismailsalhi on 4/23/15.
*/
public class Constants {
// The state of the device -1 = not setup
public static final String QLEEK_SPOTIFY_TOKEN_URL = "http://qleek-backend-staging.herokuapp.com/api/v1/player/554d5c724569bff3e425fff6/setting/spotify_token";
public stat... | UTF-8 | Java | 2,420 | java | Constants.java | Java | [
{
"context": "package android.qleek;\n\n/**\n * Created by ismailsalhi on 4/23/15.\n */\npublic class Constants {\n // T",
"end": 53,
"score": 0.9991716146469116,
"start": 42,
"tag": "USERNAME",
"value": "ismailsalhi"
},
{
"context": "qleek-backend-staging.herokuapp.com/api/v1/pla... | null | [] | package android.qleek;
/**
* Created by ismailsalhi on 4/23/15.
*/
public class Constants {
// The state of the device -1 = not setup
public static final String QLEEK_SPOTIFY_TOKEN_URL = "http://qleek-backend-staging.herokuapp.com/api/v1/player/554d5c724569bff3e425fff6/setting/spotify_token";
public stat... | 2,421 | 0.758264 | 0.740083 | 33 | 72.333336 | 65.676277 | 228 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
05a6b1564e4c054f99e1d3e5ef866288f4c31cfc | 18,519,899,001,592 | 9143b089c5c556a4554f4326568c6290b71b8149 | /src/main/java/cn/novedu/jdbc/paging/PagingManager.java | dd01b397b61c7827cea1c7f5d563e4467042abec | [] | no_license | GeekyMax/NoveduPlatformApi | https://github.com/GeekyMax/NoveduPlatformApi | c4a0fddb6efeb94b8d0a3eb90c746dcc50654496 | 4b317beebedd050e3b03eb8e32436136d3f1f4bd | refs/heads/master | 2020-04-08T10:20:04.688000 | 2019-01-08T13:58:57 | 2019-01-08T13:58:57 | 159,264,356 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.novedu.jdbc.paging;
import cn.novedu.mapper.SysMapper;
import cn.novedu.param.PagingParam;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* @author Max Huang
*/
@Component
public class PagingManager {
@Autowired
private SysMappe... | UTF-8 | Java | 1,408 | java | PagingManager.java | Java | [
{
"context": "ingframework.stereotype.Component;\n\n/**\n * @author Max Huang\n */\n@Component\npublic class PagingManager {\n @",
"end": 240,
"score": 0.9997796416282654,
"start": 231,
"tag": "NAME",
"value": "Max Huang"
}
] | null | [] | package cn.novedu.jdbc.paging;
import cn.novedu.mapper.SysMapper;
import cn.novedu.param.PagingParam;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* @author <NAME>
*/
@Component
public class PagingManager {
@Autowired
private SysMapper s... | 1,405 | 0.636364 | 0.636364 | 45 | 30.288889 | 26.026159 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644444 | false | false | 13 |
d980a9c944b0f3b385d6a232b38672d4f9781cfd | 7,456,063,275,799 | 5b1c358f7f9c8831fb814d0872614cc774cdf3b0 | /beadando3/src/main/java/hu/elte/entity/Field.java | a0b9582005e5169366c0b844fe2753811cd3c9b2 | [] | no_license | gulyassimone/Elte-4fv-ProgramozasiTechnologia | https://github.com/gulyassimone/Elte-4fv-ProgramozasiTechnologia | a80d61786ce4d4ad080ba0cb2172fc8dd78a5d19 | 85d019ea2a9488882f1d06260562629118e8f8f5 | refs/heads/master | 2023-08-02T08:28:28.980000 | 2021-09-06T18:14:07 | 2021-09-06T18:14:07 | 337,140,282 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hu.elte.entity;
import java.util.Objects;
public class Field {
Coordinate position;
GameObject gameObject;
Field(Coordinate position){
this.position = position;
gameObject = null;
}
public void setGameObject(GameObject gameObject) {
this.gameObject = gameObject;
... | UTF-8 | Java | 727 | java | Field.java | Java | [] | null | [] | package hu.elte.entity;
import java.util.Objects;
public class Field {
Coordinate position;
GameObject gameObject;
Field(Coordinate position){
this.position = position;
gameObject = null;
}
public void setGameObject(GameObject gameObject) {
this.gameObject = gameObject;
... | 727 | 0.629986 | 0.629986 | 30 | 23.233334 | 23.152658 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 13 |
bb7459e83c53d8da8787c445a732253c2f0c1622 | 31,327,491,520,850 | cc02ae6fdfbe88f3814ab3b4f423a00c538dc6e1 | /tests/src/test/java/com/truthbean/jeetb/model/sys/repository/UserTest.java | c1631746f1180c9f848d5046340aae8d8f08c0a2 | [] | no_license | TruthBean/jeetb | https://github.com/TruthBean/jeetb | 086b54e71a65559f8e5babd3679435420da81ef6 | b50843607d7f67ded9628edf8f3cebec4a75a450 | refs/heads/master | 2018-03-16T13:19:35.285000 | 2016-12-02T15:17:48 | 2016-12-02T15:17:48 | 67,382,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.truthbean.jeetb.model.sys.repository;
import com.alibaba.fastjson.JSON;
import com.truthbean.jeetb.model.sys.entity.User;
import java.util.List;
/**
* Created by TruthBean on 2016-10-22 15:05.
*/
public class UserTest {
public static void main(String[] args) {
UserRepository userRepository ... | UTF-8 | Java | 469 | java | UserTest.java | Java | [
{
"context": "y.User;\n\nimport java.util.List;\n\n/**\n * Created by TruthBean on 2016-10-22 15:05.\n */\npublic class UserTest {\n",
"end": 187,
"score": 0.9994711875915527,
"start": 178,
"tag": "USERNAME",
"value": "TruthBean"
}
] | null | [] | package com.truthbean.jeetb.model.sys.repository;
import com.alibaba.fastjson.JSON;
import com.truthbean.jeetb.model.sys.entity.User;
import java.util.List;
/**
* Created by TruthBean on 2016-10-22 15:05.
*/
public class UserTest {
public static void main(String[] args) {
UserRepository userRepository ... | 469 | 0.712153 | 0.680171 | 17 | 26.588236 | 23.323956 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
9922eb5c726830d02c89584b00dba1b26f8594f0 | 3,994,319,607,979 | 1ce518b09521578e26e79a1beef350e7485ced8c | /source/app/src/main/java/com/j256/ormlite/dao/BaseForeignCollection.java | 80337b6bcd4864bdea5caead41d50c84c8d34770 | [] | no_license | yash2710/AndroidStudioProjects | https://github.com/yash2710/AndroidStudioProjects | 7180eb25e0f83d3f14db2713cd46cd89e927db20 | e8ba4f5c00664f9084f6154f69f314c374551e51 | refs/heads/master | 2021-01-10T01:15:07.615000 | 2016-04-03T09:19:01 | 2016-04-03T09:19:01 | 55,338,306 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.j256.ormlite.dao;
import com.j256.ormlite.field.FieldType;
import com.j256.ormlite.stmt.PreparedQuery;
import com.j256.ormlite.stmt.... | UTF-8 | Java | 5,951 | java | BaseForeignCollection.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996515512466431,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.j256.ormlite.dao;
import com.j256.ormlite.field.FieldType;
import com.j256.ormlite.stmt.PreparedQuery;
import com.j256.ormlite.stmt.QueryBuild... | 5,941 | 0.561922 | 0.55184 | 226 | 25.331858 | 21.377569 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460177 | false | false | 13 |
f45f574e7858ae04da8d9128043381a5c4c8de82 | 25,640,954,811,514 | 22b58aa24f21d2b009391b4c534192927f2d7a95 | /SpellingTemplate/src/com/buildmlearn/spellingtemplate/SimulatorSpellingFragment.java | eaff4e8cc44f6fb28f5402e75e7352c9d8d69113 | [
"Apache-2.0"
] | permissive | yogeshmadaan100/BuildmLearn-MobileTemplates | https://github.com/yogeshmadaan100/BuildmLearn-MobileTemplates | a0e4832f376e53881767c758271f6390927dbc5d | dd74faa81f5f0cb09dc1e0b8f9636c7d0c60fd02 | refs/heads/master | 2021-01-01T19:28:10.509000 | 2015-04-08T20:22:27 | 2015-04-08T20:22:27 | 33,630,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buildmlearn.spellingtemplate;
import java.util.ArrayList;
import java.util.Locale;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.graphics.Color;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.support.annotation.Nullable;
import and... | UTF-8 | Java | 7,219 | java | SimulatorSpellingFragment.java | Java | [] | null | [] | package com.buildmlearn.spellingtemplate;
import java.util.ArrayList;
import java.util.Locale;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.graphics.Color;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.support.annotation.Nullable;
import and... | 7,219 | 0.69885 | 0.694695 | 234 | 29.850428 | 26.457979 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.179487 | false | false | 13 |
edccb57f99d44f8d3268c89b92bc9ce72f8236c7 | 15,590,731,338,403 | 9401ad2c00f61b5be40ca04be0bd56c29aaff5a0 | /.apt_generated/com/septinary/xbwapp/fragment/main/stu/StuMenuFirstFragment$$ViewInjector.java | cffb1fd52d23d6d7da4eadcd8fe0376f0ad41a40 | [] | no_license | tangoox/Dorkapp | https://github.com/tangoox/Dorkapp | f7275e2bb31c698b40b3dadac89667444535fec6 | 9b5ee0d6bee9275f9cb156a50d0420bda5159648 | refs/heads/master | 2018-12-28T17:48:31.063000 | 2018-09-21T11:52:17 | 2018-09-21T11:52:17 | 33,520,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated code from Butter Knife. Do not modify!
package com.septinary.xbwapp.fragment.main.stu;
import android.view.View;
import butterknife.ButterKnife.Finder;
import butterknife.ButterKnife.Injector;
public class StuMenuFirstFragment$$ViewInjector<T extends com.septinary.xbwapp.fragment.main.stu.StuMenuFirstFra... | UTF-8 | Java | 1,116 | java | StuMenuFirstFragment$$ViewInjector.java | Java | [] | null | [] | // Generated code from Butter Knife. Do not modify!
package com.septinary.xbwapp.fragment.main.stu;
import android.view.View;
import butterknife.ButterKnife.Finder;
import butterknife.ButterKnife.Injector;
public class StuMenuFirstFragment$$ViewInjector<T extends com.septinary.xbwapp.fragment.main.stu.StuMenuFirstFra... | 1,116 | 0.749104 | 0.695341 | 24 | 45.5 | 37.568825 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 13 |
5238337957cff8bbf9268e3b8b15caec7a36c1ad | 14,774,687,557,343 | 4714d1af5964c3b0a8dc9274892da6ca05d3e5a5 | /src/dziennikszkolnyclient/Frames/TimetableFrame.java | 788ac6139d11be7bc13dfaf3637278eb6b67daba | [] | no_license | Xenox93/Dziennik-szkolny-client | https://github.com/Xenox93/Dziennik-szkolny-client | db45292c29b23884a65eb8a7765c8bcc5223c38a | 43803d1601ac819a6f27bae62c883e77c7fd4d49 | refs/heads/master | 2016-09-20T00:49:27.205000 | 2016-09-18T14:51:43 | 2016-09-18T14:51:43 | 66,355,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dziennikszkolnyclient.Frames;
import dziennikszkolnyclient.Data.Activity;
import dziennikszkolnyclient.Data.DayOfWeek;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;... | UTF-8 | Java | 14,127 | java | TimetableFrame.java | Java | [
{
"context": " \n JButton login_button = new JButton( \"Wróć\" );\n\n login_button.setPreferredSize( n",
"end": 13646,
"score": 0.9915065765380859,
"start": 13642,
"tag": "NAME",
"value": "Wróć"
}
] | null | [] | package dziennikszkolnyclient.Frames;
import dziennikszkolnyclient.Data.Activity;
import dziennikszkolnyclient.Data.DayOfWeek;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;... | 14,127 | 0.508853 | 0.501133 | 362 | 38.005524 | 34.780525 | 187 | false | false | 0 | 0 | 0 | 0 | 77 | 0.010907 | 0.58011 | false | false | 13 |
ffe88c99da9ef13bf809faadda92546fbaf0547e | 23,072,564,366,825 | 21ec80eb8a3d1c07e1f3f725b48409fba3ef90c2 | /Java/sorting/UnitTester.java | 4e640b1e5f13170805a58a963c87c8e5b990dad1 | [
"Apache-2.0"
] | permissive | dozzman/coding-practice | https://github.com/dozzman/coding-practice | b4a21a69fcfa3fc0cb2381de9fa9ec28baea89b1 | e54cf925fd8dcdc065c90ed4fa039f416dca8c67 | refs/heads/master | 2020-06-04T00:52:21.941000 | 2014-11-10T21:16:40 | 2014-11-10T21:16:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sorting;
import java.lang.*;
import java.util.*;
import org.junit.*;
import static org.junit.Assert.*;
public class UnitTester
{
private static final int DEFAULT_START = 0;
private static final int DEFAULT_END = 1000;
private static final int DEFAULT_SIZE = 1000;
// bubbleSort tester
... | UTF-8 | Java | 1,950 | java | UnitTester.java | Java | [] | null | [] | package sorting;
import java.lang.*;
import java.util.*;
import org.junit.*;
import static org.junit.Assert.*;
public class UnitTester
{
private static final int DEFAULT_START = 0;
private static final int DEFAULT_END = 1000;
private static final int DEFAULT_SIZE = 1000;
// bubbleSort tester
... | 1,950 | 0.562564 | 0.555897 | 84 | 22.214285 | 22.830154 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 13 |
0415ea71eba2658b175a0aefb263cff6dddcc199 | 23,072,564,362,318 | 3de5f11df2b8fc94e4d91c0891a1456442f69c6e | /src/main/java/indi/auth/entity/UserDO.java | 8265cb66d1623be017f0477d4a3e3697ff080496 | [] | no_license | DragonBoom/my-auth | https://github.com/DragonBoom/my-auth | 4ec4aa4f9ef314a002712cc616392528d289fd2e | af3c94353ed9beeb96038d878425d9776bc2976d | refs/heads/master | 2020-03-22T22:05:30.416000 | 2018-10-20T17:20:47 | 2018-10-20T17:20:47 | 140,732,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package indi.auth.entity;
import java.io.Serializable;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class UserDO implements Serializable {
private static final long serialVersionUID = -5636084708995107555L;
private Long id;
private String user... | UTF-8 | Java | 395 | java | UserDO.java | Java | [] | null | [] | package indi.auth.entity;
import java.io.Serializable;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class UserDO implements Serializable {
private static final long serialVersionUID = -5636084708995107555L;
private Long id;
private String user... | 395 | 0.739241 | 0.691139 | 23 | 16.173914 | 17.120169 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 13 |
8b95199a6fe0015d18f3a1e9874938d9aef7ed51 | 23,656,679,883,575 | c1bd0814a7745d258f88aa703a91a5cd69d8fe82 | /main-app/database/src/main/java/pl/soa/parkometer/entities/Ticket.java | 405bc4f1b75444c2609ac9897abbe03d69f669ae | [] | no_license | JakubZol/SOA-Parkometer | https://github.com/JakubZol/SOA-Parkometer | 8b344164d860e3362adf849c3917331ba9850624 | 4bfaf65a480829f5fa80e58abebb338d8fe66258 | refs/heads/master | 2023-05-01T16:20:46.738000 | 2019-06-24T13:23:26 | 2019-06-24T13:23:26 | 190,539,650 | 0 | 0 | null | false | 2023-04-14T17:48:49 | 2019-06-06T07:56:06 | 2019-06-24T13:23:39 | 2023-04-14T17:48:48 | 3,991 | 0 | 0 | 3 | Java | false | false | package pl.soa.parkometer.entities;
import com.fasterxml.jackson.annotation.JsonInclude;
import javax.persistence.*;
import javax.xml.bind.annotation.*;
import java.io.Serializable;
import java.sql.Timestamp;
@Entity
@XmlRootElement(name = "ticket")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class Ticket im... | UTF-8 | Java | 2,915 | java | Ticket.java | Java | [] | null | [] | package pl.soa.parkometer.entities;
import com.fasterxml.jackson.annotation.JsonInclude;
import javax.persistence.*;
import javax.xml.bind.annotation.*;
import java.io.Serializable;
import java.sql.Timestamp;
@Entity
@XmlRootElement(name = "ticket")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class Ticket im... | 2,915 | 0.629503 | 0.626758 | 106 | 26.5 | 25.460384 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386792 | false | false | 13 |
c28f2158a444359b797384a9a7f00d36a3d687ba | 31,980,326,552,394 | d0a9bd9dcfd4a4e8d7a35684c3e9c01a505ca04d | /app/src/main/java/app/clappingape/com/androidca/ui/MainActivity.java | c6f788130f822be420a8702f923a644645dfbad5 | [] | no_license | acan12/bookreader | https://github.com/acan12/bookreader | 6f0ae34e39fc7c68b46f174ae371e9824b8df915 | 1b01afe116f8b80b3aa6b153f9a06ff07c2a7dd5 | refs/heads/master | 2021-07-04T22:07:26.216000 | 2017-09-27T08:32:55 | 2017-09-27T08:32:55 | 104,711,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.clappingape.com.androidca.ui;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.Html;
import android.util.Displ... | UTF-8 | Java | 8,000 | java | MainActivity.java | Java | [
{
"context": ".RxCompositeDisposableManager;\n\n/**\n * Created by arysuryawan on 9/21/17.\n */\n\npublic class MainActivity extend",
"end": 947,
"score": 0.9974542856216431,
"start": 936,
"tag": "USERNAME",
"value": "arysuryawan"
}
] | null | [] | package app.clappingape.com.androidca.ui;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.Html;
import android.util.Displ... | 8,000 | 0.598875 | 0.5925 | 245 | 31.653061 | 28.218355 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 13 |
68ebc0894dd667958edb906d6b412d1cceaaf489 | 4,939,212,427,785 | 51068918ab85bf013588dea0f467b58e52ec7228 | /RepairAgency/src/main/java/ua/training/repairagency/model/entities/Entity.java | 33933ea3d3a9d4ebe025970bd740eaa5445d1aa2 | [
"Unlicense"
] | permissive | VitaliiHrushyn/JavaExternalClasses_Final_Project | https://github.com/VitaliiHrushyn/JavaExternalClasses_Final_Project | f16302c635baf8207b2e6ba27a15de84a910c9f0 | a655fad21d5ccf6ab5e9bb544a39017168b28494 | refs/heads/master | 2020-03-11T23:56:04.686000 | 2018-06-17T20:58:06 | 2018-06-17T20:58:06 | 130,336,042 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.training.repairagency.model.entities;
public interface Entity {
int getId();
void setId(int id);
}
| UTF-8 | Java | 118 | java | Entity.java | Java | [] | null | [] | package ua.training.repairagency.model.entities;
public interface Entity {
int getId();
void setId(int id);
}
| 118 | 0.720339 | 0.720339 | 9 | 12.111111 | 15.566663 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 13 |
116d05126029f3130423932f4d77e6944df1dbdf | 12,180,527,261,599 | 8ad712ed95344399db4670ddb9f16e311db29ee8 | /service/src/main/java/com/itacademy/jd2/raa/telecom/service/ITransactionService.java | cfcc091ac9c74d172d2a10aef52c5ad2a08329db | [] | no_license | rapchynskianton/telecom | https://github.com/rapchynskianton/telecom | 670f520f5c9e33ccfa8731514f0ef5bdc568925b | 95580ed8c37a22ea337ee62d60b86e109d3c4182 | refs/heads/master | 2022-12-17T07:09:55.961000 | 2020-09-14T15:45:23 | 2020-09-14T16:34:48 | 295,460,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itacademy.jd2.raa.telecom.service;
import java.util.List;
import javax.transaction.Transactional;
import com.itacademy.jd2.raa.telecom.dao.api.entity.table.ITransaction;
import com.itacademy.jd2.raa.telecom.dao.api.filter.TransactionFilter;
public interface ITransactionService {
ITransaction get(Integ... | UTF-8 | Java | 658 | java | ITransactionService.java | Java | [] | null | [] | package com.itacademy.jd2.raa.telecom.service;
import java.util.List;
import javax.transaction.Transactional;
import com.itacademy.jd2.raa.telecom.dao.api.entity.table.ITransaction;
import com.itacademy.jd2.raa.telecom.dao.api.filter.TransactionFilter;
public interface ITransactionService {
ITransaction get(Integ... | 658 | 0.794833 | 0.790274 | 33 | 18.939394 | 21.052517 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787879 | false | false | 13 |
da97ba5c76318e688ec7c1be76d9d005252bfcad | 24,507,083,433,337 | ebd47b9d086b04f06910fb2e45ccbf63c14d586f | /src/schedulePD/Semester.java | f6214d65b5b282b65fc238d2246bf521cb0fbe83 | [] | no_license | dbnorth/schedule | https://github.com/dbnorth/schedule | 94c17feb4cbd5542d7b62994e54294aba0349d5a | 7feaf45712b744f559d7dc1a9ff70a77d159db32 | refs/heads/master | 2020-02-27T06:31:31.532000 | 2016-05-21T14:33:34 | 2016-05-21T14:33:34 | 59,361,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package schedulePD;
import java.util.Date;
/**
* A period of time over which a Course is delivered at a University by a Faculty member.
*/
public class Semester
{
/**
* The Schedule for this Semester.
*/
private Schedule schedule;
/**
* The name of the Semester (SSYYYY where S ={F,S,SU) and YYYY is the ye... | UTF-8 | Java | 1,339 | java | Semester.java | Java | [] | null | [] | package schedulePD;
import java.util.Date;
/**
* A period of time over which a Course is delivered at a University by a Faculty member.
*/
public class Semester
{
/**
* The Schedule for this Semester.
*/
private Schedule schedule;
/**
* The name of the Semester (SSYYYY where S ={F,S,SU) and YYYY is the ye... | 1,339 | 0.674384 | 0.674384 | 86 | 14.581395 | 18.016443 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.116279 | false | false | 13 |
acc2224a6f89c2d1d5b3563557077fae6b191534 | 28,862,180,271,708 | 1e61b45388bdf885901419327c4aec7325b0c29b | /app/src/main/java/com/app/vipsaffinity/models/Event.java | 6901a9f8cf9a9f0ff7fdff244ca06bae3877e0f5 | [] | no_license | sshubham5352/VIPSA | https://github.com/sshubham5352/VIPSA | a171e0787823614727c2635762b32c3245e086ac | 2ef23f769fb65e06b410c579219a60edf1cc6a92 | refs/heads/master | 2023-07-07T17:17:15.718000 | 2021-09-05T06:29:54 | 2021-09-05T06:29:54 | 367,794,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.vipsaffinity.models;
import java.io.Serializable;
public class Event implements Serializable {
}
| UTF-8 | Java | 115 | java | Event.java | Java | [] | null | [] | package com.app.vipsaffinity.models;
import java.io.Serializable;
public class Event implements Serializable {
}
| 115 | 0.808696 | 0.808696 | 6 | 18.166666 | 18.424772 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
e93eeb080f5a5aa5f0cbc2d8bff6bc2674546b3f | 33,612,414,088,665 | 04fe97a175c687420af958524af03aa86bb8cfd7 | /SSM/Springdemo/Spring-03-appconfig/src/main/java/com/config/KuangConfig2.java | 724b9136d5f03750e8a49f701e67695fca308e05 | [] | no_license | duke703/practiseOfEast | https://github.com/duke703/practiseOfEast | 490decddcc92c0447dc796bea84aa1637e1beac2 | ce30497582b0957cf178894d9d56e2e5605cb88f | refs/heads/master | 2022-11-14T01:11:59.392000 | 2020-07-08T00:12:45 | 2020-07-08T00:12:45 | 275,747,449 | 0 | 0 | null | true | 2020-06-29T06:18:31 | 2020-06-29T06:18:31 | 2020-06-29T05:10:35 | 2020-06-29T05:10:33 | 2 | 0 | 0 | 0 | null | false | false | package com.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* @author OriKey
* @create 2020- 06- 18 21:27
* -- 平凡才是唯一的答案 --
**/
@Configuration
@Import(JavaConfig.class)
public class KuangConfig2 {
}
| UTF-8 | Java | 302 | java | KuangConfig2.java | Java | [
{
"context": "amework.context.annotation.Import;\n\n/**\n * @author OriKey\n * @create 2020- 06- 18 21:27\n * -- 平凡才是唯一的答案 --\n",
"end": 158,
"score": 0.9344945549964905,
"start": 152,
"tag": "USERNAME",
"value": "OriKey"
}
] | null | [] | package com.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* @author OriKey
* @create 2020- 06- 18 21:27
* -- 平凡才是唯一的答案 --
**/
@Configuration
@Import(JavaConfig.class)
public class KuangConfig2 {
}
| 302 | 0.75 | 0.704225 | 14 | 19.285715 | 18.112461 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 13 |
cc040d65a6bcd3a20b837782c439ef30a5ace806 | 4,990,752,067,181 | 19b919a4ed7de78deda1e0e4cdfbf8435e7a3676 | /src/main/java/chapter2/lesson4/Cat.java | 2117fbd7433de7710d1fade1b7512cdbc2217d18 | [] | no_license | bean-bag/demoCode | https://github.com/bean-bag/demoCode | 7e64b51475736154268e5df8a42b323ff4d1ad95 | a9cd9fdcaba9be6505fa1325df41e05ebe4dc4eb | refs/heads/master | 2021-09-04T01:29:21.166000 | 2018-01-14T03:27:15 | 2018-01-14T03:27:15 | 115,276,151 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Project Name:demoCode
* File Name:Cat.java
* Package Name:chapter2.lesson4
* Date:2017年12月28日下午3:14:46
* Copyright (c) 2017, bluemobi All Rights Reserved.
*/
package chapter2.lesson4;
/**
* Description: <br/>
* Date: 2017年12月28日 下午3:14:46 <br/>
* @author junwen.bao
* @version
* @... | UTF-8 | Java | 730 | java | Cat.java | Java | [
{
"context": "ate: 2017年12月28日 下午3:14:46 <br/>\r\n * @author junwen.bao\r\n * @version\r\n * @see\r\n */\r\npublic class Cat {\r\n\r",
"end": 301,
"score": 0.9990410208702087,
"start": 291,
"tag": "NAME",
"value": "junwen.bao"
}
] | null | [] | /**
* Project Name:demoCode
* File Name:Cat.java
* Package Name:chapter2.lesson4
* Date:2017年12月28日下午3:14:46
* Copyright (c) 2017, bluemobi All Rights Reserved.
*/
package chapter2.lesson4;
/**
* Description: <br/>
* Date: 2017年12月28日 下午3:14:46 <br/>
* @author junwen.bao
* @version
* @... | 730 | 0.557746 | 0.509859 | 40 | 15.7 | 13.975335 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
8cdaf3ca5080d29624571f5c82797add311359f4 | 20,444,044,383,768 | bf5f8b378ac40be7a79dea39a82ac5508728b132 | /src/main/java/hmggvcguns/entity/GVCEntitySentry.java | 2e3cf26ab3c8e5d4aefcba93ef7a59aeb747c284 | [] | no_license | frou01/GvCX | https://github.com/frou01/GvCX | 5405be16468976ada2acf73a80369c3cf8372246 | c84f35a377f85fe277a56c63c73743a184af321e | refs/heads/master | 2018-10-08T14:46:08.749000 | 2018-06-27T15:14:14 | 2018-06-27T15:14:14 | 131,563,806 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hmggvcguns.entity;
import java.util.Calendar;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import hmggvcguns.entity.ai.AIAttackGun;
import hmggvcmob.ai.AINearestAttackableTarget;
import hmggvcmob.entity.guerrilla.EntityGBases;
import net.minecraft.block.Block;
import net.minec... | UTF-8 | Java | 5,492 | java | GVCEntitySentry.java | Java | [] | null | [] | package hmggvcguns.entity;
import java.util.Calendar;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import hmggvcguns.entity.ai.AIAttackGun;
import hmggvcmob.ai.AINearestAttackableTarget;
import hmggvcmob.entity.guerrilla.EntityGBases;
import net.minecraft.block.Block;
import net.minec... | 5,492 | 0.679421 | 0.653424 | 175 | 30.211428 | 31.006098 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794286 | false | false | 13 |
b8176db7ef07adf457a1cdc4634b790ac2e47800 | 8,048,768,723,437 | 8aea2fbcd54681c3fb1c60a378158bf38f1f9f9c | /geoportal_1/src/main/java/org/OpenGeoPortal/Utilities/ParseJSONSolrLocationField.java | e04c793c98d0e4de4429540d41c84664df8648d0 | [
"Apache-2.0"
] | permissive | jgpawletko/OGP | https://github.com/jgpawletko/OGP | 34ab43f5e441f632f848287f4d153db0eec34a41 | 96cb9a767feda8daf6cef9467742439298313ec3 | refs/heads/master | 2017-04-29T01:46:25.855000 | 2016-01-21T14:55:09 | 2016-01-21T14:55:09 | 50,114,093 | 0 | 0 | null | true | 2016-01-21T14:46:15 | 2016-01-21T14:46:15 | 2015-01-23T20:26:54 | 2015-08-03T17:30:08 | 125,291 | 0 | 0 | 0 | null | null | null | package org.OpenGeoPortal.Utilities;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.JsonProcessingException;
import org.code... | UTF-8 | Java | 3,248 | java | ParseJSONSolrLocationField.java | Java | [] | null | [] | package org.OpenGeoPortal.Utilities;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.JsonProcessingException;
import org.code... | 3,248 | 0.737377 | 0.735222 | 102 | 30.843138 | 29.269789 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.009804 | false | false | 13 |
8b3f2787acb157f7ec9f1c25166a571c6ade6e87 | 31,172,872,684,054 | 58caaadb314acdff29c23633741895f1aee462c4 | /core/com.dexels.navajo.core/src/com/dexels/navajo/server/CacheController.java | b3e8cb75d5b9c5da86339487be0a510dbcd17d8d | [] | no_license | mvdhorst/navajo | https://github.com/mvdhorst/navajo | 5c26314cc5a9a4ecb337d81604e941f9239ea9f2 | 21e1ed205d5995ae7aa3bdc645124885448bf867 | refs/heads/master | 2021-01-10T22:28:23.051000 | 2015-02-27T08:48:52 | 2015-02-27T08:48:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dexels.navajo.server;
import java.util.HashMap;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.dexels.navajo.document.Message;
import com.dexels.navajo.document.Navajo;
import com.dexels.navajo.document.Property;
import com.dexels.navajo.server.jmx.JMXHelper;
i... | UTF-8 | Java | 7,196 | java | CacheController.java | Java | [] | null | [] | package com.dexels.navajo.server;
import java.util.HashMap;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.dexels.navajo.document.Message;
import com.dexels.navajo.document.Navajo;
import com.dexels.navajo.document.Property;
import com.dexels.navajo.server.jmx.JMXHelper;
i... | 7,196 | 0.688855 | 0.686215 | 250 | 27.784 | 31.796122 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.232 | false | false | 13 |
a57c7057376554b399f96205a1ac95ff45ba6e10 | 438,086,714,579 | fc3d68dbae836d24edf56fa8ca5c572962eb644b | /src/main/java/model/invitation/InvitationMessage.java | 862f94dd4e2698cb517096f65ba9d771b6669299 | [] | no_license | ThomFDV/ddd_tournament | https://github.com/ThomFDV/ddd_tournament | 33888ebc351c9ec64e15bc637f2189c609be306a | 239310be7c52d827c79a87223b9cafae3b5747f7 | refs/heads/master | 2023-04-12T12:24:14.417000 | 2021-05-07T14:01:12 | 2021-05-07T14:01:12 | 364,582,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.invitation;
import java.util.Optional;
public class InvitationMessage {
private final String value;
public InvitationMessage(Optional<String> invitationMessage) {
if(!invitationMessage.isPresent()) {
this.value = "";
} else {
String message = invitationMe... | UTF-8 | Java | 886 | java | InvitationMessage.java | Java | [] | null | [] | package model.invitation;
import java.util.Optional;
public class InvitationMessage {
private final String value;
public InvitationMessage(Optional<String> invitationMessage) {
if(!invitationMessage.isPresent()) {
this.value = "";
} else {
String message = invitationMe... | 886 | 0.593679 | 0.593679 | 36 | 23.611111 | 20.247465 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
447b6063c16b8458ec5550c27df8c884e8cf61a9 | 28,037,546,561,947 | bf0093446236d2650f8cecb97c7ee37a8726aac5 | /fj-springboot-session/src/main/java/com/fangjian/share/session/redis/HashValueDeserializeDelayedRedisTemplate.java | 4c0b8fe028a7e6a5251c5f573f4343d567e5a881 | [] | no_license | fangjian1212/java-springboot | https://github.com/fangjian1212/java-springboot | f0dc5b599d35601817141ef9fa14f138e23ccb1b | f02cdd83092faae6e6dd5fc437dc8847907972ed | refs/heads/java-springboot-20171129 | 2021-09-02T14:54:28.540000 | 2018-01-03T09:26:17 | 2018-01-03T09:26:17 | 112,470,670 | 0 | 0 | null | false | 2017-11-30T03:33:37 | 2017-11-29T12:06:24 | 2017-11-29T12:10:27 | 2017-11-30T03:33:37 | 108 | 0 | 0 | 0 | Java | false | null | /*
*/
package com.fangjian.share.session.redis;
import org.springframework.data.redis.core.HashOperations;
import org.springframework.data.redis.core.RedisTemplate;
/**
*/
public class HashValueDeserializeDelayedRedisTemplate<K, V> extends RedisTemplate<K, V> {
private final HashValueDeserializePredicate hashV... | UTF-8 | Java | 804 | java | HashValueDeserializeDelayedRedisTemplate.java | Java | [] | null | [] | /*
*/
package com.fangjian.share.session.redis;
import org.springframework.data.redis.core.HashOperations;
import org.springframework.data.redis.core.RedisTemplate;
/**
*/
public class HashValueDeserializeDelayedRedisTemplate<K, V> extends RedisTemplate<K, V> {
private final HashValueDeserializePredicate hashV... | 804 | 0.773632 | 0.773632 | 23 | 33.95652 | 38.985481 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 13 |
b4fcac43193a3b61200ee3f39cfa5c198f58fdb4 | 31,078,383,400,034 | 64ef854476136eacba9e9cec35ef9a61de9e7c55 | /Android/TUIKit/TUIRoomKit/tuiroomkit/src/main/java/com/tencent/cloud/tuikit/roomkit/view/settingitem/SelectionSettingItem.java | ff503a89d199b79c56607e5458ccb72dcd9b5668 | [] | no_license | tencentyun/TIMSDK | https://github.com/tencentyun/TIMSDK | 85f3a670a2b91d3248d8a38823acfa1568624e44 | 72b6f718698ede148528f2982c8d0e7a30b18ba8 | refs/heads/master | 2023-09-01T13:25:19.890000 | 2023-09-01T10:57:33 | 2023-09-01T10:57:33 | 166,181,797 | 2,235 | 2,633 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.cloud.tuikit.roomkit.view.settingitem;
import android.content.Context;
import android.text.TextUtils;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import com.tencent.cloud.tuikit.roomkit.R;
import java.util.List;
public class SelectionSettingIte... | UTF-8 | Java | 3,439 | java | SelectionSettingItem.java | Java | [] | null | [] | package com.tencent.cloud.tuikit.roomkit.view.settingitem;
import android.content.Context;
import android.text.TextUtils;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import com.tencent.cloud.tuikit.roomkit.R;
import java.util.List;
public class SelectionSettingIte... | 3,439 | 0.557429 | 0.557429 | 110 | 30.263636 | 22.606789 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463636 | false | false | 13 |
035ce9904e2b226a8f08744f0b24c246a7e5bd5e | 28,458,453,346,035 | c0fe21b86f141256c85ab82c6ff3acc56b73d3db | /function/src/main/java/com/jdcloud/sdk/service/function/model/OssTrigger.java | d6556228e7b9b47a7ab39094b2608131253f74f2 | [
"Apache-2.0"
] | permissive | jdcloud-api/jdcloud-sdk-java | https://github.com/jdcloud-api/jdcloud-sdk-java | 3fec9cf552693520f07b43a1e445954de60e34a0 | bcebe28306c4ccc5b2b793e1a5848b0aac21b910 | refs/heads/master | 2023-07-25T07:03:36.682000 | 2023-07-25T06:54:39 | 2023-07-25T06:54:39 | 126,275,669 | 47 | 61 | Apache-2.0 | false | 2023-09-07T08:41:24 | 2018-03-22T03:41:41 | 2023-08-25T10:47:25 | 2023-09-07T08:41:23 | 11,438 | 39 | 45 | 8 | Java | false | false | /*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | UTF-8 | Java | 3,710 | java | OssTrigger.java | Java | [] | null | [] | /*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3,710 | 0.526475 | 0.523993 | 217 | 15.714286 | 16.587471 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.165899 | false | false | 13 |
cd29b27f1458df0a884d5b27081f060d9679abb9 | 6,640,019,500,009 | 3d2987ca2d46ac79f3c9f013afd48815aed4fd08 | /pattern/pattern-web/src/main/java/com/github/pattern/web/controller/WhiteListController.java | 8b931f40671e4991dfb1c7d6848c55dabb654167 | [] | no_license | brokenes/cavlin | https://github.com/brokenes/cavlin | 7ba33042841ce07961f8b92ecefd075759d4d138 | 7a8c26caa78b0ae9bc8cd9829261994a0e589d4c | refs/heads/master | 2020-12-03T16:05:35.682000 | 2020-04-11T14:08:55 | 2020-04-11T14:08:55 | 231,379,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.pattern.web.controller;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PathVariable;
... | UTF-8 | Java | 4,171 | java | WhiteListController.java | Java | [] | null | [] | package com.github.pattern.web.controller;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PathVariable;
... | 4,171 | 0.774249 | 0.774249 | 106 | 37.613209 | 26.983072 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.264151 | false | false | 13 |
83364d126465edba7ef0a72a69f1f14770cf5568 | 8,770,323,277,568 | dc4a54449c2d4716bd11437f91d3986aded36475 | /ABattle.Client/xtend-gen/net/npg/abattle/client/asset/AssetManager.java | 955a4f3a937bf967a6baf41d3196b9d89c4be817 | [
"Apache-2.0"
] | permissive | CymricNPG/abattle | https://github.com/CymricNPG/abattle | aefaee722112767834bb7311027333a73e90511b | 64823e9946d9e66206d970f3c8f414b66b3e989c | refs/heads/master | 2021-01-16T19:04:29.976000 | 2015-06-15T19:39:22 | 2015-06-15T19:39:22 | 35,761,811 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.npg.abattle.client.asset;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import java.util.List;
import net.npg.abattle.common.component.Component;
@Suppress... | UTF-8 | Java | 875 | java | AssetManager.java | Java | [] | null | [] | package net.npg.abattle.client.asset;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import java.util.List;
import net.npg.abattle.common.component.Component;
@Suppress... | 875 | 0.755429 | 0.752 | 29 | 28.172413 | 22.613802 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 13 |
11781eea0588c7b09840f25d127ab050835ee17e | 22,969,485,153,979 | 31453f27f10c4396ba5b17dee4356f2be551e3f0 | /app/src/main/java/com/example/zhujia/dx_shop/Data/SecondkillData.java | c7253602014c9052baec64bd821c1d9d3178c0c7 | [] | no_license | zhujiammy/Dx_Shop | https://github.com/zhujiammy/Dx_Shop | b14f6076c8501b73874065890699d881cf9a710c | c228d7b860173e6f5446c4bfd67f3bb75c80b926 | refs/heads/master | 2020-03-17T23:23:37.468000 | 2018-08-28T03:13:03 | 2018-08-28T03:13:03 | 134,042,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhujia.dx_shop.Data;
public class SecondkillData {
private String listImg;
private String id;
private String catalogId;
private String typeId;
private String seriesId;
private String brandId;
private String modelNo;
private String modelName;
private String modelT... | UTF-8 | Java | 4,578 | java | SecondkillData.java | Java | [] | null | [] | package com.example.zhujia.dx_shop.Data;
public class SecondkillData {
private String listImg;
private String id;
private String catalogId;
private String typeId;
private String seriesId;
private String brandId;
private String modelNo;
private String modelName;
private String modelT... | 4,578 | 0.624945 | 0.624945 | 220 | 19.809092 | 16.958771 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.331818 | false | false | 13 |
2576418bffc8b20d77be6df7c90e00887edae79e | 30,528,627,592,499 | e38ad67325070f5ef9849225c1bb272207ec35e3 | /scjp6/AcortaStringClass.java | 2764228c55822ee3a504c405db2317558751a0ef | [] | no_license | maciio/JvmTraining | https://github.com/maciio/JvmTraining | 6418688027efa429390f0a04eb76c04cc2c021ce | 9bc1ea49133f5f348c25c2f7bb2f773c42bef111 | refs/heads/master | 2016-09-10T19:44:28.197000 | 2014-03-28T05:30:17 | 2014-03-28T05:30:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class AcortaStringClass {
void doSomething() { System.out.println("hola"); }
public static void main(String ... args) {
String s = "1234";
StringBuilder sb = new StringBuilder(s.substring(2).concat("56")
.replace("7","6"));
System.out.println(sb.append("89").insert(3,"x"));
}
} | UTF-8 | Java | 315 | java | AcortaStringClass.java | Java | [] | null | [] | public class AcortaStringClass {
void doSomething() { System.out.println("hola"); }
public static void main(String ... args) {
String s = "1234";
StringBuilder sb = new StringBuilder(s.substring(2).concat("56")
.replace("7","6"));
System.out.println(sb.append("89").insert(3,"x"));
}
} | 315 | 0.625397 | 0.587302 | 9 | 34.111111 | 23.10096 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 13 |
45fbfa7003d614edd0bb8c7fa53a8ecfb12dbc39 | 1,649,267,471,162 | d0964c207586bc3307b20b7b6dbd9476eb5f1913 | /ETFEase (Android)/src/com/etfease/datasource/quotes.java | 1528ed3b815570cb90ed712af7a2bc7ae2e281c8 | [] | no_license | mlindeboom/ETFEase | https://github.com/mlindeboom/ETFEase | c6caf51572002743f2257cc236a8cfeca022c129 | 1b9c3ca31fc886275208789c5b9e78e7fb3a787f | refs/heads/master | 2021-01-08T12:04:14.194000 | 2020-03-03T02:08:45 | 2020-03-03T02:08:45 | 242,020,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.etfease.datasource;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.InputStream;
import java.net.URL;
public class quotes {
public static void main(String[] args) {
try{
InputStream is = null;
DataInputStream dis;
String myurl="http://finance.... | UTF-8 | Java | 2,186 | java | quotes.java | Java | [] | null | [] | package com.etfease.datasource;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.InputStream;
import java.net.URL;
public class quotes {
public static void main(String[] args) {
try{
InputStream is = null;
DataInputStream dis;
String myurl="http://finance.... | 2,186 | 0.638152 | 0.632662 | 63 | 32.698414 | 42.0467 | 205 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.714286 | false | false | 13 |
57fd0ae88184ceacaff7f59d3fb30750af36f156 | 11,330,123,761,962 | 759d04947a280c9ab16a8690e96bf06754c9f81e | /src/com/oca/enthuware/exam1/a35.java | a0298486944392a6c3d2cabf10a81253e1bbca6f | [] | no_license | ch90/projectEuler | https://github.com/ch90/projectEuler | a7819c9323d7376842dcbe61d965aa74ab0ff14e | 926d235f9108c5c885c63ca8a002fc7dc58c07ca | refs/heads/master | 2019-03-10T07:13:04.419000 | 2017-08-29T00:47:30 | 2017-08-29T00:47:30 | 101,482,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oca.enthuware.exam1;
import static com.oca.enthuware.exam1.IInt.thevalue;
/**
* Created by craig on 8/10/2017.
*/
public class a35 implements IInt {
public static void main(String[] args) {
a35 s = new a35();
int j = s.thevalue;
int k = thevalue;
int l = IInt.thevalue... | UTF-8 | Java | 466 | java | a35.java | Java | [
{
"context": ".enthuware.exam1.IInt.thevalue;\n\n/**\n * Created by craig on 8/10/2017.\n */\npublic class a35 implements IIn",
"end": 111,
"score": 0.9028687477111816,
"start": 106,
"tag": "USERNAME",
"value": "craig"
}
] | null | [] | package com.oca.enthuware.exam1;
import static com.oca.enthuware.exam1.IInt.thevalue;
/**
* Created by craig on 8/10/2017.
*/
public class a35 implements IInt {
public static void main(String[] args) {
a35 s = new a35();
int j = s.thevalue;
int k = thevalue;
int l = IInt.thevalue... | 466 | 0.598712 | 0.564378 | 23 | 19.26087 | 15.809237 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 13 |
4c1855b884b78830413c5955c0b3fcceecaa01af | 2,448,131,378,453 | 272cc208cdddc8ad1f55d6e4e06775a40b0f6a9f | /src/main/java/com/bigcoolge/practice/myspringboot/service/BookService.java | e7948245fc8edfc9c17c330666e71c098f741df0 | [] | no_license | bigcoolge/myspringboot | https://github.com/bigcoolge/myspringboot | 3955af9da3eefa085f155c84cf4f5a3bbedabd6f | 4dd0a02fc1cf844d664d3187ea430a2c2696eb70 | refs/heads/master | 2021-01-17T12:53:15.123000 | 2016-11-01T03:45:13 | 2016-11-01T03:45:13 | 59,803,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bigcoolge.practice.myspringboot.service;
import java.util.ArrayList;
import java.util.List;
import org.dozer.Mapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bigcoolge.practice.myspringboot.entity.BookPojo;
import com.bigcool... | UTF-8 | Java | 1,221 | java | BookService.java | Java | [] | null | [] | package com.bigcoolge.practice.myspringboot.service;
import java.util.ArrayList;
import java.util.List;
import org.dozer.Mapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bigcoolge.practice.myspringboot.entity.BookPojo;
import com.bigcool... | 1,221 | 0.755938 | 0.755938 | 51 | 22.941177 | 21.360962 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.470588 | false | false | 13 |
a6dbf3f0633a1b80ff395d3afad8ecfe8551e44d | 25,039,659,380,748 | a2e1f4a77b6752a5ec31140a8d348472620d8890 | /mobile/src/main/java/com/example/asmuniz/trojanow/util/UserSelectionModel.java | 08d14a43c51db84d972598a32e4738a175267590 | [] | no_license | munizas/trojanow | https://github.com/munizas/trojanow | f2fbd5aad0508a7d76c190cbb6092782cb41aa95 | 33463e16213fdd3d811edd2fe8a6dbf75fb56e77 | refs/heads/master | 2021-01-25T10:22:07.405000 | 2015-04-27T23:36:59 | 2015-04-27T23:36:59 | 33,971,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.asmuniz.trojanow.util;
import com.example.asmuniz.trojanow.obj.User;
/**
* Created by asmuniz on 4/16/15.
*/
public class UserSelectionModel {
private User user;
private boolean isSelected;
public UserSelectionModel(User user) {
this.user = user;
}
public User getU... | UTF-8 | Java | 548 | java | UserSelectionModel.java | Java | [
{
"context": "mple.asmuniz.trojanow.obj.User;\n\n/**\n * Created by asmuniz on 4/16/15.\n */\npublic class UserSelectionModel {",
"end": 116,
"score": 0.9993225932121277,
"start": 109,
"tag": "USERNAME",
"value": "asmuniz"
}
] | null | [] | package com.example.asmuniz.trojanow.util;
import com.example.asmuniz.trojanow.obj.User;
/**
* Created by asmuniz on 4/16/15.
*/
public class UserSelectionModel {
private User user;
private boolean isSelected;
public UserSelectionModel(User user) {
this.user = user;
}
public User getU... | 548 | 0.695255 | 0.686131 | 24 | 21.833334 | 23.70771 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
521037f3218942e15186497d4d6dcc676342b456 | 7,164,005,457,915 | 0edfa237931ac3775e0f83bb34a53eae1eb1c0ea | /Documents/android_studio_workspace/20171124hardsdkdemo/app/src/main/java/com/walnutin/hardsdkdemo/ProductNeed/entity/StepRecord.java | 71b4d66bd8196cb0517c17583292c72d7b63569e | [] | no_license | idxiu/testgit | https://github.com/idxiu/testgit | 5e4aa60e8642a9c7ac8ac49ec610837e8f2ddca4 | 1221f3276f1aad7e09f9060760c88ff9ae190d2a | refs/heads/master | 2021-08-19T07:26:36.886000 | 2017-11-25T06:38:13 | 2017-11-25T06:38:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.walnutin.hardsdkdemo.ProductNeed.entity;
/**
* 作者:MrJiang on 2016/9/18 17:20
*/
public class StepRecord {
public long timestamp;
public int step;
}
| UTF-8 | Java | 176 | java | StepRecord.java | Java | [
{
"context": "lnutin.hardsdkdemo.ProductNeed.entity;\n\n/**\n * 作者:MrJiang on 2016/9/18 17:20\n */\npublic class StepRecord {\n",
"end": 71,
"score": 0.9994120001792908,
"start": 64,
"tag": "USERNAME",
"value": "MrJiang"
}
] | null | [] | package com.walnutin.hardsdkdemo.ProductNeed.entity;
/**
* 作者:MrJiang on 2016/9/18 17:20
*/
public class StepRecord {
public long timestamp;
public int step;
}
| 176 | 0.711765 | 0.647059 | 9 | 17.888889 | 16.762686 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
394c5148e8c34873f36997e4e9766607ae0927fd | 18,923,625,921,742 | 8560b494462d7477e580d6084938657471046710 | /model/src/com/dw/servlet/CartServlet.java | 05382ad937a73a45722bb085b8237e81b4733b9f | [] | no_license | jecky100000/wineryManagement | https://github.com/jecky100000/wineryManagement | f8dc7f987c814af972c50e153cd3bd56429c2821 | d59080e24c2bc27cba4a2ad4bb8f9e75668272c6 | refs/heads/master | 2023-03-17T23:25:08.129000 | 2020-03-23T14:38:23 | 2020-03-23T14:38:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dw.servlet;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespo... | UTF-8 | Java | 6,191 | java | CartServlet.java | Java | [] | null | [] | package com.dw.servlet;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespo... | 6,191 | 0.735495 | 0.733333 | 192 | 30.328125 | 29.901081 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.963542 | false | false | 13 |
825812992952e455755deb0ddd1f89e6f220f34f | 4,174,708,243,021 | 218850f69459f2cbc4e98eb866948b7815f1b850 | /web_bpm/src/main/java/cn/com/pallasli/auth/bean/OperateLogExample.java | ccd423689405078e348369204c2912184f509a69 | [] | no_license | PallasLi/cn.com.pallasli | https://github.com/PallasLi/cn.com.pallasli | fb69ab320aea54a8fc797b853986763e2aa84f09 | 98c9c7738a04e05021dd14c5695b8956611890b1 | refs/heads/master | 2019-07-31T20:48:08.442000 | 2018-05-08T01:38:58 | 2018-05-08T01:38:58 | 75,526,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.pallasli.auth.bean;
import java.util.ArrayList;
import java.util.List;
public class OperateLogExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public OperateLogExample() {
oredCriteria = new ArrayList<Criteria>();
... | UTF-8 | Java | 28,816 | java | OperateLogExample.java | Java | [] | null | [] | package cn.com.pallasli.auth.bean;
import java.util.ArrayList;
import java.util.List;
public class OperateLogExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public OperateLogExample() {
oredCriteria = new ArrayList<Criteria>();
... | 28,816 | 0.593802 | 0.590748 | 860 | 32.508141 | 27.515766 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723256 | false | false | 13 |
7988456a25ef1d409fb733a4fc58434dd8a029a1 | 7,739,531,111,224 | 72dba70dc799bd5de7ca2c748ea931f2216cfec3 | /MoneyKeeper/app/src/main/java/ru/vsu/moneykeeper/category/boundary/CategoryService.java | 679cea4be67539a83584d2c3289af65af105af64 | [] | no_license | UnidentifyedPlayer/MoneyKeeper | https://github.com/UnidentifyedPlayer/MoneyKeeper | de59a7485640c8758ceebeb15d785d7833493bb7 | ec7307948c31d7051a64644397b9cfc7af1718fe | refs/heads/master | 2021-03-23T23:25:09.533000 | 2019-06-04T04:50:08 | 2019-06-04T04:50:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.vsu.moneykeeper.category.boundary;
import android.content.Context;
import java.util.List;
import ru.vsu.moneykeeper.category.entity.Category;
import ru.vsu.moneykeeper.dao.CategoryDAO;
import ru.vsu.moneykeeper.expense.boundary.ExpenseService;
import ru.vsu.moneykeeper.expense.entity.Expense;
public clas... | UTF-8 | Java | 1,178 | java | CategoryService.java | Java | [] | null | [] | package ru.vsu.moneykeeper.category.boundary;
import android.content.Context;
import java.util.List;
import ru.vsu.moneykeeper.category.entity.Category;
import ru.vsu.moneykeeper.dao.CategoryDAO;
import ru.vsu.moneykeeper.expense.boundary.ExpenseService;
import ru.vsu.moneykeeper.expense.entity.Expense;
public clas... | 1,178 | 0.672326 | 0.672326 | 45 | 25.177778 | 20.620689 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
294b6c4f7db59034a5a9d7d061055f3eb8be3479 | 18,734,647,349,045 | c7fac89e4ddc0cf8c582d734a386f3ff5411c5e1 | /app/src/main/java/com/example/mvpdemo/model/UserInfo.java | 922deb46f05a7d231d85acd5d7b5eb8d483b6255 | [] | no_license | FreeTish/MyDemos | https://github.com/FreeTish/MyDemos | 69bc697e886e25c5fa38ca4984437ce565178b9a | 10e2caa2a339d35a855a4a627e28789a943df452 | refs/heads/master | 2021-04-08T16:26:58.076000 | 2016-10-21T07:48:27 | 2016-10-21T07:48:28 | 63,405,334 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mvpdemo.model;
/**
* Created by wangchao on 16/6/24.
*/
public class UserInfo {
public UserInfo(String name) {
mName = name;
}
private String mName;
private int mAge;
public String getName() {
return mName;
}
public void setName(String name) {
... | UTF-8 | Java | 461 | java | UserInfo.java | Java | [
{
"context": "kage com.example.mvpdemo.model;\n\n/**\n * Created by wangchao on 16/6/24.\n */\npublic class UserInfo {\n\n publ",
"end": 62,
"score": 0.9990962743759155,
"start": 54,
"tag": "USERNAME",
"value": "wangchao"
}
] | null | [] | package com.example.mvpdemo.model;
/**
* Created by wangchao on 16/6/24.
*/
public class UserInfo {
public UserInfo(String name) {
mName = name;
}
private String mName;
private int mAge;
public String getName() {
return mName;
}
public void setName(String name) {
... | 461 | 0.557484 | 0.546638 | 31 | 13.870968 | 13.106861 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 13 |
ccc0a3986027cec8350ec02d962ffde3dc011add | 13,761,075,251,567 | 116c88ed3442031a981100b068388cd48c9b3876 | /sirocco-model/cimi/src/main/java/org/ow2/sirocco/cloudmanager/model/cimi/NetworkPortConfiguration.java | e19751c725dfe0ab7a74c241400bcd2707c1244a | [] | no_license | starains/sirocco-cloudmanager | https://github.com/starains/sirocco-cloudmanager | 50c7d9c92224849833020775abbd502859a99e13 | 7bd54f190a338de2e5311a2d71ec4af3d151c9a1 | refs/heads/master | 2021-05-26T01:42:14.423000 | 2015-09-10T19:10:10 | 2015-09-10T19:10:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
* SIROCCO
* Copyright (C) 2011 France Telecom
* Contact: sirocco@ow2.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or any later... | UTF-8 | Java | 1,559 | java | NetworkPortConfiguration.java | Java | [
{
"context": "O\n * Copyright (C) 2011 France Telecom\n * Contact: sirocco@ow2.org\n *\n * This library is free software; you can redi",
"end": 82,
"score": 0.999924898147583,
"start": 67,
"tag": "EMAIL",
"value": "sirocco@ow2.org"
}
] | null | [] | /**
*
* SIROCCO
* Copyright (C) 2011 France Telecom
* Contact: <EMAIL>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or any later version... | 1,551 | 0.721616 | 0.706863 | 59 | 25.423729 | 26.037914 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372881 | false | false | 13 |
093ba970048f7b827a5f9c432b9fff8891ca5b5f | 13,761,075,247,993 | 5fe70f7634032cb77cc57cba778d18d47a764b6c | /openbp-cockpit/src/main/java/org/openbp/cockpit/modeler/figures/spline/ChangeConnectionStartHandle.java | 849b763ed2917a77f729521c79c1073c47269b17 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | cleancode1116/OpenBP | https://github.com/cleancode1116/OpenBP | cab222b3e336f1c81d6bc832e3c0d53244c13746 | 460a09c2f396ed1f77add70637644d254326d350 | refs/heads/master | 2020-07-11T06:07:24.821000 | 2016-11-18T07:43:22 | 2016-11-18T07:43:22 | 74,003,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2007 skynamics AG
*
* 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 applic... | UTF-8 | Java | 2,598 | java | ChangeConnectionStartHandle.java | Java | [
{
"context": "of a connection to another figure.\r\n *\r\n * @author Stephan Moritz\r\n */\r\npublic class ChangeConnectionStartHandle ex",
"end": 899,
"score": 0.998972475528717,
"start": 885,
"tag": "NAME",
"value": "Stephan Moritz"
}
] | null | [] | /*
* Copyright 2007 skynamics AG
*
* 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 applic... | 2,590 | 0.642417 | 0.639338 | 93 | 25.935484 | 26.66148 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.849462 | false | false | 13 |
df6bc34ed9779195f433d614492e743dd8c42cab | 25,245,817,835,681 | 92e9b3d38f21631869235962c2109c55f9d51fc1 | /plugins/entando-plugin-jpmyportalplus/src/main/java/com/agiletec/plugins/jpmyportalplus/aps/system/services/userconfig/PageUserConfigDAO.java | 620bd8f9908d14ead056c354e0fd5858574a0253 | [] | no_license | muddasani/entando-components | https://github.com/muddasani/entando-components | 17014a155e71ce0e7eb5c4c0fa3a14b89866dd20 | 74757435156cb2a1b71df55f0db82bb3f27260e4 | refs/heads/master | 2020-12-25T04:26:58.795000 | 2015-08-05T08:26:32 | 2015-08-05T08:26:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013-Present Entando Corporation (http://www.entando.com) All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without lim... | UTF-8 | Java | 14,564 | java | PageUserConfigDAO.java | Java | [
{
"context": "config.model.WidgetUpdateInfoBean;\n\n/**\n * @author E.Santoboni\n */\npublic class PageUserConfigDAO extends Abstra",
"end": 2601,
"score": 0.999871551990509,
"start": 2590,
"tag": "NAME",
"value": "E.Santoboni"
}
] | null | [] | /*
* Copyright 2013-Present Entando Corporation (http://www.entando.com) All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without lim... | 14,564 | 0.741898 | 0.739838 | 390 | 36.346153 | 31.237562 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.728205 | false | false | 13 |
d98be058c39a3db01df16238b41c8b3587332cf7 | 231,928,263,530 | 3d04dd71292b52aba450efba45b76c3f27480f5a | /sapojefferson/SAPO/src/br/com/siscone/controller/MaterialController.java | 3c1ee517759416d94d38f738b7b9dfe9ffe16500 | [] | no_license | jeffersonsteidel/sapojefferson | https://github.com/jeffersonsteidel/sapojefferson | dd7ef811bdd7ea2d1272b26a82b4df03de1d23e9 | 553f97e36d4e4c938cb09c698295c79cf99a14be | refs/heads/master | 2021-01-10T21:17:58.945000 | 2013-06-13T19:38:54 | 2013-06-13T19:38:54 | 37,673,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.siscone.controller;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.faces.model.SelectItem;
import br.com.si... | ISO-8859-1 | Java | 38,514 | java | MaterialController.java | Java | [
{
"context": ")\r\n\t\t\t\t.getExternalContext().getSessionMap().get(\"usuarioLogado\");\r\n\t\tmaterial.getSubLotacao()\r\n\t\t\t\t.getLotacao()",
"end": 35938,
"score": 0.7354149222373962,
"start": 35925,
"tag": "USERNAME",
"value": "usuarioLogado"
}
] | null | [] | package br.com.siscone.controller;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.faces.model.SelectItem;
import br.com.si... | 38,514 | 0.666788 | 0.664397 | 1,118 | 32.413239 | 22.110332 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.924866 | false | false | 13 |
b086e7fea103b8d2e4fbe47db3a7a01bff8871cf | 30,004,641,566,777 | 385798c79d8a696a415a6a538f43fce78c879d2c | /src/main/java/seedu/address/model/ReadOnlyToDoList.java | 1c746be3f99cd57dbf8f7116a209feafbdff387e | [
"MIT"
] | permissive | zireiyun/main | https://github.com/zireiyun/main | 15f13b9ea7da5817d88a7dd62b5f7904b7ff72f0 | c67dcdc29700815adb7d91ddd2fb517c30902828 | refs/heads/master | 2020-04-18T22:00:28.965000 | 2017-04-11T11:21:42 | 2017-04-11T11:21:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package seedu.address.model;
import javafx.collections.ObservableList;
import seedu.address.model.label.Label;
import seedu.address.model.task.ReadOnlyTask;
/**
* Unmodifiable view of doitdoit!!
*/
public interface ReadOnlyToDoList {
/**
* Returns an unmodifiable view of the tasks list.
* This list ... | UTF-8 | Java | 588 | java | ReadOnlyToDoList.java | Java | [] | null | [] | package seedu.address.model;
import javafx.collections.ObservableList;
import seedu.address.model.label.Label;
import seedu.address.model.task.ReadOnlyTask;
/**
* Unmodifiable view of doitdoit!!
*/
public interface ReadOnlyToDoList {
/**
* Returns an unmodifiable view of the tasks list.
* This list ... | 588 | 0.707483 | 0.707483 | 25 | 22.52 | 21.63353 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 13 |
7ee8f6d7b190eb42464ac89abf3793c3bb310316 | 10,127,532,950,966 | 3c5f5e669408439d46c2dc70da12fc8f3d30a550 | /src/array/BestTimeToBuyAndSellStockIi.java | 334a0edb025818c57ebf6fd74479d0c9ed78138d | [] | no_license | zhihui-wu/leetcode | https://github.com/zhihui-wu/leetcode | cce3cd48bd56918764445bad726411b5922815b0 | 351c713821e586d0bdb24ba18cbfbcda7d7248e1 | refs/heads/master | 2023-05-09T04:36:06.208000 | 2021-05-28T03:06:29 | 2021-05-28T03:06:29 | 294,414,154 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package array;
/**
* @Description: 122. 买卖股票的最佳时机 II
* @Author: 吴智慧
* @Date: 2020/11/30 19:57
* https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/
*/
public class BestTimeToBuyAndSellStockIi {
public static void main(String[] args) {
BestTimeToBuyAndSellStockIi bestTimeToBuyAndSellS... | UTF-8 | Java | 1,186 | java | BestTimeToBuyAndSellStockIi.java | Java | [
{
"context": "**\n * @Description: 122. 买卖股票的最佳时机 II\n * @Author: 吴智慧\n * @Date: 2020/11/30 19:57\n * https://leetcode-cn",
"end": 70,
"score": 0.9997966885566711,
"start": 67,
"tag": "NAME",
"value": "吴智慧"
}
] | null | [] | package array;
/**
* @Description: 122. 买卖股票的最佳时机 II
* @Author: 吴智慧
* @Date: 2020/11/30 19:57
* https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/
*/
public class BestTimeToBuyAndSellStockIi {
public static void main(String[] args) {
BestTimeToBuyAndSellStockIi bestTimeToBuyAndSellS... | 1,186 | 0.49469 | 0.467257 | 43 | 25.27907 | 24.365746 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 13 |
24638aec84a29d5f6289de7c40d2202036964d7e | 32,830,730,052,248 | c0b8855f9809e539ff5ef7cead889f6b13c871a3 | /server/src/main/java/sut/sa/g04/repository/TaxiCarServiceRepository.java | b79f071753550d402a9c9d9cc7d7dda71eeee192 | [] | no_license | taneuy/Online-Shipping- | https://github.com/taneuy/Online-Shipping- | 7060f1bdad201f4ba0c4742f7b9ed2d140da601a | 117d12f13da26197908a3753ec84340c7095202a | refs/heads/master | 2020-04-03T06:57:56.937000 | 2018-10-28T16:28:53 | 2018-10-28T16:28:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sut.sa.g04.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import sut.sa.g04.entity.TaxiCarService;
@RepositoryRestResource
public interface TaxiCarServiceRepository extends JpaRepository<TaxiCarService,Long... | UTF-8 | Java | 477 | java | TaxiCarServiceRepository.java | Java | [] | null | [] | package sut.sa.g04.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import sut.sa.g04.entity.TaxiCarService;
@RepositoryRestResource
public interface TaxiCarServiceRepository extends JpaRepository<TaxiCarService,Long... | 477 | 0.842767 | 0.834382 | 12 | 38.75 | 27.592648 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
7a203eba9806b925cc2134b2c53c161ec887c04f | 31,121,333,069,467 | 17df2b2e68a35619d4f69192c10566cb913043dd | /common/src/main/java/com/springcloud/common/context/UserContext.java | 149484152f2b6db9537cb55efd4adc07b32f7a32 | [] | no_license | chengyouyuan/demo | https://github.com/chengyouyuan/demo | 881df93261315f53610474f751e08851dbaeba96 | c9f4184cde5d8f3210f74759118db1e47c7949fd | refs/heads/master | 2020-04-01T00:49:39.490000 | 2018-10-12T08:01:56 | 2018-10-12T08:01:56 | 152,715,119 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springcloud.common.context;
public class UserContext {
//真实项目中这个类型一般设置为用户实际类型例如:User
private static ThreadLocal<String> userThreadLocal = new ThreadLocal<>();
public static String getUser(){
System.out.println("getUser==========="+ Thread.currentThread().getName());
return use... | UTF-8 | Java | 657 | java | UserContext.java | Java | [] | null | [] | package com.springcloud.common.context;
public class UserContext {
//真实项目中这个类型一般设置为用户实际类型例如:User
private static ThreadLocal<String> userThreadLocal = new ThreadLocal<>();
public static String getUser(){
System.out.println("getUser==========="+ Thread.currentThread().getName());
return use... | 657 | 0.644628 | 0.644628 | 22 | 26.5 | 26.614676 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 13 |
35a331e4d9a8f4f42d42d79ca918f68d2678217a | 9,972,914,109,031 | afe789cb1aa9bf38128ecdb60042353308db4481 | /5) Objetos, Clases y Métodos Java/Getters&Setters/src/getters/setters/GettersSetters.java | f7e31a7e0a211ba593b97714226cbe507f556e73 | [] | no_license | ProfeSantiago/CursoJava | https://github.com/ProfeSantiago/CursoJava | 360d81a013e160fec3401849cedad9d9064e5d44 | de55e8d79d785c1f6611dd11ee3c9fe0b0f3ff01 | refs/heads/master | 2020-04-29T18:05:44.738000 | 2019-04-13T14:13:42 | 2019-04-13T14:13:42 | 176,314,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package getters.setters;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class GettersSetters {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
Carro ArregloC... | UTF-8 | Java | 1,493 | java | GettersSetters.java | Java | [
{
"context": "\r\n Carro ArregloCarros[] = new Carro[3]; //Arreglo de Carros\r\n \r\n String Marquilla;\r\n Str",
"end": 363,
"score": 0.9173550605773926,
"start": 346,
"tag": "NAME",
"value": "Arreglo de Carros"
}
] | null | [] | package getters.setters;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class GettersSetters {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
Carro ArregloC... | 1,482 | 0.485599 | 0.482251 | 46 | 30.456522 | 24.443108 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586957 | false | false | 13 |
1d95d709518f75f9960976461fcf7531cd2313ff | 12,077,448,084,852 | aff5645105e7376f370796f05792e37bd808d7cd | /rsk/jp/co/ecood/Refer/CSheetInfo.java | ceb7b7b6d2b9d0561f97ff6fc469a3324bdf56e4 | [] | no_license | hanndbn/ejava | https://github.com/hanndbn/ejava | afeadf410b0938a8e37ae0c2283c6fd67f316a82 | 6423f8bb7e7afd5393119af5229507b56ab7057d | refs/heads/master | 2019-01-05T23:54:55.732000 | 2016-12-02T08:02:39 | 2016-12-02T08:02:39 | 75,374,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ////////////////////////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 2000 Ricoh System Kaihatu Co.,Ltd.
//
////////////////////////////////////////////////////////////////////////////////////////////////
package jp.co.ecood.Refer;
import jp.co.ecood.forClient.*;
import... | SHIFT_JIS | Java | 5,515 | java | CSheetInfo.java | Java | [
{
"context": "/b><BR>\n * 画面にて選択された顧客・帳票グループ・帳票を管理する。\n * @author Nozomu Ueda\n */\npublic class CSheetInfo implements Serializab",
"end": 423,
"score": 0.9996851086616516,
"start": 412,
"tag": "NAME",
"value": "Nozomu Ueda"
}
] | null | [] | ////////////////////////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 2000 Ricoh System Kaihatu Co.,Ltd.
//
////////////////////////////////////////////////////////////////////////////////////////////////
package jp.co.ecood.Refer;
import jp.co.ecood.forClient.*;
import... | 5,510 | 0.586001 | 0.583352 | 262 | 16.290077 | 17.797628 | 98 | false | false | 0 | 0 | 0 | 0 | 109 | 0.046589 | 1.118321 | false | false | 13 |
67a613ee037d0151804dbb3f620a8b4ff2a9ed1f | 25,993,142,094,114 | 640e59e586065af61c23ec0f5c4deeffdc66fbfe | /app/src/main/java/ro/pub/cs/systems/eim/myapplicationf/facturiplatite_recyclerview/facturineplatite_recyclerview/FacturiPlatiteAdaptor.java | 55c213749f8ec067979f6d616a52734924f2cf6d | [] | no_license | mariamihaelafainarea/frontend-psb | https://github.com/mariamihaelafainarea/frontend-psb | ed975fbc5d3ecbbf3f13fab45d60cfbccaad797d | a99cdf33da7df244cff36ea825b14f4fc5a97318 | refs/heads/master | 2023-02-25T08:02:30.709000 | 2021-01-28T00:03:36 | 2021-01-28T00:03:36 | 331,747,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.pub.cs.systems.eim.myapplicationf.facturiplatite_recyclerview.facturineplatite_recyclerview;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
import ro.... | UTF-8 | Java | 1,932 | java | FacturiPlatiteAdaptor.java | Java | [] | null | [] | package ro.pub.cs.systems.eim.myapplicationf.facturiplatite_recyclerview.facturineplatite_recyclerview;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
import ro.... | 1,932 | 0.772257 | 0.772257 | 51 | 36.882355 | 34.933914 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627451 | false | false | 13 |
b26463b504ca2cb2f0c622bff8434296fe704919 | 26,079,041,471,744 | 918cfe682ec82ac675931d05696def0cca3797ee | /02_Variable/Controller/E_PrintMethod.java | 86755070487c8e69121fd92219310d984555a650 | [] | no_license | HansolKim-joy/Java_workspace | https://github.com/HansolKim-joy/Java_workspace | f41a7ebe604d7191ad203637ad42d6f0005df0c5 | efdfcfaf3e444b06a5792fde9bc468ee4edf12e1 | refs/heads/master | 2020-12-27T01:19:02.552000 | 2020-02-02T07:55:24 | 2020-02-02T07:55:24 | 237,712,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kh.variable;
public class E_PrintMethod {
String str1 ="안녕하세요";
String str2 = "반갑습니다";
//이러한 변수를 전역 변수라고 부름 - 클래스 안에 모든 메소드에 적용되는 변수
public void printExample() {
// String str1 = "안녕하세요";
// String str2 = "반갑습니다";
// printExample 메소드 안에서만 사용되는 변수를 지역 변수라고 부름
System.out.print(str... | UTF-8 | Java | 1,931 | java | E_PrintMethod.java | Java | [
{
"context": "니다. 만나서 반갑습니다.\r\n\t\tint age = 20;\r\n\t\tString name = \"박신우\";\r\n\t\tString job = \"강사\";\r\n\t\t\r\n\t\tSystem.out.printf(",
"end": 1205,
"score": 0.9998257160186768,
"start": 1202,
"tag": "NAME",
"value": "박신우"
}
] | null | [] | package com.kh.variable;
public class E_PrintMethod {
String str1 ="안녕하세요";
String str2 = "반갑습니다";
//이러한 변수를 전역 변수라고 부름 - 클래스 안에 모든 메소드에 적용되는 변수
public void printExample() {
// String str1 = "안녕하세요";
// String str2 = "반갑습니다";
// printExample 메소드 안에서만 사용되는 변수를 지역 변수라고 부름
System.out.print(str... | 1,931 | 0.552888 | 0.531133 | 52 | 23.634615 | 19.875603 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.269231 | false | false | 13 |
4fc09feef9065c30691665e40a3429be88d6a2f7 | 29,678,224,016,803 | 4978bb45351817763650d76fc5504a5e5448105a | /tabou2-storage/src/main/java/rm/tabou2/storage/tabou/dao/tiers/TiersDao.java | c50a3024fd670c08a8d739cb6c925d2016645ee4 | [] | no_license | sigrennesmetropole/geor_tabou2_backend | https://github.com/sigrennesmetropole/geor_tabou2_backend | ae3bfdc7889ebf31dfc89567211890cf1b6e8740 | c8ef9ac5a758cd1c78c10f2b50c6ba1a9ed8c15e | refs/heads/master | 2023-04-16T09:12:50.404000 | 2023-04-12T15:45:50 | 2023-04-12T15:45:50 | 317,872,990 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rm.tabou2.storage.tabou.dao.tiers;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import rm.tabou2.storage.tabou.entity.tiers.TiersEntity;
public interface TiersDao extends CrudRepository<TiersEntity, Long>, JpaRepository<TiersEntity, L... | UTF-8 | Java | 331 | java | TiersDao.java | Java | [] | null | [] | package rm.tabou2.storage.tabou.dao.tiers;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import rm.tabou2.storage.tabou.entity.tiers.TiersEntity;
public interface TiersDao extends CrudRepository<TiersEntity, Long>, JpaRepository<TiersEntity, L... | 331 | 0.833837 | 0.827795 | 10 | 32.099998 | 35.05838 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 13 |
e26c8d0f6a8139e6d7eb6dd691770a6241bbcc61 | 5,849,745,505,303 | c5a04041bc1277d166fdf755005614255c2701bb | /src/Sintactico/Comportamiento/Instrucciones.java | db79ad26ccc5352bd4254edd2d3d8cf788a988d3 | [] | no_license | DareDevil14/ProyectoPOO2 | https://github.com/DareDevil14/ProyectoPOO2 | 357ac1c22fa2fc7e707e125ec5a0d602dd1f89b6 | 9f51092e1514e3b2738380494fed0be1fb63e06a | refs/heads/master | 2016-09-14T02:55:15.049000 | 2016-05-15T03:37:10 | 2016-05-15T03:37:10 | 58,828,721 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Sintactico.Comportamiento;
public class Instrucciones{
private Sintactico.AnalizadorSintactico sintactico;
private int follow_set[]={109,124,129,125,127,22,131,113};// fin,inicio,si,mientras,repite,variable,solicita,finConducta
private int header_set[]={114,102};// finComportamiento,acciones
public In... | UTF-8 | Java | 982 | java | Instrucciones.java | Java | [] | null | [] | package Sintactico.Comportamiento;
public class Instrucciones{
private Sintactico.AnalizadorSintactico sintactico;
private int follow_set[]={109,124,129,125,127,22,131,113};// fin,inicio,si,mientras,repite,variable,solicita,finConducta
private int header_set[]={114,102};// finComportamiento,acciones
public In... | 982 | 0.733673 | 0.691837 | 29 | 32.793102 | 27.531023 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.103448 | false | false | 13 |
9746003734506375abc6bb2f094d80afa27bfe83 | 19,705,309,960,026 | 223abbbbbc2626edc5c5aa7c15f08555669bd52b | /src/main/java/br/com/pratudo/user/model/Experience.java | 1e92c586945f37586043fcb842c17007b5ad9afa | [] | no_license | gabrieltherock-zz/pratudo-api | https://github.com/gabrieltherock-zz/pratudo-api | ef8724da91f598032d80fcd26ba6fb80b326ca73 | 2b726a1971799ca0eb09810f3bed384c7c997305 | refs/heads/master | 2023-07-31T01:19:56.096000 | 2021-10-06T00:56:16 | 2021-10-06T00:56:16 | 415,316,394 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.pratudo.user.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.elasticsearch.annotations.Field;
@AllArgsConstructor
@NoArgsConstructor
@Data
@Builder
... | UTF-8 | Java | 655 | java | Experience.java | Java | [] | null | [] | package br.com.pratudo.user.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.elasticsearch.annotations.Field;
@AllArgsConstructor
@NoArgsConstructor
@Data
@Builder
... | 655 | 0.722137 | 0.717557 | 31 | 20.129032 | 16.645723 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 13 |
ee0d70dc367f228d0c6fc915159f35f0dc4821f8 | 23,295,902,634,615 | 2b69027ea47bb8a3bd53fd93c05735b6d1b5937f | /src/main/java/uk/co/downthewire/jLTE/simulator/sectors/SFRSector.java | 5817fa8531165d322d38588fdb25a668fe38be5b | [
"MIT"
] | permissive | ajitesh1020/jLTE-Simulator | https://github.com/ajitesh1020/jLTE-Simulator | 0a4351bcdda28023039a349a5c806dd592eb596e | a3b67727bd9625ab034a769b1e34035d18872157 | refs/heads/master | 2021-01-17T21:54:08.978000 | 2014-09-16T21:29:14 | 2014-09-16T21:29:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.downthewire.jLTE.simulator.sectors;
import com.google.common.collect.Collections2;
import org.apache.commons.configuration.Configuration;
import org.w3c.dom.Node;
import uk.co.downthewire.jLTE.simulator.ENodeB;
import uk.co.downthewire.jLTE.simulator.Location;
import uk.co.downthewire.jLTE.simulator.Pre... | UTF-8 | Java | 4,951 | java | SFRSector.java | Java | [] | null | [] | package uk.co.downthewire.jLTE.simulator.sectors;
import com.google.common.collect.Collections2;
import org.apache.commons.configuration.Configuration;
import org.w3c.dom.Node;
import uk.co.downthewire.jLTE.simulator.ENodeB;
import uk.co.downthewire.jLTE.simulator.Location;
import uk.co.downthewire.jLTE.simulator.Pre... | 4,951 | 0.644314 | 0.639669 | 130 | 37.084614 | 33.950199 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 13 |
3aa5a796a170476eb26ddd15d2828d03ca00cbf9 | 120,259,121,684 | 93b4b9560c42e13ca1aacacf7b047b6f0f2c1ac2 | /exams/src/kont_16/Exam.java | 59392b69a4c6647df66f2cdef3f4fd81e3f096be | [] | no_license | ankile/Objekter-TDT4100 | https://github.com/ankile/Objekter-TDT4100 | 002f229745da89af970fa7dab4c37cacbd549d68 | a246e8780008750ec6569ec6b46a78fee6b63dcc | refs/heads/master | 2020-04-01T22:01:02.404000 | 2018-10-22T20:39:20 | 2018-10-22T20:39:20 | 153,686,861 | 0 | 0 | null | false | 2018-10-31T17:44:29 | 2018-10-18T20:59:52 | 2018-10-22T20:39:26 | 2018-10-31T17:44:28 | 3,049 | 0 | 0 | 1 | Elixir | false | null | package K16;
public class Exam implements Comparable<Exam> {
private Grade grade;
private Course course;
/**
* Initialises an Exam, by setting the course and grade.
* The grade can only be set to one of the characters 'A'-'F'.
* @throws IllegalArgumentException if the grade is not legal
*/
public Exam(... | UTF-8 | Java | 873 | java | Exam.java | Java | [] | null | [] | package K16;
public class Exam implements Comparable<Exam> {
private Grade grade;
private Course course;
/**
* Initialises an Exam, by setting the course and grade.
* The grade can only be set to one of the characters 'A'-'F'.
* @throws IllegalArgumentException if the grade is not legal
*/
public Exam(... | 873 | 0.665521 | 0.66323 | 44 | 18.863636 | 19.297422 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.363636 | false | false | 13 |
1af273c8503d2b55c8160798300e113e84466ef7 | 4,724,464,045,000 | a1947b209cc4ff51261953085a3d0a6771575178 | /wlzxManageSystem/src/cn/edu/gduf/netserver/action/ScheduleDutyExportAction.java | 5c8f7a824717483cd909a75a394f518d6600bbd8 | [] | no_license | 274862162/wlzx | https://github.com/274862162/wlzx | 7c5a69e5d31a1260145ead3e85bc22de3f8cf058 | 2df408fda8122e47f7538a064b71f9e3f89a0850 | refs/heads/master | 2021-01-13T00:37:17.893000 | 2016-03-06T03:55:34 | 2016-03-06T03:55:34 | 52,574,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.gduf.netserver.action;
import java.io.UnsupportedEncodingException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Sheet;
im... | UTF-8 | Java | 4,235 | java | ScheduleDutyExportAction.java | Java | [] | null | [] | package cn.edu.gduf.netserver.action;
import java.io.UnsupportedEncodingException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Sheet;
im... | 4,235 | 0.724588 | 0.615309 | 98 | 40.459183 | 24.157717 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.55102 | false | false | 13 |
dedde18fe4ad39f0209c2563b574e4161048daaf | 14,345,190,791,555 | 9960a8a6697f3837a2b39c60c89759d221000351 | /mybatiesPeopleWeb/src/com/ning/test/Test.java | b061a7c1121221bb600536f851b3fc54955a659d | [] | no_license | yu17782837186/mybatis02 | https://github.com/yu17782837186/mybatis02 | c74ec5265d3268ca9c69a32d93748add7ec29445 | ca503d4a05f12996b5ebfc35165b5acc3ab07e12 | refs/heads/master | 2020-09-19T08:05:56.530000 | 2019-11-26T14:23:53 | 2019-11-26T14:23:53 | 224,209,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ning.test;
import org.apache.log4j.Logger;
import java.io.IOException;
public class Test {
public static void main(String[] args) throws IOException {
Logger logger = Logger.getLogger(Test.class);
logger.debug("这是一个调试信息");
logger.info("普通信息");
}
}
| UTF-8 | Java | 323 | java | Test.java | Java | [] | null | [] | package com.ning.test;
import org.apache.log4j.Logger;
import java.io.IOException;
public class Test {
public static void main(String[] args) throws IOException {
Logger logger = Logger.getLogger(Test.class);
logger.debug("这是一个调试信息");
logger.info("普通信息");
}
}
| 323 | 0.662207 | 0.658863 | 17 | 16.588236 | 19.605099 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 13 |
abd32d59d05fd88b6efaa413fb7040356feff965 | 39,599,598,494,348 | 65bd7e83650e5ac7f3a91f3ef898676f706adb53 | /InterfaceApp/src/com/example/interfaceapp/AddItem.java | 7c30f0e2803f215686316898194910735e69fb36 | [] | no_license | Nixxus/AndroidInterface | https://github.com/Nixxus/AndroidInterface | 2f4fcdc4f9af3d58e711e7ba2a56f970eafa6f86 | c10abb81d51402496a3ddf1bf9d7ca18047506f1 | refs/heads/master | 2021-01-02T09:01:13.509000 | 2014-03-01T18:33:40 | 2014-03-01T18:33:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.interfaceapp;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import com.nostra13.universalimageloader.core.ImageLoader;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.graphi... | UTF-8 | Java | 2,502 | java | AddItem.java | Java | [
{
"context": "\nimport java.net.URLConnection;\n\nimport com.nostra13.universalimageloader.core.ImageLoader;\n\nimport an",
"end": 172,
"score": 0.6779012680053711,
"start": 170,
"tag": "USERNAME",
"value": "13"
}
] | null | [] | package com.example.interfaceapp;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import com.nostra13.universalimageloader.core.ImageLoader;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.graphi... | 2,502 | 0.722622 | 0.721823 | 83 | 29.144579 | 21.123352 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.385542 | false | false | 8 |
b4e441e5b76a52dde9d90d0724e6f467184bde27 | 37,400,575,244,812 | ce90162063191e38cb29d9405eca735d2ac0e68d | /src/main/java/cn/jiaohongwei/rest/PageRest.java | 6d05279cfc4c17d5bb0c633589a7b71fac321604 | [] | no_license | JiaoHongwei/jhw-index | https://github.com/JiaoHongwei/jhw-index | af1da2224265e71eacdc3c1e611bac4735b6c645 | 705caa2b12deb883566030459158ecd4c4b2e1b2 | refs/heads/master | 2017-12-16T09:23:57.025000 | 2017-02-27T07:33:23 | 2017-02-27T07:33:23 | 72,997,834 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jiaohongwei.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annot... | UTF-8 | Java | 8,949 | java | PageRest.java | Java | [
{
"context": "iaohongwei.utils.DateTimeUtils;\n\n/**\n * Created by jiaohongwei on 2016/12/29.\n */\n@RestController\n@RequestMappin",
"end": 1210,
"score": 0.9997097849845886,
"start": 1199,
"tag": "USERNAME",
"value": "jiaohongwei"
},
{
"context": "RemoteAddr();\n }\n ... | null | [] | package cn.jiaohongwei.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annot... | 8,949 | 0.626906 | 0.617922 | 215 | 38.344185 | 27.022861 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.832558 | false | false | 8 |
f73761454a895c41e32be9636f6dcdbc60ed9300 | 37,477,884,656,548 | 13f86e44421fda7b270bab62ac7945d88a03ebab | /app/controllers/Invoices.java | 3e0b0969141c50c7fd84405e91e14f2b17c6c25d | [] | no_license | rajish/moin | https://github.com/rajish/moin | 079de9630784068888c91eab6d4e758c11d598b3 | 4bb7a7fdf485e394e6fbb83f7687e4a8e13f3198 | refs/heads/master | 2021-01-10T21:29:43.524000 | 2011-07-31T22:04:04 | 2011-07-31T22:04:04 | 1,632,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.math.BigDecimal;
import java.text.AttributedCharacterIterator.Attribute;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import controllers.Invoices.ItemPresentationModel;
import models.Invoice;
import ... | UTF-8 | Java | 4,629 | java | Invoices.java | Java | [
{
"context": "cyInstance(loc);\n\t id = ID;\n\t name = nm;\n\t description = ds;\n\t price = pr;\n",
"end": 4426,
"score": 0.5911886096000671,
"start": 4424,
"tag": "NAME",
"value": "nm"
}
] | null | [] | package controllers;
import java.math.BigDecimal;
import java.text.AttributedCharacterIterator.Attribute;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import controllers.Invoices.ItemPresentationModel;
import models.Invoice;
import ... | 4,629 | 0.670339 | 0.668179 | 147 | 30.482994 | 26.10454 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.62585 | false | false | 8 |
a22a5e8ba66c53d7b3e17964b5438c28367d45e4 | 18,674,517,820,288 | b5d3c752d97a567c64935c8f50247193e6811d01 | /backend/src/main/java/com/ssafy/doit/controller/ProductController.java | 0ed4f2cbed840d26695dd8f0545c8e5277ca53a3 | [] | no_license | jun0811/Doit | https://github.com/jun0811/Doit | c5ea85bbbc4337fbe3ab0af89af1825e0775b838 | a74f40d4c85592509fa5e698dac719b856bd1426 | refs/heads/master | 2023-04-26T00:06:07.367000 | 2021-02-19T04:27:53 | 2021-02-19T04:27:53 | 341,952,064 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.doit.controller;
import com.ssafy.doit.model.Mileage;
import com.ssafy.doit.model.store.ChatRoom;
import com.ssafy.doit.model.store.Product;
import com.ssafy.doit.model.request.RequestPage;
import com.ssafy.doit.model.response.ResponseBasic;
import com.ssafy.doit.model.response.ResponseProduct;
impor... | UTF-8 | Java | 11,576 | java | ProductController.java | Java | [] | null | [] | package com.ssafy.doit.controller;
import com.ssafy.doit.model.Mileage;
import com.ssafy.doit.model.store.ChatRoom;
import com.ssafy.doit.model.store.Product;
import com.ssafy.doit.model.request.RequestPage;
import com.ssafy.doit.model.response.ResponseBasic;
import com.ssafy.doit.model.response.ResponseProduct;
impor... | 11,576 | 0.639207 | 0.638502 | 300 | 36.833332 | 28.378963 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69 | false | false | 8 |
5e60481eb1a095fda60796fed0fa6c0937fb38ef | 28,819,230,567,226 | 440e5bff3d6aaed4b07eca7f88f41dd496911c6b | /myapplication/src/main/java/com/vlocker/new_theme/activity/y.java | 66709d994694abc32d33ff49086752ab154f784e | [] | no_license | freemanZYQ/GoogleRankingHook | https://github.com/freemanZYQ/GoogleRankingHook | 4d4968cf6b2a6c79335b3ba41c1c9b80e964ddd3 | bf9affd70913127f4cd0f374620487b7e39b20bc | refs/heads/master | 2021-04-29T06:55:00.833000 | 2018-01-05T06:14:34 | 2018-01-05T06:14:34 | 77,991,340 | 7 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vlocker.new_theme.activity;
class y implements Runnable {
final /* synthetic */ x a;
y(x xVar) {
this.a = xVar;
}
public void run() {
this.a.a.J.scrollTo(0, 0);
}
}
| UTF-8 | Java | 216 | java | y.java | Java | [] | null | [] | package com.vlocker.new_theme.activity;
class y implements Runnable {
final /* synthetic */ x a;
y(x xVar) {
this.a = xVar;
}
public void run() {
this.a.a.J.scrollTo(0, 0);
}
}
| 216 | 0.546296 | 0.537037 | 13 | 15.615385 | 13.969959 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 8 |
51c6d1ba841e645e7ca89a29d43336149e3148f0 | 7,138,235,661,379 | e59caadab944be0f41c97a9a0268413b70302fbd | /SOAP-Lab08/Client/src/com/lab08/service/ObjectFactory.java | 7ae1a325c270f774b39264f859abd9cbf5a131ea | [] | no_license | SBod94/SOAP | https://github.com/SBod94/SOAP | 2da1b6177f76df4b212e7532ca1fe5658bbf8a38 | dda94e52067268bd2503cce68f7cad3d54999b5a | refs/heads/master | 2020-06-08T04:09:07.821000 | 2019-06-22T14:12:26 | 2019-06-22T14:12:26 | 193,154,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.lab08.service;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* ge... | UTF-8 | Java | 5,708 | java | ObjectFactory.java | Java | [] | null | [] |
package com.lab08.service;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* ge... | 5,708 | 0.672565 | 0.667309 | 150 | 36.040001 | 39.68692 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 8 |
abb2e4604f998bc19cce5237b4848547c7bc9fde | 7,138,235,663,167 | dce515773a1549343bffd0c88ebd33d32a2dbaaa | /src/java/bean/OutputBean.java | 77bec4221c0936c39d306b6b86500c74bfa048e9 | [] | no_license | humanoz/OutputControl | https://github.com/humanoz/OutputControl | 25d9b67b4bfabc6ff3d90a55f16afcb7359dcfc0 | f1ed2e227c6e3a6266635cbbfe1f824901905396 | refs/heads/master | 2023-08-25T12:30:07.807000 | 2021-09-22T00:57:42 | 2021-09-22T00:57:42 | 409,019,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bean;
/*
* 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.
*/
import java.io.IOException;
import java.io.Serializable;
import java.sql.*;
import java.util.ArrayList;
impor... | UTF-8 | Java | 8,782 | java | OutputBean.java | Java | [
{
"context": "l.User;\r\nimport model.Rail;\r\n\r\n/**\r\n *\r\n * @author Carlos Ortigoza\r\n */\r\n@ManagedBean(name = \"outputbean\", eager = t",
"end": 562,
"score": 0.9998940825462341,
"start": 547,
"tag": "NAME",
"value": "Carlos Ortigoza"
},
{
"context": "ssword(String passwor... | null | [] | package bean;
/*
* 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.
*/
import java.io.IOException;
import java.io.Serializable;
import java.sql.*;
import java.util.ArrayList;
impor... | 8,775 | 0.569688 | 0.569346 | 312 | 26.147436 | 24.571144 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413462 | false | false | 8 |
ee919042c74b860a954d00acc1e42abaf4d34fed | 21,406,117,021,743 | cc199ab47526b0eef87c3af9f0fb177318daa521 | /ejercicos programacion repaso/ejercicios array list/ejercicio 8 array list/ejercicio 8/src/ejercicio/pkg8/Ejercicio8.java | aa992d85bb12989cbc159ea21edc809531dd2b1b | [] | no_license | JoseiMtz98/programacion-2 | https://github.com/JoseiMtz98/programacion-2 | 2f34e62accba53854b8a1102d9f1df7127685775 | c16d7e4a1d0b528c6d93406c21f97634be520897 | refs/heads/master | 2020-04-01T23:45:05.202000 | 2019-05-21T06:30:59 | 2019-05-21T06:30:59 | 153,771,816 | 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 ejercicio.pkg8;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
*
* @author 1gdaw10
*/
publi... | UTF-8 | Java | 2,049 | java | Ejercicio8.java | Java | [
{
"context": "t javax.swing.JOptionPane;\r\n\r\n/**\r\n *\r\n * @author 1gdaw10\r\n */\r\npublic class Ejercicio8 {\r\n\r\n /**\r\n ",
"end": 308,
"score": 0.9995155334472656,
"start": 301,
"tag": "USERNAME",
"value": "1gdaw10"
}
] | 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 ejercicio.pkg8;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
*
* @author 1gdaw10
*/
publi... | 2,049 | 0.355295 | 0.34651 | 74 | 25.68919 | 22.722132 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364865 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.