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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
02d5dda053131744e79649429e5b9013e3a1fcc2 | 14,070,312,871,234 | 41ac0f486494a4477fd417ec6cdf1136bab1ed15 | /src/objects/Boundaries.java | 0a6d91660acb8ee0bdfa9e3725824dd194b6edae | [] | no_license | greensd4/ArkanoidGame-Java | https://github.com/greensd4/ArkanoidGame-Java | 3dc04b36ee35cdeccd25ba492c975046697431c5 | e6d17d6d35861bc27da85dae33ee8a3a071a986a | refs/heads/master | 2020-03-26T09:00:38.458000 | 2018-08-14T11:24:05 | 2018-08-14T11:24:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package objects;
import geometry.Line;
import geometry.Point;
import geometry.Rectangle;
/**
* Boundaries.
*
* @author Daniel Greenspan.
*/
public class Boundaries {
private Line bottom;
private Line top;
private Line left;
private Line right;
/**
* constructor.
*
* @param p1 - ... | UTF-8 | Java | 1,914 | java | Boundaries.java | Java | [
{
"context": "metry.Rectangle;\n\n/**\n * Boundaries.\n *\n * @author Daniel Greenspan.\n */\npublic class Boundaries {\n private Line b",
"end": 140,
"score": 0.9998425841331482,
"start": 124,
"tag": "NAME",
"value": "Daniel Greenspan"
}
] | null | [] | package objects;
import geometry.Line;
import geometry.Point;
import geometry.Rectangle;
/**
* Boundaries.
*
* @author <NAME>.
*/
public class Boundaries {
private Line bottom;
private Line top;
private Line left;
private Line right;
/**
* constructor.
*
* @param p1 - a start po... | 1,904 | 0.586207 | 0.575758 | 74 | 24.864864 | 24.769928 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 14 |
c2f6cb9d0e313c393f575623e350cd99fdfedafa | 31,628,139,185,635 | 1c48265f6d1b590941aabb0839ba6f3124c950ac | /src/godial/act/AbstractAct.java | 4b1f5b59099cefd5d4318c8c23af5b325ff300c2 | [] | no_license | dugu9sword/GoDial | https://github.com/dugu9sword/GoDial | 21519a9f0039b74609858f8402932d1368f63a1c | 5acceaac86f282b184d5daa2928fb013ee58a405 | refs/heads/master | 2021-01-12T17:47:02.691000 | 2016-10-29T08:17:18 | 2016-10-29T08:17:18 | 71,645,454 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package godial.act;
import godial.domain.Domain;
import java.util.ArrayList;
/**
* Created by zhouyi on 16-10-24.
*/
public class AbstractAct {
private ArrayList<ActUnit> actUnits;
private Domain domain;
public AbstractAct() {
actUnits = new ArrayList<>();
}
public void addActUnit(Ac... | UTF-8 | Java | 789 | java | AbstractAct.java | Java | [
{
"context": "n;\n\nimport java.util.ArrayList;\n\n/**\n * Created by zhouyi on 16-10-24.\n */\npublic class AbstractAct {\n p",
"end": 104,
"score": 0.9992661476135254,
"start": 98,
"tag": "USERNAME",
"value": "zhouyi"
}
] | null | [] | package godial.act;
import godial.domain.Domain;
import java.util.ArrayList;
/**
* Created by zhouyi on 16-10-24.
*/
public class AbstractAct {
private ArrayList<ActUnit> actUnits;
private Domain domain;
public AbstractAct() {
actUnits = new ArrayList<>();
}
public void addActUnit(Ac... | 789 | 0.595691 | 0.588086 | 41 | 18.243902 | 16.498013 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 14 |
be19d78f63215aaa88d4458172879a3741de3c78 | 24,696,061,969,622 | 5184e3a67c4655c59499ac517b9fb744f8fd77fc | /Chapter-one/src/main/java/com/Ysheep/mothodFactory/Benz.java | 459a5354cb8bc8e8cbb45cb9d8df9bf79624c418 | [] | no_license | Ysheep/design-pattern | https://github.com/Ysheep/design-pattern | 3f9d2b14d723b6dbe230f7e883ce171fea61bb50 | a1e8094f93f48f9b03a3a85b9dd5482b15f902e6 | refs/heads/master | 2020-03-24T09:48:22.434000 | 2019-01-12T00:25:09 | 2019-01-12T00:25:09 | 142,638,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Ysheep.mothodFactory;
public class Benz implements Car {
public void drive() {
System.out.println("driver Benz");
}
}
| UTF-8 | Java | 149 | java | Benz.java | Java | [
{
"context": " void drive() {\n System.out.println(\"driver Benz\");\n }\n}\n",
"end": 137,
"score": 0.9987818002700806,
"start": 133,
"tag": "NAME",
"value": "Benz"
}
] | null | [] | package com.Ysheep.mothodFactory;
public class Benz implements Car {
public void drive() {
System.out.println("driver Benz");
}
}
| 149 | 0.657718 | 0.657718 | 9 | 15.555555 | 16.607302 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 14 |
d9168403cbe3c3070a4a346f18c70b85583d30bb | 24,696,061,970,139 | 54f965f50c308e6b41b97f3421f756bf5b84d6ba | /src/main/java/fr/gafj/coinbot/security/social/package-info.java | ead2d960b3b0b08fbcff0c343fb9318ef6419a7e | [] | no_license | BulkSecurityGeneratorProject/coinbot | https://github.com/BulkSecurityGeneratorProject/coinbot | c5f7dc1cb15a54c2e06136d5c35b6fb280e2b431 | a08591b9771fcd29523b332aaccba2f8fd7682e0 | refs/heads/master | 2022-12-18T04:34:18.695000 | 2017-11-27T11:08:01 | 2017-11-27T11:08:01 | 296,554,029 | 0 | 0 | null | true | 2020-09-18T07:59:37 | 2020-09-18T07:59:36 | 2017-11-27T11:08:14 | 2017-11-27T11:08:12 | 410 | 0 | 0 | 0 | null | false | false | /**
* Spring social configuration.
*/
package fr.gafj.coinbot.security.social;
| UTF-8 | Java | 81 | java | package-info.java | Java | [] | null | [] | /**
* Spring social configuration.
*/
package fr.gafj.coinbot.security.social;
| 81 | 0.728395 | 0.728395 | 4 | 19.25 | 16.558607 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
d8555f4ea83e6517a3ab5ee30db8b1ca48f870c5 | 26,233,660,266,966 | ba90086267f12d3f1e493af53e52f928e5055897 | /src/realmbase/data/Callback.java | ce81f22629693d87299372c858e400e9a84b1da4 | [] | no_license | dot1991/RealmBase | https://github.com/dot1991/RealmBase | 4143348e50d991089bcec1441a394578a981133a | 5699e245b6b18aff6e8f28e8b4ef2eb89ce11079 | refs/heads/master | 2023-07-05T20:56:48.278000 | 2020-09-15T16:48:53 | 2020-09-15T16:48:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package realmbase.data;
public interface Callback<T> {
public void call(T obj,Throwable exception);
}
| UTF-8 | Java | 104 | java | Callback.java | Java | [] | null | [] | package realmbase.data;
public interface Callback<T> {
public void call(T obj,Throwable exception);
}
| 104 | 0.769231 | 0.769231 | 5 | 19.799999 | 17.290461 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 14 |
b0e7a7860bc1aa6654bdb1037b0af65642248f88 | 5,085,241,300,753 | b7e46464c947ceaaf30930a0940635bd811aa8a0 | /app/src/main/java/goals_keeper/com/goalskeeperapp/fragments/MyGoalsFragment.java | 7a2a640292d529fde504f4f21cd5a91f9cd00359 | [] | no_license | abdelrahman-elkady/goals-keeper-mobile | https://github.com/abdelrahman-elkady/goals-keeper-mobile | 6e73ab7f81f8142260040cba43bf5fe1d642ecb3 | 744ce68856f377bca88bd5e1855c3867b1a44a7a | refs/heads/master | 2021-01-17T14:05:53.624000 | 2015-12-16T06:53:58 | 2015-12-16T06:53:58 | 46,662,065 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package goals_keeper.com.goalskeeperapp.fragments;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.L... | UTF-8 | Java | 3,464 | java | MyGoalsFragment.java | Java | [
{
"context": "onse;\nimport retrofit.Retrofit;\n\n/**\n * Created by kady on 25/11/15.\n *\n * @author kady\n */\npublic class ",
"end": 1078,
"score": 0.9995014667510986,
"start": 1074,
"tag": "USERNAME",
"value": "kady"
},
{
"context": "\n/**\n * Created by kady on 25/11/15.\n *\n ... | null | [] | package goals_keeper.com.goalskeeperapp.fragments;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.L... | 3,464 | 0.709007 | 0.705831 | 103 | 32.631069 | 27.624735 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669903 | false | false | 14 |
e6831c253bae72b1ac320332086e53458b1d749d | 5,085,241,301,723 | 7d33a295ff701470331f64047c80ca0e725e3604 | /hakusai/src/jp/gr/java_conf/hakusai/wiki/DriverWiki.java | 2a22f6f3746f9d65ac1f753d20c138c92c28f339 | [] | no_license | meso999999/hakusai | https://github.com/meso999999/hakusai | 6cc012451bafb19ec34b5acabafb895d7a7c193e | 0638cdf3ee68cb300fd151c7ac074c0d392c1134 | refs/heads/master | 2016-09-05T10:22:51.079000 | 2012-11-11T06:58:36 | 2012-11-11T06:58:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.gr.java_conf.hakusai.wiki;
import org.jdom.Element;
public class DriverWiki {
private final static String DEFAULT_KEY = "TCP/IP";
/**
* @param args
*/
public static void main(String[] args) {
WikiAccess wAcs = new WikiAccess();
Element root = null;
try {
root = wAcs.getWi... | UTF-8 | Java | 548 | java | DriverWiki.java | Java | [
{
"context": " {\r\n\r\n\tprivate final static String DEFAULT_KEY = \"TCP/IP\";\r\n\r\n\t/**\r\n\t * @param args\r\n\t */\r\n\tpublic static ",
"end": 150,
"score": 0.9945333003997803,
"start": 144,
"tag": "KEY",
"value": "TCP/IP"
}
] | null | [] | package jp.gr.java_conf.hakusai.wiki;
import org.jdom.Element;
public class DriverWiki {
private final static String DEFAULT_KEY = "TCP/IP";
/**
* @param args
*/
public static void main(String[] args) {
WikiAccess wAcs = new WikiAccess();
Element root = null;
try {
root = wAcs.getWi... | 548 | 0.636882 | 0.636882 | 28 | 16.785715 | 16.774464 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 14 |
f95ec977a7470705dc167d2583dcd1d5d8c9d6cd | 18,253,611,058,357 | ff53b86efbecbdc8de3c0f54958c0fe61392e79d | /src/main/java/net.dekreyconsulting.terrariumfarm.common/items/TerrariumItem.java | 40405e0b541d2531075cde37fc50ae164730cfe6 | [] | no_license | mdekrey/MinecraftTerrariumFarm | https://github.com/mdekrey/MinecraftTerrariumFarm | 4bc897d103b05a1119a1c3cec8dabd750658e93a | e73ed62d16d913d10ddbfe0cee76efd2fa9a5f6a | refs/heads/master | 2020-02-26T14:48:23.643000 | 2015-08-07T00:15:19 | 2015-08-07T00:15:19 | 40,333,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.dekreyconsulting.terrariumfarm.common;
import net.minecraft.world.World;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
public class TerrariumItem extends Item {
public TerrariumIte... | UTF-8 | Java | 1,288 | java | TerrariumItem.java | Java | [] | null | [] | package net.dekreyconsulting.terrariumfarm.common;
import net.minecraft.world.World;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
public class TerrariumItem extends Item {
public TerrariumIte... | 1,288 | 0.634317 | 0.608696 | 39 | 32.051281 | 34.824062 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 14 |
6d5d27b76b255b4f09744a04c9899be0fb96e4fd | 541,165,949,856 | 92c8fca7ecffb886f9eb51ce1180afbe7f62307c | /src/main/java/java8/stream/JavaCore.java | 7ddab5d6cf81d95ec83b6316dd43c4b40edbf071 | [] | no_license | imtdeepak/practice | https://github.com/imtdeepak/practice | df1320a6b51db970e8b95d1013dc377fcd154e8b | a12a9c896b034179b52b4714a0dc3b7bcda7f482 | refs/heads/master | 2022-11-23T19:11:32.951000 | 2020-08-01T03:41:57 | 2020-08-01T03:41:57 | 59,398,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java8.stream;
/**
* Created by deepak.kumar on 1/29/16.
*/
public class JavaCore {
}
| UTF-8 | Java | 98 | java | JavaCore.java | Java | [
{
"context": "package java8.stream;\n\n/**\n * Created by deepak.kumar on 1/29/16.\n */\npublic class JavaCore {\n\n\n}\n",
"end": 53,
"score": 0.9008592367172241,
"start": 41,
"tag": "USERNAME",
"value": "deepak.kumar"
}
] | null | [] | package java8.stream;
/**
* Created by deepak.kumar on 1/29/16.
*/
public class JavaCore {
}
| 98 | 0.653061 | 0.591837 | 9 | 9.888889 | 13.135571 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 14 |
9134a1211f214d23833352971a3c4bb0525804a2 | 22,239,340,716,518 | d86b7a813a7719d3d0f41227c3659c0ee80a6263 | /shop/src/main/java/com/cisoft/shop/finishexpressorder/view/OrderDetailDialog.java | 7edae15f8e15b44a7631d1b18742173da85c1b82 | [] | no_license | lecion/LazyOrder | https://github.com/lecion/LazyOrder | e432ffca3be6d8fe63852116be8fd8fc2bbd33b4 | 2f7603b7bdaefabd3f88026ace92ceac878b4fea | HEAD | 2016-09-06T16:16:45.065000 | 2015-04-27T12:10:10 | 2015-04-27T12:10:10 | 25,118,645 | 6 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cisoft.shop.finishexpressorder.view;
import android.app.DialogFragment;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View... | UTF-8 | Java | 2,821 | java | OrderDetailDialog.java | Java | [
{
"context": "om.cisoft.shop.util.DeviceUtil;\n\n/**\n * Created by Lecion on 2/28/15.\n */\npublic class OrderDetailDialog ex",
"end": 521,
"score": 0.9991292953491211,
"start": 515,
"tag": "USERNAME",
"value": "Lecion"
}
] | null | [] | package com.cisoft.shop.finishexpressorder.view;
import android.app.DialogFragment;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View... | 2,821 | 0.714792 | 0.711955 | 77 | 35.61039 | 28.645235 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701299 | false | false | 14 |
b7cfab5638b829da2fe61533f109624ece0dd5c9 | 4,080,218,963,595 | 0f570a44b310eed5401b07019c8e10df2b39007e | /src/ru/fizteh/fivt/students/Kudriavtsev_Dmitry/Parallel/Commands/Put.java | d00986697c5f3f02b5ae893df0ff21ea3d7c2d61 | [
"BSD-2-Clause"
] | permissive | Kud8/fizteh-java-2014 | https://github.com/Kud8/fizteh-java-2014 | 4587fde80f6afe97189426626282162a1b8af063 | 9fd945e896e63cfa8b9159224125d6b8a10e7d86 | refs/heads/master | 2020-12-14T07:21:05.370000 | 2014-12-25T08:45:37 | 2014-12-25T08:45:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.Commands;
import ru.fizteh.fivt.storage.structured.Storeable;
import ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.CurrentStoreable;
import ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.Welcome;
import java.io.File;
import java.io.PrintStream;
im... | UTF-8 | Java | 2,943 | java | Put.java | Java | [
{
"context": "t.locks.ReentrantReadWriteLock;\n\n/**\n * Created by Дмитрий on 04.10.14.\n */\npublic class Put extends Storeab",
"end": 435,
"score": 0.99983149766922,
"start": 428,
"tag": "NAME",
"value": "Дмитрий"
}
] | null | [] | package ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.Commands;
import ru.fizteh.fivt.storage.structured.Storeable;
import ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.CurrentStoreable;
import ru.fizteh.fivt.students.Kudriavtsev_Dmitry.Parallel.Welcome;
import java.io.File;
import java.io.PrintStream;
im... | 2,943 | 0.56267 | 0.55688 | 78 | 36.641026 | 29.575621 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628205 | false | false | 14 |
e6c21a92fe343f0f122c5b6389264a68d2f9cc38 | 25,812,753,505,953 | 3f24d628c8715a8a7abf92a056258b394f5e7e5f | /src/main/java/com/ingesup/expcal/entities/Absence.java | da9d6196c1a9fb8e0824a49fb9c7493bff4dfe4d | [] | no_license | nzoudy/School-MG | https://github.com/nzoudy/School-MG | c88939ca0237ab982c040e204adeb75dcdbaaf73 | 5d98240918cb683bb89d850707651b04068d86db | refs/heads/master | 2021-01-10T05:47:41.967000 | 2015-10-24T13:21:38 | 2015-10-24T13:21:38 | 44,320,748 | 0 | 0 | null | false | 2015-10-24T13:21:38 | 2015-10-15T13:51:13 | 2015-10-15T21:51:24 | 2015-10-24T13:21:38 | 180 | 0 | 0 | 0 | Java | null | null | package com.ingesup.expcal.entities;
import java.io.Serializable;
import java.util.Date;
public class Absence implements Serializable {
private Long absence;
private Date dateAbscence;
//private bJustificatifAbcence, PDFJustificatif,
private boolean flagJustifier;
private Etudiant etudiant;
private Professeur ... | UTF-8 | Java | 336 | java | Absence.java | Java | [] | null | [] | package com.ingesup.expcal.entities;
import java.io.Serializable;
import java.util.Date;
public class Absence implements Serializable {
private Long absence;
private Date dateAbscence;
//private bJustificatifAbcence, PDFJustificatif,
private boolean flagJustifier;
private Etudiant etudiant;
private Professeur ... | 336 | 0.8125 | 0.8125 | 15 | 21.4 | 16.487572 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 14 |
5302b4b51d552dfc201bf9ad8eea2f0d54d731fe | 14,697,378,135,145 | a1acec023d639c0ecdd16b76fc3e2777c33d21d0 | /src/main/java/com/zzw/pojo/HistoryAssess.java | 08641b83bc31fa09347bf6f50f0b1f84eea1f015 | [] | no_license | xfxmcy/CMS_Zzw | https://github.com/xfxmcy/CMS_Zzw | 22ba49d61ea8de41c968985be85131c452d9fb7c | 4abdb06cb3f99763170b35e77b38cd4895710505 | refs/heads/master | 2020-03-29T11:13:44.072000 | 2015-12-31T08:14:07 | 2015-12-31T08:14:07 | 37,900,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zzw.pojo;/**
* Created by Administrator on 2015/12/16.
*/
import org.apache.struts2.json.annotations.JSON;
import java.math.BigInteger;
import java.util.Date;
/**
* Created with CMS_Zzw
* User: cy
* Date: 2015/12/16
* Time: 14:29
*/
public class HistoryAssess {
public HistoryAssess() {
... | UTF-8 | Java | 2,662 | java | HistoryAssess.java | Java | [
{
"context": "a.util.Date;\n\n/**\n * Created with CMS_Zzw\n * User: cy\n * Date: 2015/12/16\n * Time: 14:29\n */\npublic cla",
"end": 215,
"score": 0.9990246295928955,
"start": 213,
"tag": "USERNAME",
"value": "cy"
}
] | null | [] | package com.zzw.pojo;/**
* Created by Administrator on 2015/12/16.
*/
import org.apache.struts2.json.annotations.JSON;
import java.math.BigInteger;
import java.util.Date;
/**
* Created with CMS_Zzw
* User: cy
* Date: 2015/12/16
* Time: 14:29
*/
public class HistoryAssess {
public HistoryAssess() {
... | 2,662 | 0.593444 | 0.574981 | 135 | 18.65926 | 18.240437 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.288889 | false | false | 14 |
f32d0eb61c7408a9cb64b67f76bd106f16dbdc2c | 6,236,292,560,288 | b41741e75758a84683b08f1aa95145d07815e28c | /app/src/main/java/apps/experiment/GameActivity.java | 1f9cec8a29b8f64114f62d38d15cd7d77e91619b | [
"MIT"
] | permissive | viktorKorolyuk/DraggyMan | https://github.com/viktorKorolyuk/DraggyMan | ff2077cbafc01d44d024be022910e4eae4d38568 | 6ef35a62722c740911b7f47d096271ac339b4feb | refs/heads/master | 2021-07-12T16:15:57.939000 | 2018-07-13T16:01:42 | 2021-07-07T01:52:42 | 56,187,406 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package apps.experiment
import android.app.Activity;
import android.os.Bundle;
public class GameActivity extends Activity {
private CustomView view;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
view = new CustomView(this);
... | UTF-8 | Java | 778 | java | GameActivity.java | Java | [] | null | [] | package apps.experiment
import android.app.Activity;
import android.os.Bundle;
public class GameActivity extends Activity {
private CustomView view;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
view = new CustomView(this);
... | 778 | 0.651671 | 0.651671 | 33 | 22.575758 | 19.178635 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 14 |
ee97ca0f6f8714a68c28c898b2b223aa82698396 | 22,591,528,007,192 | bd3bb14ea0de6506767bde4db6c4eeab1abca14a | /src/main/java/device_management/Mouse.java | 5b118da909af92a84996142b2348256e8e1d9750 | [] | no_license | JamieReid1/week_12_day_3_java_composition_lab | https://github.com/JamieReid1/week_12_day_3_java_composition_lab | 4a00ffebd90ceadbcadb2ad0727e09002343e19f | 215155a2cbea904c2c44284771e89865ec7a4e0a | refs/heads/master | 2020-04-24T04:27:00.773000 | 2019-02-20T15:55:10 | 2019-02-20T15:55:10 | 171,702,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package device_management;
import behaviours.IInput;
public class Mouse implements IInput {
private String brand;
private int noButtons;
public Mouse(String brand, int noButtons){
this.brand = brand;
this.noButtons = noButtons;
}
public String getBrand() {
return brand;
... | UTF-8 | Java | 612 | java | Mouse.java | Java | [] | null | [] | package device_management;
import behaviours.IInput;
public class Mouse implements IInput {
private String brand;
private int noButtons;
public Mouse(String brand, int noButtons){
this.brand = brand;
this.noButtons = noButtons;
}
public String getBrand() {
return brand;
... | 612 | 0.586601 | 0.586601 | 35 | 16.485714 | 14.568795 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342857 | false | false | 14 |
c1f58c3fbb597ba18800ee10c470c6f2e43d1bd6 | 1,443,109,073,047 | 358da46101f58d3b093b24c4346cdf20e3a1b9b7 | /src/main/java/com/brokersystems/brokerapp/setup/model/Currencies.java | 59b8be1f5e197c9e942e1654a234197dcdc31663 | [] | no_license | mervinz/brokerapp | https://github.com/mervinz/brokerapp | 41bdb957922ecd314d7e70bc9a6be75c0dbba050 | 5f9809787c0337bb9e2c4c33b0782024eb0a4bfd | refs/heads/master | 2020-03-17T12:00:06.018000 | 2018-04-21T13:14:45 | 2018-04-21T13:14:45 | 133,570,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brokersystems.brokerapp.setup.model;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlTransient;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.List;
/**
* The persistent class for the currency database table.
*
*/
@Entity
@Table(nam... | UTF-8 | Java | 1,920 | java | Currencies.java | Java | [] | null | [] | package com.brokersystems.brokerapp.setup.model;
import java.io.Serializable;
import javax.persistence.*;
import javax.xml.bind.annotation.XmlTransient;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.List;
/**
* The persistent class for the currency database table.
*
*/
@Entity
@Table(nam... | 1,920 | 0.7375 | 0.736979 | 105 | 17.295238 | 17.708714 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.028571 | false | false | 14 |
1948cb22ba9e2edb6cb3d59713e215bb4eb152e6 | 4,432,406,288,932 | 3fd61fee3a635c63ff4648344002c10158d1282c | /java/vulns-servlet/src/main/java/com/baidu/rasp/Ognl.java | 1a5c5468b720dc7ff970394df542ab1652980c71 | [
"MIT"
] | permissive | baidu-security/openrasp-testcases | https://github.com/baidu-security/openrasp-testcases | 710ad2faf2df508a35d46323f3b824da7095e38e | ba49541bbd4f3148f27b2a24b2b6e75664783956 | refs/heads/master | 2023-04-27T04:47:27.541000 | 2023-04-15T11:00:22 | 2023-04-15T11:00:22 | 103,604,611 | 288 | 76 | MIT | false | 2022-07-27T10:15:37 | 2017-09-15T02:28:25 | 2022-07-27T05:35:58 | 2022-07-27T10:15:37 | 9,705 | 253 | 67 | 1 | Java | false | false | package com.baidu.rasp;
import ognl.OgnlException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @description: ognl测试
* @author: anyang
* @create: 2019/02/... | UTF-8 | Java | 977 | java | Ognl.java | Java | [
{
"context": "xception;\n\n/**\n * @description: ognl测试\n * @author: anyang\n * @create: 2019/02/25 14:48\n */\npublic class Ogn",
"end": 299,
"score": 0.9737497568130493,
"start": 293,
"tag": "USERNAME",
"value": "anyang"
}
] | null | [] | package com.baidu.rasp;
import ognl.OgnlException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @description: ognl测试
* @author: anyang
* @create: 2019/02/... | 977 | 0.711202 | 0.698869 | 31 | 30.387096 | 36.498943 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 14 |
01aa24480a552de482029f121bbdfd00e7e5dcb0 | 21,199,958,611,262 | 26b623c6cb36ca7d7f55c7bf81756d7caaddc698 | /src/main/java/com/ilya/sbt/domain/Client.java | 6ed37e33c4a0088b9798945cff83011a474ed03b | [] | no_license | atyagin/sbt | https://github.com/atyagin/sbt | c80fee28a5a8af189a845b792de2a0fd5d3dc560 | 33fd21fbf83e7095a318440bc355d13dc42c5336 | refs/heads/master | 2022-12-04T01:23:55.331000 | 2020-08-28T10:40:16 | 2020-08-28T10:40:16 | 290,997,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ilya.sbt.domain;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.*;
@Entity
public class Client {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private Long id;
private String name;
private String securitySocialNumber;
LocalDateTime created;
@... | UTF-8 | Java | 2,058 | java | Client.java | Java | [] | null | [] | package com.ilya.sbt.domain;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.*;
@Entity
public class Client {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private Long id;
private String name;
private String securitySocialNumber;
LocalDateTime created;
@... | 2,058 | 0.620019 | 0.620019 | 87 | 22.655172 | 21.180031 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 14 |
5904ed0e83bc3ad41416d82180200cd764de002c | 22,110,491,698,090 | fa81c8520cc82964e06049cbd5f5068629842b95 | /Algorithm/src/day7DeleteGame/client/ui/AutoListener.java | 0630cf1ff5be5d387355be366d8b8911771ffd96 | [] | no_license | freenice12/studyForAlgorithm | https://github.com/freenice12/studyForAlgorithm | dacf31caf81b0843ea6ffd1fa67d411d0a905bff | ddb95bc6ae25ed5c4a454707c9e72f5653655c35 | refs/heads/master | 2020-06-05T08:31:45.813000 | 2019-05-06T23:43:06 | 2019-05-06T23:43:06 | 39,487,487 | 0 | 0 | null | false | 2019-05-06T23:36:30 | 2015-07-22T05:30:32 | 2019-05-06T23:33:43 | 2019-05-06T23:36:30 | 14,340 | 0 | 0 | 0 | Java | false | false | package day7DeleteGame.client.ui;
import java.util.Collections;
import org.eclipse.swt.events.MouseAdapter;
import org.eclipse.swt.events.MouseEvent;
public class AutoListener extends MouseAdapter {
private ButtonComposite buttonComposite;
public AutoListener(ButtonComposite buttonComposite) {
this.buttonCompos... | UTF-8 | Java | 551 | java | AutoListener.java | Java | [] | null | [] | package day7DeleteGame.client.ui;
import java.util.Collections;
import org.eclipse.swt.events.MouseAdapter;
import org.eclipse.swt.events.MouseEvent;
public class AutoListener extends MouseAdapter {
private ButtonComposite buttonComposite;
public AutoListener(ButtonComposite buttonComposite) {
this.buttonCompos... | 551 | 0.796733 | 0.794918 | 21 | 25.238094 | 21.562544 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 14 |
1e28aed28e50b0979d0283bdad5c03f0f16cdeb5 | 24,446,953,890,791 | 4ae5f808eb56c6eb66606c67cc93d195c32c4da9 | /TicTacTocMobileApp/app/src/main/java/breakingumbrella/tictactocmobileapp/data/requests/Register.java | d45a06d5529f17ecf64414a2dc9da3fd82e1378a | [] | no_license | dmitrykonstantinov/TicTacToc | https://github.com/dmitrykonstantinov/TicTacToc | 39efbce40f1c30217ee3e10089a054f0d404faea | 8393f6d9a2202d9b87f0d4626689b7c5dfd8a048 | refs/heads/master | 2020-04-08T09:01:37.506000 | 2018-11-26T17:19:45 | 2018-11-26T17:19:45 | 159,204,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package breakingumbrella.tictactocmobileapp.data.requests;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Register extends BaseRequest {
@SerializedName("Nickname")
@Expose
private String nickName;
public void setNickName(String nickName) {
this.nick... | UTF-8 | Java | 396 | java | Register.java | Java | [] | null | [] | package breakingumbrella.tictactocmobileapp.data.requests;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Register extends BaseRequest {
@SerializedName("Nickname")
@Expose
private String nickName;
public void setNickName(String nickName) {
this.nick... | 396 | 0.785354 | 0.785354 | 19 | 19.842106 | 19.575127 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 14 |
e3c5e22d50eb14c9b3094433ab3ab59119a838d3 | 26,766,236,190,254 | 825470a420610bd382229187ca8f17f228c6b90e | /app/src/main/java/com/dcqsq/com/dcqsq/Activity/MainActivity.java | 61eeddddd06311765f1169cb431732101030620c | [] | no_license | dengpan20/DCQSQ | https://github.com/dengpan20/DCQSQ | 9b6dd726df27e4fb52a1828bf9bb15da7e11a9ac | 8f6abad6f6244e896ff8cc6af383ed5269451970 | refs/heads/master | 2020-05-25T20:32:07.708000 | 2018-06-29T09:52:24 | 2018-06-29T09:52:24 | 84,965,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dcqsq.com.dcqsq.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Html;
import android.widget.TextView;
import com.dcqsq.com.dcqsq.R;
import com.dcqsq.com.dcqsq.base.BaseActivity;
import com.dcqsq.com.dcqsq.bean.TeleNetReslut;
import com.dcqsq.com.dcq... | UTF-8 | Java | 2,369 | java | MainActivity.java | Java | [] | null | [] | package com.dcqsq.com.dcqsq.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Html;
import android.widget.TextView;
import com.dcqsq.com.dcqsq.R;
import com.dcqsq.com.dcqsq.base.BaseActivity;
import com.dcqsq.com.dcqsq.bean.TeleNetReslut;
import com.dcqsq.com.dcq... | 2,369 | 0.586311 | 0.585019 | 58 | 39.051723 | 37.347584 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 14 |
6a81b185c0dad8163427e8225c803a24d4f24459 | 20,787,641,757,071 | 9f9e5aa20d12e0f89e0840cf6b69187ee4bedbfd | /src/test/java/com/streammedia/perisistence/CrewDaoTest.java | 7f90f675ce5d58c72cd867801eab756986fcecfb | [] | no_license | udarc/streamMedia | https://github.com/udarc/streamMedia | 4c0518487c572d6cafce31687b318398c95ea674 | b98c7579cb67e787c521b0b989b40fe67688e6b8 | refs/heads/master | 2022-11-20T10:29:11.187000 | 2020-10-14T03:52:37 | 2020-10-14T03:52:37 | 235,931,964 | 0 | 1 | null | false | 2022-11-15T23:34:26 | 2020-01-24T03:13:51 | 2020-10-14T03:52:41 | 2022-11-15T23:34:24 | 177,696 | 0 | 1 | 11 | Java | false | false | package com.streammedia.perisistence;
import com.streammedia.entity.*;
import com.streammedia.test.utility.Database;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
/**
* The type Crew dao test.
* @author Jeanne
... | UTF-8 | Java | 3,012 | java | CrewDaoTest.java | Java | [
{
"context": "ons.*;\n\n\n/**\n * The type Crew dao test.\n * @author Jeanne\n * @version 1.0\n * @since 05-10-2020\n */\npublic c",
"end": 319,
"score": 0.9989062547683716,
"start": 313,
"tag": "NAME",
"value": "Jeanne"
},
{
"context": "r) userDao.getById(2);\n crew.setFirstN... | null | [] | package com.streammedia.perisistence;
import com.streammedia.entity.*;
import com.streammedia.test.utility.Database;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
/**
* The type Crew dao test.
* @author Jeanne
... | 3,003 | 0.60093 | 0.593293 | 119 | 24.310925 | 19.417461 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445378 | false | false | 14 |
d46930a26545d1a985a537867f4f5c04e8b82b5e | 16,561,393,949,501 | f0327ac657399a720927e04541fe28c9b894d12a | /src/main/java/com/vodafone/wfx/service/StepService.java | 2906f9597360f2cef6028b06ad513af3eb93b038 | [] | no_license | MAhmedAbdallah/WFX-Editor | https://github.com/MAhmedAbdallah/WFX-Editor | 196623223dfb433d5f3a2a6b6f5cce12856d307c | 32a5d7f13a79f7c48540d079b3df442a8e4a47a4 | refs/heads/master | 2023-01-24T20:31:23.116000 | 2020-11-20T20:12:01 | 2020-11-20T20:12:01 | 314,658,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.vodafone.wfx.service;
import com.vodafone.wfx.model.VfeWorkflowStepsAdp;
import com.vodafone.wfx.model.VfeWorkflowStepsAdp... | UTF-8 | Java | 634 | java | StepService.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n *\n * @author V19MFoda\n */\n@Component\npublic interface StepService {\n\n ",
"end": 400,
"score": 0.9994428753852844,
"start": 392,
"tag": "USERNAME",
"value": "V19MFoda"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.vodafone.wfx.service;
import com.vodafone.wfx.model.VfeWorkflowStepsAdp;
import com.vodafone.wfx.model.VfeWorkflowStepsAdp... | 634 | 0.782334 | 0.77918 | 24 | 25.416666 | 26.071882 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
9151dbf7c4f7ad2e06cfb43e419853d353d2cda2 | 10,084,583,271,400 | 4dbd21fe27d55adfaaafbda2e69b07da776a7256 | /basic/io/code/nio/src/root/decentralizedFocusing/DecentralizedFocusing.java | b3403ee87ca11e9629823bc43c036357cd50ba0f | [] | no_license | tuwq/java_node | https://github.com/tuwq/java_node | dee6b25dfbd9f588979504b415766af1d8bd1d7d | aa5a4db3ace1f0c48bc004f20ca858b5ab5820b9 | refs/heads/master | 2020-03-21T09:26:43.816000 | 2020-01-25T03:41:45 | 2020-01-25T03:41:45 | 138,400,085 | 0 | 0 | null | false | 2020-10-13T23:31:53 | 2018-06-23T12:40:46 | 2020-08-21T09:33:03 | 2020-10-13T23:31:51 | 365,190 | 0 | 0 | 1 | Java | false | false | package root.decentralizedFocusing;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* 分散读取,聚集写入
* @author tuwq
*/
public class DecentralizedFocusing {
public static void main(String[] args) throws IOException {
Rando... | UTF-8 | Java | 1,138 | java | DecentralizedFocusing.java | Java | [
{
"context": "nels.FileChannel;\r\n\r\n/**\r\n * 分散读取,聚集写入\r\n * @author tuwq\r\n */\r\npublic class DecentralizedFocusing {\r\n\tpubl",
"end": 206,
"score": 0.9996698498725891,
"start": 202,
"tag": "USERNAME",
"value": "tuwq"
}
] | null | [] | package root.decentralizedFocusing;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* 分散读取,聚集写入
* @author tuwq
*/
public class DecentralizedFocusing {
public static void main(String[] args) throws IOException {
Rando... | 1,138 | 0.696078 | 0.668449 | 34 | 31 | 23.595861 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.147059 | false | false | 14 |
b1d06279e94f10effcc27353c828cb83ef5db684 | 10,084,583,271,998 | b1bbbc8c9ad6acf15eb25f9c2bad0459c897d8a0 | /jumpingOnClouds/Solution.java | b70a9abd0e665132f089bf9c7de56b4ed92bf86e | [] | no_license | berlinets/HackerRank | https://github.com/berlinets/HackerRank | 3a91292ea65e527001137d07ed1f52d0117edab0 | bcf236e19c539358c3ce142c988b91f9e6bb0ab8 | refs/heads/master | 2020-04-17T13:13:09.068000 | 2019-02-13T19:27:57 | 2019-02-13T19:27:57 | 166,606,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jumpingOnClouds;
public class Solution {
static int jumpingOnClouds(int[] c) {
int jumpCounter = 0;
for (int i = 0; i < c.length; i++) {
if (c.length - i == 1) return jumpCounter;
if (c.length - i <= 2) return jumpCounter + 1;
if (c[i + 2] != 1) i++;
... | UTF-8 | Java | 564 | java | Solution.java | Java | [] | null | [] | package jumpingOnClouds;
public class Solution {
static int jumpingOnClouds(int[] c) {
int jumpCounter = 0;
for (int i = 0; i < c.length; i++) {
if (c.length - i == 1) return jumpCounter;
if (c.length - i <= 2) return jumpCounter + 1;
if (c[i + 2] != 1) i++;
... | 564 | 0.5 | 0.473404 | 22 | 24.636364 | 18.835522 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 14 |
7159a551c9d20e9cbc697c6065830e1535db4c2e | 326,417,526,865 | bc4f4355b3e4f289b759b9b56d5d95a7eb917011 | /com/exam/uploaded/BinarySearchTreeInsertion.java | c3add6340847113f65e15bed21c60470d3299ea0 | [] | no_license | sophysophysophysophy/algorithm | https://github.com/sophysophysophysophy/algorithm | 96683c1ccde6829ec11ca5d3807a74d40551e460 | 8df2cdeb04e12dc47e64420edb083bcc15b5e287 | refs/heads/master | 2022-10-29T23:05:31.668000 | 2022-10-25T05:43:44 | 2022-10-25T05:43:44 | 161,100,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exam.uploaded;
//https://www.hackerrank.com/challenges/binary-search-tree-insertion/problem
import exam.Node;
public class BinarySearchTreeInsertion {
public static void main(String[] args) {
Node root = insert(null, 4);
insert(root, 2);
insert(root, 3);
insert(root, 1);
... | UTF-8 | Java | 821 | java | BinarySearchTreeInsertion.java | Java | [] | null | [] | package exam.uploaded;
//https://www.hackerrank.com/challenges/binary-search-tree-insertion/problem
import exam.Node;
public class BinarySearchTreeInsertion {
public static void main(String[] args) {
Node root = insert(null, 4);
insert(root, 2);
insert(root, 3);
insert(root, 1);
... | 821 | 0.616322 | 0.609013 | 27 | 29.407408 | 22.891466 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.962963 | false | false | 14 |
7e254e0ddd1d2fef5a0f5a40f40831fbeb6009b5 | 27,908,697,555,296 | 08b3f9eb9fc6d7c7ec948a6e248c0927a8c0dc96 | /JavaLearnMisc/src/test/java/javalearn/misc/concurrency/IntrruptTask.java | dee156f53a1e4ad275a85d8bf6f6d52e7d30362a | [] | no_license | trumanz/java-learning | https://github.com/trumanz/java-learning | 114ade5cc277d3c8f843a154883efc694a3ab69f | 69aefbd225ba697c2d08c5bfb05175d9985e74b5 | refs/heads/master | 2022-12-03T01:52:43.429000 | 2021-02-08T07:20:58 | 2021-02-08T07:25:28 | 38,041,718 | 2 | 1 | null | false | 2022-11-24T06:11:41 | 2015-06-25T09:55:52 | 2021-02-08T07:25:41 | 2022-11-24T06:11:37 | 282 | 0 | 1 | 20 | Java | false | false | package javalearn.misc.concurrency;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CancellationException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
impor... | UTF-8 | Java | 2,068 | java | IntrruptTask.java | Java | [] | null | [] | package javalearn.misc.concurrency;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CancellationException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
impor... | 2,068 | 0.683752 | 0.675532 | 93 | 21.204302 | 18.10457 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.741935 | false | false | 14 |
2bd64f58ae06d9256c43cf887b5d8522cb627500 | 13,443,247,699,083 | de76fe0dfdc404576862a397dd024468770186db | /codeJava/springKamelot/src/main/java/com/khalid/springKamelot/spring/SpringApp.java | 20fac26789f70a13c19946ff0cb4f656b5635427 | [] | no_license | eternels1/RNCP | https://github.com/eternels1/RNCP | e88f4ea3c24d71c19c28dccf09090b8f3bfddb0c | ca41b074e728c7a4ab90e82b57368549c8ba8986 | refs/heads/master | 2020-12-02T19:20:18.849000 | 2018-02-02T16:48:20 | 2018-02-02T16:48:20 | 96,325,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khalid.springKamelot.spring;
import java.util.*;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.khalid.springKamelot.beans.*;
public class SpringApp {
/**
* @param args
*/
public static ... | UTF-8 | Java | 1,179 | java | SpringApp.java | Java | [
{
"context": ";\r\n \r\n IChevalier c1 = ctx.getBean(\"jacquouuille\", IChevalier.class);\r\n System.out.println(",
"end": 660,
"score": 0.8825265169143677,
"start": 648,
"tag": "USERNAME",
"value": "jacquouuille"
},
{
"context": ";\r\n \r\n ICheval... | null | [] | package com.khalid.springKamelot.spring;
import java.util.*;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.khalid.springKamelot.beans.*;
public class SpringApp {
/**
* @param args
*/
public static ... | 1,179 | 0.574215 | 0.566582 | 47 | 23.085106 | 24.925276 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808511 | false | false | 14 |
a66ccc1b73139cfd9249087e14170b7f55ecc5e7 | 18,829,136,686,410 | 701d99fea57ba3525979796d4095619770cc5007 | /src/Test/InMemoryRepositoryTest.java | 065de484c1371fbd24c99e6fd09135b35de09b24 | [] | no_license | vladcosma/Laborator2 | https://github.com/vladcosma/Laborator2 | edae014898d44f2c3118f59920fcfb690989da0f | 1e397a78ce192424191427fdb125f19ef10324fa | refs/heads/master | 2020-05-01T05:21:30.828000 | 2019-03-23T14:32:42 | 2019-03-23T14:32:42 | 177,299,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Test;
import Domain.Entity;
import org.junit.jupiter.api.Test;
import Domain.Movie;
import Repository.BaseRepository;
import Repository.InMemoryRepository;
import Validator.MovieValidator;
import static org.junit.jupiter.api.Assertions.*;
class InMemoryRepositoryTest {
@Test
void findByIdWithExistin... | UTF-8 | Java | 2,279 | java | InMemoryRepositoryTest.java | Java | [
{
"context": "lidator());\n Movie movie1 = new Movie(1L, \"test\", 2018, 22.33, true);\n Movie movie2 = new ",
"end": 2180,
"score": 0.6061014533042908,
"start": 2176,
"tag": "NAME",
"value": "test"
},
{
"context": ".33, true);\n Movie movie2 = new Movie(2L, \"te... | null | [] | package Test;
import Domain.Entity;
import org.junit.jupiter.api.Test;
import Domain.Movie;
import Repository.BaseRepository;
import Repository.InMemoryRepository;
import Validator.MovieValidator;
import static org.junit.jupiter.api.Assertions.*;
class InMemoryRepositoryTest {
@Test
void findByIdWithExistin... | 2,279 | 0.64853 | 0.611233 | 68 | 32.514706 | 25.849958 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.132353 | false | false | 14 |
564268b15cb348723362b3ccbc2ea8d5381968ed | 17,471,927,028,260 | 7f35fd7e666f6c7ab77596a5bcd8ead3ba37060a | /app/src/main/java/com/fatguy/behealthy/DiagnoseFragment.java | e5d6f31c2192258a9e8f40278e97ab5184ac2c4c | [
"Apache-2.0"
] | permissive | TTT25/BeHealthy-main | https://github.com/TTT25/BeHealthy-main | 748062df2cc67f77664af675f0d76bc20d5969b0 | b7b0e726aaa0ec3b97aa8033267cb56fe35cadfc | refs/heads/main | 2023-05-03T03:06:40.892000 | 2021-05-20T20:18:27 | 2021-05-20T20:18:27 | 367,577,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fatguy.behealthy;
import android.content.Context;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | UTF-8 | Java | 2,581 | java | DiagnoseFragment.java | Java | [] | null | [] | package com.fatguy.behealthy;
import android.content.Context;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view... | 2,581 | 0.682681 | 0.682681 | 77 | 32.532467 | 35.23671 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 14 |
0a090e140f4e381af3bcd4968f861b9042d73cd6 | 9,801,115,428,099 | 53cb2684e3b1ae97e7b7d17d5e9744f36327862c | /src/main/java/com/tckj/icloud/pojo/User.java | 671de828e871852a697e37dbf7f03f038a3abb7a | [] | no_license | wenqiang0928/icloud | https://github.com/wenqiang0928/icloud | 5c40ec67106116abf6850106a815fab329914c84 | 57eceac1bce1a405ce1c2ca833bf46ac2df49096 | refs/heads/master | 2020-05-04T13:34:59.076000 | 2019-04-14T04:26:07 | 2019-04-14T04:26:07 | 179,165,387 | 1 | 2 | null | false | 2019-04-10T07:26:45 | 2019-04-02T22:01:38 | 2019-04-09T15:45:26 | 2019-04-10T07:26:45 | 6,914 | 1 | 2 | 0 | JavaScript | false | false | package com.tckj.icloud.pojo;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
@TableName("user")
public class User implements Serializable {
/**
* 用户id
*/
private int id;
/**
* 姓名
*/
privat... | UTF-8 | Java | 1,196 | java | User.java | Java | [] | null | [] | package com.tckj.icloud.pojo;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
@TableName("user")
public class User implements Serializable {
/**
* 用户id
*/
private int id;
/**
* 姓名
*/
privat... | 1,196 | 0.563776 | 0.563776 | 70 | 15.8 | 14.597064 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271429 | false | false | 14 |
bd2e4e5c742546ce011329da6ac051426f4d3fc3 | 21,818,433,933,274 | 0ec70c6dc98d465873c6c583e67c9590edd5b27d | /src/main/java/com/gen/constants/SysConstant.java | 440ee640c554476c89c8857ed9bb15690a4151b7 | [
"MIT"
] | permissive | zrf139138/swagger2html | https://github.com/zrf139138/swagger2html | 908915e6edf70ae1069c148b3a4ef2f171707945 | 14a623d170ead6cb265eb37194323033b156733c | refs/heads/main | 2023-01-01T09:40:13.531000 | 2020-10-22T06:34:54 | 2020-10-22T06:34:54 | 306,242,268 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gen.constants;
/**
* @author Zero
* @date 2020-10-22 10:58.
*/
public interface SysConstant {
String OUTPUT_HTML_DIR = "./docs/html/";
}
| UTF-8 | Java | 155 | java | SysConstant.java | Java | [
{
"context": "package com.gen.constants;\n\n/**\n * @author Zero\n * @date 2020-10-22 10:58.\n */\npublic interface S",
"end": 47,
"score": 0.9591891765594482,
"start": 43,
"tag": "USERNAME",
"value": "Zero"
}
] | null | [] | package com.gen.constants;
/**
* @author Zero
* @date 2020-10-22 10:58.
*/
public interface SysConstant {
String OUTPUT_HTML_DIR = "./docs/html/";
}
| 155 | 0.651613 | 0.574194 | 10 | 14.5 | 14.403125 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 14 |
07cbcf03717de9a00827bba19983bf66c862d972 | 35,545,149,351,852 | 536562aa6e81775664743c6bb461df35d51e83d9 | /src/main/java/com/groupsix/vipstore/service/impl/UserServiceImpl.java | 00f003909d074fe513dd4ff64d2a8ab256922027 | [] | no_license | PWB97/vipstore | https://github.com/PWB97/vipstore | 4005c08ca9752993170025afcd71f0f15860a29c | 1084e37e463ad0e18ebfbab7aaf66f48b6c70e7a | refs/heads/master | 2022-12-21T11:19:06.400000 | 2018-07-15T09:31:59 | 2018-07-15T09:31:59 | 141,014,314 | 2 | 1 | null | false | 2022-12-16T01:49:27 | 2018-07-15T09:27:01 | 2020-04-12T01:49:59 | 2022-12-16T01:49:24 | 7,917 | 0 | 1 | 12 | Java | false | false | package com.groupsix.vipstore.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.groupsix.vipstore.dao.InvitedMapper;
import com.groupsix.vipstore.dao.UserMapper;
import com.groupsix.vipstore.pojo.Invited;
impo... | UTF-8 | Java | 3,649 | java | UserServiceImpl.java | Java | [
{
"context": "eUserInfo(Integer userId, String loginName, String userName,\n\t\t\t\t\t\t\t\tInteger sex, String identityCode, String",
"end": 1201,
"score": 0.7830772995948792,
"start": 1193,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "();\n\t\tuser.setUserId(userId);\n\t... | null | [] | package com.groupsix.vipstore.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.groupsix.vipstore.dao.InvitedMapper;
import com.groupsix.vipstore.dao.UserMapper;
import com.groupsix.vipstore.pojo.Invited;
impo... | 3,649 | 0.75007 | 0.748672 | 138 | 24.92029 | 22.787634 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.043478 | false | false | 14 |
1b017f3ad9e40df4f8b7ef91b68af586e1f69ae0 | 37,074,157,705,040 | c745e69c5d29101a9a38ddbaead832caf16291d3 | /InvoicesPOM/InvoicesGUI/src/main/java/com/assen/invoices/gui/utils/PropertiesUtil.java | c6b3570ee2af5dd029acbd7f5c0c827674acb18b | [] | no_license | agatahorban/faktury | https://github.com/agatahorban/faktury | 6c865af4d732e29b8ba02c3585445313fcab941a | 4706979f7150a00b3ef15c6850af53dbd7d7bb11 | refs/heads/master | 2021-01-21T17:36:55.421000 | 2015-09-17T07:57:48 | 2015-09-17T07:57:48 | 81,864,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.assen.invoices.gui.utils;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
* @author Arek
*/
public class PropertiesUtil {
private static final Logger logger = LoggerFactory.getLogger(Propertie... | UTF-8 | Java | 866 | java | PropertiesUtil.java | Java | [
{
"context": "import org.slf4j.LoggerFactory;\n\n/**\n *\n * @author Arek\n */\npublic class PropertiesUtil {\n\n private st",
"end": 210,
"score": 0.9884699583053589,
"start": 206,
"tag": "NAME",
"value": "Arek"
}
] | null | [] | package com.assen.invoices.gui.utils;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Properties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
* @author Arek
*/
public class PropertiesUtil {
private static final Logger logger = LoggerFactory.getLogger(Propertie... | 866 | 0.683603 | 0.680139 | 32 | 26.0625 | 25.834736 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 4 |
af1fbaca485547cfdc21ec67d149278179df1217 | 34,153,579,981,257 | 64639717dcbf38b725884d78a54e549a5ff5be74 | /SnakeAndLadder/src/sl/model/game/Dice.java | 557032119eeb4f06c708a76c0b423339154e0651 | [] | no_license | nikhilbhargav000/LLD | https://github.com/nikhilbhargav000/LLD | f4b62a6837c146602cf4c73308d82afbd67b230f | be8ca8c5ade993aaf40a2eebd36fd7f72df2a400 | refs/heads/master | 2021-03-27T04:28:08.014000 | 2020-06-14T19:44:38 | 2020-06-14T19:44:38 | 247,786,419 | 0 | 0 | null | false | 2020-10-13T22:47:32 | 2020-03-16T18:15:22 | 2020-06-14T19:44:54 | 2020-10-13T22:47:31 | 68 | 0 | 0 | 2 | Java | false | false | package sl.model.game;
public abstract class Dice {
private int id;
public Dice(int id) {
super();
this.id = id;
}
public int getId() {
return id;
}
}
| UTF-8 | Java | 170 | java | Dice.java | Java | [] | null | [] | package sl.model.game;
public abstract class Dice {
private int id;
public Dice(int id) {
super();
this.id = id;
}
public int getId() {
return id;
}
}
| 170 | 0.605882 | 0.605882 | 16 | 9.625 | 9.512327 | 28 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 4 |
5f7c0f4819480180430acaba109f10e478f2e4d2 | 5,403,068,918,085 | 5e7edc2cd62101171c727435a498ad74dfb59ea7 | /src/main/db/tables/CompanySuggestionsTable.java | 0483ec8b2eb692a15bfe852379ebd0f440996ff0 | [] | no_license | akrish84/curly-octo-system | https://github.com/akrish84/curly-octo-system | a3845fd09ba43b744de0f75e99ba2e5414b1e844 | 417ea739b3d5cb1043a632c05ec549efe5acf5f6 | refs/heads/master | 2022-12-12T18:18:14.684000 | 2020-08-28T19:46:09 | 2020-08-28T19:46:09 | 264,525,841 | 1 | 0 | null | false | 2020-05-24T23:09:45 | 2020-05-16T20:56:53 | 2020-05-18T07:02:22 | 2020-05-24T23:09:44 | 8,204 | 1 | 0 | 0 | CSS | false | false | package main.db.tables;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import main.db.QueryProvider;
public class CompanySuggestionsTable {
private static final String INSERT_COMPANY_FOR_SUG... | UTF-8 | Java | 2,006 | java | CompanySuggestionsTable.java | Java | [] | null | [] | package main.db.tables;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import main.db.QueryProvider;
public class CompanySuggestionsTable {
private static final String INSERT_COMPANY_FOR_SUG... | 2,006 | 0.665005 | 0.664506 | 71 | 27.253521 | 29.143993 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183099 | false | false | 4 |
b6119bb2676d2345427f8f22a0bfc93f9294d2ac | 23,819,888,624,392 | d2d2c74cf6732f05fb73e08cc2a159f915b48938 | /src/com/ch/ch_optionview/MainActivity.java | 0d11c2e5f1b2d65e2ad1f5526ee87fb76651b1f2 | [] | no_license | playerchenhe/OptionView | https://github.com/playerchenhe/OptionView | f40435a892a1f7df16034fcc3ad22b539e56a89d | 84ec44e60c17694868d127daa79ab59d8061aedd | refs/heads/master | 2021-01-16T21:22:08.574000 | 2015-07-23T04:12:45 | 2015-07-23T04:12:45 | 39,486,750 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ch.ch_optionview;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ProgressBar;
import android.widget.TextView;
import androi... | UTF-8 | Java | 1,946 | java | MainActivity.java | Java | [] | null | [] | package com.ch.ch_optionview;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.ProgressBar;
import android.widget.TextView;
import androi... | 1,946 | 0.713772 | 0.713772 | 78 | 23.948717 | 18.638186 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.115385 | false | false | 4 |
c2f7db15c88da5ae42079a687dde1a83a7990d5b | 16,071,767,633,431 | f55fa7b5beb45aa0305c332064556fd2d8434d1e | /src/ATM/Checking.java | a0e750bf91be124d4e6056390bea93838e5a61df | [] | no_license | smithconor547/AP-Bank-ATM | https://github.com/smithconor547/AP-Bank-ATM | bf4d5d5749edbffeacfedd3f626c74a2b6afdda6 | 5e4601f3747a336e2fb914e75bd9ab7b4c36f7b9 | refs/heads/master | 2021-01-23T01:06:57.301000 | 2017-03-23T15:18:07 | 2017-03-23T15:18:07 | 85,870,765 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ATM;
public class Checking extends Account {
public Checking(int pin, int accountNumber) {
super(pin, accountNumber);
}
public String getType() {
return "checking";
}
}
| UTF-8 | Java | 224 | java | Checking.java | Java | [] | null | [] | package ATM;
public class Checking extends Account {
public Checking(int pin, int accountNumber) {
super(pin, accountNumber);
}
public String getType() {
return "checking";
}
}
| 224 | 0.59375 | 0.59375 | 12 | 16.666666 | 16.9722 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 4 |
83a2c74483d79cf8ca59645f6f632f89aaaa9800 | 5,841,155,583,365 | bfe60491cc010f2fe44a5106cab45b0d24bca930 | /mdd-core/src/main/java/io/mateu/mdd/core/interfaces/AbstractJPQLCrudView.java | a82caa9aedb05a1d4f0ce7f9524c443c337a4711 | [
"Beerware"
] | permissive | dhuamanr/mateu-mdd | https://github.com/dhuamanr/mateu-mdd | 51137c4d5ee7f43cb4de79f58f45d225cd297527 | 7b6d3805175916dadb481338038a8af7ebcf0efe | refs/heads/master | 2020-03-28T02:25:48.940000 | 2018-09-05T12:25:49 | 2018-09-05T12:25:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.mateu.mdd.core.interfaces;
import javax.persistence.EntityManager;
import javax.persistence.Query;
public abstract class AbstractJPQLCrudView<R, T> extends AbstractJPQLListView<R> implements RpcCrudView<AbstractJPQLListView, R, T> {
@Override
public boolean isAddEnabled() {
return true;
... | UTF-8 | Java | 327 | java | AbstractJPQLCrudView.java | Java | [] | null | [] | package io.mateu.mdd.core.interfaces;
import javax.persistence.EntityManager;
import javax.persistence.Query;
public abstract class AbstractJPQLCrudView<R, T> extends AbstractJPQLListView<R> implements RpcCrudView<AbstractJPQLListView, R, T> {
@Override
public boolean isAddEnabled() {
return true;
... | 327 | 0.75841 | 0.75841 | 13 | 24.153847 | 34.835541 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 4 |
fbd46e78ad811444be2e1c8607a58eca348f9a0c | 33,320,356,287,523 | ebdf81f7ee058260abc6799cb8460764f60fbb23 | /Klient.java | 78b822cf3f930f08c75abfb9662a2d66be6e8410 | [] | no_license | Althal/Text-Protocol | https://github.com/Althal/Text-Protocol | 367e2f739c02b8a0abf8799c54a57a0c6e65d334 | 591d629106b5c02b55e215eec126463539438e0e | refs/heads/master | 2020-04-11T08:04:02.146000 | 2018-12-14T17:02:34 | 2018-12-14T17:02:34 | 161,630,881 | 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 klient;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.... | UTF-8 | Java | 6,722 | java | Klient.java | Java | [] | 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 klient;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.... | 6,722 | 0.638722 | 0.629274 | 216 | 28.870371 | 26.094769 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.5 | false | false | 4 |
ae4fe1cb59063da25f58e9a3b21f51e33b0c5862 | 18,640,158,129,129 | 2da84c894039398c713c8fa98ac36355b89660ac | /src/main/java/Database_layer/Enumerations/Level.java | c6365a9ebae83e1393291c3eb6a4a0c5d6bee9ab | [] | no_license | NewSchpracheEscuela/NewSchpracheEscuela | https://github.com/NewSchpracheEscuela/NewSchpracheEscuela | 19d384383e366df548b438bd1168a11c40b6c219 | df50d0dd572615c992480c18230c863a17308fce | refs/heads/master | 2021-01-22T10:02:18.878000 | 2017-05-19T19:57:31 | 2017-05-19T19:57:31 | 81,986,813 | 0 | 1 | null | false | 2017-04-12T13:58:55 | 2017-02-14T20:39:30 | 2017-03-15T05:12:25 | 2017-04-12T13:58:55 | 6,282 | 0 | 0 | 0 | Java | null | null | package Database_layer.Enumerations;
/**
* Created by alexb on 15-Apr-17.
*/
public enum Level {
a1,
a2,
b1,
b2,
c1,
c2
}
| UTF-8 | Java | 149 | java | Level.java | Java | [
{
"context": "ge Database_layer.Enumerations;\n\n/**\n * Created by alexb on 15-Apr-17.\n */\npublic enum Level {\n a1,\n ",
"end": 61,
"score": 0.9996728301048279,
"start": 56,
"tag": "USERNAME",
"value": "alexb"
}
] | null | [] | package Database_layer.Enumerations;
/**
* Created by alexb on 15-Apr-17.
*/
public enum Level {
a1,
a2,
b1,
b2,
c1,
c2
}
| 149 | 0.550336 | 0.483221 | 13 | 10.461538 | 11.174252 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 4 |
e32846160eb55c4b64972d9f700285596e03ce3f | 1,906,965,544,753 | 4fd20ee7178656707eecc1fe4abd5856164450fe | /src/main/be/ua/mbarbier/slicemap/Align.java | bb3f01ac4be6e9b64e678ef962167112da439b52 | [
"MIT"
] | permissive | mbarbie1/SliceMap | https://github.com/mbarbie1/SliceMap | a46a7dea49a65cf4bfba76a67d7940716906af1b | 0d78b7baa64fc940f499b701a2af32633bd9366b | refs/heads/master | 2023-08-17T11:56:52.584000 | 2018-04-12T07:59:56 | 2018-04-12T07:59:56 | 90,614,033 | 5 | 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 main.be.ua.mbarbier.slicemap;
//import be.ua.mbarbier.slicemap.lib.MBLog;
import main.be.ua.mbarbier.slicemap.lib.cong... | UTF-8 | Java | 17,133 | java | Align.java | Java | [
{
"context": "rt java.util.LinkedHashMap;\r\n\r\n/**\r\n *\r\n * @author mbarbier\r\n */\r\npublic class Align {\r\n\r\n\tMain param;\r\n\tFile",
"end": 1093,
"score": 0.9904669523239136,
"start": 1085,
"tag": "USERNAME",
"value": "mbarbier"
}
] | 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 main.be.ua.mbarbier.slicemap;
//import be.ua.mbarbier.slicemap.lib.MBLog;
import main.be.ua.mbarbier.slicemap.lib.cong... | 17,133 | 0.70157 | 0.696259 | 406 | 40.199509 | 36.753368 | 215 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.320197 | false | false | 4 |
1c5ed3e608448fd5136a950fdad251be25c964cf | 16,518,444,281,937 | a3d6180e1437b6dd586818b5491c0433e852a1c2 | /Actividad N° 02_ARQUITECTURA DE SOLUCIONES WEB_HUAYNATE ACHACHAU José Luis/src/Ejercicios/Ejercicio_3.java | 8c2e2ade969b63a0db8026aba5f02dd858eaf98a | [] | no_license | HUAYNATE-ACHACHAU-Jose-Luis/ARQUITECTURA-DE-SOLUCIONES-WEB_HUAYNATE-ACHACHAU-Jose-Luis | https://github.com/HUAYNATE-ACHACHAU-Jose-Luis/ARQUITECTURA-DE-SOLUCIONES-WEB_HUAYNATE-ACHACHAU-Jose-Luis | 9b84bc3edaca68729e693d8fb9ef73bf08fe0109 | 0ba5abf0a1bfc00db79da9cb44d26866fbbd19ac | refs/heads/main | 2023-08-05T11:39:47.513000 | 2021-09-20T03:12:51 | 2021-09-20T03:12:51 | 406,192,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ejercicios;
import javax.swing.ImageIcon;
public class Ejercicio_3 extends javax.swing.JFrame {
CSueldos su = new CSueldos();
public Ejercicio_3() {
initComponents();
formulario();
setIconImage(new ImageIcon(getClass().getResource("/IMAGENES/usuario.png")).getImage());
}
... | UTF-8 | Java | 14,879 | java | Ejercicio_3.java | Java | [
{
"context": ".Color(255, 255, 255));\n jLabel1.setText(\"“Jeans Azules”\");\n\n javax.swing.GroupLayout jPanel2Layou",
"end": 6440,
"score": 0.9998749494552612,
"start": 6428,
"tag": "NAME",
"value": "Jeans Azules"
}
] | null | [] | package Ejercicios;
import javax.swing.ImageIcon;
public class Ejercicio_3 extends javax.swing.JFrame {
CSueldos su = new CSueldos();
public Ejercicio_3() {
initComponents();
formulario();
setIconImage(new ImageIcon(getClass().getResource("/IMAGENES/usuario.png")).getImage());
}
... | 14,873 | 0.657389 | 0.64327 | 274 | 53.284672 | 39.561825 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.79562 | false | false | 4 |
dfa7eb767078c197d62642004e46efd5b2ab2496 | 8,881,992,372,381 | 78620880d77fb8d26ed294737480c2435413789a | /springboot-token-userauth/server/src/main/java/com/we/auth/server/utils/JwtUtil.java | acffa1f0e5e0e8d9607b126469efb701a86b3678 | [] | no_license | BigRedCaps-Pro/spring-boot-labs | https://github.com/BigRedCaps-Pro/spring-boot-labs | 452e3a3050fbb440b3db80cbc3b4bdac399a9dd1 | 861f4230a05131db1aefb0da83a70c1205b77791 | refs/heads/main | 2023-08-03T03:55:12.439000 | 2021-09-17T03:54:43 | 2021-09-17T03:54:43 | 332,623,549 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.we.auth.server.utils;
import com.we.auth.api.enums.StatusCode;
import com.we.auth.api.response.BaseResponse;
import com.we.auth.server.enums.Constant;
import io.jsonwebtoken.*;
import org.bouncycastle.util.encoders.Base64;
import org.joda.time.DateTime;
import javax.crypto.SecretKey;
import javax.crypto.s... | UTF-8 | Java | 2,950 | java | JwtUtil.java | Java | [
{
"context": "import java.util.Date;\n\n/**\n * jwt通用工具类\n * @author we\n * @date 2021-05-02 11:01\n **/\npublic class JwtUt",
"end": 392,
"score": 0.9887269139289856,
"start": 390,
"tag": "USERNAME",
"value": "we"
}
] | null | [] | package com.we.auth.server.utils;
import com.we.auth.api.enums.StatusCode;
import com.we.auth.api.response.BaseResponse;
import com.we.auth.server.enums.Constant;
import io.jsonwebtoken.*;
import org.bouncycastle.util.encoders.Base64;
import org.joda.time.DateTime;
import javax.crypto.SecretKey;
import javax.crypto.s... | 2,950 | 0.60995 | 0.602379 | 101 | 26.465347 | 22.260191 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.356436 | false | false | 4 |
a8ab0959326a27cb614f7e0e43743d02f7e2fb65 | 8,881,992,371,360 | 6c60ca9e261029d625ac8059760db7f255e6c69b | /src/test/java/com/qa/choonz/rest/controller/TrackControllerUnitTest.java | f5190178de8def29b9c2a291e547284b27be3bf5 | [] | no_license | RaimondsMezals/Choonz_Project | https://github.com/RaimondsMezals/Choonz_Project | 2167e77932123b6d46edf3096dbfd6630989a910 | 02d73249f2a9f8249c220d671ba3340cb5148d7b | refs/heads/main | 2023-03-15T11:06:42.648000 | 2021-03-22T10:56:12 | 2021-03-22T10:56:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qa.choonz.rest.controller;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.atLeastOnce;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.List;
import j... | UTF-8 | Java | 6,177 | java | TrackControllerUnitTest.java | Java | [] | null | [] | package com.qa.choonz.rest.controller;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.atLeastOnce;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.List;
import j... | 6,177 | 0.750202 | 0.746479 | 236 | 25.177965 | 29.349337 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.597458 | false | false | 4 |
97fe806999375d67bf43d42ec7cb91cc2259f13b | 13,091,060,325,154 | c70d66e7315db9bafbad8cdd83be8a4123ceabee | /src/main/java/com/example/springbootmybatisplus/util/BeanCopyTools.java | ed8c9ae723377923af77c1480fc0aaf6249902cb | [] | no_license | liukefu2050/GM_springboot_api_version_controller | https://github.com/liukefu2050/GM_springboot_api_version_controller | f4ad9b446e5842fa1c0eb21439754eb4dceb6c53 | 4109e4e0cc92f0b6da61f0f65b952181da2cd84d | refs/heads/master | 2023-09-05T04:24:52.253000 | 2021-10-29T09:25:45 | 2021-10-29T09:25:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springbootmybatisplus.util;
import org.springframework.cglib.beans.BeanCopier;
import java.util.List;
/**
* 对象属性拷贝工具
*
* @author
*/
public class BeanCopyTools {
/**
* 拷贝非List
*
* @param source 源数据
* @param target 结果数据
* @param <E> 元数据类型
* @param <V> ... | UTF-8 | Java | 1,977 | java | BeanCopyTools.java | Java | [] | null | [] | package com.example.springbootmybatisplus.util;
import org.springframework.cglib.beans.BeanCopier;
import java.util.List;
/**
* 对象属性拷贝工具
*
* @author
*/
public class BeanCopyTools {
/**
* 拷贝非List
*
* @param source 源数据
* @param target 结果数据
* @param <E> 元数据类型
* @param <V> ... | 1,977 | 0.479823 | 0.477612 | 79 | 21.898735 | 20.44232 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481013 | false | false | 4 |
551d759846810ec0761c64b257a081570d235f7f | 10,823,317,589,512 | 0ec851606ed524147cb570352abfc28aed611bad | /CLIENT/app/src/main/java/musicline/cmov/org/feup/musicline/activities/RegisterActivity.java | 7b00ae718e753d048355d7f348249872d522642e | [] | no_license | inesferreira7/CMOV | https://github.com/inesferreira7/CMOV | 342bb4b3ec1d457b73657d3f8bb90c3fb49691bf | 3359ce9186d2eb85ade6271cc4195b5c0f7133ed | refs/heads/master | 2020-04-02T06:07:17.019000 | 2018-11-26T10:19:35 | 2018-11-26T10:19:35 | 154,130,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package musicline.cmov.org.feup.musicline.activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.security.KeyPairGeneratorSpec;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import a... | UTF-8 | Java | 11,357 | java | RegisterActivity.java | Java | [] | null | [] | package musicline.cmov.org.feup.musicline.activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.security.KeyPairGeneratorSpec;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import a... | 11,357 | 0.607995 | 0.604737 | 290 | 38.165516 | 29.272564 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651724 | false | false | 4 |
f5d5a08e92f814bb3acd74d27f6dbc5dc5f027b7 | 25,314,537,303,905 | f84646e2bc064f39d4244a8bbadebc8a5443d7e9 | /Java/test/TwoCompliments.java | 5b719922936826ad8023c00b2a630bb20ff98caa | [] | no_license | tylerptl/Daily-Programmer | https://github.com/tylerptl/Daily-Programmer | 7ea506a3d3528e69c9510e047dcb9ac478a6a34d | 33e8f4ea63ba0bc86a848260ff372eb0fee69ff0 | refs/heads/master | 2023-02-26T06:28:47.399000 | 2021-02-01T23:00:18 | 2021-02-01T23:00:18 | 335,107,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class TwoCompliments {
public static void main(String... args){
int i = 48;
System.out.println("Number = " + i);
/* returns the string representation of the unsigned integer value
represented by the argument in binary (base 2) */
System.out.println("Binary = " + Intege... | UTF-8 | Java | 1,527 | java | TwoCompliments.java | Java | [] | null | [] | public class TwoCompliments {
public static void main(String... args){
int i = 48;
System.out.println("Number = " + i);
/* returns the string representation of the unsigned integer value
represented by the argument in binary (base 2) */
System.out.println("Binary = " + Intege... | 1,527 | 0.616896 | 0.610347 | 37 | 40.243244 | 28.721783 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459459 | false | false | 4 |
c665397c251fabf9f82fa4a973880dfec9f10b10 | 21,010,980,025,229 | e8bf7015731903c3ca2456927ff1e7712c98cad2 | /src/test/java/com/wdtinc/mapbox_vector_tile/encoding/MvtUtilTest.java | 8193b1e3288966d51cb45e205de4b7352b684842 | [
"Apache-2.0"
] | permissive | snodnipper/mapbox-vector-tile-android | https://github.com/snodnipper/mapbox-vector-tile-android | 0311dcc36b35429c805affc084aa5c9496154159 | 933fa04e2cc5629bfc1b99582da8ab170535b702 | refs/heads/master | 2021-08-29T19:35:04.252000 | 2017-12-13T18:40:59 | 2017-12-13T18:40:59 | 113,585,400 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wdtinc.mapbox_vector_tile.encoding;
import org.junit.Test;
import java.util.Arrays;
import static org.junit.Assert.*;
/**
* Test MVT utility functions.
*/
public final class MvtUtilTest {
@Test
public void testHeaders() {
assertEquals(GeomCmdHdr.cmdHdr(GeomCmd.MoveTo, 1), 9);
... | UTF-8 | Java | 699 | java | MvtUtilTest.java | Java | [] | null | [] | package com.wdtinc.mapbox_vector_tile.encoding;
import org.junit.Test;
import java.util.Arrays;
import static org.junit.Assert.*;
/**
* Test MVT utility functions.
*/
public final class MvtUtilTest {
@Test
public void testHeaders() {
assertEquals(GeomCmdHdr.cmdHdr(GeomCmd.MoveTo, 1), 9);
... | 699 | 0.69671 | 0.680973 | 24 | 28.125 | 34.326027 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 4 |
ccd4f24a25bee1a4b522ecf2df7563a11281bdac | 11,020,886,135,069 | aa2140fa478f3f4c8c8809b28f8d623d4afabd4f | /bjprofile/src/main/java/com/wdtpr/augus/bjprofile/bjDemo/view/GoldFragment.java | 3dc55a214fdcf2691febbe3b4da2cf441d1d7730 | [] | no_license | augusWuDotan/augus_exampl_debug | https://github.com/augusWuDotan/augus_exampl_debug | 47595c349d8dd690dab65fabdc53cbb4f08e5f40 | d593416e9346c20ed622a695ba2038f336e8c3c8 | refs/heads/master | 2021-09-05T10:38:20.070000 | 2018-01-26T13:37:00 | 2018-01-26T13:37:00 | 114,618,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wdtpr.augus.bjprofile.bjDemo.view;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInfla... | UTF-8 | Java | 6,110 | java | GoldFragment.java | Java | [] | null | [] | package com.wdtpr.augus.bjprofile.bjDemo.view;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInfla... | 6,110 | 0.698686 | 0.697701 | 188 | 31.393618 | 26.368387 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.420213 | false | false | 4 |
b2278151f779e9163f593e8d223edd5d7aded51a | 19,911,468,438,804 | 33b83ffa0dae51e7e6b4748b9666b50b260cb51b | /CalculosP1/src/iu/calP1.java | c6b0dce849a7b0756a9ec384660d25f0b1d87e98 | [] | no_license | Anngi/Preguntas-...-Clase | https://github.com/Anngi/Preguntas-...-Clase | f075d2b3262e97672f190f906fb7bcd908e0410b | 1cf2cc7e92721ed6a8e7310502442f38de26e949 | refs/heads/master | 2021-01-13T00:53:11.175000 | 2015-10-04T18:36:11 | 2015-10-04T18:36:11 | 43,647,979 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iu;
/*
* 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.
*/
/**
*
* @author LDS
*/
public class calP1 extends javax.swing.JFrame {
private boolean True;
/**
* Create... | UTF-8 | Java | 10,066 | java | calP1.java | Java | [
{
"context": " the template in the editor.\n */\n/**\n *\n * @author LDS\n */\npublic class calP1 extends javax.swing.JFrame",
"end": 219,
"score": 0.9995423555374146,
"start": 216,
"tag": "USERNAME",
"value": "LDS"
}
] | null | [] | package iu;
/*
* 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.
*/
/**
*
* @author LDS
*/
public class calP1 extends javax.swing.JFrame {
private boolean True;
/**
* Create... | 10,066 | 0.67849 | 0.669647 | 229 | 42.951965 | 36.843258 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567686 | false | false | 4 |
ec027b2ef9e7d4f35474001646c540a635085f90 | 19,911,468,439,894 | fe78a794d947b062bcc597572792b67e7e99b54e | /JenkinsAPP/src/jenkinsapp/server/database/instanceData.java | ce849d3524cd59aa27fe535033b16628f5917d0a | [] | no_license | gp01kkky/jenkinsApp | https://github.com/gp01kkky/jenkinsApp | ba1b1590195ca229bfb6071ce5854751584bd6e1 | 990e43babddded0d20039c890a5123cfd81bafb7 | refs/heads/master | 2021-01-01T15:30:49.216000 | 2013-09-05T02:03:13 | 2013-09-05T02:03:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* object class to store the instances (server url, and description)
* @author Kelvin Khoo
*/
package jenkinsapp.server.database;
public class instanceData {
private String description;
private String hostName;
private String isHttps;
public instanceData()
{
}
public instanceData(String description,... | UTF-8 | Java | 850 | java | instanceData.java | Java | [
{
"context": "instances (server url, and description)\n * @author Kelvin Khoo\n */\npackage jenkinsapp.server.database;\n\npublic c",
"end": 94,
"score": 0.9998096227645874,
"start": 83,
"tag": "NAME",
"value": "Kelvin Khoo"
}
] | null | [] | /*
* object class to store the instances (server url, and description)
* @author <NAME>
*/
package jenkinsapp.server.database;
public class instanceData {
private String description;
private String hostName;
private String isHttps;
public instanceData()
{
}
public instanceData(String description, Stri... | 845 | 0.729412 | 0.729412 | 44 | 18.318182 | 18.246759 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409091 | false | false | 4 |
d7e2a9bbeebcb3e4d37783bd3d9b9ddf860b011b | 5,368,709,175,533 | a9010c910141742c7f0f30112491b4fc773daa73 | /app/src/main/java/com/example/gabbygiordano/marketplace/MarketPlaceClient.java | 5a198b5f9a7a15691d80372692b78e1235ee56a1 | [] | no_license | orion254/MarketPlace | https://github.com/orion254/MarketPlace | b6b47e1819b5214079ea407dd566d325c2391b12 | 0957e2c5d15e055eb70f9d1405714e93b52a7ee6 | refs/heads/master | 2021-06-23T05:42:57.024000 | 2017-08-10T22:25:18 | 2017-08-10T22:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gabbygiordano.marketplace;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.AsyncHttpResponseHandler;
/**
* Created by tanvigupta on 7/11/17.
*/
public class MarketPlaceClient {
public static final String GET_URL = "https://api.data.gov/ed/collegescorecard";
... | UTF-8 | Java | 1,942 | java | MarketPlaceClient.java | Java | [
{
"context": ".http.AsyncHttpResponseHandler;\n\n/**\n * Created by tanvigupta on 7/11/17.\n */\n\npublic class MarketPlaceClient {",
"end": 180,
"score": 0.9996829032897949,
"start": 170,
"tag": "USERNAME",
"value": "tanvigupta"
},
{
"context": "son?\";\n\n public static final St... | null | [] | package com.example.gabbygiordano.marketplace;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.AsyncHttpResponseHandler;
/**
* Created by tanvigupta on 7/11/17.
*/
public class MarketPlaceClient {
public static final String GET_URL = "https://api.data.gov/ed/collegescorecard";
... | 1,907 | 0.532956 | 0.518023 | 45 | 42.155556 | 35.600845 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 4 |
c072e8367257490d23c901bc139bc06f6d36c3d6 | 4,587,025,132,702 | 902983386c123a70064866b2aa72c7748ae5269e | /extensions/reactive-messaging-http/runtime/src/main/java/io/quarkus/reactivemessaging/http/runtime/serializers/StringSerializer.java | dd01e6833ecd3b6268f2ce4101f6b772f7fa0e5a | [
"Apache-2.0"
] | permissive | cemnura/quarkus | https://github.com/cemnura/quarkus | a14cd7609ca8423bf81db2cb093d89b93fa91cc6 | fdb9f5e504077ca476e6390f0f07609cabb28341 | refs/heads/main | 2023-01-23T05:00:15.397000 | 2021-10-02T11:36:00 | 2021-10-02T11:36:00 | 226,573,438 | 2 | 0 | Apache-2.0 | true | 2023-01-17T20:01:03 | 2019-12-07T20:42:05 | 2021-12-26T08:17:28 | 2023-01-17T20:01:00 | 113,358 | 2 | 0 | 11 | Java | false | false | package io.quarkus.reactivemessaging.http.runtime.serializers;
import io.vertx.core.buffer.Buffer;
/**
* Serializer for Strings
*/
public class StringSerializer implements Serializer<String> {
@Override
public boolean handles(Object payload) {
return payload instanceof String;
}
@Override
... | UTF-8 | Java | 412 | java | StringSerializer.java | Java | [] | null | [] | package io.quarkus.reactivemessaging.http.runtime.serializers;
import io.vertx.core.buffer.Buffer;
/**
* Serializer for Strings
*/
public class StringSerializer implements Serializer<String> {
@Override
public boolean handles(Object payload) {
return payload instanceof String;
}
@Override
... | 412 | 0.713592 | 0.713592 | 18 | 21.888889 | 21.452503 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
6cd0d9f6e3b73bcbc9fd0d293bf57fec14810886 | 22,273,700,440,012 | f96aac814a75d618ad6adb7c4f165b74e002ae92 | /src/com/guoguo/model/TbGoods.java | 1a597baf78affdafb2d0cd8744c4f967f294807d | [] | no_license | Oboquan/GuoGuoTest | https://github.com/Oboquan/GuoGuoTest | 2cea9df1872450f4dd3dd2eb90f6f2e0ada11c15 | bf5ed3524b140d3bcec5db677d1651e5eb41d085 | refs/heads/master | 2020-03-21T21:58:04.267000 | 2018-06-29T03:39:06 | 2018-06-29T03:39:06 | 139,096,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guoguo.model;
import java.math.BigDecimal;
/**
* 资产类
* @author EC_Troy
*/
public class TbGoods {
/**资产Id*/
private String goodsId;
/**资产Name*/
private String goodsName;
/**颜色 1"white" : 2"black"*/
private Integer color;
/**规格*/
private String desc;
/**类型 1"电脑桌" : 2"电脑椅"*/
private Int... | GB18030 | Java | 1,499 | java | TbGoods.java | Java | [
{
"context": "mport java.math.BigDecimal;\n\n/**\n * 资产类\n * @author EC_Troy\n */\npublic class TbGoods {\n\n\t/**资产Id*/\n\tprivate S",
"end": 86,
"score": 0.9990583658218384,
"start": 79,
"tag": "USERNAME",
"value": "EC_Troy"
}
] | null | [] | package com.guoguo.model;
import java.math.BigDecimal;
/**
* 资产类
* @author EC_Troy
*/
public class TbGoods {
/**资产Id*/
private String goodsId;
/**资产Name*/
private String goodsName;
/**颜色 1"white" : 2"black"*/
private Integer color;
/**规格*/
private String desc;
/**类型 1"电脑桌" : 2"电脑椅"*/
private Int... | 1,499 | 0.659845 | 0.654905 | 100 | 13.17 | 13.1735 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 4 |
9374c8e15d332876578a6125fcb8e75505df66fa | 18,468,359,431,301 | b5366f48b5271f7d0ddfe64c6fc9556d592f6822 | /QE_Automation-ID/src/main/java/com/automation/id/pages/IDBasePage.java | 710ee58195f51d5de2f5de98426974917ae6142c | [] | no_license | MANOJ-KUMAR-PATNAIK/GitDemo1 | https://github.com/MANOJ-KUMAR-PATNAIK/GitDemo1 | e4f02c24cfdbe6a5d69d93891e86a2f7f4057184 | d90b8e42e3eeca4a6949ff81ff9b7fb48d9984bd | refs/heads/master | 2023-04-20T22:58:25.446000 | 2019-11-12T09:36:52 | 2019-11-12T09:36:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.automation.id.pages;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.apache.commons.collections.CollectionUtils;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.openqa.sel... | UTF-8 | Java | 50,763 | java | IDBasePage.java | Java | [
{
"context": "verify Element is present in DOM.\n\t * \n\t * @author saravanan.jothimani\n\t * @param locator\n\t * @return\n\t * @throws Driver",
"end": 1650,
"score": 0.8530697822570801,
"start": 1631,
"tag": "NAME",
"value": "saravanan.jothimani"
},
{
"context": "verify Element is... | null | [] | package com.automation.id.pages;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.apache.commons.collections.CollectionUtils;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.openqa.sel... | 50,750 | 0.705317 | 0.702914 | 1,553 | 31.687057 | 26.911722 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.643915 | false | false | 4 |
f91255e8c0f66da793de2fb1dca75789758007ee | 26,792,006,056,454 | 815a802c35c34d4b801a36754a0ec1e97cae02cd | /wolverine-dns/wolverine-dns-client/src/main/java/io/wolverine/dns/client/resolver/DefaultDnsResolver.java | d638349901ded206ee4c1ca5819da918341b8017 | [
"MIT"
] | permissive | lihanhui/wolverine | https://github.com/lihanhui/wolverine | b050f4dd21cd56ce8bb384e976fb848bfb4de770 | 73e5e2d0b20e75e7e79fac0ff6d48c6724dee8f8 | refs/heads/main | 2023-04-11T09:49:22.480000 | 2021-04-18T08:30:45 | 2021-04-18T08:30:45 | 333,388,309 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.wolverine.dns.client.resolver;
import java.util.concurrent.ConcurrentHashMap;
import io.wolverine.dns.client.record.MultiServiceHosts;
import io.wolverine.dns.client.record.ServiceHost;
public class DefaultDnsResolver extends AbstractDnsResolver{
private ConcurrentHashMap<String, ServiceHost> serviceHost... | UTF-8 | Java | 1,187 | java | DefaultDnsResolver.java | Java | [] | null | [] | package io.wolverine.dns.client.resolver;
import java.util.concurrent.ConcurrentHashMap;
import io.wolverine.dns.client.record.MultiServiceHosts;
import io.wolverine.dns.client.record.ServiceHost;
public class DefaultDnsResolver extends AbstractDnsResolver{
private ConcurrentHashMap<String, ServiceHost> serviceHost... | 1,187 | 0.804549 | 0.804549 | 32 | 36.09375 | 33.24564 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.53125 | false | false | 4 |
753c6de72f7ac07c3038dd159862260af9464cc6 | 8,211,977,515,637 | 523dcf629866024030d705bea301e84ccd7c6225 | /src/test/java/com/example/demo/service/ChooseTest/BonusServiceChooseTest.java | 0d9998a2bff00380a18044f6fe2e2d470798a8dd | [] | no_license | k670/BonusGame | https://github.com/k670/BonusGame | 6dee899a79a678e2e0a963cc95ca89a651017c95 | d5ecee33d13b6870bc7b0de2d41b39a8a900d4a5 | refs/heads/master | 2020-06-30T15:47:21.186000 | 2019-08-20T12:45:15 | 2019-08-20T12:45:15 | 200,875,839 | 0 | 0 | null | false | 2019-08-15T09:12:25 | 2019-08-06T15:13:56 | 2019-08-13T06:51:56 | 2019-08-15T09:12:24 | 18,864 | 0 | 0 | 0 | Java | false | false | package com.example.demo.service.ChooseTest;
import com.example.demo.model.BonusModel;
import com.example.demo.service.BonusService;
import lombok.extern.slf4j.Slf4j;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.facto... | UTF-8 | Java | 4,238 | java | BonusServiceChooseTest.java | Java | [] | null | [] | package com.example.demo.service.ChooseTest;
import com.example.demo.model.BonusModel;
import com.example.demo.service.BonusService;
import lombok.extern.slf4j.Slf4j;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.facto... | 4,238 | 0.649835 | 0.6437 | 126 | 31.650793 | 30.395102 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746032 | false | false | 4 |
b872d3fa3b4183898d7f63b44b2075d960b380e8 | 11,613,591,604,527 | 7589689f2c3c65d843feca161cb8e0cc821090c2 | /studies/src/curso01/condicionais/Exercicio1.java | b9128f66a60c25d7b6274333455511e3ea31885a | [] | no_license | deboragoncalves/java-studies | https://github.com/deboragoncalves/java-studies | 86a4d0752cb13b3c7f543f97a1525e0b9fcfe998 | 65de3f738acd63a14688342ee601ddb07105033f | refs/heads/main | 2023-02-21T10:36:10.442000 | 2021-01-21T19:19:21 | 2021-01-21T19:19:21 | 284,795,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package curso01.condicionais;
import java.util.ArrayList;
import java.util.Scanner;
public class Exercicio1 {
public static void main(String[] args) {
// 1
int n1, n2;
Scanner teclado = new Scanner(System.in);
System.out.println("Digite o primeiro n�mero inteiro: ");
n1 = teclado.nextInt();
Syst... | UTF-8 | Java | 593 | java | Exercicio1.java | Java | [] | null | [] | package curso01.condicionais;
import java.util.ArrayList;
import java.util.Scanner;
public class Exercicio1 {
public static void main(String[] args) {
// 1
int n1, n2;
Scanner teclado = new Scanner(System.in);
System.out.println("Digite o primeiro n�mero inteiro: ");
n1 = teclado.nextInt();
Syst... | 593 | 0.616179 | 0.595525 | 30 | 18.299999 | 19.105234 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
ae136ccab8eb03e1d2ab7e2a05a2d81ac0a07187 | 25,331,717,124,933 | 5b4beccff3553167b2ce6fd2f873ecef72877ce1 | /app/src/main/java/com/example/newapistackexchange/MainActivity.java | 39e13a185268f8efa4aa30913b5a19439e685886 | [] | no_license | pranoppal/Search-StackOverflow | https://github.com/pranoppal/Search-StackOverflow | 317ba5aba4cd36d320257355887d76300728a890 | 4bd54fad3fa2831c82c5bd7c9825698746ba68f0 | refs/heads/master | 2020-05-05T06:33:20.073000 | 2019-04-06T06:17:44 | 2019-04-06T06:17:44 | 179,792,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.newapistackexchange;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity implements View.OnClickListener{
public static String A... | UTF-8 | Java | 1,135 | java | MainActivity.java | Java | [] | null | [] | package com.example.newapistackexchange;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity implements View.OnClickListener{
public static String A... | 1,135 | 0.705727 | 0.703084 | 34 | 32.382355 | 30.388674 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 4 |
59e0b2efd82f817adb8efb5caeb3e12b59ef94e9 | 26,560,077,771,568 | 503b104ab92eec232e3fa8db285e54f5aaef1fe6 | /Cosmopolitan/src/main/java/Models/Ingredient.java | 3f6c7bbf53624cb86e16b04965d6e201e17b77e9 | [] | no_license | LodeAlaert/Cosmopolitan | https://github.com/LodeAlaert/Cosmopolitan | 1a2e126950f2dc7464d113cb2c422d4a72e7fa76 | ac4fb3c2f8ccee657414f12084d43473704a6fbe | refs/heads/master | 2020-07-19T08:01:55.713000 | 2017-01-09T15:40:49 | 2017-01-09T15:40:49 | 73,504,139 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Models;
public class Ingredient {
// variables
private int ingredient_ID;
private String name;
private String unit;
// Getters & Setters
public int getIngredient_ID() {
return ingredient_ID;
}
public void setIngredient_ID(int ingredient_ID) {
this.ingredient_I... | UTF-8 | Java | 812 | java | Ingredient.java | Java | [] | null | [] | package Models;
public class Ingredient {
// variables
private int ingredient_ID;
private String name;
private String unit;
// Getters & Setters
public int getIngredient_ID() {
return ingredient_ID;
}
public void setIngredient_ID(int ingredient_ID) {
this.ingredient_I... | 812 | 0.596059 | 0.596059 | 42 | 18.333334 | 16.776779 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 4 |
677d6d7fde33e2ed36123318301fd1c64a107fe7 | 26,886,495,283,262 | 71f9acc465a0d4826a601e066c3f3ed5c32443f2 | /[Custom]Bedwars/src/bedwars/IO/Permissions.java | fd87efa364a0400586d6a054101cad522e1b3075 | [] | no_license | FH56G79T/Plugins | https://github.com/FH56G79T/Plugins | e4fedd2d1034bf24bc9409f6cf8b69c2d2b8d9cb | 131fe262bc2160a2ec59162b9e94a4de98c304a9 | refs/heads/master | 2018-01-08T00:54:44.336000 | 2016-04-08T20:14:17 | 2016-04-08T20:14:17 | 55,306,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bedwars.IO;
public class Permissions {
public final String permissions_commands_bedwars = "bedwars.commands.bedwars" ;
@Deprecated
public final String permissions_commands_bedwars_buildmode_enable = "bedwars.buildmode.enable" ;
@Deprecated
public final String permissions_command... | UTF-8 | Java | 1,345 | java | Permissions.java | Java | [] | null | [] | package bedwars.IO;
public class Permissions {
public final String permissions_commands_bedwars = "bedwars.commands.bedwars" ;
@Deprecated
public final String permissions_commands_bedwars_buildmode_enable = "bedwars.buildmode.enable" ;
@Deprecated
public final String permissions_command... | 1,345 | 0.692937 | 0.692937 | 43 | 29.232557 | 32.776791 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 4 |
ea215e26048fb9b8d16ac868aed29ccc780ada78 | 22,119,081,620,752 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_e84525898e5cee63c7b1b91ecd0e44fe56c1c501/WMTSCapabilitiesAdapterTest/4_e84525898e5cee63c7b1b91ecd0e44fe56c1c501_WMTSCapabilitiesAdapterTest_s.java | 24a8b4a1bce1762b35f342b09fff1fcfdaf275be | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | //$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2011 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
This library is free software; you can redistribute it and/or modi... | UTF-8 | Java | 8,012 | java | 4_e84525898e5cee63c7b1b91ecd0e44fe56c1c501_WMTSCapabilitiesAdapterTest_s.java | Java | [
{
"context": "tment of Geography, University of Bonn\n Prof. Dr. Klaus Greve\n Postfach 1147, 53001 Bonn\n Germany\n http://ww",
"end": 1142,
"score": 0.9998024106025696,
"start": 1131,
"tag": "NAME",
"value": "Klaus Greve"
},
{
"context": "://www.geographie.uni-bonn.de/deegree/\... | null | [] | //$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2011 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
This library is free software; you can redistribute it and/or modi... | 7,973 | 0.667499 | 0.638917 | 186 | 42.069893 | 31.362783 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.876344 | false | false | 4 |
7d8dd06bfa08af357d37f9381aaae092eabc5096 | 25,890,062,905,699 | 89aff11140288236538c905a97347996ae80b974 | /src/main/java/com/SpringMVC/mapper/ClosingPeriodMapper.java | b0fd02e896101c873a9e135df06ddd51eec3ab00 | [] | no_license | yookmeng/SalesDiaryPro | https://github.com/yookmeng/SalesDiaryPro | b2c28450dbd83c04fcc05a49bcc394b7e19eff50 | 9766b6867e96dc447dc47bc6e96fe8b904ce3c46 | refs/heads/master | 2019-07-11T22:08:26.615000 | 2017-10-03T01:18:17 | 2017-10-03T01:18:17 | 71,230,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.SpringMVC.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Date;
import com.SpringMVC.model.ClosingPeriod;
import org.springframework.jdbc.core.RowMapper;
public class ClosingPeriodMapper implements RowMapper<ClosingPeriod> {
@Override
public ClosingPeriod mapRo... | UTF-8 | Java | 759 | java | ClosingPeriodMapper.java | Java | [] | null | [] | package com.SpringMVC.mapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Date;
import com.SpringMVC.model.ClosingPeriod;
import org.springframework.jdbc.core.RowMapper;
public class ClosingPeriodMapper implements RowMapper<ClosingPeriod> {
@Override
public ClosingPeriod mapRo... | 759 | 0.6917 | 0.6917 | 23 | 32.04348 | 25.701427 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 4 |
b0a904e03c0aa761468ba220f1626b99eabc2a87 | 21,320,217,715,199 | e6ff4f087bd863305655820d0a604e6dd6a32d67 | /src/main/java/com/jslib/csv/CsvFactoryImpl.java | ed5b6d367b5a1f2bbad49740dae37f07202c1f4a | [
"Apache-2.0"
] | permissive | js-lib-com/csv-impl | https://github.com/js-lib-com/csv-impl | bf0e10e8dd4fb3a3ff679efeb431a4f6de27de5b | 9ecd4c694b847810026613d146fb0dcbf56c627e | refs/heads/master | 2022-08-21T02:12:08.820000 | 2022-08-18T12:21:43 | 2022-08-18T12:21:43 | 212,027,159 | 0 | 0 | Apache-2.0 | false | 2021-12-15T02:05:07 | 2019-10-01T06:29:06 | 2021-12-15T02:04:34 | 2021-12-15T02:04:31 | 54 | 0 | 0 | 0 | Java | false | false | package com.jslib.csv;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.Reader;
import java.io.Writer;
import com.jslib.api.csv.CsvDescriptor;
import com.jslib.api.csv.CsvFactory;
import com.jslib.api.csv.CsvReader;
import com.jslib.api.csv.CsvWriter;
import com.jslib.lang.Config;
i... | UTF-8 | Java | 1,525 | java | CsvFactoryImpl.java | Java | [] | null | [] | package com.jslib.csv;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.Reader;
import java.io.Writer;
import com.jslib.api.csv.CsvDescriptor;
import com.jslib.api.csv.CsvFactory;
import com.jslib.api.csv.CsvReader;
import com.jslib.api.csv.CsvWriter;
import com.jslib.lang.Config;
i... | 1,525 | 0.71082 | 0.71082 | 58 | 24.293104 | 27.096258 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
520ca53c06ee1d2983330f0366f9f75d1a92807d | 11,519,102,311,661 | 339675231a49c1b681422c33371be45b2174c369 | /HeartReleaseSock/src/main/java/com/cs/heart_release_sock/mapper/AnalysisRecordMapper.java | d75b23e069b54fdfe2c0754b61753254b8240d83 | [] | no_license | 201811671102/huya | https://github.com/201811671102/huya | 13d722526e6c534fa84f2e4b80d858ccc64c9c57 | 52d9c39e75647f403413882d56f8df5f3c4b0b8d | refs/heads/master | 2023-03-05T21:56:12.778000 | 2021-02-15T10:56:24 | 2021-02-15T10:56:24 | 288,413,575 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cs.heart_release_sock.mapper;
import com.cs.heart_release_sock.pojo.AnalysisRecord;
import com.cs.heart_release_sock.pojo.AnalysisRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
@Component
public interface AnalysisRecordMap... | UTF-8 | Java | 1,048 | java | AnalysisRecordMapper.java | Java | [] | null | [] | package com.cs.heart_release_sock.mapper;
import com.cs.heart_release_sock.pojo.AnalysisRecord;
import com.cs.heart_release_sock.pojo.AnalysisRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
@Component
public interface AnalysisRecordMap... | 1,048 | 0.803435 | 0.803435 | 32 | 31.78125 | 32.867855 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 4 |
ff84cf1d7d85c6ac1a1b509116f45c36fce1b8b9 | 1,348,619,753,903 | 76114ca9d8d21e0f379e9c4213b5fbaf063a659f | /src/hsms/LogIn_RestaurantController.java | 405f3d2193125bb89b72451fc0cc63b76c5757bf | [] | no_license | deepalibhatt/HSMS | https://github.com/deepalibhatt/HSMS | e8cf7111afcd6fd2ba93d9a256b6c7bcffd86297 | 8925d6e400be95fefbbe8826fab83f073f2ef9e4 | refs/heads/master | 2021-05-04T12:29:02.049000 | 2018-02-12T08:01:03 | 2018-02-12T08:01:03 | 120,295,937 | 0 | 1 | null | false | 2018-02-10T08:59:55 | 2018-02-05T11:29:08 | 2018-02-05T11:39:35 | 2018-02-10T08:52:21 | 16,662 | 0 | 1 | 0 | Java | false | null | package hsms;
import java.io.IOException;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.control.Button;
import javafx.scene.control.PasswordField;
import javafx.scene.control.TextField;
import javafx.scene.layout.AnchorPane;
import java.sql.*;
import javaf... | UTF-8 | Java | 2,499 | java | LogIn_RestaurantController.java | Java | [
{
"context": "ant.getText().toString();\n String password = passwordRestaurant.getText().toString();\n \n String ",
"end": 1494,
"score": 0.8785386681556702,
"start": 1486,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package hsms;
import java.io.IOException;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.control.Button;
import javafx.scene.control.PasswordField;
import javafx.scene.control.TextField;
import javafx.scene.layout.AnchorPane;
import java.sql.*;
import javaf... | 2,501 | 0.7511 | 0.748699 | 83 | 29.036144 | 26.89222 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722892 | false | false | 4 |
2ad54c296dc16ef5a3f80b46264bc61dd1856672 | 23,184,233,521,681 | 409a438c78fd3ad4a167a81ec3ab4c08087b75e1 | /ElBilleton/src/main/java/Modelo/GerenteModel.java | 2d8d88e811f9b7de765911816ffe318eda59b9f4 | [] | no_license | Potzmevi/proyectofinalipc2 | https://github.com/Potzmevi/proyectofinalipc2 | 20bd1c3b00d79543978c1429af070009d2f02a88 | 5c7fca2f0c3f16a1cb18711315f3b0a44bf006ea | refs/heads/main | 2023-01-22T08:39:34.117000 | 2020-11-17T17:09:39 | 2020-11-17T17:09:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Modelo;
import Conexion.Conexion;
import Encriptar.Encriptar;
import Objeto.Gerente;
import Objeto.HIstorial_Gerente;
import O... | UTF-8 | Java | 8,330 | java | GerenteModel.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author potz\n */\npublic class GerenteModel {\n \n public s",
"end": 620,
"score": 0.9995038509368896,
"start": 616,
"tag": "USERNAME",
"value": "potz"
},
{
"context": " );\n }\n gerente.setPass... | 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 Modelo;
import Conexion.Conexion;
import Encriptar.Encriptar;
import Objeto.Gerente;
import Objeto.HIstorial_Gerente;
import O... | 8,300 | 0.59964 | 0.594118 | 223 | 36.354259 | 41.054214 | 335 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730942 | false | false | 4 |
72fd274697dee4ac33c8fafd97bc6ea90a28f7fd | 22,179,211,166,478 | 3db67dc4aa55fa67f64e4fa521c88b62a79de3e2 | /Lab1/src/test/java/analyzer/AnalyzeTest.java | c429dbb127683745a9761394613e8b0874b919ce | [] | no_license | ilyaShesterikov/NetcrackerLab1Shesterikov | https://github.com/ilyaShesterikov/NetcrackerLab1Shesterikov | 5e247037078f6d307fbc2a503470f5264326bc81 | 3b18b9f940460cc019a052a699f28064790b60d9 | refs/heads/master | 2020-04-08T20:09:05.202000 | 2019-03-29T15:08:21 | 2019-03-29T15:08:21 | 159,685,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package analyzer;
import org.junit.Test;
import java.util.Arrays;
import static org.junit.Assert.*;
public class AnalyzeTest {
@Test(timeout = 500)
public void analyze() {
int arraySize = 1000;
for(Analyze.FillType ft: Analyze.FillType.values()){
for (Analyze.SortType st : Anal... | UTF-8 | Java | 817 | java | AnalyzeTest.java | Java | [] | null | [] | package analyzer;
import org.junit.Test;
import java.util.Arrays;
import static org.junit.Assert.*;
public class AnalyzeTest {
@Test(timeout = 500)
public void analyze() {
int arraySize = 1000;
for(Analyze.FillType ft: Analyze.FillType.values()){
for (Analyze.SortType st : Anal... | 817 | 0.564259 | 0.555692 | 32 | 24.53125 | 20.240715 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 4 |
d4e9005fc69c83d1ac5b370bd6188e842fb52176 | 22,179,211,168,339 | 6c4ba740c5ebd388ebb449a5beb944ef2411a7b1 | /traiders/mobile/app/src/main/java/tk/traiders/ui/investments/InvestmentsFragment.java | a9d823e14c3bdc08f5626e444ef7a748bb7efd2c | [
"Apache-2.0"
] | permissive | bounswe/bounswe2019group2 | https://github.com/bounswe/bounswe2019group2 | 9e4d696dc9cdcdaf1856e40d7de1fcaa0ae6a227 | 05d41cf7b6bc1b3f994e82495d2a885a6eaa7cf3 | refs/heads/master | 2022-12-05T00:54:57.784000 | 2021-03-29T23:22:42 | 2021-03-29T23:22:42 | 170,125,000 | 13 | 13 | Apache-2.0 | false | 2022-11-22T07:39:11 | 2019-02-11T12:27:53 | 2022-09-09T17:28:02 | 2022-11-22T07:39:10 | 20,993 | 7 | 7 | 15 | Java | false | false | package tk.traiders.ui.investments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
impor... | UTF-8 | Java | 1,206 | java | InvestmentsFragment.java | Java | [] | null | [] | package tk.traiders.ui.investments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
impor... | 1,206 | 0.771973 | 0.771144 | 37 | 31.594595 | 30.978161 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72973 | false | false | 4 |
e74dc6ae529856c1fc3535c9bdd7964d6dd9548a | 27,556,510,211,368 | 4d66ae645bcb9159a4b6d0fdb2f24e029da00847 | /busi-root/busi-dao/src/main/java/com/huatek/busi/dao/phicom/coupons/PhiCouponsDao.java | 2e071fa51f91c11f9e1f301b723215e60f6b7dd9 | [] | no_license | GitWangH/JiFen | https://github.com/GitWangH/JiFen | 1e3722d49502e8ac7de2cfa4e97e99cf47e404df | 0cec185c83c0f76a97b4d00fc8f1cfb230415a8e | refs/heads/master | 2022-12-20T13:28:57.456000 | 2019-05-24T06:00:16 | 2019-05-24T06:00:16 | 131,266,103 | 0 | 2 | null | false | 2022-12-10T01:13:11 | 2018-04-27T08:07:02 | 2019-05-24T06:00:26 | 2022-12-10T01:13:10 | 48,615 | 0 | 2 | 45 | JavaScript | false | false | package com.huatek.busi.dao.phicom.coupons;
import java.util.List;
import java.util.Map;
import com.huatek.busi.model.phicom.coupons.PhiCoupons;
import com.huatek.frame.core.page.DataPage;
import com.huatek.frame.core.page.QueryPage;
/**
* @ClassName: PhiCouponsDao
* @Description:
* @author: Ken Bai
* @... | UTF-8 | Java | 2,845 | java | PhiCouponsDao.java | Java | [
{
"context": "ame: PhiCouponsDao\n * @Description: \n * @author: Ken Bai\n * @Email : Ken_Bai@huatek.com\n * @date: 2018-0",
"end": 314,
"score": 0.9998531341552734,
"start": 307,
"tag": "NAME",
"value": "Ken Bai"
},
{
"context": "* @Description: \n * @author: Ken Bai\n * @Emai... | null | [] | package com.huatek.busi.dao.phicom.coupons;
import java.util.List;
import java.util.Map;
import com.huatek.busi.model.phicom.coupons.PhiCoupons;
import com.huatek.frame.core.page.DataPage;
import com.huatek.frame.core.page.QueryPage;
/**
* @ClassName: PhiCouponsDao
* @Description:
* @author: <NAME>
* @E... | 2,833 | 0.618161 | 0.575735 | 111 | 23.207207 | 17.019394 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.198198 | false | false | 4 |
569cc7f6aa8a3630805e361fedaf8e1664374e04 | 7,722,351,223,585 | 4aedf681cf0648e2d3242e3ce3df71d6c3293683 | /1MV16CS034_1MV16CS053/LGForm/src/marks.java | 86bf0b8b4cd46bb23ab62631b1d51b758db0f822 | [] | no_license | saisuma98/DBMS-Projects-A-section-2018 | https://github.com/saisuma98/DBMS-Projects-A-section-2018 | d26e4724829efba3f1881917e93e5e49fd0084fc | 536ec5d10fe019581a7e17efbf850bc6a1e17858 | refs/heads/master | 2020-03-26T14:58:00.258000 | 2018-11-30T14:51:08 | 2018-11-30T14:51:08 | 145,014,828 | 0 | 1 | null | true | 2018-11-14T11:08:35 | 2018-08-16T16:40:37 | 2018-11-14T11:04:55 | 2018-11-14T11:08:35 | 25,756 | 0 | 1 | 0 | Java | false | null |
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import net.proteanit.sql.DbUtils;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this ... | UTF-8 | Java | 23,443 | java | marks.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Harshitha\n */\npublic class marks extends javax.swing.JFrame",
"end": 432,
"score": 0.9996294975280762,
"start": 423,
"tag": "NAME",
"value": "Harshitha"
}
] | null | [] |
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import net.proteanit.sql.DbUtils;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this ... | 23,443 | 0.612251 | 0.589728 | 434 | 53.013824 | 40.515511 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.956221 | false | false | 4 |
c623a24dd1f3a0f3ad545976ab01b88522a3b84b | 30,769,145,735,683 | 5e773e65abe2dadfc711ec120adccb1dbcb57a22 | /src/java/ru/pavlenov/bio/chapter/stepic/С20_1.java | 8aa150b4e407951fcb8365f78bb3038ffa1257f5 | [
"Apache-2.0"
] | permissive | laser13/rosalind | https://github.com/laser13/rosalind | 3124de705ae215cce333ad686d157de40b770569 | ff5c634025a21b978036477df5738ef8cd86a7b8 | refs/heads/master | 2021-01-10T19:44:26.690000 | 2014-10-27T03:18:35 | 2014-10-27T03:18:35 | 21,336,763 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.pavlenov.bio.chapter.stepic;
/**
* Какой сам ☭
* User: Павленов Семён
* Date: 18.11.13 19:56
*/
public class С20_1 {
public static void start() {
int len = 41411;
System.out.println(len * (len - 1));
}
}
| UTF-8 | Java | 274 | java | С20_1.java | Java | [
{
"context": "v.bio.chapter.stepic;\n\n/**\n * Какой сам ☭\n * User: Павленов Семён\n * Date: 18.11.13 19:56\n */\npublic class С20_1 {\n",
"end": 83,
"score": 0.999877393245697,
"start": 69,
"tag": "NAME",
"value": "Павленов Семён"
}
] | null | [] | package ru.pavlenov.bio.chapter.stepic;
/**
* Какой сам ☭
* User: <NAME>
* Date: 18.11.13 19:56
*/
public class С20_1 {
public static void start() {
int len = 41411;
System.out.println(len * (len - 1));
}
}
| 253 | 0.568 | 0.492 | 19 | 12.157895 | 14.412214 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.157895 | false | false | 4 |
81d9bc9cfe828b53b598de7b9b352e38a07bfb79 | 11,355,893,561,557 | bf87612af0c31485eeb3493df74f2d16bc76a121 | /app/src/main/java/com/example/kyrsach/MainActivity.java | daf9d8314ac3f88d1bf3488f4675e8176047b1b4 | [] | no_license | Andrew-Karpinskiy/AndroidKyrsach | https://github.com/Andrew-Karpinskiy/AndroidKyrsach | a0ff0a1f51bc43473863d70b045dc13dc510520c | e2a5f55a7cec2f70620a8353f86062cc20fa8841 | refs/heads/master | 2021-05-25T12:43:52.486000 | 2020-05-31T13:28:12 | 2020-05-31T13:28:12 | 253,758,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kyrsach;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.widget.T... | UTF-8 | Java | 2,323 | java | MainActivity.java | Java | [] | null | [] | package com.example.kyrsach;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.widget.T... | 2,323 | 0.731222 | 0.728959 | 59 | 36.474575 | 30.063974 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677966 | false | false | 4 |
b06ba7b3a2c56c40eb95dfe1aafeb3f0addbe612 | 12,283,606,502,687 | c0d5fe915ffcc7731881c84fac52df3ab9e53ebe | /src/main/java/data/dataHelper/ThreadHelper.java | f4fcaf944c38ea30840d9a0a6b7745c13bb8f956 | [] | no_license | Atlas-zqh/Oquantour | https://github.com/Atlas-zqh/Oquantour | 2dbe44a4296ace8314734ca252db111238ae032a | c3e91285d7099311148ee1f8f8e173afc37ea69d | refs/heads/master | 2021-01-25T16:59:27.740000 | 2017-09-06T02:39:30 | 2017-09-06T02:39:46 | 102,552,694 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data.dataHelper;
import po.Stock;
import java.util.Date;
import java.util.List;
import java.util.concurrent.Callable;
/**
* Created by keenan on 12/03/2017.
*/
public class ThreadHelper implements Callable<Stock[]> {
private StockInfoReader stockInfoReader = new StockInfoReader();
private Stock[] ... | UTF-8 | Java | 1,333 | java | ThreadHelper.java | Java | [
{
"context": " java.util.concurrent.Callable;\n\n/**\n * Created by keenan on 12/03/2017.\n */\npublic class ThreadHelper impl",
"end": 153,
"score": 0.9996815323829651,
"start": 147,
"tag": "USERNAME",
"value": "keenan"
}
] | null | [] | package data.dataHelper;
import po.Stock;
import java.util.Date;
import java.util.List;
import java.util.concurrent.Callable;
/**
* Created by keenan on 12/03/2017.
*/
public class ThreadHelper implements Callable<Stock[]> {
private StockInfoReader stockInfoReader = new StockInfoReader();
private Stock[] ... | 1,333 | 0.512548 | 0.49962 | 58 | 21.672413 | 19.835867 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
dd5dd7ce06f76bd3ffd5c1ca611d1a26830dff81 | 22,651,657,556,600 | fe49198469b938a320692bd4be82134541e5e8eb | /scenarios/web/large/gradle/ClassLib032/src/main/java/ClassLib032/Class050.java | 745821373b2ac8580b68a5d15b7a02e4bfe564aa | [] | no_license | mikeharder/dotnet-cli-perf | https://github.com/mikeharder/dotnet-cli-perf | 6207594ded2d860fe699fd7ef2ca2ae2ac822d55 | 2c0468cb4de9a5124ef958b315eade7e8d533410 | refs/heads/master | 2022-12-10T17:35:02.223000 | 2018-09-18T01:00:26 | 2018-09-18T01:00:26 | 105,824,840 | 2 | 6 | null | false | 2022-12-07T19:28:44 | 2017-10-04T22:21:19 | 2018-09-18T01:01:09 | 2022-12-07T19:28:43 | 4,382 | 3 | 5 | 243 | C# | false | false | package ClassLib032;
public class Class050 {
public static String property() {
return "ClassLib032";
}
}
| UTF-8 | Java | 122 | java | Class050.java | Java | [] | null | [] | package ClassLib032;
public class Class050 {
public static String property() {
return "ClassLib032";
}
}
| 122 | 0.655738 | 0.581967 | 7 | 16.428572 | 13.499811 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
580a6639a89aa4eb0ffa5ad343e17bb8a3c8d388 | 3,521,873,222,045 | f29f219e5fb8b078269b759a240ff52816d18c89 | /sphere-mybatis/src/main/java/com/sphere/mybatis/mapper/OrderMapper.java | 1afe3f59192ce4bd10351428d9e7a47016376f49 | [] | no_license | moutainhigh/shardingSphere-backend-parent | https://github.com/moutainhigh/shardingSphere-backend-parent | fde6d61be6a1e4c490f4a95ad3065ebb74f61907 | cd98489c003c55a5c1a03895c3376052db1fbfcf | refs/heads/master | 2022-12-30T06:55:13.676000 | 2020-07-15T08:25:56 | 2020-07-15T08:25:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sphere.mybatis.mapper;
import com.sphere.mybatis.entity.Order;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 用户表 Mapper 接口
* </p>
*
* @author Generator
* @since 2019-10-31
*/
public interface OrderMapper extends BaseMapper<Order> {
}
| UTF-8 | Java | 288 | java | OrderMapper.java | Java | [
{
"context": "\n/**\n * <p>\n * 用户表 Mapper 接口\n * </p>\n *\n * @author Generator\n * @since 2019-10-31\n */\npublic interface OrderMa",
"end": 192,
"score": 0.8568411469459534,
"start": 183,
"tag": "USERNAME",
"value": "Generator"
}
] | null | [] | package com.sphere.mybatis.mapper;
import com.sphere.mybatis.entity.Order;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 用户表 Mapper 接口
* </p>
*
* @author Generator
* @since 2019-10-31
*/
public interface OrderMapper extends BaseMapper<Order> {
}
| 288 | 0.715827 | 0.68705 | 16 | 16.375 | 18.89403 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 4 |
b3873afa9a167e1c4a97523cdbc0722f64b09934 | 1,151,051,271,951 | 6af16518817d0e7cdf64c3088e613aa27d344939 | /src/test/java/elisa/devtest/endtoend/dao/DaoTestBase.java | c5ff7b6e2022d2282674f8cfad581d2ae69aa6f4 | [] | no_license | AnastassiaTrv/phoneStoreApi | https://github.com/AnastassiaTrv/phoneStoreApi | 1f20f060de95aab0711d6d011e2096784c39a15b | 2145ba9d6f418b471714a80a54ae5cb01ead8e80 | refs/heads/master | 2020-03-18T04:28:58.860000 | 2018-05-28T09:10:51 | 2018-05-28T09:10:51 | 134,289,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package elisa.devtest.endtoend.dao;
import elisa.devtest.endtoend.DbBootstrap;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
@Ignore
public abstract class DaoTestBase {
/**
* Set up db and properties for testing environment
*/
@Before
public void setUp() {
Sy... | UTF-8 | Java | 604 | java | DaoTestBase.java | Java | [] | null | [] | package elisa.devtest.endtoend.dao;
import elisa.devtest.endtoend.DbBootstrap;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
@Ignore
public abstract class DaoTestBase {
/**
* Set up db and properties for testing environment
*/
@Before
public void setUp() {
Sy... | 604 | 0.640728 | 0.640728 | 30 | 19.133333 | 17.775888 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 4 |
58c02c86280cbd3a2b8fa1c914e7e5eb08932087 | 1,151,051,270,196 | be44bd2b70a7b83dbce64abf3f6008fab588b716 | /Strings/permutationsOfaGivenString.java | 49c7f297532f4a8ea510773dea7715c6bcb51bce | [] | no_license | Yatheen07/Java-Programs | https://github.com/Yatheen07/Java-Programs | 4201c89d85db73a5c50c9b08a9de7badb5fea88b | 2f17587cd6c15617db2ea53a0bed7e0356b9304a | refs/heads/master | 2020-03-19T23:18:51.896000 | 2018-09-01T07:02:49 | 2018-09-01T07:02:49 | 137,001,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.lang.*;
import java.io.*;
class GFG
{
private static ArrayList<String> permutations = new ArrayList<String>();
private static String swap(String a, int left , int right){
char array[] = a.toCharArray();
char temp = array[left];
array[left] = array[right... | UTF-8 | Java | 1,297 | java | permutationsOfaGivenString.java | Java | [] | null | [] | import java.util.*;
import java.lang.*;
import java.io.*;
class GFG
{
private static ArrayList<String> permutations = new ArrayList<String>();
private static String swap(String a, int left , int right){
char array[] = a.toCharArray();
char temp = array[left];
array[left] = array[right... | 1,297 | 0.570547 | 0.567463 | 55 | 22.581818 | 21.882904 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.218182 | false | false | 4 |
656eec4d5773874af9788bd1f2d22ed22f334b52 | 8,315,056,724,257 | e8fcafa8e4201f785ea6cbe664ec9a44984d755b | /app/src/main/java/com/kraigs/android/micamp/Academics/BranchPac/LaboratoriesActivity.java | c5514aa56af1c30fda33b4ec901135223e02a7d9 | [] | no_license | krraigs/MiCamp | https://github.com/krraigs/MiCamp | 8c90185927fa957643bfb7ef2a793a85defeb1c4 | 41ca13a05a506eda9b46d1e0482fdce6f936188e | refs/heads/master | 2021-05-17T22:42:39.499000 | 2020-03-29T08:25:48 | 2020-03-29T08:25:48 | 250,980,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kraigs.android.micamp.Academics.BranchPac;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.v... | UTF-8 | Java | 3,851 | java | LaboratoriesActivity.java | Java | [] | null | [] | package com.kraigs.android.micamp.Academics.BranchPac;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.v... | 3,851 | 0.675928 | 0.675669 | 98 | 38.295918 | 31.133095 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.683673 | false | false | 4 |
e3bb5e6989cfff45cf638a09caddb6769e494a24 | 29,626,684,454,497 | 702e7dae9e9e45da075eea89482dc2859069a1ed | /src/main/java/net/double_rabbits/TimeDeadLine_Spring/value/MsgPackExtensionType.java | bb11e2e543b2f62231da48d6951d4d06df4a7b65 | [] | no_license | Isao-Shinohara/TimeDeadLine-Spring | https://github.com/Isao-Shinohara/TimeDeadLine-Spring | 5dd6e28d04d2dc39eefd36b4c4000e6427463e30 | cb0697b5e4b7ec25a5efbd1a0dfd6d9edf57c8ca | refs/heads/master | 2021-01-20T14:07:39.742000 | 2018-07-23T16:02:56 | 2018-07-23T16:02:56 | 82,739,633 | 0 | 0 | null | false | 2018-07-23T16:02:56 | 2017-02-21T23:55:11 | 2018-07-15T00:30:02 | 2018-07-23T16:02:56 | 176 | 0 | 0 | 0 | Java | false | null | package net.double_rabbits.TimeDeadLine_Spring.value;
public enum MsgPackExtensionType
{
None,
CreateRoom,
JoinRoom,
BattleEntry,
BattleStart,
TurnBased,
NextTurn,
RoundStart,
AttackStandy,
GetActionResult,
}
| UTF-8 | Java | 220 | java | MsgPackExtensionType.java | Java | [] | null | [] | package net.double_rabbits.TimeDeadLine_Spring.value;
public enum MsgPackExtensionType
{
None,
CreateRoom,
JoinRoom,
BattleEntry,
BattleStart,
TurnBased,
NextTurn,
RoundStart,
AttackStandy,
GetActionResult,
}
| 220 | 0.790909 | 0.790909 | 15 | 13.666667 | 12.913386 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 4 |
c9f60dfb46648d186e30db744ca6e762f38ebd3f | 31,568,009,629,228 | 5a4f937f2cf4221ab34644d824a38590c5c5229f | /src/main/java/com/foreseers/tj/action/testControllor.java | 8e10b7295252d534805b8ceecb5a35d4cd525a13 | [] | no_license | cheryning/testdemo | https://github.com/cheryning/testdemo | 60d1110db80c96983f64f90173e10d5ed022fb5c | b312ce78c5dd829d1556034a861f99cdbb6a8ba5 | refs/heads/master | 2022-06-22T11:38:24.741000 | 2019-07-25T01:15:18 | 2019-07-25T01:15:18 | 190,140,590 | 0 | 0 | null | false | 2022-06-17T02:10:02 | 2019-06-04T06:14:40 | 2019-07-25T01:16:23 | 2022-06-17T02:09:59 | 25,590 | 0 | 0 | 3 | JavaScript | false | false | package com.foreseers.tj.action;
import java.io.File;
import java.io.IOException;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.codec.... | UTF-8 | Java | 3,719 | java | testControllor.java | Java | [] | null | [] | package com.foreseers.tj.action;
import java.io.File;
import java.io.IOException;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.codec.... | 3,719 | 0.657183 | 0.636541 | 140 | 23.607143 | 21.067814 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.1 | false | false | 4 |
b8b179993782a72f41a803cf5af37286b7e67ee2 | 1,211,180,834,238 | cca1a2252ce30ca0e9e5071c2874dce9a4c108cd | /src/com/shangliwei/firstly/service/impl/EmployeeServiceImpl.java | 406b94aa4482cc7c9c1c864a0937fa176e522dfe | [] | no_license | gondi19830000/firstly | https://github.com/gondi19830000/firstly | 4306f8170ef9ed06bd24681cbfa0b042b3c94e04 | 8440885da1e7b7c32b624a4bf31aed236a2f6d69 | refs/heads/master | 2021-01-10T10:51:56.857000 | 2016-10-28T09:35:10 | 2016-10-28T09:35:10 | 52,591,026 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shangliwei.firstly.service.impl;
import java.sql.Connection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.shangliwei.firstly.constant.ModelConstant;
import com.shangliwei.firstly.dao.IDao;
import com.shangliwei.firstly.dao.impl.DaoImpl;
import com.shangliwei.... | UTF-8 | Java | 4,374 | java | EmployeeServiceImpl.java | Java | [
{
"context": "nection));\r\n\t\t\temployee.put(\"username\", form.get(\"username\"));\r\n\t\t\temployee.put(\"password\", form.get(\"passwo",
"end": 987,
"score": 0.9636613130569458,
"start": 979,
"tag": "USERNAME",
"value": "username"
},
{
"context": "et(\"id\"));\r\n\t\t\temployee.... | null | [] | package com.shangliwei.firstly.service.impl;
import java.sql.Connection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.shangliwei.firstly.constant.ModelConstant;
import com.shangliwei.firstly.dao.IDao;
import com.shangliwei.firstly.dao.impl.DaoImpl;
import com.shangliwei.... | 4,374 | 0.69433 | 0.693187 | 122 | 33.852459 | 30.408604 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.959016 | false | false | 4 |
95819e75271904ee8ddbd36ef83ef9a27f3f91d0 | 5,720,896,489,325 | 3e9211378489c03800937675dc57cd31d13d784c | /src/main/java/com/sforce/soap/enterprise/sobject/Echosign_dev1__Agreement_Template__c.java | 232a47def622bd1dcf1fca426ccadc20d8a28587 | [] | no_license | siddh4489/oxoxo | https://github.com/siddh4489/oxoxo | 92da9576ece71cef9fdec31d443c36fbe03be59d | 3ab90afc9d25a82fac741e078d4d8ebb74373a50 | refs/heads/master | 2020-05-20T21:42:47.972000 | 2018-05-02T16:15:41 | 2018-05-02T16:15:41 | 84,517,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sforce.soap.enterprise.sobject;
/**
* Generated class, please do not edit.
*/
public class Echosign_dev1__Agreement_Template__c extends com.sforce.soap.enterprise.sobject.SObject {
/**
* Constructor
*/
public Echosign_dev1__Agreement_Template__c() {
}
/**
* element : AttachedCon... | UTF-8 | Java | 91,097 | java | Echosign_dev1__Agreement_Template__c.java | Java | [
{
"context": " {\n this.echosign_dev1__Confirm_Password__c = echosign_dev1__Confirm_Password__c;\n echosign_dev1__",
"end": 29972,
"score": 0.6094274520874023,
"start": 29968,
"tag": "PASSWORD",
"value": "chos"
},
{
"context": "this.echosign_dev1__Confirm_Password__c = echosign... | null | [] | package com.sforce.soap.enterprise.sobject;
/**
* Generated class, please do not edit.
*/
public class Echosign_dev1__Agreement_Template__c extends com.sforce.soap.enterprise.sobject.SObject {
/**
* Constructor
*/
public Echosign_dev1__Agreement_Template__c() {
}
/**
* element : AttachedCon... | 91,082 | 0.719157 | 0.706642 | 1,936 | 46.054752 | 49.731842 | 267 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788223 | false | false | 4 |
e4c4ced4c2b3163c8222d084af175ef4f4301024 | 15,702,400,493,562 | 084e3289996619ac7a9c0716bd26cebef884d4db | /src/test/java/com/example/webtestclientshowcase/EchoControllerTests.java | af21291a3886de87dfc7cab438144e267b354ff0 | [] | no_license | KumareshBabuNS/webtestclient-showcase | https://github.com/KumareshBabuNS/webtestclient-showcase | 987faf67c8afa0d49e9696baef8eed7c84695e76 | a49879087feac0550cfe98b87996747d1c6f92fd | refs/heads/master | 2021-08-22T05:01:08.631000 | 2017-11-29T11:04:14 | 2017-11-29T11:04:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.webtestclientshowcase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.springf... | UTF-8 | Java | 712 | java | EchoControllerTests.java | Java | [] | null | [] | package com.example.webtestclientshowcase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
import org.springframework.test.context.junit4.SpringRunner;
import org.springf... | 712 | 0.775281 | 0.773876 | 28 | 24.428572 | 21.642267 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.321429 | false | false | 4 |
181e2fc3b53217ab11cc4d8f463bf36d69cfea83 | 26,431,228,792,583 | 1de755288ca04169958dfe31c96f8dde3e7a9e15 | /com/mes51/minecraft/mods/timemachine/items/intermediate/ItemHyperDiamond.java | b227ced2d0bcee1aa19440f51ecc322275d06b86 | [
"MIT"
] | permissive | umamama/MinecraftMods | https://github.com/umamama/MinecraftMods | cf1bc11b968ddc8b65f40bcb4922d6ec24e04629 | 876b7b4456718cdd61000296dc2c9290cece4049 | refs/heads/master | 2021-01-18T11:21:17.093000 | 2014-08-02T17:05:42 | 2014-08-02T17:05:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mes51.minecraft.mods.timemachine.items.intermediate;
import com.mes51.minecraft.mods.timemachine.util.Const;
import com.mes51.minecraft.mods.timemachine.util.TimeMachineCreativeTabs;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
import net.min... | UTF-8 | Java | 1,225 | java | ItemHyperDiamond.java | Java | [] | null | [] | package com.mes51.minecraft.mods.timemachine.items.intermediate;
import com.mes51.minecraft.mods.timemachine.util.Const;
import com.mes51.minecraft.mods.timemachine.util.TimeMachineCreativeTabs;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
import net.min... | 1,225 | 0.70449 | 0.684082 | 41 | 27.878048 | 25.321537 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 4 |
db6a8853fb776bb7cf2732afb656117b5a3809a4 | 33,844,342,316,310 | 84981136876e823b8c0f811a1fead5d749f561d9 | /src/com/ray/leetcode/resolved/L0239_Sliding_Window_Maximum.java | 930fd59faf90e72ab2ddaf0eee683c8a46f34a6c | [] | no_license | TimoneyS/RaysLeetCode | https://github.com/TimoneyS/RaysLeetCode | 8c39869b9a4cb0379f6eafedcddcc3288ef6ad7f | a69609ff13cc2eec2fdcd8fde23cc00b287af43a | refs/heads/master | 2023-02-26T04:28:04.905000 | 2021-02-06T15:51:51 | 2021-02-06T15:51:51 | 255,630,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ray.leetcode.resolved;
import com.ray.util.Out;
import java.util.ArrayDeque;
import java.util.Deque;
/**
* Sliding Window Maximum
* -----------------------------------------------------------------------------
* Given an array nums, there is a sliding window of size k which is moving from the very lef... | UTF-8 | Java | 2,488 | java | L0239_Sliding_Window_Maximum.java | Java | [
{
"context": " in linear time?\n *\n * Level : Hard\n *\n * @author ray\n * @link https://leetcode-cn.com/problems/slid",
"end": 1171,
"score": 0.890658438205719,
"start": 1168,
"tag": "USERNAME",
"value": "ray"
}
] | null | [] | package com.ray.leetcode.resolved;
import com.ray.util.Out;
import java.util.ArrayDeque;
import java.util.Deque;
/**
* Sliding Window Maximum
* -----------------------------------------------------------------------------
* Given an array nums, there is a sliding window of size k which is moving from the very lef... | 2,488 | 0.471475 | 0.431948 | 77 | 30.870131 | 33.999752 | 261 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584416 | false | false | 4 |
5c75cb57a98a99faab95086f76fb112775f48ddb | 34,282,428,978,112 | 8dcd6fac592760c5bff55349ffb2d7ce39d485cc | /com/jwkj/activity/ModifyAccountPhoneActivity.java | c5cfbade0ae87b9a7c54e99682b5ff6f8803286a | [] | no_license | andrepcg/hikam-android | https://github.com/andrepcg/hikam-android | 9e3a02e0ba9a58cf8a17c5e76e2f3435969e4b3a | bf39e345a827c6498052d9df88ca58d8823178d9 | refs/heads/master | 2021-09-01T11:41:10.726000 | 2017-12-26T19:04:42 | 2017-12-26T19:04:42 | 115,447,829 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jwkj.activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.AsyncTask;
import android.os.Bundle... | UTF-8 | Java | 14,785 | java | ModifyAccountPhoneActivity.java | Java | [
{
"context": " String countryCode) {\n this.password = password;\n this.phone = phone;\n this",
"end": 6430,
"score": 0.9989206790924072,
"start": 6422,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package com.jwkj.activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.AsyncTask;
import android.os.Bundle... | 14,787 | 0.595536 | 0.579912 | 329 | 43.939209 | 34.522041 | 227 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.720365 | false | false | 4 |
071c9ab994818aa8a2f1b2a37bfe29af03f97c01 | 34,368,328,311,091 | 3efa417c5668b2e7d1c377c41d976ed31fd26fdc | /src/br/com/mind5/businessContent/material/petShop/info/MatbcetSetterCatHydration.java | 6a7e03e3e1253ecfe9698a8d190cbf60184de811 | [] | no_license | grazianiborcai/Agenda_WS | https://github.com/grazianiborcai/Agenda_WS | 4b2656716cc49a413636933665d6ad8b821394ef | e8815a951f76d498eb3379394a54d2aa1655f779 | refs/heads/master | 2023-05-24T19:39:22.215000 | 2023-05-15T15:15:15 | 2023-05-15T15:15:15 | 109,902,084 | 0 | 0 | null | false | 2022-06-29T19:44:56 | 2017-11-07T23:14:21 | 2022-01-18T22:22:20 | 2022-06-29T19:44:55 | 25,285 | 0 | 0 | 7 | Java | false | false | package br.com.mind5.businessContent.material.petShop.info;
import br.com.mind5.business.materialText.info.MatextInfo;
import br.com.mind5.info.InfoSetterTemplate;
public final class MatbcetSetterCatHydration extends InfoSetterTemplate<MatbcetInfo> {
@Override protected MatbcetInfo setAttrHook(MatbcetInfo r... | UTF-8 | Java | 1,909 | java | MatbcetSetterCatHydration.java | Java | [
{
"context": "isDeleted = false;\r\n\t\tresult.username = recordInfo.username;\r\n\t\tresult.codLanguage = \"EN\";\r\n\t\t\r\n\t\treturn resu",
"end": 1842,
"score": 0.7581195831298828,
"start": 1834,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package br.com.mind5.businessContent.material.petShop.info;
import br.com.mind5.business.materialText.info.MatextInfo;
import br.com.mind5.info.InfoSetterTemplate;
public final class MatbcetSetterCatHydration extends InfoSetterTemplate<MatbcetInfo> {
@Override protected MatbcetInfo setAttrHook(MatbcetInfo r... | 1,909 | 0.72374 | 0.718487 | 64 | 27.75 | 31.832569 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.078125 | false | false | 4 |
304430319821f4ffa004b36da45a956bc7f5a53b | 37,658,273,256,735 | 03726224fd2a2416f78e044429591f02a608ff01 | /src/test/java/com/roche/infinity/test/lookandfeel/java1426.java | fdafddebeac73e1c1dcddb095d5076020b1e7ae4 | [] | no_license | jcampre/Install4j_InfinityInstaller | https://github.com/jcampre/Install4j_InfinityInstaller | a1d22c1f2568d18448d2d72e5e6bcb55f110cd0b | 17fb1c7b8140194d5b835ba62ad86d6a59f9738e | refs/heads/development | 2020-03-17T10:40:03.272000 | 2018-07-13T07:55:53 | 2018-07-13T07:55:53 | 133,520,603 | 1 | 1 | null | false | 2018-05-18T11:04:44 | 2018-05-15T13:30:44 | 2018-05-18T11:01:13 | 2018-05-18T11:04:44 | 2,244 | 0 | 1 | 0 | Java | false | null | package com.roche.infinity.test.lookandfeel;
import java.awt.*;
import java.awt.event.*;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
public class jav... | ISO-8859-1 | Java | 2,154 | java | java1426.java | Java | [
{
"context": " JFrame ventana = new JFrame( \"Tutorial de Java, Swing\" );\n\n ventana.addWindowListener( new WindowAda",
"end": 1837,
"score": 0.9922813177108765,
"start": 1832,
"tag": "NAME",
"value": "Swing"
}
] | null | [] | package com.roche.infinity.test.lookandfeel;
import java.awt.*;
import java.awt.event.*;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
public class jav... | 2,154 | 0.651022 | 0.638011 | 77 | 26.961039 | 21.859909 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 4 |
c1f722d4c2efd36e1846a4b0f003e609b867d83c | 6,219,112,694,891 | 2f53631320a8df3bf749c4dec528167495580dab | /src/main/java/cn/tedu/PayServlet.java | c2c538b0087e8d47790a905e3047e1d070998a41 | [] | no_license | RichelYu1998/session | https://github.com/RichelYu1998/session | e6ba7039b095acb49fff4aae81963ec505e7aee3 | 4cc2dfbee43a227dbf84315a8f6c43e030a843a6 | refs/heads/master | 2022-12-30T20:05:05.408000 | 2020-06-16T09:38:34 | 2020-06-16T09:38:34 | 272,638,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.tedu;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.io.Print... | UTF-8 | Java | 1,468 | java | PayServlet.java | Java | [] | null | [] | package cn.tedu;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.io.Print... | 1,468 | 0.6625 | 0.658824 | 36 | 36.777779 | 27.578283 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694444 | false | false | 4 |
63879c76c3783738acf9297999f41c77da8366cd | 8,607,114,509,239 | f9e16859f187b052402e23554048022837ef82de | /src/com/meditrainer/medroid/ui/PerfAnalysisActivity.java | 7e50b74dc6125e6aed3c2624be8e8e36e7cb54b1 | [] | no_license | medikid/Medroid | https://github.com/medikid/Medroid | 6ffdd6c7d6bb7dc3617bd5257f9fee4ffc29da0c | 4da59da9e2d1b69d00a44caf8781959a87b68e89 | refs/heads/master | 2020-04-26T09:28:44.662000 | 2012-08-27T23:39:38 | 2012-08-27T23:39:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.meditrainer.medroid.ui;
import com.meditrainer.medroid.R;
import com.meditrainer.medroid.R.layout;
import com.meditrainer.medroid.R.menu;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class PerfAnalysisActivity extends Activity {
@Override
public void on... | UTF-8 | Java | 631 | java | PerfAnalysisActivity.java | Java | [] | null | [] | package com.meditrainer.medroid.ui;
import com.meditrainer.medroid.R;
import com.meditrainer.medroid.R.layout;
import com.meditrainer.medroid.R.menu;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class PerfAnalysisActivity extends Activity {
@Override
public void on... | 631 | 0.740095 | 0.740095 | 24 | 25.291666 | 21.378492 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
e0af3b0773a6a4ec6f8d3eb8edea08247e557927 | 8,607,114,511,568 | 0658ae8fe8a120ab96f3cbd2a9110104ef3fc6c1 | /src/main/java/com/tiaa/interview/cashFlow/bo/Branch.java | c5da94b47641c2f63e0e3f0df50c1933a4358fea | [] | no_license | prashant2jan/cashFlow | https://github.com/prashant2jan/cashFlow | cf21eeeaae147f766707c7bd3969869c3d236890 | 7d22f3dee6707bd550168b6f554787fefc219b49 | refs/heads/master | 2020-03-25T07:34:06.213000 | 2018-08-05T11:37:56 | 2018-08-05T11:37:56 | 143,568,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiaa.interview.cashFlow.bo;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="branch")
@XmlAccessorType(XmlAcces... | UTF-8 | Java | 3,391 | java | Branch.java | Java | [] | null | [] | package com.tiaa.interview.cashFlow.bo;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="branch")
@XmlAccessorType(XmlAcces... | 3,391 | 0.675022 | 0.673843 | 155 | 20.877419 | 20.033951 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.567742 | false | false | 4 |
1358a086b583ccb23d6b06688a98e2c557564e5e | 8,607,114,507,777 | 2c3264869f421ee18944cf2f144d057809df97f8 | /src/DesignPatterns/Factory/Student.java | 4ef3a08bdceb338c695d6631391ee5c820b9392d | [] | no_license | nikaixuan/SomeJava | https://github.com/nikaixuan/SomeJava | b92a400799dcc6e7855ccd78cfa17edda76c3ba1 | 4ba99ad51c1ae817c5154c011a3737e5b31ba96c | refs/heads/master | 2020-05-09T13:47:13.819000 | 2019-06-19T11:19:35 | 2019-06-19T11:19:35 | 181,167,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DesignPatterns.Factory;
/**
* Created by nikaixuan on 27/4/19.
*/
public class Student extends User {
private String name;
private int age;
private String detail;
public Student(String name, int age, String detail) {
this.name=name;
this.age = age;
this.detail = deta... | UTF-8 | Java | 675 | java | Student.java | Java | [
{
"context": "package DesignPatterns.Factory;\n\n/**\n * Created by nikaixuan on 27/4/19.\n */\npublic class Student extends User",
"end": 60,
"score": 0.999482274055481,
"start": 51,
"tag": "USERNAME",
"value": "nikaixuan"
}
] | null | [] | package DesignPatterns.Factory;
/**
* Created by nikaixuan on 27/4/19.
*/
public class Student extends User {
private String name;
private int age;
private String detail;
public Student(String name, int age, String detail) {
this.name=name;
this.age = age;
this.detail = deta... | 675 | 0.601481 | 0.594074 | 36 | 17.75 | 16.075127 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 4 |
885702c074e45f91bcf951407a1a100d0d5d2a99 | 37,469,294,691,670 | 00cf5874baf2587b837c47063a5fcace3ecf6c76 | /src/main/java/com/khoubyari/example/dao/jpa/UsuarioRepository.java | eb385babdb1bcce87d090627b79de130763a6fd7 | [
"MIT"
] | permissive | epsilva/wsAndroid | https://github.com/epsilva/wsAndroid | 713d41c6219c35a4c2364b45f4d61a6d19620ec4 | def9471ae36f83d743e4fa063f6f5529a10cfb31 | refs/heads/master | 2020-12-03T04:16:28.539000 | 2017-07-11T23:31:29 | 2017-07-11T23:31:29 | 95,841,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khoubyari.example.dao.jpa;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.khoubyari.example.domain.Usuario;
public interface UsuarioRepository extends PagingAndSortingRepository<Usuario, Long>{
Usuario findByLogin(String login);
}
| UTF-8 | Java | 285 | java | UsuarioRepository.java | Java | [] | null | [] | package com.khoubyari.example.dao.jpa;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.khoubyari.example.domain.Usuario;
public interface UsuarioRepository extends PagingAndSortingRepository<Usuario, Long>{
Usuario findByLogin(String login);
}
| 285 | 0.838596 | 0.838596 | 11 | 24.90909 | 30.010466 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
25a5422947081e255a7f2bf8f6aa3a3fe00301ff | 8,048,768,777,299 | ca6c859d2395f8cfcaf366434b269ae692ab020f | /zjns_back_end/zjns-service-api/src/main/java/com/hoperun/zjns/utils/CommonConstant.java | 433ac150cff595c029e5034f66b0ea46d2c7bf42 | [] | no_license | Y-Gao/source | https://github.com/Y-Gao/source | a12c04ba20612f3619418e798358ac137fc533ce | 05f66e3ff9fe5bbbda37397ebcb1568446e92641 | refs/heads/master | 2020-03-05T17:40:03.174000 | 2017-03-20T02:22:27 | 2017-03-20T02:22:27 | 85,284,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hoperun.zjns.utils;
/**
* ClassName: CommonConstant <br/>
* Function: 静态常量. <br/>
*/
public class CommonConstant {
/**
* 1-删除
*/
public static final String IS_DELETE = "1";
/**
* 0-未删除
*/
public static final String NOT_DELETE = "0";
/**
* 当前操作机构
*/
public static fin... | UTF-8 | Java | 3,179 | java | CommonConstant.java | Java | [] | null | [] | package com.hoperun.zjns.utils;
/**
* ClassName: CommonConstant <br/>
* Function: 静态常量. <br/>
*/
public class CommonConstant {
/**
* 1-删除
*/
public static final String IS_DELETE = "1";
/**
* 0-未删除
*/
public static final String NOT_DELETE = "0";
/**
* 当前操作机构
*/
public static fin... | 3,179 | 0.604534 | 0.595538 | 121 | 20.966942 | 25.43796 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107438 | false | false | 4 |
9665cf9d46d94c24a7dedb5a1feff5700dfc53be | 16,741,782,585,988 | a9812ad4b586810b9e5a166b2f20266f1c9d4674 | /java-base/think-in-java/src/main/java/headfirst/one/character/service/impl/SwordBeahavior.java | 8dd1792c03f7f436da3414e9265a57c24a699ae9 | [] | no_license | 568163103/lessonxq | https://github.com/568163103/lessonxq | 029d642b1bfe73158b8e88ba7cb2d7eb605653d8 | a772b3100f331029fa2bf3c48f194bdf019edd3a | refs/heads/master | 2021-09-10T01:59:53.812000 | 2019-12-12T10:13:02 | 2019-12-12T10:13:02 | 205,705,744 | 2 | 0 | null | false | 2019-10-29T19:08:43 | 2019-09-01T16:50:59 | 2019-10-28T17:07:03 | 2019-10-29T19:08:42 | 56,643 | 1 | 0 | 1 | Java | false | false | package headfirst.one.character.service.impl;
import headfirst.one.character.service.WeaponBehavior;
public class SwordBeahavior implements WeaponBehavior {
public void useWeapon() {
System.out.println("使用宝剑挥舞");
}
}
| UTF-8 | Java | 247 | java | SwordBeahavior.java | Java | [] | null | [] | package headfirst.one.character.service.impl;
import headfirst.one.character.service.WeaponBehavior;
public class SwordBeahavior implements WeaponBehavior {
public void useWeapon() {
System.out.println("使用宝剑挥舞");
}
}
| 247 | 0.753191 | 0.753191 | 9 | 25.111111 | 22.427385 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
1972489b0b6bd793143967ef2be800880adc8efc | 11,914,239,326,969 | ee32b9da1614ccc957a06cbba353a0b630322b0d | /src/main/java/com/example/mvc/json/api/examplemvcjsonapi/service/UserServiceImpl.java | 819c8798ab871fd67ce4aef801fbeb456e27033d | [] | no_license | carloshn90/WebMvcJsonExample | https://github.com/carloshn90/WebMvcJsonExample | 57144bc5d0020f686538d42413d2f10c077bcc1c | 5e19d6827aae9965b3aab4bae2e372df0306c017 | refs/heads/main | 2023-03-06T20:23:40.197000 | 2021-02-28T11:43:33 | 2021-02-28T11:43:33 | 343,090,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mvc.json.api.examplemvcjsonapi.service;
import com.example.mvc.json.api.examplemvcjsonapi.payload.UserPayload;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
@Service
public class UserServiceImpl implements UserServic... | UTF-8 | Java | 805 | java | UserServiceImpl.java | Java | [] | null | [] | package com.example.mvc.json.api.examplemvcjsonapi.service;
import com.example.mvc.json.api.examplemvcjsonapi.payload.UserPayload;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
@Service
public class UserServiceImpl implements UserServic... | 805 | 0.72795 | 0.72795 | 32 | 24.15625 | 24.223064 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 4 |
6d9553487041ea424c58f12527e47e02fdc2a9b8 | 31,533,649,889,261 | fb1f9ab4a38c12c392f9e95400b459cb8d0f0c5e | /src/main/java/App.java | 843de502eb5f6b67a292d7b104311b74834fe4be | [] | no_license | VanessaSharma/Hangman-Java | https://github.com/VanessaSharma/Hangman-Java | 7c8e320b858fd41bdd49d1fb044a0c475c2e01fa | d766ca1616d2bc194380296b77acadda0da4d214 | refs/heads/master | 2020-04-19T09:23:37.494000 | 2016-09-10T01:16:35 | 2016-09-10T01:16:35 | 67,724,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Console;
public class App {
public static void main(String[] args ) {
Console myConsole = System.console();
//Event event = new Event(guests, food, drinks, entertainment);
//int totalEventCost = (mGuests + (mGuests * mFood) + (mGuests * mDrinks ) + mEntertainment);
System.out.println("Welco... | UTF-8 | Java | 2,082 | java | App.java | Java | [] | null | [] | import java.io.Console;
public class App {
public static void main(String[] args ) {
Console myConsole = System.console();
//Event event = new Event(guests, food, drinks, entertainment);
//int totalEventCost = (mGuests + (mGuests * mFood) + (mGuests * mDrinks ) + mEntertainment);
System.out.println("Welco... | 2,082 | 0.677714 | 0.646494 | 57 | 34.526318 | 51.482956 | 223 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 4 |
09da64f94ec741553e00a1d4643a8da8d0c56e7e | 8,126,078,137,273 | a06605b7d675f56edbd96f826cbf87fdf40766e3 | /src/view/ui/dialog/interfaces/KickPlayerDialog.java | cdc86968c1d33e5bc14f8bfbe59a1df944af680e | [] | no_license | VictorPereraTarajano/Pictionary | https://github.com/VictorPereraTarajano/Pictionary | 230d17d262b21bb4aec2b7de40b510cecf223d28 | d674f931542e2a787dab982654f2724ce9630df9 | refs/heads/master | 2021-03-12T23:46:58.091000 | 2015-07-22T19:10:37 | 2015-07-22T19:10:37 | 30,469,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view.ui.dialog.interfaces;
import model.player.Player;
public interface KickPlayerDialog {
public Player getPlayer();
}
| UTF-8 | Java | 134 | java | KickPlayerDialog.java | Java | [] | null | [] | package view.ui.dialog.interfaces;
import model.player.Player;
public interface KickPlayerDialog {
public Player getPlayer();
}
| 134 | 0.776119 | 0.776119 | 7 | 18.142857 | 15.615273 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.