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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7ca34a5e117f98211b401e2855ad2a94e2dbc225 | 29,360,396,461,212 | d252ba1d1a92f52b4041809731adccfdddd93f7f | /src/model/entities/blocks/RocketBlock.java | 9ccb832820931609c7553e53e5019a82a2a55252 | [] | no_license | SteamPeKa/ITMOGameTask2014 | https://github.com/SteamPeKa/ITMOGameTask2014 | 5680af220ea488a4dca5c56e5ec75ee0dae80534 | 7b1a52e4d7fa57ec69c549da89f0d6e5eaac5e47 | refs/heads/master | 2020-06-02T11:35:12.574000 | 2014-06-26T21:11:15 | 2014-06-26T21:11:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.entities.blocks;
import data.Constants;
import view.EntityType;
import model.ScoreCounter;
import model.entities.doodle.Doodle;
import model.entities.doodle.move_tackics.RocketTactic;
/**
* Created with IntelliJ IDEA.
* User: Балагуров Владимир
* группа 2742
* Date: 24.05.14
* Time: 15:11
*/
publi... | UTF-8 | Java | 2,535 | java | RocketBlock.java | Java | [
{
"context": "ctic;\n\n/**\n * Created with IntelliJ IDEA.\n * User: Балагуров Владимир\n * группа 2742\n * Date: 24.05.14\n * Time: 15:11\n ",
"end": 262,
"score": 0.9998410940170288,
"start": 244,
"tag": "NAME",
"value": "Балагуров Владимир"
}
] | null | [] | package model.entities.blocks;
import data.Constants;
import view.EntityType;
import model.ScoreCounter;
import model.entities.doodle.Doodle;
import model.entities.doodle.move_tackics.RocketTactic;
/**
* Created with IntelliJ IDEA.
* User: <NAME>
* группа 2742
* Date: 24.05.14
* Time: 15:11
*/
public class Rock... | 2,506 | 0.568869 | 0.5625 | 108 | 22.25926 | 18.857836 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 10 |
d21fa0a4f6e56bb574e5f8c0c84a286d8bb3824f | 2,302,102,503,064 | 07bc199e14469bb59de407b6184d447adf6aed7a | /app/src/main/java/com/example/tripshare/TripTalk/NetworkChangeReceiver.java | 5bb82feb6eb9c11187c63e1c1235e7b90892123b | [] | no_license | aartisoft/TripshareApp | https://github.com/aartisoft/TripshareApp | d9c64bdde23d5d8999924dc88af5712bb3d53bfd | ebe9d4fcda8eeab3843a1273b030f754f5427cf0 | refs/heads/master | 2020-06-18T07:06:14.289000 | 2019-07-09T14:24:30 | 2019-07-09T14:24:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tripshare.TripTalk;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.widget.Toast;
public class NetworkChangeReceiver extends BroadcastReceiver {
private static final String TAG = "N... | UTF-8 | Java | 4,423 | java | NetworkChangeReceiver.java | Java | [] | null | [] | package com.example.tripshare.TripTalk;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.widget.Toast;
public class NetworkChangeReceiver extends BroadcastReceiver {
private static final String TAG = "N... | 4,423 | 0.598023 | 0.597104 | 100 | 42.5 | 33.23447 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.49 | false | false | 10 |
85a258c468cc512c1a373b2bb17d01e65b32c458 | 26,439,818,704,912 | e1dd013f15e39bdb2bfc097cfc5a4255a9534756 | /src/main/java/a/T.java | 3e489fd5e04e52cfdf3e6cdc0ca4d96eaf9befc8 | [] | no_license | ericvyc/brasfoot | https://github.com/ericvyc/brasfoot | 118e5d11c55275c069d74a43d2fcec4f58eea2ee | 778e6f00387eaccd0c8a7c9bda7d5a5e8c1eb973 | refs/heads/master | 2016-09-13T06:12:46.722000 | 2016-04-14T13:44:28 | 2016-04-14T13:44:28 | 56,236,621 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
class T
extends MouseAdapter
{
T(P paramP) {}
public void mouseClicked(MouseEvent paramMouseEvent)
{
P.a(this.a, P.b(this.a) - 1);
}
}
/* Location: /home/ericvyc/Development/projetos/brasfoot-extracted/!/a... | UTF-8 | Java | 399 | java | T.java | Java | [
{
"context": ".a) - 1);\n }\n}\n\n\n/* Location: /home/ericvyc/Development/projetos/brasfoot-extracted/!/a/T.cla",
"end": 276,
"score": 0.9967641830444336,
"start": 269,
"tag": "USERNAME",
"value": "ericvyc"
}
] | null | [] | package a;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
class T
extends MouseAdapter
{
T(P paramP) {}
public void mouseClicked(MouseEvent paramMouseEvent)
{
P.a(this.a, P.b(this.a) - 1);
}
}
/* Location: /home/ericvyc/Development/projetos/brasfoot-extracted/!/a... | 399 | 0.656642 | 0.636591 | 21 | 18.047619 | 22.676769 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 10 |
58e7b9be4e41db1cea9ac6cda7eefb73f4c966da | 10,814,727,681,343 | 453dc34b978e89b6615d5f3d784def81b73a26e0 | /src/test/java/net/zethmayr/benjamin/spring/common/model/TestItem.java | 5edd2441d08c80907510614b327d67aafbf268a0 | [
"MIT"
] | permissive | bzethmayr/spring-common | https://github.com/bzethmayr/spring-common | dfe3c3229b8c5f563265fc6ba8d432ea6934806d | f2879bacef6456ee1d8f09b4a0d64b8009eed610 | refs/heads/master | 2020-03-29T12:56:43.986000 | 2019-01-20T06:05:07 | 2019-01-20T06:05:07 | 149,929,745 | 1 | 0 | null | false | 2018-09-23T00:06:49 | 2018-09-22T23:14:35 | 2018-09-22T23:58:49 | 2018-09-23T00:06:48 | 0 | 0 | 0 | 0 | Java | false | null | package net.zethmayr.benjamin.spring.common.model;
import lombok.Data;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
@Data
@Accessors(chain = true)
public class TestItem {
private int id;
private String name;
private BigDecimal price;
}
| UTF-8 | Java | 273 | java | TestItem.java | Java | [
{
"context": "package net.zethmayr.benjamin.spring.common.model;\n\nimport lombok.",
"end": 16,
"score": 0.7516929507255554,
"start": 14,
"tag": "USERNAME",
"value": "th"
}
] | null | [] | package net.zethmayr.benjamin.spring.common.model;
import lombok.Data;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
@Data
@Accessors(chain = true)
public class TestItem {
private int id;
private String name;
private BigDecimal price;
}
| 273 | 0.761905 | 0.761905 | 14 | 18.5 | 14.955888 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
6898fc8bbf6a9785073a800744bcad018899de67 | 10,814,727,681,655 | eeeedca35f378f1ccc8836144ddbf02af55d9323 | /src/main/java/me/legrange/haveibeenpwned/HaveIBeenPwndService.java | 1cac9ce6d65038c4cd83caa366d6557ff3525256 | [
"Apache-2.0"
] | permissive | GideonLeGrange/haveibeenpwned | https://github.com/GideonLeGrange/haveibeenpwned | f7cb7ee700a8dbd994c073a4f9543c2f09430439 | 4cf6978797d2516e63e870ca8af87352c60f9b1e | refs/heads/master | 2022-06-15T04:59:28.050000 | 2022-05-29T19:20:41 | 2022-05-29T19:20:41 | 127,616,930 | 10 | 5 | Apache-2.0 | false | 2022-05-31T08:33:00 | 2018-04-01T09:52:12 | 2022-05-29T19:14:19 | 2022-05-29T19:27:43 | 37 | 7 | 2 | 1 | Java | false | false | package me.legrange.haveibeenpwned;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http.Path;
import retrofit2.http.Query;
/**
*
* @author gideon
*/
interface HaveIBeenPwndService {
@GET("breachedaccount/{account}")
Call<List<Breach>... | UTF-8 | Java | 1,083 | java | HaveIBeenPwndService.java | Java | [
{
"context": "h;\nimport retrofit2.http.Query;\n\n/**\n *\n * @author gideon\n */\ninterface HaveIBeenPwndService {\n\n @GET(\"b",
"end": 222,
"score": 0.9996833205223083,
"start": 216,
"tag": "USERNAME",
"value": "gideon"
}
] | null | [] | package me.legrange.haveibeenpwned;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http.Path;
import retrofit2.http.Query;
/**
*
* @author gideon
*/
interface HaveIBeenPwndService {
@GET("breachedaccount/{account}")
Call<List<Breach>... | 1,083 | 0.685134 | 0.680517 | 36 | 29.083334 | 30.90431 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
0684c836b41c247842ea87b7fcf2e98c3e84db19 | 10,814,727,679,862 | 2f682fb25e36ddcf74f5ff72b1b06f86fb4c5991 | /src/com/maxyu/demo/animation/CrossFade.java | e1af4d3c0e28077f8e64104f88287e08493cea34 | [] | no_license | kvmaker/Demo | https://github.com/kvmaker/Demo | 6658be7308cc7454de75737ead825a1e3087c4a5 | 828cba70c6497572ae483d8690d5db97f6539177 | refs/heads/master | 2016-08-04T11:48:00.261000 | 2015-10-24T07:57:32 | 2015-10-24T07:57:32 | 30,820,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maxyu.demo.animation;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import com.maxyu.demo.R;
/**
* Author maxyu
* Date 2015/5/27
*/
public class CrossFade extends Activity {
priva... | UTF-8 | Java | 1,856 | java | CrossFade.java | Java | [
{
"context": "view.View;\nimport com.maxyu.demo.R;\n\n/**\n * Author maxyu\n * Date 2015/5/27\n */\npublic class CrossFade exte",
"end": 246,
"score": 0.999651312828064,
"start": 241,
"tag": "USERNAME",
"value": "maxyu"
}
] | null | [] | package com.maxyu.demo.animation;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import com.maxyu.demo.R;
/**
* Author maxyu
* Date 2015/5/27
*/
public class CrossFade extends Activity {
priva... | 1,856 | 0.625539 | 0.615302 | 59 | 30.474577 | 22.116301 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440678 | false | false | 10 |
c9801b7be071ea02e5379a3c58410becdabf70e4 | 9,208,409,919,390 | 42027afc3bcbb8b4074a2b1c7d5c83d95ad0ff47 | /AirbnbProject/app/src/main/java/fromRESTful/Residences.java | 0a3e3eecc7d5e8be3a1c2919aff1dddf289d82ee | [] | no_license | sissythem/Ecommerce | https://github.com/sissythem/Ecommerce | 2726ef06bf20c9cb998b5a270311fd0373146736 | 7b529b504d666947646a2391d2dadc57bf2d5418 | refs/heads/master | 2022-08-24T22:20:03.014000 | 2022-08-16T19:06:30 | 2022-08-16T19:06:30 | 89,782,604 | 1 | 1 | null | false | 2022-08-16T19:06:31 | 2017-04-29T11:59:15 | 2022-08-16T19:03:16 | 2022-08-16T19:06:31 | 76,430 | 4 | 4 | 0 | Java | false | false | package fromRESTful;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
/** Residences class to map the object from RESTful services **/
public class Residences implements Serializable, Comparable {
private static final long serialVer... | UTF-8 | Java | 10,694 | java | Residences.java | Java | [] | null | [] | package fromRESTful;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
/** Residences class to map the object from RESTful services **/
public class Residences implements Serializable, Comparable {
private static final long serialVer... | 10,694 | 0.535347 | 0.534599 | 372 | 27.75 | 23.658171 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510753 | false | false | 10 |
07c308c8e57e011ccf6e58fc9069ec27bc19e6da | 24,189,255,830,154 | c20505f7d29e4239646627228bdb72148141378f | /Spherocylinder.java | 339cd894f00deec01e10fc3458b2f9baaedf1fc8 | [] | no_license | Dalbert1/Java | https://github.com/Dalbert1/Java | 0caebcebae9b6ce3f03008ba90ec184bb3827155 | da0ea1b56cb9ddced4adefc2e5c048de3ba769a1 | refs/heads/master | 2020-03-27T20:20:31.459000 | 2018-01-22T21:51:12 | 2018-01-22T21:51:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.text.DecimalFormat;
/**
* Gives contructors and methods for the Spherocylinder class.
*
* Project 4.
* @author Cate Zwiercan
* @version September 27, 2017
*/
public class Spherocylinder {
//instance variables
private String label = "";
private double radius = 0.0;
priv... | UTF-8 | Java | 4,155 | java | Spherocylinder.java | Java | [
{
"context": "linder class. \n * \n * Project 4.\n * @author Cate Zwiercan\n * @version September 27, 2017\n */\n \npublic",
"end": 152,
"score": 0.9997529983520508,
"start": 139,
"tag": "NAME",
"value": "Cate Zwiercan"
}
] | null | [] | import java.text.DecimalFormat;
/**
* Gives contructors and methods for the Spherocylinder class.
*
* Project 4.
* @author <NAME>
* @version September 27, 2017
*/
public class Spherocylinder {
//instance variables
private String label = "";
private double radius = 0.0;
private dou... | 4,148 | 0.565584 | 0.555235 | 189 | 20.989418 | 19.717043 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26455 | false | false | 10 |
c2c597e461af91021aa977daec6ef1befc5c6fea | 28,982,439,350,751 | 5a6f2779b687e6c4c70e1a94e4f8686341616dfd | /src/main/java/com/bus/sistema/app_reservacion/ModReservacion/Services/VehiculoService.java | 5972be4ccab4276ed2f59e77917fc5fe55a21585 | [
"Apache-2.0"
] | permissive | josemc94II/appReservacion | https://github.com/josemc94II/appReservacion | 820f970e9c60d070f76042db6950c5b216b31d9a | efe47b4c102799a4da6ef970d911b99aff445e0f | refs/heads/master | 2022-06-22T03:22:48.922000 | 2021-06-15T23:45:23 | 2021-06-15T23:45:23 | 152,683,595 | 0 | 0 | Apache-2.0 | false | 2022-06-21T01:02:11 | 2018-10-12T02:34:59 | 2021-06-15T23:45:32 | 2022-06-21T01:02:08 | 88,356 | 1 | 0 | 2 | JavaScript | false | false | package com.bus.sistema.app_reservacion.ModReservacion.Services;
import com.bus.sistema.app_reservacion.ModReservacion.Domain.Vehiculo;
import java.util.List;
public interface VehiculoService {
public abstract List<Vehiculo> listAllVehiculo();
public abstract Vehiculo findOneById(int id);
public abstra... | UTF-8 | Java | 455 | java | VehiculoService.java | Java | [] | null | [] | package com.bus.sistema.app_reservacion.ModReservacion.Services;
import com.bus.sistema.app_reservacion.ModReservacion.Domain.Vehiculo;
import java.util.List;
public interface VehiculoService {
public abstract List<Vehiculo> listAllVehiculo();
public abstract Vehiculo findOneById(int id);
public abstra... | 455 | 0.78022 | 0.78022 | 18 | 24.277779 | 26.025213 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
9b7d8171f1738b2a6a59667bafe53808a0504712 | 20,761,871,930,461 | 9e0871dc00c6a6963fd34942180d14bf04e5019c | /app/src/main/java/com/ps/ted/network/responses/GetSearchResponse.java | e28d455a56242de75124261a5c53ae32657edba8 | [
"Apache-2.0"
] | permissive | KoMyoThant/PADC-TED | https://github.com/KoMyoThant/PADC-TED | 0aa15f24b34c7ec3bab071362937b59f6fb49eef | cc9f4ddcf04f33a9a3c69da8ebcfad7308e7045a | refs/heads/master | 2021-05-16T14:36:41.923000 | 2018-02-02T17:49:14 | 2018-02-02T17:49:14 | 118,464,110 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ps.ted.network.responses;
import com.google.gson.annotations.SerializedName;
import com.ps.ted.data.vo.SearchVO;
import java.util.ArrayList;
import java.util.List;
/**
* Created by pyaesone on 1/27/18.
*/
public class GetSearchResponse {
@SerializedName("code")
private int code;
@Seriali... | UTF-8 | Java | 1,402 | java | GetSearchResponse.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by pyaesone on 1/27/18.\n */\n\npublic class GetSearchResponse {",
"end": 205,
"score": 0.9995603561401367,
"start": 197,
"tag": "USERNAME",
"value": "pyaesone"
}
] | null | [] | package com.ps.ted.network.responses;
import com.google.gson.annotations.SerializedName;
import com.ps.ted.data.vo.SearchVO;
import java.util.ArrayList;
import java.util.List;
/**
* Created by pyaesone on 1/27/18.
*/
public class GetSearchResponse {
@SerializedName("code")
private int code;
@Seriali... | 1,402 | 0.627675 | 0.624108 | 73 | 18.205479 | 16.500692 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287671 | false | false | 10 |
bd6e1dce0e96e8e52035395584eb8d1db598e15a | 171,798,737,215 | cd4ed2663406e8ca760fc7875c18dc7b1433f4e8 | /app/src/main/java/org/parceler/converter/LinkedHashMapParcelConverter.java | f452974b1b330681be28f0d8272a24a50defc9a2 | [] | no_license | Saiprashanth-1993/ElivatTestTwo | https://github.com/Saiprashanth-1993/ElivatTestTwo | a23fc23630f3b0d8a930572ccb2c91c1bf16ae94 | a621730778be6a6816f22f1551a010813aaa9331 | refs/heads/master | 2020-03-05T15:56:14.380000 | 2017-03-15T09:27:10 | 2017-03-15T09:27:10 | 85,053,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.parceler.converter;
import java.util.LinkedHashMap;
import java.util.Map;
// Referenced classes of package org.parceler.converter:
... | UTF-8 | Java | 654 | java | LinkedHashMapParcelConverter.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996829032897949,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package org.parceler.converter;
import java.util.LinkedHashMap;
import java.util.Map;
// Referenced classes of package org.parceler.converter:
// ... | 644 | 0.70948 | 0.698777 | 29 | 21.551723 | 22.808931 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.172414 | false | false | 10 |
f2efa558953aebb99524dcda8761ba86271de0d8 | 2,937,757,666,975 | ecef84070158cc1442f1af21a1d0710aadde6dbb | /src/main/java/com/zanyun/tms/schedule/OrderSchedule.java | b9e4c4c95c420ec464026ce59a602ebfd2bd487e | [] | no_license | suggestion2/zanyunTMS | https://github.com/suggestion2/zanyunTMS | d990b842a0a9ecc5ec6d8575788ba41e599adc20 | 52f9429cb363929e8bcf9f475349df9570a2aff9 | refs/heads/master | 2020-04-08T06:52:32.441000 | 2018-11-26T07:40:29 | 2018-11-26T07:40:29 | 159,116,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zanyun.tms.schedule;
import com.zanyun.tms.mapper.OrderMapper;
import com.zanyun.tms.mapper.PaymentMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@Component
public class Ord... | UTF-8 | Java | 657 | java | OrderSchedule.java | Java | [] | null | [] | package com.zanyun.tms.schedule;
import com.zanyun.tms.mapper.OrderMapper;
import com.zanyun.tms.mapper.PaymentMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@Component
public class Ord... | 657 | 0.741248 | 0.736682 | 24 | 26.375 | 20.155256 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 10 |
ac9d1c8c0b7e8db8ad6ccebec8ef78950af5bc03 | 26,757,646,301,382 | c343acf913805ac2c8835749746db46dcdb76387 | /external-server/src/main/java/com/demo/api/dao/SmsDao.java | 25db6ecf75cf89aa8aee4caffd6eef833f8d6400 | [] | no_license | vipinkumar99/multithread-web-app | https://github.com/vipinkumar99/multithread-web-app | 5bec906ff56223f19b473942fc336cad5d97b84d | 33fd94f6977f324fa183680b260cdd3871f6f2c9 | refs/heads/master | 2023-01-20T16:23:28.731000 | 2020-11-23T09:46:48 | 2020-11-23T09:46:48 | 315,267,701 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.api.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.demo.api.entities.SmsEntity;
@Repository
public interface SmsDao extends JpaRepository<SmsEntity, Long> {
}
| UTF-8 | Java | 260 | java | SmsDao.java | Java | [] | null | [] | package com.demo.api.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.demo.api.entities.SmsEntity;
@Repository
public interface SmsDao extends JpaRepository<SmsEntity, Long> {
}
| 260 | 0.826923 | 0.826923 | 10 | 25 | 24.971985 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
07c758d6d72e3bc6ab3fdf74bf7f10665e358410 | 28,733,331,277,645 | 15b7df666a25d7cfcb14211444897c70759983bd | /soyatec_java_SDK/org.soyatec.windows.azure.java/src/org/soyatec/windowsazure/proxy/ProxyConfiguration.java | 342de48ab4861c9d7a6257a52187260b92111efd | [] | no_license | movence/PRODDL-C | https://github.com/movence/PRODDL-C | e06f867bb5ce9f9907c81d4d241947841f651cb0 | 394fec5f798ba33d5dabcec1d09614719964a7d9 | refs/heads/master | 2016-09-02T05:04:35.400000 | 2014-02-03T18:05:11 | 2014-02-03T18:05:11 | 15,555,355 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.soyatec.windowsazure.proxy;
/**
* The http proxy configuration information used for HttpClient.
*
*/
public class ProxyConfiguration {
private String proxyHost = null;
private int proxyPort = -1;
private String proxyUsername = null;
private String proxyDomainname = null;
priva... | UTF-8 | Java | 1,816 | java | ProxyConfiguration.java | Java | [
{
"context": "his.proxyPort = proxyPort;\r\n\t\tthis.proxyUsername = proxyUsername;\r\n\t\tthis.proxyPassword = proxyPassword;\r\n\t\tthis.p",
"end": 924,
"score": 0.9392155408859253,
"start": 911,
"tag": "USERNAME",
"value": "proxyUsername"
},
{
"context": "yUsername = proxyUsername... | null | [] | package org.soyatec.windowsazure.proxy;
/**
* The http proxy configuration information used for HttpClient.
*
*/
public class ProxyConfiguration {
private String proxyHost = null;
private int proxyPort = -1;
private String proxyUsername = null;
private String proxyDomainname = null;
priva... | 1,821 | 0.72467 | 0.724119 | 81 | 20.419754 | 21.358702 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37037 | false | false | 10 |
81fd8d13a7331362e31d7ac6ee7926006d51bcff | 32,332,513,843,078 | cb1b768888ed614a941c0240b51c0a2980cba7b8 | /app/src/main/java/wumf/com/sharedapps/IHideShow.java | 184d8534920b350607a16fc75aa5abe685cebfa9 | [] | no_license | mlevytskiy/SharedApps | https://github.com/mlevytskiy/SharedApps | 302fd4aa5ef8406f6439c7eb9eb3cd8597c89c91 | 482db25a72ec123f9dda0fdd90415f4bbddc7931 | refs/heads/master | 2020-07-10T21:03:33.777000 | 2017-03-07T21:28:29 | 2017-03-07T21:28:29 | 66,244,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wumf.com.sharedapps;
/**
* Created by max on 01.09.16.
*/
public interface IHideShow {
void hide();
void show();
}
| UTF-8 | Java | 137 | java | IHideShow.java | Java | [
{
"context": "package wumf.com.sharedapps;\n\n/**\n * Created by max on 01.09.16.\n */\npublic interface IHideShow {\n\n ",
"end": 51,
"score": 0.993317723274231,
"start": 48,
"tag": "USERNAME",
"value": "max"
}
] | null | [] | package wumf.com.sharedapps;
/**
* Created by max on 01.09.16.
*/
public interface IHideShow {
void hide();
void show();
}
| 137 | 0.613139 | 0.569343 | 12 | 10.416667 | 11.891582 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
5d3068b43ba0137b71b5afa7a9bbb97fcfba9dc7 | 8,392,366,132,565 | fec08aba0d259bc4d9d5d4bb03eabe351eec3c64 | /PccwUtilities-maven/src/com/pccw/util/db/stringOracleType/OraNumberInsertValueFromSelectMax.java | e82a841f40fe06be8a89419ec042d29318101ba7 | [] | no_license | sususugeek/Utilities | https://github.com/sususugeek/Utilities | da8715e6cb657f4621dc404b1141d96094d21897 | 0f26682a6138274b216ca8e820042e1384838d44 | refs/heads/master | 2021-01-21T11:23:50.411000 | 2017-03-01T15:07:12 | 2017-03-01T15:07:12 | 83,566,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pccw.util.db.stringOracleType;
import java.util.ArrayList;
import java.util.Map;
import org.apache.commons.lang.ArrayUtils;
import com.pccw.util.db.DaoBaseImpl;
import com.pccw.util.db.DaoHelper;
import com.pccw.util.db.DaoHelper.DaoProperty;
import com.pccw.util.db.DaoHelper.OracleColumn;
imp... | UTF-8 | Java | 4,734 | java | OraNumberInsertValueFromSelectMax.java | Java | [] | null | [] | package com.pccw.util.db.stringOracleType;
import java.util.ArrayList;
import java.util.Map;
import org.apache.commons.lang.ArrayUtils;
import com.pccw.util.db.DaoBaseImpl;
import com.pccw.util.db.DaoHelper;
import com.pccw.util.db.DaoHelper.DaoProperty;
import com.pccw.util.db.DaoHelper.OracleColumn;
imp... | 4,734 | 0.737009 | 0.722433 | 128 | 35 | 34.094536 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.265625 | false | false | 10 |
018c1e85b9a5820e57de5109ea51d8bc04199f54 | 2,937,757,667,246 | 77146a28289d1a36eb629ab2fe59c6c9d82ed554 | /java-jvm/src/main/java/top/ipzgo/jvm/classload/Test5.java | 26b2e511ebcaf4b3086194772ebf48b1bc0c649a | [] | no_license | innerpeacez/java-learning | https://github.com/innerpeacez/java-learning | f14c09bb9904a0085cd412374baea7bfca8fff34 | 4012ea6e4872f5914fda6f9af8e89205cdf108fb | refs/heads/master | 2021-06-27T12:46:29.692000 | 2020-07-29T14:00:56 | 2020-07-29T14:09:38 | 162,129,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.ipzgo.jvm.classload;
import java.util.Random;
public class Test5 {
public static void main(String[] args) {
System.out.println(Z.z);
}
}
interface Parent5 {
Object object = new Object() {
{
System.out.println("parent.");
}
};
}
interface Child5 extend... | UTF-8 | Java | 531 | java | Test5.java | Java | [] | null | [] | package top.ipzgo.jvm.classload;
import java.util.Random;
public class Test5 {
public static void main(String[] args) {
System.out.println(Z.z);
}
}
interface Parent5 {
Object object = new Object() {
{
System.out.println("parent.");
}
};
}
interface Child5 extend... | 531 | 0.553672 | 0.542373 | 34 | 14.588235 | 15.16404 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 10 |
a1796110179670111659be17d929bf2957bc1fab | 12,206,297,080,843 | 0174c176ce9bb3889555909875047936cee12379 | /app/src/main/java/com/iamkatrechko/avitonotify/util/ConnectionsUtils.java | 60650cd7d820387208873c44b273359e13303845 | [] | no_license | iamkatrechko/AvitoNotify | https://github.com/iamkatrechko/AvitoNotify | b27428d78354450e3c557bce3d3ec41922187e9b | 048615042faa82be07af0a88429f448463c7841f | refs/heads/master | 2019-08-01T20:22:33.822000 | 2019-07-28T08:26:59 | 2019-07-28T08:26:59 | 74,456,369 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iamkatrechko.avitonotify.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.preference.PreferenceManager;
import android.util.Log;
import com.iamkatrechko.avitonotify.FLog;
import com.iamkatrechko.avitonotify.entity.Query;
import j... | UTF-8 | Java | 4,090 | java | ConnectionsUtils.java | Java | [
{
"context": "package com.iamkatrechko.avitonotify.util;\n\nimport android.conten",
"end": 15,
"score": 0.5804455280303955,
"start": 12,
"tag": "USERNAME",
"value": "iam"
},
{
"context": "VICE;\n\n/**\n * Утилита по работе с сетью\n * @author iamkatrechko\n * Date: 08.06.2017... | null | [] | package com.iamkatrechko.avitonotify.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.preference.PreferenceManager;
import android.util.Log;
import com.iamkatrechko.avitonotify.FLog;
import com.iamkatrechko.avitonotify.entity.Query;
import j... | 4,090 | 0.612769 | 0.610558 | 96 | 36.6875 | 32.878345 | 123 | false | false | 0 | 0 | 0 | 0 | 98 | 0.077667 | 0.4375 | false | false | 10 |
21c24d30723374fbcc8c73caf8792994d5d2928b | 20,633,022,957,132 | 769f66da878e0b82a4e0e663bbaa31f5dc447d7d | /src/cz/autoclient/autoclick/Rect.java | 5489c99e3ca76b59d3aac3299e04fc28a0061a84 | [] | no_license | Darker/auto-client | https://github.com/Darker/auto-client | 96ab5bb0ac11980fd64490fb6e72ba3a4ae16fe3 | 984e0db41d51fd5b9d6810073f82b6366df7d390 | refs/heads/master | 2020-12-13T15:19:26.258000 | 2017-11-21T14:44:24 | 2017-11-21T14:44:24 | 31,536,726 | 55 | 31 | null | false | 2021-04-28T19:43:39 | 2015-03-02T11:12:55 | 2021-03-13T16:46:00 | 2019-04-25T10:27:31 | 79,648 | 39 | 16 | 17 | Java | false | false | /* License:
* Open source ftw. I doubt anybody would actually like to use this file.
* But if you want, use it, change it or share it under any license you like.
*/
package cz.autoclient.autoclick;
//Comment this out if you don't have the library
import com.sun.jna.platform.win32.WinDef;
import java.awt.Rectangle;
... | UTF-8 | Java | 8,743 | java | Rect.java | Java | [
{
"context": "le;\nimport java.util.ArrayList;\n\n/**\n *\n * @author Jakub Mareda\n */\npublic class Rect implements RectInterface {\n",
"end": 379,
"score": 0.999826967716217,
"start": 367,
"tag": "NAME",
"value": "Jakub Mareda"
}
] | null | [] | /* License:
* Open source ftw. I doubt anybody would actually like to use this file.
* But if you want, use it, change it or share it under any license you like.
*/
package cz.autoclient.autoclick;
//Comment this out if you don't have the library
import com.sun.jna.platform.win32.WinDef;
import java.awt.Rectangle;
... | 8,737 | 0.616493 | 0.613519 | 284 | 29.785212 | 24.907427 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609155 | false | false | 10 |
6c73bc1ea8a4aae7e445b9057947d22156a4247e | 1,520,418,440,091 | 20b3536c5b53ce04ce3f1174e40a0ba1589ea167 | /Leetcode/src/com/programming/leetcode/Medium/Flatten2DVector.java | d1db3595e2f5fb57f322c0f42c91b40eb9cc8901 | [] | no_license | RahilModi/Coding-Practice | https://github.com/RahilModi/Coding-Practice | 361e90c95a73c2d68e7d7f2100501e400a164a6f | 35c0ae1bf239221fc34ceb9731b416dec11179c3 | refs/heads/master | 2020-03-30T11:38:02.556000 | 2019-04-08T00:38:29 | 2019-04-08T00:38:29 | 151,184,024 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.programming.leetcode.Medium;
public class Flatten2DVector {
int crtRow, crtCol, totalElements, count;
int[][] vector;
public Flatten2DVector(int[][] v) {
vector = v;
crtRow = crtCol = count = 0;
for(int[] v1 : v){
totalElements += v1.length;
}
}
... | UTF-8 | Java | 1,061 | java | Flatten2DVector.java | Java | [] | null | [] | package com.programming.leetcode.Medium;
public class Flatten2DVector {
int crtRow, crtCol, totalElements, count;
int[][] vector;
public Flatten2DVector(int[][] v) {
vector = v;
crtRow = crtCol = count = 0;
for(int[] v1 : v){
totalElements += v1.length;
}
}
... | 1,061 | 0.546654 | 0.532516 | 39 | 26.205128 | 18.977962 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74359 | false | false | 10 |
c05846d0d36ebf136535ea9f28173f6a18347f7d | 18,090,402,288,243 | 47f5c880c73ee826b7c2b4861827246d3d2a8491 | /auth-api/src/main/java/ch/heigvd/amt/bidirhandshake/authapi/api/endpoints/LoginApiController.java | d36bd4039f30063df2a49b8dfba99190e7fd76dc | [] | no_license | jzaehrin/Teaching-HEIGVD-AMT-2019-Project-Two | https://github.com/jzaehrin/Teaching-HEIGVD-AMT-2019-Project-Two | 9c087f3613e5d5c4335870671466bdd9f9bf2409 | 6820390b46337d47efcdaf672019191aaefec5f6 | refs/heads/master | 2020-09-23T02:40:05.205000 | 2020-01-19T18:00:14 | 2020-01-19T18:00:14 | 225,381,561 | 0 | 0 | null | true | 2019-12-02T13:28:55 | 2019-12-02T13:28:54 | 2019-12-02T13:00:05 | 2019-12-02T12:51:06 | 0 | 0 | 0 | 0 | null | false | false | package ch.heigvd.amt.bidirhandshake.authapi.api.endpoints;
import ch.heigvd.amt.bidirhandshake.authapi.api.exceptions.ApiError;
import ch.heigvd.amt.bidirhandshake.authapi.api.utils.JWTHelper;
import ch.heigvd.amt.bidirhandshake.authapi.api.utils.PasswordAuthentication;
import ch.heigvd.amt.bidirhandshake.authapi.dto... | UTF-8 | Java | 1,676 | java | LoginApiController.java | Java | [] | null | [] | package ch.heigvd.amt.bidirhandshake.authapi.api.endpoints;
import ch.heigvd.amt.bidirhandshake.authapi.api.exceptions.ApiError;
import ch.heigvd.amt.bidirhandshake.authapi.api.utils.JWTHelper;
import ch.heigvd.amt.bidirhandshake.authapi.api.utils.PasswordAuthentication;
import ch.heigvd.amt.bidirhandshake.authapi.dto... | 1,676 | 0.787589 | 0.7858 | 42 | 38.904762 | 33.252148 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 10 |
6e466b9e1b74c0d1ab498910de3fab4fcacb4899 | 29,686,813,969,240 | 2d15914c01262de3fff9bd71b1a07da481aedf64 | /agentes/src/main/java/com/legosoft/agentes/eventsourcing/command/agente/AsociarAgenteUsuarioCommand.java | bfc5516c3516c973d96dfca4c577fa37fa0f1233 | [] | no_license | gpalacioss/poc-microservice | https://github.com/gpalacioss/poc-microservice | e4fc3a492769394b36959a27d2543acca29d66e3 | 472012bfb5817b6b35ef69ab1ec76fd6198cfc03 | refs/heads/master | 2020-04-24T17:43:37.598000 | 2019-03-30T00:39:35 | 2019-03-30T00:39:35 | 172,157,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.legosoft.agentes.eventsourcing.command.agente;
import com.legosoft.agentes.model.Compania;
import lombok.*;
import org.axonframework.commandhandling.TargetAggregateIdentifier;
@Setter
@Getter
@AllArgsConstructor
@NoArgsConstructor
public class AsociarAgenteUsuarioCommand {
@TargetAggregateIdentifier
... | UTF-8 | Java | 381 | java | AsociarAgenteUsuarioCommand.java | Java | [] | null | [] | package com.legosoft.agentes.eventsourcing.command.agente;
import com.legosoft.agentes.model.Compania;
import lombok.*;
import org.axonframework.commandhandling.TargetAggregateIdentifier;
@Setter
@Getter
@AllArgsConstructor
@NoArgsConstructor
public class AsociarAgenteUsuarioCommand {
@TargetAggregateIdentifier
... | 381 | 0.821522 | 0.821522 | 18 | 20.166666 | 20.562237 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
f8b5212982775e62b2ba6b34d74130108a6afe6e | 5,308,579,620,021 | 475fdc0fc7d3c6e05901cbc59468c7472cfc614e | /ssc-web/src/main/java/com/project/controller/AccountController.java | e1066f86fa6f967e135e7fcffbce4aae16b9f29e | [] | no_license | goforitlcq/ssc | https://github.com/goforitlcq/ssc | c35adc80ed6fe0959be3cf137a825a1eb644b8f0 | 32450d473050b59aa7389e1f4fea5d6f39a84377 | refs/heads/master | 2021-06-13T15:47:10.360000 | 2018-07-29T09:31:54 | 2018-07-29T09:31:54 | 96,213,955 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Control... | UTF-8 | Java | 6,414 | java | AccountController.java | Java | [
{
"context": "\tLOG.trace(String.format(\"accountName:%s,password:%s,count:%s\", accountName, password, accountId));\n\t\t",
"end": 2064,
"score": 0.8052510023117065,
"start": 2062,
"tag": "PASSWORD",
"value": "%s"
}
] | null | [] | package com.project.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Control... | 6,414 | 0.754448 | 0.752184 | 191 | 31.366491 | 29.822893 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.86911 | false | false | 10 |
f38ab2a6f37a86bd99d35f9aea8d6fce4bdf9f86 | 16,243,566,337,595 | 25f242746f94408307a4397e68a48a9b51312d8d | /MonProjetMaven-2-HelloWorld/src/main/java/tn/insat/gl4/App.java | e0b349e557356644aa0b2345e8b933a627649264 | [] | no_license | rhenzour/Module-Maven | https://github.com/rhenzour/Module-Maven | 4028e6d0dd8d73cc50b40e187c5fe276d061188b | a2a57b7c35e0ff2c8399b2e7dca129dab6f6a0fa | refs/heads/master | 2020-03-27T21:47:34.310000 | 2018-09-03T08:38:39 | 2018-09-03T08:38:39 | 147,175,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tn.insat.gl4;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Mis sous le controle de SVN" );
System.out.println( "Mis sous le controle de SVN" );
System.out.println( "Bonjour les GL4, c'est le Hello World de M... | UTF-8 | Java | 339 | java | App.java | Java | [] | null | [] | package tn.insat.gl4;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Mis sous le controle de SVN" );
System.out.println( "Mis sous le controle de SVN" );
System.out.println( "Bonjour les GL4, c'est le Hello World de M... | 339 | 0.587021 | 0.581121 | 17 | 18.941177 | 24.223156 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 10 |
2fafaa0ec445e7f9d7192ed86ae3dff59366ca2b | 16,913,581,233,256 | f8baa08d761cb6996b5d92484424f4386a59e032 | /app/src/main/java/ru/vtosters/lite/utils/CacheUtils.java | 4aa6e8caeab6ec5fe3761351b8175b73c8282e94 | [] | no_license | vtosters/lite | https://github.com/vtosters/lite | 2137f6a2a77dabc72bdb522b3cb90f3e4b812059 | cf17ed64c759d366ae7121dc61c4328205963ed4 | refs/heads/main | 2023-08-10T00:03:57.141000 | 2023-07-30T13:49:30 | 2023-07-30T13:49:30 | 473,685,743 | 496 | 136 | null | false | 2023-08-06T18:06:16 | 2022-03-24T16:25:29 | 2023-08-03T18:47:21 | 2023-08-06T17:13:56 | 616,200 | 432 | 31 | 232 | Smali | false | false | package ru.vtosters.lite.utils;
import android.annotation.SuppressLint;
import com.vk.im.engine.ImEngine1;
import com.vk.im.engine.ImEngineExt;
import com.vk.im.ui.providers.audiomsg.ImAudioMsgPlayerProvider;
import com.vk.im.ui.providers.audiomsg.PlayerActionSources;
import com.vk.imageloader.VKImageLoader;
import co... | UTF-8 | Java | 2,169 | java | CacheUtils.java | Java | [] | null | [] | package ru.vtosters.lite.utils;
import android.annotation.SuppressLint;
import com.vk.im.engine.ImEngine1;
import com.vk.im.engine.ImEngineExt;
import com.vk.im.ui.providers.audiomsg.ImAudioMsgPlayerProvider;
import com.vk.im.ui.providers.audiomsg.PlayerActionSources;
import com.vk.imageloader.VKImageLoader;
import co... | 2,169 | 0.665745 | 0.655602 | 61 | 34.557377 | 23.804205 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672131 | false | false | 10 |
156717c0ffc44b77131b60b21f653643bd495a94 | 18,150,531,812,627 | 97cdd538148a6b89b6059cf796f2710615aa014e | /src/main/java/ac/iust/cep/test/Test.java | 1dc033bee59b8491bca24d08ce2fc2ce49a24398 | [
"Apache-2.0"
] | permissive | hesam-kalantari/iust_cep | https://github.com/hesam-kalantari/iust_cep | 799bbde06e75d229fce0cf7537657eed547c212f | 435e9a09745f47cb7b72c1605f0814920a87d8e1 | refs/heads/master | 2018-03-22T08:06:42.770000 | 2016-09-03T10:48:26 | 2016-09-03T10:48:26 | 59,275,272 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ac.iust.cep.test;
import ac.iust.cep.gen.GeneralEventType;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* Created by Hesam on 7/13/16.
*/
public class Test
{
private static void write ()
{
GeneralEventType.Event.MapFieldEn... | UTF-8 | Java | 1,385 | java | Test.java | Java | [
{
"context": "\nimport java.io.IOException;\r\n\r\n/**\r\n * Created by Hesam on 7/13/16.\r\n */\r\npublic class Test\r\n{\r\n\r\n pri",
"end": 195,
"score": 0.999155580997467,
"start": 190,
"tag": "NAME",
"value": "Hesam"
}
] | null | [] | package ac.iust.cep.test;
import ac.iust.cep.gen.GeneralEventType;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* Created by Hesam on 7/13/16.
*/
public class Test
{
private static void write ()
{
GeneralEventType.Event.MapFieldEn... | 1,385 | 0.530686 | 0.527076 | 57 | 22.298246 | 24.273994 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.280702 | false | false | 10 |
2dc19b4dadc8307d3495bf98aae950fe1c8aae22 | 33,672,543,621,189 | e9e4132e1beb3d6009946aeda166758239c59022 | /abstract-factory-pattern/abstract-factory-pattern2/src/Stadium/BayernMonachiumStadium.java | 2b93469950ef58b30c68e6512dc4d0aa0d830a4b | [] | no_license | zerone2/design-patterns | https://github.com/zerone2/design-patterns | 32353392019249bef94725ab24b249141c4e585f | 1a7bf981fb1a8919adbb177cbae89c3ac35c5c77 | refs/heads/master | 2021-08-11T07:35:51.239000 | 2017-11-13T09:56:18 | 2017-11-13T09:56:18 | 105,533,338 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Stadium;
public class BayernMonachiumStadium implements Stadium {
public int getLimitPlace() {
return 24000;
}
}
| UTF-8 | Java | 126 | java | BayernMonachiumStadium.java | Java | [] | null | [] | package Stadium;
public class BayernMonachiumStadium implements Stadium {
public int getLimitPlace() {
return 24000;
}
}
| 126 | 0.769841 | 0.730159 | 7 | 17 | 18.670067 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 10 |
8d61fb1908bbdb96483f5e8fdc606a51e6b8f6dc | 8,555,574,879,207 | 6e1e47223e2a6db843edc9744c9b0197338bb529 | /src/main/java/ch/jooel/hueapi/services/ConfigurationService.java | 7ff5bf53f098f483e0ed635293b9913363395a44 | [] | no_license | jsauvain/java-hue-api | https://github.com/jsauvain/java-hue-api | ed39bf53507843a57bb8bd0d5384c398b7a101b7 | 661d688931968c6183cd1bf6b82fb2d5accc5eb7 | refs/heads/master | 2021-04-18T21:22:09.141000 | 2018-03-25T00:28:49 | 2018-03-25T00:28:49 | 126,651,047 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.jooel.hueapi.services;
public interface ConfigurationService {
}
| UTF-8 | Java | 77 | java | ConfigurationService.java | Java | [] | null | [] | package ch.jooel.hueapi.services;
public interface ConfigurationService {
}
| 77 | 0.818182 | 0.818182 | 4 | 18.25 | 17.879807 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
d78bd6cab28f3c718bd1b1bd15024eccf1b2eb89 | 8,555,574,880,586 | f3d83268adf0decabe2033120970a882e7affd27 | /NCKUH_WORKSHIFTS_USER/src/iccl/workshifts/ubeta/ScreenSlidePageFragment.java | 7fb8dd7298c711dde022d8b8e4fb825dd4b080bd | [] | no_license | botxxxx/NCKUH_WORKSHIFTS_USER | https://github.com/botxxxx/NCKUH_WORKSHIFTS_USER | 0f7747c194af9084b640bb824c9a7e7d78e50f90 | 3aa0e99a9dbc037c07d46e4984cd6919ddef260f | refs/heads/master | 2020-03-19T21:32:09.649000 | 2018-06-11T14:58:50 | 2018-06-11T14:58:50 | 136,941,723 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iccl.workshifts.ubeta;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class ScreenSlidePageFragment extends Fragment { // page
private static final String ARG_PAGE = "page";
private int mPa... | UTF-8 | Java | 1,023 | java | ScreenSlidePageFragment.java | Java | [] | null | [] | package iccl.workshifts.ubeta;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class ScreenSlidePageFragment extends Fragment { // page
private static final String ARG_PAGE = "page";
private int mPa... | 1,023 | 0.777126 | 0.776149 | 37 | 26.675676 | 25.643137 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.486486 | false | false | 10 |
5a3575a48b1b28fa00ca523bdf61fbb332bd5481 | 2,680,059,643,354 | 00b475552d57e9498cb607e42ea798d05400aabc | /Number System/P2.java | f6f8c897c4f2e08ae53f8d99ac681f3b18ed1bfb | [] | no_license | sonifloyd/Intro-to-Java-Programming | https://github.com/sonifloyd/Intro-to-Java-Programming | 1db41a667b75b97cc96c51ba81e326c994bee638 | 1490617fdbf4f8161968f99ede8ff821d11e9b0b | refs/heads/master | 2021-06-07T02:18:16.748000 | 2021-05-04T15:50:10 | 2021-05-04T15:50:10 | 142,465,924 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/* Find the nth term of the series.
1,1,2,3,4,9,8,27,16,81,32,243,…. */
import java.util.Scanner;
public class P2{
public static void main(String[] args) {
Scanner sc =new Scanner(System.in);
int n=sc.nextInt();
if(n%2==0){
int a= 1;
int r=3;
int t =(int)(a*(Math... | UTF-8 | Java | 558 | java | P2.java | Java | [] | null | [] |
/* Find the nth term of the series.
1,1,2,3,4,9,8,27,16,81,32,243,…. */
import java.util.Scanner;
public class P2{
public static void main(String[] args) {
Scanner sc =new Scanner(System.in);
int n=sc.nextInt();
if(n%2==0){
int a= 1;
int r=3;
int t =(int)(a*(Math... | 558 | 0.442446 | 0.393885 | 31 | 16.903225 | 14.78961 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 10 |
ef98390cfb4b9b4a56bc1af3ec368350183eae25 | 11,742,440,634,481 | be2c59ea314664a112ef5ab6c4d1cb92facf967c | /src/main/java/ua/training/droidwars/controller/actionController/Action.java | 71d421b59544f1f2daf8086e09134244d1340139 | [] | no_license | VLAD-KHARCHENKO/DroidWars | https://github.com/VLAD-KHARCHENKO/DroidWars | 8b94cd5471e4516eb725f391e21100143410b59c | f48169af4b1ec11f71870973acff16dd6cc4080d | refs/heads/master | 2021-01-01T21:01:20.356000 | 2020-02-09T20:59:08 | 2020-02-09T20:59:08 | 239,338,147 | 0 | 0 | null | true | 2020-02-09T16:45:50 | 2020-02-09T16:45:49 | 2020-02-09T15:40:07 | 2020-02-09T15:40:19 | 18 | 0 | 0 | 0 | null | false | false | package ua.training.droidwars.controller.actionController;
import ua.training.droidwars.model.Droid;
public interface Action {
void performAction(int selectorNumber, Droid firstDroid, Droid secondDroid);
}
| UTF-8 | Java | 212 | java | Action.java | Java | [] | null | [] | package ua.training.droidwars.controller.actionController;
import ua.training.droidwars.model.Droid;
public interface Action {
void performAction(int selectorNumber, Droid firstDroid, Droid secondDroid);
}
| 212 | 0.816038 | 0.816038 | 7 | 29.285715 | 29.441051 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 10 |
27faeb9f66ef6e3d931f80028df9d80798722e7a | 18,975,165,552,481 | b49a3e3d98dee389335275ce98872aac139c321e | /CS-101/Week6/TelevisionChannelClient.java | fb9183970e3ceabc30b7ca4037b1d41c3838ada2 | [] | no_license | DRK-512/Java_Projects | https://github.com/DRK-512/Java_Projects | 164f834c22a294f2f9999d4497bb49b3f694d1e9 | 3705a8e4df11c6a60e6135ba5f4198ab4351fd04 | refs/heads/master | 2023-05-07T23:07:52.508000 | 2023-01-25T04:33:54 | 2023-01-25T04:33:54 | 288,883,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Darek Konopka; CS-101; 5/18/2020 assignment
//Here we edit the televisionchannel.java and we make a clinet for it
import java.util.*;
public class TelevisionChannelClient {
public static void main(String[] args) {
//Now I create the two objects for the television Sets
TelevisionChannel tele... | UTF-8 | Java | 3,643 | java | TelevisionChannelClient.java | Java | [
{
"context": "//Darek Konopka; CS-101; 5/18/2020 assignment\n//Here we edit the ",
"end": 15,
"score": 0.9998885989189148,
"start": 2,
"tag": "NAME",
"value": "Darek Konopka"
}
] | null | [] | //<NAME>; CS-101; 5/18/2020 assignment
//Here we edit the televisionchannel.java and we make a clinet for it
import java.util.*;
public class TelevisionChannelClient {
public static void main(String[] args) {
//Now I create the two objects for the television Sets
TelevisionChannel televisionS... | 3,636 | 0.605545 | 0.590173 | 83 | 42.903614 | 33.496128 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542169 | false | false | 10 |
b0204c1716180514485a3f25711da9c7e0599650 | 17,343,077,981,473 | b90b5d4b9114b720c0165a6c7669858db709c80e | /src/cap3/pruebas_propias/TruncamientoRedondeo.java | 7249306460f7a9521dec77eea5fcfbf2b7a9dc7a | [] | no_license | motorpsico/Thinking-in-Java-Exercises | https://github.com/motorpsico/Thinking-in-Java-Exercises | 5fd42cc4f7d15bf687a01b9aa9d0fe74c35087c4 | 7aa1a7d5b98c41d4933ac4370dec47d832ab6924 | refs/heads/main | 2023-03-05T14:21:46.592000 | 2021-02-18T16:41:40 | 2021-02-18T16:41:40 | 339,237,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cap3.pruebas_propias;
public class TruncamientoRedondeo {
/*
* El casting de tipos decimales a tipos enteros, puede utlizarse
* como función de truncamiento. No redondea, quita la
* parte decimal cualquiera sea el valor.
*/
void truncamiento(float f, double d) {
int a = (int) f;
long b ... | WINDOWS-1250 | Java | 574 | java | TruncamientoRedondeo.java | Java | [] | null | [] | package cap3.pruebas_propias;
public class TruncamientoRedondeo {
/*
* El casting de tipos decimales a tipos enteros, puede utlizarse
* como función de truncamiento. No redondea, quita la
* parte decimal cualquiera sea el valor.
*/
void truncamiento(float f, double d) {
int a = (int) f;
long b ... | 574 | 0.656195 | 0.60733 | 32 | 16.90625 | 20.304493 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.625 | false | false | 10 |
f4b453880fd1a516eccadcd54d7e69bfea1e2570 | 17,343,077,982,809 | 6e55339ad6c2d0e3e30dc80d9342220ee5504d2f | /src/com/whereone/groupWallet/fragments/QuickPayFragment.java | 8fdb3977f09e22cd3ed8e568a35b626719d493d0 | [] | no_license | jondh/GroupWalletAndroid | https://github.com/jondh/GroupWalletAndroid | c02c2cefc49152c77a5b9fe195f28aebdb780b57 | 10b0b4e3fbeb808d114eed386fbda06757e6e596 | refs/heads/master | 2016-09-05T17:39:50.268000 | 2014-04-26T02:58:08 | 2014-04-26T02:58:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whereone.groupWallet.fragments;
import java.text.NumberFormat;
import java.util.ArrayList;
import android.app.Activity;
import android.app.Fragment;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Ed... | UTF-8 | Java | 15,480 | java | QuickPayFragment.java | Java | [] | null | [] | package com.whereone.groupWallet.fragments;
import java.text.NumberFormat;
import java.util.ArrayList;
import android.app.Activity;
import android.app.Fragment;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Ed... | 15,480 | 0.649871 | 0.647093 | 476 | 31.521008 | 29.211802 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.590336 | false | false | 10 |
80975ff4668c0a614bd9a11e26c234f4d1466151 | 28,303,834,504,143 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/utils/C43105eq.java | 58719415a44d526ae5873286d942eb9801918942 | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p280ss.android.ugc.aweme.utils;
/* renamed from: com.ss.android.ugc.aweme.utils.eq */
public final class C43105eq {
/* renamed from: a */
public static String m136725a(int i) {
String str = "";
switch (i) {
case 0:
return "output";
case 1:
... | UTF-8 | Java | 864 | java | C43105eq.java | Java | [] | null | [] | package com.p280ss.android.ugc.aweme.utils;
/* renamed from: com.ss.android.ugc.aweme.utils.eq */
public final class C43105eq {
/* renamed from: a */
public static String m136725a(int i) {
String str = "";
switch (i) {
case 0:
return "output";
case 1:
... | 864 | 0.420139 | 0.388889 | 33 | 25.181818 | 11.853792 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 10 |
cc424dadf1eab222190e4583c3088415e9c31bec | 36,318,243,455,141 | 5a981a51633d10fd91117d8d4202265462a769e6 | /Heimavinna 9/Kaninur.java | 92512e2cb14b9123c8f8531084bc9199ed320c44 | [] | no_license | RagnheidurAsta/TOL101G | https://github.com/RagnheidurAsta/TOL101G | 118c2faa8290a535237f495dfb6b362be652b42c | a46ee18317615c36747f60b49df7785ea1fba18b | refs/heads/master | 2021-01-10T16:07:28.448000 | 2015-12-05T20:55:31 | 2015-12-05T20:55:31 | 47,471,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Kaninur
{
public static int fjolgun(int n)
{
if (n <= 0) return 0;
if (n == 1) return 1;
return (fjolgun(n-1) + fjolgun(n-2) - fjolgun(n-4));
}
public static void main(String[] args)
{
int n = Integer.parseInt(args[0]);
StdOut.println(fjolgun(n));
}
}
| UTF-8 | Java | 297 | java | Kaninur.java | Java | [] | null | [] | public class Kaninur
{
public static int fjolgun(int n)
{
if (n <= 0) return 0;
if (n == 1) return 1;
return (fjolgun(n-1) + fjolgun(n-2) - fjolgun(n-4));
}
public static void main(String[] args)
{
int n = Integer.parseInt(args[0]);
StdOut.println(fjolgun(n));
}
}
| 297 | 0.585859 | 0.558923 | 14 | 20.214285 | 17.452705 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 10 |
6ccfe60b2ffb35f27d1619579aedf3aa17918428 | 8,667,244,070,415 | 1c1b142041baa5037609726934c370d947a1831f | /DobleVentanaData/src/com/example/dobleventana/SecondActivity.java | d028afdf40b693251b5c5cec39ad9284266e037f | [] | no_license | pacogomezarnal/dam_2014_2015 | https://github.com/pacogomezarnal/dam_2014_2015 | abdb1f71422fc3024225605b4f284aaf95bfd943 | 2351cefeead44aceafa0073e343ebbce1a83e0be | refs/heads/master | 2021-01-10T19:04:55.856000 | 2014-10-29T05:25:19 | 2014-10-29T05:25:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dobleventana;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.EditText;
import android.widget.TextView;
public class SecondActivity extends Activi... | ISO-8859-2 | Java | 2,208 | java | SecondActivity.java | Java | [] | null | [] | package com.example.dobleventana;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.EditText;
import android.widget.TextView;
public class SecondActivity extends Activi... | 2,208 | 0.685857 | 0.684044 | 83 | 24.578314 | 20.148317 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.674699 | false | false | 10 |
88236819da63279f8dd918f109f9803568392ec9 | 15,015,205,691,717 | 8bd65586303779efa6f51f6907d5c0ce19cb6985 | /RealRP/src/com/nisovin/realrp/CommandJoin.java | b271016dfe56faa0b0e9ce81d3842533f98af4d9 | [] | no_license | griffenx/nisovin-minecraft-bukkit-plugins | https://github.com/griffenx/nisovin-minecraft-bukkit-plugins | 0d2f1f2b7557f8acd308cf637e1d2c0b9c535728 | 188f76c1e66b2a123728a91cdc2b87ade150cb95 | refs/heads/master | 2016-08-11T02:10:07.017000 | 2016-03-02T02:55:18 | 2016-03-02T02:55:18 | 52,928,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nisovin.realrp;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.nisovin.realrp.chat.ChatManager;
public class CommandJoin implements CommandExecutor {
private RealRP plugin;
... | UTF-8 | Java | 952 | java | CommandJoin.java | Java | [] | null | [] | package com.nisovin.realrp;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.nisovin.realrp.chat.ChatManager;
public class CommandJoin implements CommandExecutor {
private RealRP plugin;
... | 952 | 0.676471 | 0.67437 | 39 | 22.410257 | 23.268465 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.282051 | false | false | 10 |
fb6108572b1fe27d80fb7d8afe22a1e96cf83b8b | 25,821,343,416,592 | 036bc56cafe41ec52bf886df1a4c65219721093a | /app/src/main/java/com/example/vivian/capstone_test/Utils.java | 40659004083e81dca1a1f0907bf3fd4d7eae5c8f | [] | no_license | aashreys/blend | https://github.com/aashreys/blend | 3243cb15836295a8fa5433ac21b8e94da339488e | c94f1e7ecd21e042021f99c5392b84a23d90c0e4 | refs/heads/dev | 2021-06-11T23:15:06.247000 | 2017-01-25T04:17:09 | 2017-01-25T04:17:09 | 79,223,790 | 0 | 0 | null | true | 2017-01-25T04:17:10 | 2017-01-17T12:07:11 | 2017-01-21T08:34:07 | 2017-01-25T04:17:10 | 160 | 0 | 0 | 0 | Java | null | null | package com.example.vivian.capstone_test;
import android.app.Activity;
import android.content.Intent;
import android.view.View;
import android.widget.Button;
import com.example.vivian.capstone_test.domain.values.Value;
import java.util.Collection;
/**
* Created by aashreys on 22/01/17.
*/
public class Utils {
... | UTF-8 | Java | 2,013 | java | Utils.java | Java | [
{
"context": ";\n\nimport java.util.Collection;\n\n/**\n * Created by aashreys on 22/01/17.\n */\n\npublic class Utils {\n\n publi",
"end": 278,
"score": 0.9996886849403381,
"start": 270,
"tag": "USERNAME",
"value": "aashreys"
}
] | null | [] | package com.example.vivian.capstone_test;
import android.app.Activity;
import android.content.Intent;
import android.view.View;
import android.widget.Button;
import com.example.vivian.capstone_test.domain.values.Value;
import java.util.Collection;
/**
* Created by aashreys on 22/01/17.
*/
public class Utils {
... | 2,013 | 0.63686 | 0.63388 | 57 | 34.315788 | 29.37188 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596491 | false | false | 10 |
0da00ff214dc5fec42f227a8da6531d85ddc79c7 | 17,660,905,558,791 | 4928d1b9849c1eb731a0d1a9dcbbded326dd6a5e | /edicoes-anteriores/2020.1/2021-02-05-analise-lexica/jflex/jflex-1.8.2/src/test/java/jflex/generator/PackEmitterTest.java | 36bc5a248f24cb264074c0ab6069fe3074233606 | [] | no_license | if688/if688.github.io | https://github.com/if688/if688.github.io | e830f3ae137f97e833f15b99d37d4c8496857782 | 3cad936f3a07a6be3dce465c0c8d7da871b86f01 | refs/heads/master | 2023-07-22T03:18:31.123000 | 2023-07-14T12:12:47 | 2023-07-14T12:12:47 | 82,718,957 | 19 | 27 | null | false | 2021-05-26T17:51:33 | 2017-02-21T19:33:32 | 2021-05-25T17:55:47 | 2021-05-26T17:51:32 | 3,024 | 17 | 21 | 0 | Java | false | false | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* JFlex 1.8.2 *
* Copyright (C) 1998-2018 Gerwin Klein <lsf@jflex.de> *
* All rights reserved. *
* ... | UTF-8 | Java | 1,981 | java | PackEmitterTest.java | Java | [
{
"context": " *\n * Copyright (C) 1998-2018 Gerwin Klein <lsf@jflex.de> *\n * All rights",
"end": 194,
"score": 0.9998887777328491,
"start": 182,
"tag": "NAME",
"value": "Gerwin Klein"
},
{
"context": " *\n * Copyright (C) 1998-2018 Gerw... | null | [] | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* JFlex 1.8.2 *
* Copyright (C) 1998-2018 <NAME> <<EMAIL>> *
* All rights reserved. *
* ... | 1,964 | 0.373044 | 0.327612 | 72 | 26.513889 | 25.541901 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
c1d9aacbd578842c6f3f72c1a777dd981cde24bb | 33,646,773,822,208 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Maven/Maven1244.java | dc5bb0b49daffc546bb1f55a9f2daf42d0bd691f | [] | no_license | saber13812002/DeepCRM | https://github.com/saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473000 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | @Override
public ResolutionGroup retrieve( Artifact artifact, ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories )
throws ArtifactMetadataRetrievalException
{
ResolutionGroup rg = super.retrieve( artifact, localRepository, rem... | UTF-8 | Java | 468 | java | Maven1244.java | Java | [] | null | [] | @Override
public ResolutionGroup retrieve( Artifact artifact, ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories )
throws ArtifactMetadataRetrievalException
{
ResolutionGroup rg = super.retrieve( artifact, localRepository, rem... | 468 | 0.613248 | 0.613248 | 14 | 32.142857 | 33.251976 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
e8fdc85b6b8b141290b96d8df46b3a66421740ef | 29,480,655,534,099 | 6480864eb635da10800cd8c56ef79f4b8e5fbf3e | /Seminar8/src/ro/ase/cts/proxy/program/Main.java | b98239d819f0cfc053e27e74f3d06e22556fa13f | [] | no_license | dinugeorgian/CTS.Seminar | https://github.com/dinugeorgian/CTS.Seminar | 80e0e3aeccd5a686b0b7853354952975ff1d89d2 | 29866b88926d2dd9c5868d12092abbf96e9c7f5c | refs/heads/master | 2023-05-06T10:50:08.662000 | 2021-05-20T05:19:38 | 2021-05-20T05:19:38 | 342,138,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.ase.cts.proxy.program;
import ro.ase.cts.proxy.clase.IRezervare;
import ro.ase.cts.proxy.clase.ProxyRezervare;
import ro.ase.cts.proxy.clase.Rezervare;
public class Main {
public static void main(String[] args) {
IRezervare rezervarePentruDouaPersoane = new Rezervare(3,2);
rezervarePentruDo... | UTF-8 | Java | 574 | java | Main.java | Java | [] | null | [] | package ro.ase.cts.proxy.program;
import ro.ase.cts.proxy.clase.IRezervare;
import ro.ase.cts.proxy.clase.ProxyRezervare;
import ro.ase.cts.proxy.clase.Rezervare;
public class Main {
public static void main(String[] args) {
IRezervare rezervarePentruDouaPersoane = new Rezervare(3,2);
rezervarePentruDo... | 574 | 0.752613 | 0.747387 | 21 | 25.333334 | 25.003492 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 10 |
3f20b563aebeec8a6133de8cbde5b1183a3723c5 | 12,292,196,417,082 | e4eb9b7bcd364e4e8ebb350819363e3f2e3d19e2 | /src/main/java/local/wasck/oauth2/oauth2env/api/model/User.java | dc7597450ffbe39046d01c5aeeb41b0a0a2831cc | [] | no_license | wasck/oauth2-env | https://github.com/wasck/oauth2-env | 0082a6ca1d5b97ba7527bba4f33723873774d3e1 | 29e622b6602b5278202ed056c40c2bc3f9d28f84 | refs/heads/master | 2022-12-30T05:48:27.185000 | 2020-10-16T21:44:48 | 2020-10-16T21:44:48 | 304,692,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.wasck.oauth2.oauth2env.api.model;
import java.util.UUID;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class User {
private UUID id;
private String username;
private String email;
public User(String username, String email) {
this.id = UUID.randomUUID();
this.username = u... | UTF-8 | Java | 358 | java | User.java | Java | [
{
"context": "{\n\t\tthis.id = UUID.randomUUID();\n\t\tthis.username = username;\n\t\tthis.email = email;\n\t}\n\t\n}\n",
"end": 327,
"score": 0.9973434805870056,
"start": 319,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package local.wasck.oauth2.oauth2env.api.model;
import java.util.UUID;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class User {
private UUID id;
private String username;
private String email;
public User(String username, String email) {
this.id = UUID.randomUUID();
this.username = u... | 358 | 0.731844 | 0.726257 | 22 | 15.272727 | 14.145933 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 10 |
32fd5f249e68e2c3d7bd2540466fb087ff232376 | 23,785,528,886,623 | c3e9cd3fd57058205f56fe2bc4d686000d170214 | /FlooringMastery/src/main/java/com/sg/flooringmastery/service/FlooringOrderService.java | 4fb4bcbc2f0e4df3f02df922f50cfd8cdae27be7 | [] | no_license | vincentsiciliano/ProfessionalGit | https://github.com/vincentsiciliano/ProfessionalGit | 30a703b8b59b67a83642338de187ef48473f67a5 | a84f74abb4d3bbde092d2ad35ce73e992d4af68c | refs/heads/master | 2020-06-26T13:15:13.370000 | 2017-09-25T07:35:12 | 2017-09-25T07:35:12 | 97,021,740 | 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.sg.flooringmastery.service;
import com.sg.flooringmastery.dao.FlooringPersistenceException;
import com.sg.flooringmastery.... | UTF-8 | Java | 1,118 | java | FlooringOrderService.java | Java | [
{
"context": "calDate;\nimport java.util.List;\n\n/**\n *\n * @author vincentsiciliano\n */\npublic interface FlooringOrderService {\n p",
"end": 499,
"score": 0.9983723163604736,
"start": 483,
"tag": "USERNAME",
"value": "vincentsiciliano"
}
] | 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.sg.flooringmastery.service;
import com.sg.flooringmastery.dao.FlooringPersistenceException;
import com.sg.flooringmastery.... | 1,118 | 0.768336 | 0.768336 | 32 | 33.9375 | 21.99707 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78125 | false | false | 10 |
5a8a7ea20b26665a31b5bce03c90dab5e7a4ed87 | 21,311,627,741,469 | 0df51317f34e2c87d9f4d4a2f806bf6483e86bfe | /Project/backend/src/main/java/com/easy2manage/backend/enums/ticket/TicketStatus.java | 02aaa2ca1191397d41566cc5a3cb771ce4dc553c | [] | no_license | IlyaMarkevichV/Easy2Manage | https://github.com/IlyaMarkevichV/Easy2Manage | a440cf902ccfed41621b0f8759b46d7505abda44 | 1e7cb5cbff5f811f816f8ee6049cfd476f6c44be | refs/heads/master | 2023-01-10T03:33:09.663000 | 2020-05-10T19:23:54 | 2020-05-10T19:23:54 | 237,292,969 | 0 | 0 | null | false | 2023-01-07T14:56:58 | 2020-01-30T19:51:16 | 2020-05-10T19:24:11 | 2023-01-07T14:56:58 | 3,286 | 0 | 0 | 34 | Java | false | false | package com.easy2manage.backend.enums.ticket;
public enum TicketStatus {
OPEN,
IN_BUILD,
IN_DESIGN,
IN_ANALYSIS,
READY_FOR_DESIGN,
ON_HOLD,
READY_FOR_TESTING,
REOPENED,
CLOSED,
IN_QA,
READY_FOR_BUILD,
QA_DONE,
IMPLEMENT
}
| UTF-8 | Java | 275 | java | TicketStatus.java | Java | [] | null | [] | package com.easy2manage.backend.enums.ticket;
public enum TicketStatus {
OPEN,
IN_BUILD,
IN_DESIGN,
IN_ANALYSIS,
READY_FOR_DESIGN,
ON_HOLD,
READY_FOR_TESTING,
REOPENED,
CLOSED,
IN_QA,
READY_FOR_BUILD,
QA_DONE,
IMPLEMENT
}
| 275 | 0.621818 | 0.618182 | 17 | 15.176471 | 9.883053 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 10 |
80c23896a6bf0e76e98df284cbb3b2f9d448815c | 7,980,049,257,167 | 274e9ceb5a7a64fce961484e4106d266e8b238fe | /DemonstratorClient/hmas/test/net/eads/astrium/dream/fas/bdd/CreateSensorStruct.java | 912a53cc263c481956373e300b6254379d1f66ff | [] | no_license | ulrichsebastian31/opensearch-earth-observation-products-system | https://github.com/ulrichsebastian31/opensearch-earth-observation-products-system | cfe6ce335e93d15257c03e8bf433b6a69a44525f | edc74e1162431b9ee853f51abe8a9c7689e87f0a | refs/heads/master | 2020-05-17T00:33:15.836000 | 2015-05-01T13:54:59 | 2015-05-01T13:54:59 | 32,464,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.eads.astrium.dream.fas.bdd;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
*
* @author re-sulrich
*/
public class CreateSenso... | UTF-8 | Java | 8,779 | java | CreateSensorStruct.java | Java | [
{
"context": "ys;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author re-sulrich\r\n */\r\npublic class CreateSensorStruct {\r\n \r\n ",
"end": 289,
"score": 0.8772572875022888,
"start": 279,
"tag": "NAME",
"value": "re-sulrich"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.eads.astrium.dream.fas.bdd;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
*
* @author re-sulrich
*/
public class CreateSenso... | 8,779 | 0.614762 | 0.6077 | 187 | 44.946526 | 30.866581 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.048128 | false | false | 10 |
1244c4e2908d8773ee5ca6b70c3abf1123cbef87 | 11,965,778,905,877 | bfc60e75b7628d50e79d1e25b92939c6c927ec02 | /trunk/zk_sample_gui/src/de/forsthaus/sampledata/statistic/Statistic.java | efd64bb28f451ef798fbdb7c015354612c584694 | [] | no_license | BGCX261/zk-sample-gui-svn-to-git | https://github.com/BGCX261/zk-sample-gui-svn-to-git | 22b76cb737e73e467d6df03d6f37fece9c1b0115 | fcf4e7ad90edcd75a104cbb55af419bae7057961 | refs/heads/master | 2021-01-01T05:43:07.727000 | 2015-08-25T15:34:06 | 2015-08-25T15:34:06 | 41,487,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.forsthaus.sampledata.statistic;
import java.io.Serializable;
import java.util.List;
import org.zkoss.zk.ui.Desktop;
import org.zkoss.zk.ui.Session;
import org.zkoss.zk.ui.util.Monitor;
/**
* An implementation of {@link Monitor} to accumulate statistic data in memory.
*
* <p>
* It has no ... | UTF-8 | Java | 3,373 | java | Statistic.java | Java | [
{
"context": "you specify it in WEB-INF/zk.xml.\r\n * \r\n * @author tomyeh\r\n * @changes 16.07.2009 / sge(at)forsthaus(dot)de",
"end": 390,
"score": 0.9991416931152344,
"start": 384,
"tag": "USERNAME",
"value": "tomyeh"
}
] | null | [] | package de.forsthaus.sampledata.statistic;
import java.io.Serializable;
import java.util.List;
import org.zkoss.zk.ui.Desktop;
import org.zkoss.zk.ui.Session;
import org.zkoss.zk.ui.util.Monitor;
/**
* An implementation of {@link Monitor} to accumulate statistic data in memory.
*
* <p>
* It has no ... | 3,373 | 0.660243 | 0.653424 | 153 | 20.045752 | 22.631269 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.169935 | false | false | 10 |
8a74bdb170341742cdc73734162acc39d0cac624 | 2,568,390,472,951 | cfa646154d8b3c0163b7d5b7f74ef446026aa2ca | /java/objectclass/src/com/ustglobal/objectclass/Marker.java | cd90f528d660c595289227a7a2fbf30035b50b64 | [] | no_license | Manasa-Acharya/USTGlobal-16Sep19-Manasa | https://github.com/Manasa-Acharya/USTGlobal-16Sep19-Manasa | 46f17a348cd7446dee7a40ae9140a71a5fda6c40 | 360b804a3a654c0b9510e37ce8c37ecad643801a | refs/heads/master | 2023-01-14T11:07:50.234000 | 2019-12-22T02:29:08 | 2019-12-22T02:29:08 | 215,539,906 | 0 | 0 | null | false | 2023-01-07T13:04:49 | 2019-10-16T12:13:42 | 2019-12-22T02:33:42 | 2023-01-07T13:04:49 | 33,273 | 0 | 0 | 121 | Java | false | false | package com.ustglobal.objectclass;
public class Marker {
void write() {
System.out.println("write method");
}
}
| UTF-8 | Java | 118 | java | Marker.java | Java | [] | null | [] | package com.ustglobal.objectclass;
public class Marker {
void write() {
System.out.println("write method");
}
}
| 118 | 0.70339 | 0.70339 | 7 | 15.857142 | 14.475877 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 10 |
62e4a8e7fc100ef93d395729d1a5373d5986a6e0 | 19,043,885,034,954 | 057cf092b91460d97255c548abdf95b737df8cab | /src/main/java/com/ydx/datamigration/service/ky/pospboss/KYPospBossService.java | 6ba2b19ba2da06294344c88d55c8305eb39d6e3b | [] | no_license | XiaoKuKuSama/DataMigration | https://github.com/XiaoKuKuSama/DataMigration | 3ce8281d320c1f212df0be48d18c40bb17c65c0b | cf8ed7cbaeee84ed4ac0eb46648ba02b955aacf5 | refs/heads/master | 2020-04-08T22:35:59.054000 | 2018-11-30T14:41:49 | 2018-11-30T14:41:49 | 159,793,602 | 0 | 0 | null | false | 2018-11-30T09:51:39 | 2018-11-30T08:38:51 | 2018-11-30T08:51:57 | 2018-11-30T09:51:38 | 0 | 0 | 0 | 0 | null | false | null | package com.ydx.datamigration.service.ky.pospboss;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.ydx.datamigration.config.KYPospBossDataSourceConfig;
import com.ydx.datamigration.dao.ky.pospboss.KYOrganizationMapper;
import com.ydx.datamigration.enums.ConstantEnum;
import com.ydx... | UTF-8 | Java | 5,639 | java | KYPospBossService.java | Java | [] | null | [] | package com.ydx.datamigration.service.ky.pospboss;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.ydx.datamigration.config.KYPospBossDataSourceConfig;
import com.ydx.datamigration.dao.ky.pospboss.KYOrganizationMapper;
import com.ydx.datamigration.enums.ConstantEnum;
import com.ydx... | 5,639 | 0.663438 | 0.659259 | 138 | 37.152172 | 35.927242 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 10 |
fc28400a3cb36d62d679c647755bbd83886019fb | 22,625,887,734,844 | 362a7c99aa2279f373e7b2d45af05304f5e9b576 | /55_Java8Base64EncodingDecoding/src/com/mohit/test/EncodingDecodingTest.java | 8b6d608939a89b0583c5e08949261034b76d6c45 | [] | no_license | mohit-1512/Java | https://github.com/mohit-1512/Java | 3961759d9354bd50df5a31e50a3d7b997ff72ca3 | 39d9210d4c9810d278ebc42a3e58a7f58f483de3 | refs/heads/master | 2020-03-29T17:56:44.060000 | 2018-09-25T00:47:21 | 2018-09-25T00:47:21 | 150,186,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mohit.test;
import java.io.UnsupportedEncodingException;
import java.util.Base64;
public class EncodingDecodingTest {
public static void main(String[] args) throws UnsupportedEncodingException {
// basicEncoding();
final String textData= "Java8Base64 Encoding";
String encodeToString = Base64.get... | UTF-8 | Java | 1,082 | java | EncodingDecodingTest.java | Java | [] | null | [] | package com.mohit.test;
import java.io.UnsupportedEncodingException;
import java.util.Base64;
public class EncodingDecodingTest {
public static void main(String[] args) throws UnsupportedEncodingException {
// basicEncoding();
final String textData= "Java8Base64 Encoding";
String encodeToString = Base64.get... | 1,082 | 0.756007 | 0.737523 | 36 | 29.055555 | 29.322863 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 10 |
d1ec4e5674049334fe11807db0ce1574d45a1efb | 13,408,887,916,023 | 02e229f99ff605598b5495dc0d76788bd8c72540 | /src/chess/game/objects/Player.java | 05e5189982e4f5aa46934bd559bef43a0fcb59d3 | [] | no_license | fmahmud/customChess | https://github.com/fmahmud/customChess | 4bc8305c67260b30b4158c1c95c50c95120e4d8d | 6e54f18593f91b66c0e969cb16b9aa52a6c66895 | refs/heads/master | 2021-01-19T11:37:19.168000 | 2015-03-19T22:20:14 | 2015-03-19T22:20:14 | 26,740,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chess.game.objects;
import chess.general.Loggable;
import java.util.Vector;
public class Player extends Loggable {
private String name;
private Team team;
protected Vector<Piece> killedPieces, pieces;
protected Vector<Piece> objectives;
private boolean isComputer = false;
public Pla... | UTF-8 | Java | 1,598 | java | Player.java | Java | [] | null | [] | package chess.game.objects;
import chess.general.Loggable;
import java.util.Vector;
public class Player extends Loggable {
private String name;
private Team team;
protected Vector<Piece> killedPieces, pieces;
protected Vector<Piece> objectives;
private boolean isComputer = false;
public Pla... | 1,598 | 0.563204 | 0.563204 | 77 | 19.766233 | 15.761944 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376623 | false | false | 10 |
2ce3d65f3ffa5cf60a147a1aaafd23b352275e4a | 8,100,308,364,248 | da4339b62d1920e99c7a38b391238bac86939eb5 | /app/src/main/java/edu/hsb/proto/test/service/impl/DefaultLoginService.java | 9ae1a904b5a985d2232b649fd0be238f6b6ee31a | [] | no_license | He1md4ll/TestPrototyp | https://github.com/He1md4ll/TestPrototyp | 2b20df805b3a3679391d6eb3ba797eae8bc13b2d | 2c2b9725b44d93df249b3104d5b04346bec60767 | refs/heads/master | 2020-03-29T09:16:43.751000 | 2018-10-22T14:02:34 | 2018-10-22T14:02:34 | 149,750,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.hsb.proto.test.service.impl;
import android.text.TextUtils;
import android.util.Log;
import java.io.IOException;
import edu.hsb.proto.test.connection.ConnectionManager;
import edu.hsb.proto.test.domain.User;
import edu.hsb.proto.test.service.ILoginService;
import edu.hsb.proto.test.util.CryptoUtils;
impo... | UTF-8 | Java | 2,354 | java | DefaultLoginService.java | Java | [
{
"context": " public static final String SUPER_SECRET_KEY = \"3jx2rf*dagf3bh#utf$f234!\";\n public static final String RIGHT_USERNAME = \"",
"end": 592,
"score": 0.9982044100761414,
"start": 566,
"tag": "KEY",
"value": "3jx2rf*dagf3bh#utf$f234!\";"
},
{
"context": "\n public... | null | [] | package edu.hsb.proto.test.service.impl;
import android.text.TextUtils;
import android.util.Log;
import java.io.IOException;
import edu.hsb.proto.test.connection.ConnectionManager;
import edu.hsb.proto.test.domain.User;
import edu.hsb.proto.test.service.ILoginService;
import edu.hsb.proto.test.util.CryptoUtils;
impo... | 2,335 | 0.671198 | 0.663551 | 65 | 35.23077 | 28.568283 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.676923 | false | false | 10 |
dc082b2e8a8026878a9d5029e1c9ae38c0b56bcc | 17,403,207,511,994 | 792268f1c32dc0905185412a44ab079e7721ab5a | /couteau-reflection/src/main/java/com/mmnaseri/couteau/reflection/convert/impl/DefaultBeanConverter.java | 6cbf9a07b7885adb5cc1f54fe0203f4110f6a78b | [
"MIT"
] | permissive | mmnaseri/couteau | https://github.com/mmnaseri/couteau | 13f3effe7295a84025add5714d6b76ef7d6284a1 | e39931bf492d9f52f5af96c19d89853aac61188f | refs/heads/master | 2021-06-14T00:45:48.903000 | 2016-10-31T21:09:18 | 2016-10-31T21:09:18 | 10,993,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License (MIT)
*
* Copyright (c) 2013 Milad Naseri.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use... | UTF-8 | Java | 8,417 | java | DefaultBeanConverter.java | Java | [
{
"context": "\n * The MIT License (MIT)\n *\n * Copyright (c) 2013 Milad Naseri.\n *\n * Permission is hereby granted, free of char",
"end": 65,
"score": 0.9998871088027954,
"start": 53,
"tag": "NAME",
"value": "Milad Naseri"
},
{
"context": "rty.impl.SimplePropertyDescriptor;\n\n/*... | null | [] | /*
* The MIT License (MIT)
*
* Copyright (c) 2013 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy... | 8,389 | 0.697398 | 0.695735 | 178 | 46.286518 | 40.076641 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533708 | false | false | 10 |
92dabd9867947aab13cfa673b3231e1e218e469e | 22,488,448,784,807 | 984628682514cfd15de38a93073665cef4f5a621 | /mario projects/src/sample/Main.java | acaa50091ef1dbb8892815b7f507244e312a76b0 | [] | no_license | amin-biazar/simple-mario-game-using-javafx | https://github.com/amin-biazar/simple-mario-game-using-javafx | ff2a2befde3e916147c86572b29bbe080be481e0 | 5bb6e45bd7d2ec8d95a634d3a2e490dbba38a1be | refs/heads/master | 2023-03-17T21:38:12.706000 | 2021-03-06T09:57:40 | 2021-03-06T09:57:40 | 283,238,416 | 0 | 0 | null | false | 2021-03-06T09:57:40 | 2020-07-28T14:34:31 | 2020-07-28T15:01:39 | 2021-03-06T09:57:40 | 10,258 | 0 | 0 | 2 | Java | false | false | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
public static double width, height;
public static void main(String[] args) {
laun... | UTF-8 | Java | 856 | java | Main.java | Java | [
{
"context": "(\"sample.fxml\"));\r\n primaryStage.setTitle(\"AMIN BIAZAR\");\r\n primaryStage.setScene(new Scene(root,",
"end": 538,
"score": 0.9997965693473816,
"start": 527,
"tag": "NAME",
"value": "AMIN BIAZAR"
}
] | null | [] | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
public static double width, height;
public static void main(String[] args) {
laun... | 851 | 0.667056 | 0.65771 | 28 | 28.571428 | 20.159061 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 10 |
8e69301eba6b1cc238b4dffc01b7a7e9bb7ea611 | 25,589,415,176,027 | 195f517cbad8108cd56b52343acefec2e00f4e33 | /app/src/main/java/com/mobileapps/week3daily3homework_fragmentsrecyclerview/MainActivity.java | 1fe75f9e78dcd1593bdac50cedba37d318a62133 | [] | no_license | RicardoJGB/Week3Daily3HomeworkFragmentsRecyclerView | https://github.com/RicardoJGB/Week3Daily3HomeworkFragmentsRecyclerView | e8d70a33b13f35e8aec95bb73657229a729876bb | dfc1cdd995238f21b191348e812909062a222fe4 | refs/heads/master | 2020-04-08T20:35:37.273000 | 2018-11-30T19:11:45 | 2018-11-30T19:11:45 | 159,706,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobileapps.week3daily3homework_fragmentsrecyclerview;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.mobileapps.week3daily3homework_fragmentsrecyclerview.Fragment... | UTF-8 | Java | 1,819 | java | MainActivity.java | Java | [] | null | [] | package com.mobileapps.week3daily3homework_fragmentsrecyclerview;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.mobileapps.week3daily3homework_fragmentsrecyclerview.Fragment... | 1,819 | 0.719076 | 0.714678 | 65 | 26.984615 | 27.656404 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 10 |
2574fdd2418fa224ce2a80dd1eef82f8931eceec | 23,639,500,012,643 | 7f46f4b94bbaf90256ddb4c30687bc8ac4262dd7 | /pdm/src/xmgcgl/AllMisController.java | 6dd7dd5db20ace7bcb0b6db2f00306cf145cd43c | [] | no_license | JCoder1995/pdm | https://github.com/JCoder1995/pdm | 3636f66fa419b619c0b4ae8cea20bd1025a86636 | d1ca5117ce795059b6ea531663b4e05fe254edd8 | refs/heads/master | 2018-02-08T00:50:28.548000 | 2017-07-05T01:43:55 | 2017-07-05T01:43:55 | 96,265,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xmgcgl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import xtgl.Department;
import xtgl.User;
import com.jfinal.core.Controller;
import com.jfinal.plugin.activerecord.Db;
import com.jfinal.plugin.activerecord.Page;
public class AllMisContr... | UTF-8 | Java | 2,826 | java | AllMisController.java | Java | [] | null | [] | package xmgcgl;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import xtgl.Department;
import xtgl.User;
import com.jfinal.core.Controller;
import com.jfinal.plugin.activerecord.Db;
import com.jfinal.plugin.activerecord.Page;
public class AllMisContr... | 2,826 | 0.63962 | 0.63231 | 104 | 24.307692 | 23.687906 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 10 |
3b72c6c908e906857ab41ab8d13e52f29c188093 | 23,639,500,013,034 | 112c058343474d231c7f6c666f8bcdbc82d5154a | /chap06/Q6_19/ex19/StoryBook.java | 019c9ab0a58e9e28ddcfac5b8d2fafd6fe172294 | [] | no_license | ToshiBoze/-Java-JavaSilver- | https://github.com/ToshiBoze/-Java-JavaSilver- | fd487371e91607cdc24287c850a3890612a40b83 | f342abb804070869b716f5cb40a58813d903094a | refs/heads/master | 2022-11-10T14:53:19.129000 | 2020-06-25T12:40:44 | 2020-06-25T12:40:44 | 274,904,066 | 1 | 0 | null | false | 2020-06-25T12:18:39 | 2020-06-25T11:54:41 | 2020-06-25T12:12:11 | 2020-06-25T12:15:04 | 0 | 0 | 0 | 1 | Java | false | false | package ex19;
import other.Book;
public class StoryBook extends Book {}
| UTF-8 | Java | 75 | java | StoryBook.java | Java | [] | null | [] | package ex19;
import other.Book;
public class StoryBook extends Book {}
| 75 | 0.76 | 0.733333 | 3 | 23 | 10.801234 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
44659f522baa030dbb710de347c5fac6c6833a17 | 23,639,500,013,174 | 7f7a28cde5e6374e76b2e175f680f750f24e955e | /Lab8/src/Project1.java | f226614cd1bd53eeca3325a8f8fcf40fc8684eef | [
"MIT"
] | permissive | SpaceJello/ITSC-1212 | https://github.com/SpaceJello/ITSC-1212 | f5dd840dbcb942d3f3cab521cac58342ef72ab13 | e70c28b65d19da0b2b6d49f0b71277924e8d6602 | refs/heads/master | 2017-12-13T16:30:30.351000 | 2017-01-07T22:15:38 | 2017-01-07T22:15:38 | 78,290,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
/**
*
* @author Alex Onghena,
* @date 11-26-2016
* This program generates gets a matrix and adds up diagonals
*
*/
public class Project1 {
public static void main(String[] args) {
Scanner e = new Scanner(System.in);//new Scanner
int n;//used to hold dimension of matrix
double ... | UTF-8 | Java | 1,325 | java | Project1.java | Java | [
{
"context": "import java.util.Scanner;\n/**\n * \n * @author Alex Onghena,\n * @date 11-26-2016 \n * This program generates g",
"end": 57,
"score": 0.9998654127120972,
"start": 45,
"tag": "NAME",
"value": "Alex Onghena"
}
] | null | [] | import java.util.Scanner;
/**
*
* @author <NAME>,
* @date 11-26-2016
* This program generates gets a matrix and adds up diagonals
*
*/
public class Project1 {
public static void main(String[] args) {
Scanner e = new Scanner(System.in);//new Scanner
int n;//used to hold dimension of matrix
double sum;//... | 1,319 | 0.612075 | 0.600755 | 54 | 23.537037 | 19.086269 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.092592 | false | false | 10 |
f2fe4f382ffeb2c810cf9c9cccfbee70c37dccea | 11,974,368,863,403 | 2d2182751792ef0cd5156bb0bb1071a548400818 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/ops/ethan/Ethan_Game_TeleOp.java | 6c31bc4cd00b437c6a6323f83a316f444946b055 | [
"BSD-3-Clause"
] | permissive | Team-Tundrabots/2018-19_ftc_app_v4.0 | https://github.com/Team-Tundrabots/2018-19_ftc_app_v4.0 | 1b733c857a8bda71d2f89565f2936d2e186f9e2a | a75f1f7b17c23dcc0e79e1a60ede88a963858de2 | refs/heads/master | 2021-06-18T17:23:27.751000 | 2019-03-02T03:52:21 | 2019-03-02T03:52:21 | 148,939,375 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Copyright (c) 2017 FIRST. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided that
* the following conditions are met:
*
* Redistributions of source code must retain the above cop... | UTF-8 | Java | 5,324 | java | Ethan_Game_TeleOp.java | Java | [] | null | [] | /* Copyright (c) 2017 FIRST. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided that
* the following conditions are met:
*
* Redistributions of source code must retain the above cop... | 5,324 | 0.638618 | 0.632419 | 135 | 38.437038 | 29.510477 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681481 | false | false | 10 |
b6d381556707905f1c1a7b16fe7b8e2649367fba | 23,948,737,712,141 | c9dd592108689be08cd4908d97970255bf914eb2 | /src/main/java/netty/common/message/DemonRequest.java | cc463ebd89ef2738431887759b46456faeeb9131 | [] | no_license | huangzhonghua/DemonNetty | https://github.com/huangzhonghua/DemonNetty | 717dba0f8467b7a0565749ed40d913fce8d23bb6 | af8bb02ae96cf677b3b774137eeca31a62212d07 | refs/heads/master | 2021-01-24T21:20:35.527000 | 2015-10-27T12:52:38 | 2015-10-27T12:52:38 | 45,444,749 | 1 | 0 | null | true | 2015-11-03T05:49:38 | 2015-11-03T05:49:38 | 2015-11-03T05:49:29 | 2015-10-27T12:52:48 | 1,028 | 0 | 0 | 0 | null | null | null | package netty.common.message;
import java.util.ArrayList;
public class DemonRequest extends DemonMessage implements Cloneable {
/**
*
*/
private static final long serialVersionUID = 1L;
public DemonRequest(byte method) {
super(method);
// TODO Auto-generated constructor stub
}
public byte getMethod()... | UTF-8 | Java | 1,159 | java | DemonRequest.java | Java | [] | null | [] | package netty.common.message;
import java.util.ArrayList;
public class DemonRequest extends DemonMessage implements Cloneable {
/**
*
*/
private static final long serialVersionUID = 1L;
public DemonRequest(byte method) {
super(method);
// TODO Auto-generated constructor stub
}
public byte getMethod()... | 1,159 | 0.707506 | 0.706644 | 53 | 20.867924 | 20.958214 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.660377 | false | false | 10 |
857c4569e3bc2285f23ed6e6b4c88e91d8850dc3 | 7,705,171,366,380 | 2eedf82c8702ed4f9fb09e563e2634125414e129 | /POM/src/parameters/DataproviderByMethodClass.java | 742e69995319e4f57b824c4724abf347c6fc75c7 | [] | no_license | lagiewnik/G99_selenium | https://github.com/lagiewnik/G99_selenium | 073f52dc734e789ff28cf40902fccdd60a34b06c | 52ff6365dbea0f956decb9319256020d9dfba504 | refs/heads/master | 2020-06-27T20:42:01.044000 | 2019-08-27T07:57:35 | 2019-08-27T07:57:35 | 200,044,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package parameters;
import java.lang.reflect.Method;
import org.testng.annotations.DataProvider;
public class DataproviderByMethodClass {
@DataProvider(name="SearchProvider")
public static Object[][] getDataFromDataprovider(Method m){
if (m.getName().equalsIgnoreCase("testMethodA")){
... | UTF-8 | Java | 748 | java | DataproviderByMethodClass.java | Java | [
{
"context": " \treturn new Object[][] {\n { \"Guru99\", \"pranie tapicerek\" },\n { \"",
"end": 379,
"score": 0.9413473606109619,
"start": 375,
"tag": "NAME",
"value": "Guru"
},
{
"context": "eturn new Object[][] {\n { \"Guru... | null | [] | package parameters;
import java.lang.reflect.Method;
import org.testng.annotations.DataProvider;
public class DataproviderByMethodClass {
@DataProvider(name="SearchProvider")
public static Object[][] getDataFromDataprovider(Method m){
if (m.getName().equalsIgnoreCase("testMethodA")){
... | 732 | 0.457219 | 0.451872 | 24 | 30.208334 | 18.452595 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 10 |
56c2653c02d57e99373ae2fb1954a83480250ec6 | 24,842,090,856,682 | e5d85855be4f4a6f003b10c2072c8413d1f0b777 | /src/junk/tagger/mp3/id3v230/ID3v230Frame.java | c9d0812d6730a4916379655b149e8248c3e706a0 | [] | no_license | aloucks/Tagger | https://github.com/aloucks/Tagger | a437467b3cdc3503be046e68033c2fb7a903c6c2 | a33aba45c5be167b30f411a52972c59a9fe4917e | refs/heads/master | 2021-01-10T21:07:05.584000 | 2011-06-10T00:40:28 | 2011-06-10T00:40:28 | 829,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package junk.tagger.mp3.id3v230;
import java.io.IOException;
public interface ID3v230Frame {
/**
* Return the entire frame as raw bytes.
* @return
*/
public byte[] getBytes() throws IOException;
/**
* Return the frame payload as raw bytes.
* @return
*/
public byte[] getFrameData();
public void se... | UTF-8 | Java | 606 | java | ID3v230Frame.java | Java | [] | null | [] | package junk.tagger.mp3.id3v230;
import java.io.IOException;
public interface ID3v230Frame {
/**
* Return the entire frame as raw bytes.
* @return
*/
public byte[] getBytes() throws IOException;
/**
* Return the frame payload as raw bytes.
* @return
*/
public byte[] getFrameData();
public void se... | 606 | 0.69802 | 0.683168 | 33 | 17.363636 | 16.749163 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.212121 | false | false | 10 |
aa73b5897da8c3ad3156b79c65fcff6ca7da5f2a | 20,143,396,659,180 | a48cb2eed6a1d93d0b11bb4efc520b34484ffaa2 | /APLesson_05/Exercise_02.java | 1121118d34e30959ed3e10a8b87d03ef7f61f3bc | [] | no_license | willnute/Nute_Will | https://github.com/willnute/Nute_Will | 8fd713d34b698dba40064db8ae6f8f2816097be0 | 65c6c2cca5e8d990e619acfc56df376d30ea3461 | refs/heads/master | 2021-05-04T06:01:19.198000 | 2017-05-31T18:38:23 | 2017-05-31T18:38:23 | 68,948,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Exercise_02
{
public static void main(String[]args)
{
Scanner kb = new Scanner(System.in);
System.out.println("Please input Item 1:");
String item1 = kb.nextLine();
System.out.println("Please input the price:");
double item1Price = kb.nextDouble();
kb.nextLine();... | UTF-8 | Java | 1,694 | java | Exercise_02.java | Java | [] | null | [] | import java.util.Scanner;
public class Exercise_02
{
public static void main(String[]args)
{
Scanner kb = new Scanner(System.in);
System.out.println("Please input Item 1:");
String item1 = kb.nextLine();
System.out.println("Please input the price:");
double item1Price = kb.nextDouble();
kb.nextLine();... | 1,694 | 0.639906 | 0.615702 | 65 | 25.076923 | 19.137003 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.476923 | false | false | 10 |
fac04fb823be9346831f34ebb7d12c7326371d97 | 21,182,778,741,008 | c173aed96ea5021e0982cb6520552cff80e23dc8 | /src/main/java/com/ygpedroso/feedParser/entities/Rss.java | cdd96c55a280bc1dec14534c3c2caab1b2ef5b0f | [
"MIT"
] | permissive | ygpedroso/feedParser | https://github.com/ygpedroso/feedParser | 6e4bbcbc5dd858fccd4f9065cd09533572f8168f | 5cf0b099a95ffbb8df8a4a82488a1adbea2ed8d0 | refs/heads/master | 2020-03-09T14:03:49.614000 | 2019-05-21T19:33:49 | 2019-05-21T19:33:49 | 128,822,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ygpedroso.feedParser.entities;
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
@Root(strict = false)
public class Rss {
@Attribute(required = false)
public String version;
@Element(required = false)
public Channel cha... | UTF-8 | Java | 328 | java | Rss.java | Java | [
{
"context": "package com.ygpedroso.feedParser.entities;\n\nimport org.simpleframewor",
"end": 19,
"score": 0.7235058546066284,
"start": 14,
"tag": "USERNAME",
"value": "pedro"
}
] | null | [] | package com.ygpedroso.feedParser.entities;
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
@Root(strict = false)
public class Rss {
@Attribute(required = false)
public String version;
@Element(required = false)
public Channel cha... | 328 | 0.756098 | 0.756098 | 15 | 20.866667 | 15.97025 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
189766ec773954c70dff493df345337812300da4 | 26,036,091,748,822 | 8783050503b0e394e81736a69154c020d92ca5a0 | /bulasweb1_2/src/java/util/CarregaCfg.java | f7adfbf67c01a0609073c09d181b0d56a0864804 | [] | no_license | fgalluzzo/buscabuleana | https://github.com/fgalluzzo/buscabuleana | 697d125dd605063a384f7dfab50e1890631165b6 | 65a6d3999d47aab84db76b02092cccbab6327984 | refs/heads/master | 2016-08-02T21:55:42.518000 | 2010-09-12T21:31:18 | 2010-09-12T21:31:18 | 32,118,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package util;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.DomDriver;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.loggin... | UTF-8 | Java | 2,075 | java | CarregaCfg.java | Java | [
{
"context": "t javax.servlet.ServletContext;\n\n/**\n *\n * @author galluzzo\n */\npublic class CarregaCfg {\n\n public static ",
"end": 467,
"score": 0.9995559453964233,
"start": 459,
"tag": "USERNAME",
"value": "galluzzo"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package util;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.DomDriver;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.loggin... | 2,075 | 0.658313 | 0.658313 | 64 | 31.421875 | 25.144461 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671875 | false | false | 10 |
531795c87dbabe4fe749b33a6f6331a18833675e | 10,496,900,133,474 | 1a105fc9c5a6cf649b75bf9c299ff6f44f0fc3f9 | /app/src/main/java/com/mosl/refreshandload/widget/RefreshLayout.java | 8baaeff718d93b84eedb8c18a7a9ea29f5a07c07 | [
"Apache-2.0"
] | permissive | moselin/dragToRefresh | https://github.com/moselin/dragToRefresh | 660ac72235bfa132f89bbab6cadce392a03fcc3e | 84a24034c6a893880c8001e0ba2e68cc3ea4f2d7 | refs/heads/master | 2021-01-17T18:43:59.965000 | 2016-12-06T08:17:35 | 2016-12-06T08:17:35 | 64,522,813 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mosl.refreshandload.widget;
import android.animation.ObjectAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.support.v4.view.MotionEventCompat;
import android.support.v4.view.ViewCompat;
import android.support.v4.widget.ViewDragHelper;
im... | UTF-8 | Java | 11,868 | java | RefreshLayout.java | Java | [
{
"context": "on 自定义上拉加载 下拉刷新控件 基于ViewDragHelper来实现\n * @Author MoseLin\n * @Date 2016/7/21.\n */\n\npublic class RefreshLayo",
"end": 665,
"score": 0.8455891013145447,
"start": 658,
"tag": "USERNAME",
"value": "MoseLin"
}
] | null | [] | package com.mosl.refreshandload.widget;
import android.animation.ObjectAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.support.v4.view.MotionEventCompat;
import android.support.v4.view.ViewCompat;
import android.support.v4.widget.ViewDragHelper;
im... | 11,868 | 0.543814 | 0.539637 | 406 | 26.714285 | 23.887094 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453202 | false | false | 10 |
1c9fcdc16ec217a7e0d1990caa4b1bdc6ed09f44 | 1,245,540,541,172 | 858761a5810934c51cb0987903f3f97f161bc4a6 | /tags/kernel-1.0.1/kernel-impl/src/main/java/org/sakaiproject/user/impl/AuthenticationCache.java | cb78117a7088ea24ac70a689069ef02ce6eaea3e | [] | no_license | svn2github/sakai-kernel | https://github.com/svn2github/sakai-kernel | f10821d51e39651788c97e1d2739f762c25e79de | 2b97c9b7ad53becc8de57a5233c7d35873edd10d | refs/heads/master | 2020-04-14T21:44:05.973000 | 2014-12-23T21:38:01 | 2014-12-23T21:38:01 | 10,166,725 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* $Id$
* $URL$
**************************************************************************
* Copyright (c) 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy ... | UTF-8 | Java | 6,156 | java | AuthenticationCache.java | Java | [
{
"context": "hentication\" user ID and EID holder.\n *\n * @author Aaron Zeckoski (aaron@caret.cam.ac.uk)\n */\npublic class Authenti",
"end": 1630,
"score": 0.9991650581359863,
"start": 1616,
"tag": "NAME",
"value": "Aaron Zeckoski"
},
{
"context": " ID and EID holder.\n *\n * @aut... | null | [] | /**
* $Id$
* $URL$
**************************************************************************
* Copyright (c) 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy ... | 6,137 | 0.751462 | 0.74935 | 154 | 38.974026 | 37.733677 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.785714 | false | false | 10 |
7274a0384e8f55a8b2069f2b663f7d79bf653c9a | 4,664,334,486,227 | 07ad75984c86b7dcf291c3f470cc4d356ac15673 | /src/main/java/com/wldemo/demo/mapper/QuestionExtMapper.java | 2b81738d9b954c1f649e434c6c1853912df9841a | [] | no_license | Zhya1124/QA_BBS_SpringBoot | https://github.com/Zhya1124/QA_BBS_SpringBoot | 98b15656960db309704b2dba2c085e63222ac267 | 6bf9e2d7ccefbc6bc3116b61392fa9ebc31eef12 | refs/heads/master | 2022-06-26T03:40:10.355000 | 2020-04-15T07:35:03 | 2020-04-15T07:35:03 | 241,836,773 | 0 | 0 | null | false | 2022-06-17T02:57:54 | 2020-02-20T08:56:33 | 2020-04-15T07:35:46 | 2022-06-17T02:57:54 | 2,119 | 0 | 0 | 2 | Java | false | false | package com.wldemo.demo.mapper;
import com.wldemo.demo.dto.QuestionDTO;
import com.wldemo.demo.dto.QuestionQueryDTO;
import com.wldemo.demo.model.Question;
import java.util.List;
public interface QuestionExtMapper {
int incView(Question record);
int incCommentCount(Question record);
List<Question> select... | UTF-8 | Java | 483 | java | QuestionExtMapper.java | Java | [] | null | [] | package com.wldemo.demo.mapper;
import com.wldemo.demo.dto.QuestionDTO;
import com.wldemo.demo.dto.QuestionQueryDTO;
import com.wldemo.demo.model.Question;
import java.util.List;
public interface QuestionExtMapper {
int incView(Question record);
int incCommentCount(Question record);
List<Question> select... | 483 | 0.799172 | 0.799172 | 17 | 27.470589 | 22.713348 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 10 |
a96817a882dd66fe29232f00c86a49580b21f275 | 32,461,362,832,613 | 6e7490a59edcbb28de316425bddb7ac0d534bbc3 | /src/main/java/com/crowdin/client/sourcefiles/model/FileRevisionInfo.java | 988995748b0dfbb25d01ee66b8e860b5a9938783 | [
"MIT"
] | permissive | crowdin/crowdin-api-client-java | https://github.com/crowdin/crowdin-api-client-java | b2961fe8bb4da358945af8871da7edd0953745dc | d04fa4e833344d43d8ddef848b457467585e9c49 | refs/heads/master | 2023-09-05T16:02:55.101000 | 2023-09-05T06:32:00 | 2023-09-05T06:32:00 | 173,081,299 | 53 | 23 | MIT | false | 2023-09-07T15:26:03 | 2019-02-28T09:23:47 | 2023-09-06T11:38:19 | 2023-09-07T15:26:01 | 3,063 | 48 | 23 | 1 | Java | false | false | package com.crowdin.client.sourcefiles.model;
import lombok.Data;
@Data
public class FileRevisionInfo {
private FileRevisionInfoAttribute added;
private FileRevisionInfoAttribute deleted;
private FileRevisionInfoAttribute updated;
}
| UTF-8 | Java | 248 | java | FileRevisionInfo.java | Java | [] | null | [] | package com.crowdin.client.sourcefiles.model;
import lombok.Data;
@Data
public class FileRevisionInfo {
private FileRevisionInfoAttribute added;
private FileRevisionInfoAttribute deleted;
private FileRevisionInfoAttribute updated;
}
| 248 | 0.810484 | 0.810484 | 11 | 21.545454 | 20.07877 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 10 |
fdf87bda346af8cb72e83b4fe1cae34c6e20431d | 30,709,016,228,029 | d176210a49b68ae511b78f228e4685f64893b867 | /src/home/work6/CacheProxy/proxy/ReadContentHandler.java | 58f3996c9fef0b2fbabd966bac57fd75a7c70676 | [] | no_license | ilyhabayda/JavaSchoolRND2016 | https://github.com/ilyhabayda/JavaSchoolRND2016 | 4fdbcf70b910b66756d90a7d6f54e0d63e5c91c2 | 9ae65e71dd72b6d62a2df173392456c9602dc3e4 | refs/heads/master | 2016-09-13T05:27:11.495000 | 2016-08-05T18:56:36 | 2016-08-05T18:56:36 | 63,274,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package home.work6.CacheProxy.proxy;
import home.work6.CacheProxy.cache.Cache;
import javax.swing.text.ChangedCharSetException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.util.ArrayList;
import static home.work6.ReturnGetters.returnGetter;
/**
* Created by noob on 31.0... | UTF-8 | Java | 1,162 | java | ReadContentHandler.java | Java | [
{
"context": "rk6.ReturnGetters.returnGetter;\n\n/**\n * Created by noob on 31.07.16.\n */\npublic class ReadContentHandler ",
"end": 312,
"score": 0.9993662238121033,
"start": 308,
"tag": "USERNAME",
"value": "noob"
}
] | null | [] | package home.work6.CacheProxy.proxy;
import home.work6.CacheProxy.cache.Cache;
import javax.swing.text.ChangedCharSetException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.util.ArrayList;
import static home.work6.ReturnGetters.returnGetter;
/**
* Created by noob on 31.0... | 1,162 | 0.652632 | 0.642105 | 39 | 28.256411 | 22.317888 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 10 |
c23dbf22c8c5d3780af229fdaf0626d039701599 | 26,499,948,244,239 | 195bb76f17c2396ccb9dc99144dd112601393dd6 | /mvpmodel/src/main/java/intlapp/dragonpass/com/mvpmodel/orther/TypeThrowable.java | 88fbc560a98a171cb51447ba77de5492f46889ce | [] | no_license | qaz5506811123/ParallelApp | https://github.com/qaz5506811123/ParallelApp | 55beb12eff8d35140841af914d0a0bdb289dcc71 | 2bcbb4a604530b322ccdf02778cecefd8fe2effa | refs/heads/master | 2020-05-21T08:07:32.169000 | 2019-05-10T14:25:06 | 2019-05-10T14:25:06 | 185,973,374 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package intlapp.dragonpass.com.mvpmodel.orther;
/**
* Created by steam_l on 2019/2/2.
* Desprition :
*/
public class TypeThrowable extends Throwable {
public TypeThrowable(boolean isNetword, Throwable throwable) {
this.isNetword = isNetword;
this.throwable = throwable;
}
private boolea... | UTF-8 | Java | 505 | java | TypeThrowable.java | Java | [
{
"context": "dragonpass.com.mvpmodel.orther;\n\n/**\n * Created by steam_l on 2019/2/2.\n * Desprition :\n */\n\npublic class Ty",
"end": 74,
"score": 0.999561071395874,
"start": 67,
"tag": "USERNAME",
"value": "steam_l"
}
] | null | [] | package intlapp.dragonpass.com.mvpmodel.orther;
/**
* Created by steam_l on 2019/2/2.
* Desprition :
*/
public class TypeThrowable extends Throwable {
public TypeThrowable(boolean isNetword, Throwable throwable) {
this.isNetword = isNetword;
this.throwable = throwable;
}
private boolea... | 505 | 0.669307 | 0.657426 | 24 | 20.041666 | 18.855766 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
9ff240fe664267c84caa1d310bb3937fe4749a93 | 24,481,313,603,271 | 387695356e3d84b06e95a58887dccc19813e3016 | /src/BlockHandler.java | 5c3d4bd2ada46db7d99726b18a7219e7b551c28b | [] | no_license | christiankolb/ue04_SEUE_2014 | https://github.com/christiankolb/ue04_SEUE_2014 | 753f8ba27687cabbb66ffb369c94f6c4c8618ce7 | 78972349abae138f5620c13de93292dcd8c67f03 | refs/heads/master | 2021-01-17T09:30:06.314000 | 2017-02-12T23:30:32 | 2017-02-12T23:30:32 | 83,988,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
/**
* Created by patrick on 18.12.14.
*/
public class BlockHandler {
private Random rand;
private boolean isGameOver;
private int randomNum;
private Field field;
private BlockFactory factory;
private final int MILLIS = 1000; //Wartezeit
private Block current;
... | UTF-8 | Java | 3,712 | java | BlockHandler.java | Java | [
{
"context": "import java.util.Random;\n\n/**\n * Created by patrick on 18.12.14.\n */\npublic class BlockHandler {\n\n ",
"end": 51,
"score": 0.616879940032959,
"start": 44,
"tag": "USERNAME",
"value": "patrick"
}
] | null | [] | import java.util.Random;
/**
* Created by patrick on 18.12.14.
*/
public class BlockHandler {
private Random rand;
private boolean isGameOver;
private int randomNum;
private Field field;
private BlockFactory factory;
private final int MILLIS = 1000; //Wartezeit
private Block current;
... | 3,712 | 0.539086 | 0.528266 | 141 | 25.22695 | 22.492353 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 10 |
0fd6b8a42c5e2e38f9d31c795e467160a5e896a7 | 257,698,067,666 | 31ea9e4088bd146f45f81a0035737097c114c734 | /app/src/main/java/com/kenny/jhmz/MainActivity.java | 0b88364be89d26cdd8f7e44e769d3a98fe3443be | [] | no_license | kenny8612/jhmz | https://github.com/kenny8612/jhmz | 9fb672decf117387a9e530002cbd141c171026d3 | 0d4ddcaccd87f4435d987a9e9b4904de758ff20f | refs/heads/master | 2021-03-08T07:39:21.962000 | 2020-03-22T08:12:17 | 2020-03-22T08:12:17 | 243,665,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kenny.jhmz;
import android.Manifest;
import android.content.Intent;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.LinearLay... | UTF-8 | Java | 6,900 | java | MainActivity.java | Java | [] | null | [] | package com.kenny.jhmz;
import android.Manifest;
import android.content.Intent;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.LinearLay... | 6,900 | 0.606665 | 0.604482 | 161 | 41.683231 | 30.887579 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726708 | false | false | 10 |
8cccd44325c8ba08b6903c69e253289d0ef36618 | 18,287,970,789,291 | 2a3f19a4a2b91d9d715378aadb0b1557997ffafe | /sources/com/amap/api/maps2d/model/LatLngBoundsCreator.java | ec3b6668e70e3bdaa09ef4e5b41f229644aa8785 | [] | no_license | amelieko/McDonalds-java | https://github.com/amelieko/McDonalds-java | ce5062f863f7f1cbe2677938a67db940c379d0a9 | 2fe00d672caaa7b97c4ff3acdb0e1678669b0300 | refs/heads/master | 2022-01-09T22:10:40.360000 | 2019-04-21T14:47:20 | 2019-04-21T14:47:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amap.api.maps2d.model;
import android.os.BadParcelableException;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.amap.api.mapcore2d.C0955ck;
/* renamed from: com.amap.api.maps2d.model.e */
class LatLngBoundsCreator implements Creator<LatLngBounds> {
LatLngBoundsCreator() {
... | UTF-8 | Java | 1,734 | java | LatLngBoundsCreator.java | Java | [] | null | [] | package com.amap.api.maps2d.model;
import android.os.BadParcelableException;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.amap.api.mapcore2d.C0955ck;
/* renamed from: com.amap.api.maps2d.model.e */
class LatLngBoundsCreator implements Creator<LatLngBounds> {
LatLngBoundsCreator() {
... | 1,734 | 0.618224 | 0.593426 | 51 | 33 | 23.632813 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784314 | false | false | 10 |
4ddf0f6a8ceb12256f0e3b560a64cc86aff9f92b | 15,882,789,116,263 | 6b96224c9dfe1f9f426d9e5b1062a58bfeecc64b | /app/src/main/java/com/example/cory/feedthekitty/fragment/OngoingEventsFragment.java | dcb6f760b520db54ffacfac83314c27c1cc1c139 | [] | no_license | mdn1023/FeedTheKitty | https://github.com/mdn1023/FeedTheKitty | 6222193a25d2d06fd35dc8515b880ccfc83f66c6 | d59386826a79542bfb2b6c68e23c6f6f979f64ef | refs/heads/master | 2021-09-01T04:09:27.135000 | 2017-12-24T17:04:41 | 2017-12-24T17:04:41 | 115,276,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cory.feedthekitty.fragment;
import android.util.Log;
import android.widget.Toast;
import java.util.GregorianCalendar;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.Query;
/**
* Created by Akshay on 12/4/2017.
*/
public class OngoingEventsFragment e... | UTF-8 | Java | 747 | java | OngoingEventsFragment.java | Java | [
{
"context": "google.firebase.database.Query;\n\n/**\n * Created by Akshay on 12/4/2017.\n */\n\npublic class OngoingEventsFrag",
"end": 264,
"score": 0.6157788038253784,
"start": 258,
"tag": "NAME",
"value": "Akshay"
}
] | null | [] | package com.example.cory.feedthekitty.fragment;
import android.util.Log;
import android.widget.Toast;
import java.util.GregorianCalendar;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.Query;
/**
* Created by Akshay on 12/4/2017.
*/
public class OngoingEventsFragment e... | 747 | 0.728246 | 0.718876 | 27 | 26.666666 | 24.904261 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 10 |
4983ac6812ede38d928f3d46c88e3c106ba9a01c | 25,202,868,157,034 | 39953dc29480f7972449d1d01f9120fd6e11624b | /api/src/main/java/org/sai/featureeye/domain/RunResult.java | 9652ee6ee06fe7cb08431beed6e2f7c55a26f362 | [] | no_license | SaiprasadKrishnamurthy/feature-eye | https://github.com/SaiprasadKrishnamurthy/feature-eye | e57c2f6ed95e3a2df1cfee55d69f033112de0df6 | 983f3e130abf08725b53fb7748bbbe297c71c11c | refs/heads/master | 2021-01-10T15:39:08.060000 | 2016-04-11T05:06:23 | 2016-04-11T05:06:23 | 54,642,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sai.featureeye.domain;
import com.mongodb.BasicDBList;
import com.mongodb.BasicDBObject;
import lombok.Data;
import org.springframework.data.annotation.Id;
import java.util.ArrayList;
import java.util.List;
/**
* Created by saipkri on 29/03/16.
*/
@Data
public class RunResult {
@Id
private Stri... | UTF-8 | Java | 551 | java | RunResult.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by saipkri on 29/03/16.\n */\n@Data\npublic class RunResult {\n ",
"end": 247,
"score": 0.9997124075889587,
"start": 240,
"tag": "USERNAME",
"value": "saipkri"
}
] | null | [] | package org.sai.featureeye.domain;
import com.mongodb.BasicDBList;
import com.mongodb.BasicDBObject;
import lombok.Data;
import org.springframework.data.annotation.Id;
import java.util.ArrayList;
import java.util.List;
/**
* Created by saipkri on 29/03/16.
*/
@Data
public class RunResult {
@Id
private Stri... | 551 | 0.745916 | 0.735027 | 24 | 21.958334 | 16.498684 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 8 |
466fe2e818e5605df0f69cea4643d02c3e54c0d3 | 12,232,066,930,287 | 497ce0dcc3291d0b4a95fc751d005e13b7e4f867 | /BasicSocketConnection/src/UDPserverCalculatorSimple/ServerConnWorker.java | 160e94ad6f567140c8b6a0c325d3fbea141ea3ab | [] | no_license | urrutiaitor/sistemasDistribuidos | https://github.com/urrutiaitor/sistemasDistribuidos | f6667d9b41ece4acec68edb991921ea1ad8375fb | 430b12cd9b3bd9b16a0178aff0d49bc16e93342a | refs/heads/master | 2021-01-10T02:06:48.629000 | 2017-04-12T10:21:20 | 2017-04-12T10:21:20 | 51,355,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UDPserverCalculatorSimple;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.Socket;
public class ServerConnWorker implements Runnable {
ServerProxy proxy;
Calcula... | UTF-8 | Java | 1,527 | java | ServerConnWorker.java | Java | [] | null | [] | package UDPserverCalculatorSimple;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.Socket;
public class ServerConnWorker implements Runnable {
ServerProxy proxy;
Calcula... | 1,527 | 0.672561 | 0.664702 | 76 | 19.092106 | 16.751415 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.302632 | false | false | 8 |
8abe1924c92f0dbfd47415287103104fc096be83 | 4,105,988,797,978 | 17c687f9193bef38f0d6f731e136034990158ab9 | /Pc4Tile.java | acd76b14beacc35cfa5c0277e1a2065bb094afb4 | [] | no_license | Louisvilleboy81/2D-Tile-Combat-Game | https://github.com/Louisvilleboy81/2D-Tile-Combat-Game | 1c7cd401d340cd3bbecf9395a1e82f79084ddd13 | 905ae84f7c8082768ea12a649879ba6b73850627 | refs/heads/master | 2022-09-22T19:47:05.587000 | 2022-08-14T16:32:15 | 2022-08-14T16:32:15 | 139,750,530 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.codenmore.tilegame.tiles;
import dev.codenmore.tilegame.gfx.Assets;
public class Pc4Tile extends Tile{
public Pc4Tile(int id) {
super(Assets.pc4, id);
}
public boolean onTop(){
return true;
}
}
| UTF-8 | Java | 235 | java | Pc4Tile.java | Java | [] | null | [] | package dev.codenmore.tilegame.tiles;
import dev.codenmore.tilegame.gfx.Assets;
public class Pc4Tile extends Tile{
public Pc4Tile(int id) {
super(Assets.pc4, id);
}
public boolean onTop(){
return true;
}
}
| 235 | 0.67234 | 0.659574 | 15 | 13.666667 | 15.027383 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 8 |
493ef8f262cb8c3d84353b2b90e48d0c716c4c28 | 23,759,759,082,922 | c0abf0a4295038922441842c652be7ffb9dff14c | /teams/oreo/constants/BuildStrategy.java | cd08a04205972308288eeac97994c435048e88b6 | [] | no_license | mgerdes/Battlecode2015 | https://github.com/mgerdes/Battlecode2015 | 34c192570b71bcd46bceb5b91037225ffd2a172b | cf95b52982adfa9c7573e23073771890e719a747 | refs/heads/master | 2020-12-03T05:32:21.758000 | 2015-02-02T14:58:16 | 2015-02-02T14:58:16 | 27,898,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oreo.constants;
public class BuildStrategy {
public static final int TANKS = 0;
public static final int LAUNCHERS = 1;
}
| UTF-8 | Java | 138 | java | BuildStrategy.java | Java | [] | null | [] | package oreo.constants;
public class BuildStrategy {
public static final int TANKS = 0;
public static final int LAUNCHERS = 1;
}
| 138 | 0.724638 | 0.710145 | 6 | 22 | 16.42153 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
f45179115140aab423a102aa724c50a9e3630b18 | 9,079,560,883,428 | e48f953fcf81f871456054bc39174f7649bb937e | /src/test/java/com/algorithms/maze/DepthFirstSearchMazeSolverTest.java | 35508a7fed54ed669026ba76846ccf5fd8eaed99 | [] | no_license | dpetrakopoulos/maze | https://github.com/dpetrakopoulos/maze | 62ba9bd6a31dae12c2a0d7835cf8e36a5edea976 | fb248033de9503eb22cdf7a2ad11c577688bb8bc | refs/heads/master | 2020-04-07T00:16:56.437000 | 2018-11-16T17:15:58 | 2018-11-16T17:15:58 | 157,897,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.algorithms.maze;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Assert;
import org.junit.Test;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.List;
import static org.junit.Assert.assertEquals;
public class DepthFirstSear... | UTF-8 | Java | 1,653 | java | DepthFirstSearchMazeSolverTest.java | Java | [] | null | [] | package com.algorithms.maze;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Assert;
import org.junit.Test;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.List;
import static org.junit.Assert.assertEquals;
public class DepthFirstSear... | 1,653 | 0.641258 | 0.635209 | 49 | 32.734695 | 23.043682 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673469 | false | false | 8 |
9d8295e5e7f69202e291ce5bea48798271c06077 | 20,246,475,869,427 | 23e389cdbf017b956d49d316f8b718afe622e41e | /server-side/interface/src/main/java/ar/edu/itba/paw/interfaces/persistence/UserDAO.java | dec7e5c38f787a501333285f2921857159e1995b | [
"MIT"
] | permissive | joaquinfilipic/get-out | https://github.com/joaquinfilipic/get-out | 98c841afb6a5b2f6f9452917aa9dc11aad062adc | 0e5ce5fbe2413c46a6577b45b25b22a962bfbf64 | refs/heads/master | 2023-02-24T16:44:58.915000 | 2021-02-02T23:01:18 | 2021-02-02T23:01:18 | 335,441,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.itba.paw.interfaces.persistence;
import ar.edu.itba.paw.interfaces.functional.Mergeable;
import ar.edu.itba.paw.model.profile.User;
import java.util.Optional;
public interface UserDAO extends Mergeable<User> {
public User create(final String username, final String password, final String name, final ... | UTF-8 | Java | 658 | java | UserDAO.java | Java | [] | null | [] | package ar.edu.itba.paw.interfaces.persistence;
import ar.edu.itba.paw.interfaces.functional.Mergeable;
import ar.edu.itba.paw.model.profile.User;
import java.util.Optional;
public interface UserDAO extends Mergeable<User> {
public User create(final String username, final String password, final String name, final ... | 658 | 0.767477 | 0.767477 | 24 | 26.416666 | 29.635166 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.208333 | false | false | 8 |
2a9592fbbc1eece0e1dd5d63ec6523e1a96ef3c6 | 36,550,171,704,226 | 02d28c7e2bbd6b1862c7ea957582c6d16e0fe41d | /src/test/java/core/ast/PartialMethodExtractorTest.java | 7c5ad4d83a951f3ec8becfc914eae8ac4ea2a69f | [] | no_license | JetBrains-Research/extract-method | https://github.com/JetBrains-Research/extract-method | f5a52bcf2ed134aef9f67d6ca422285abcdf8025 | 058672187b2870fe582e2a114264c58da1ff980c | refs/heads/master | 2020-08-07T07:43:48.969000 | 2019-11-29T10:49:20 | 2019-11-29T10:49:20 | 213,358,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core.ast;
import com.intellij.openapi.editor.SelectionModel;
import com.intellij.psi.*;
import com.intellij.psi.util.PsiTreeUtil;
import com.intellij.testFramework.fixtures.LightPlatformCodeInsightFixtureTestCase;
import core.ast.decomposition.cfg.ASTSlice;
import java.util.*;
import java.util.function.Functi... | UTF-8 | Java | 6,098 | java | PartialMethodExtractorTest.java | Java | [] | null | [] | package core.ast;
import com.intellij.openapi.editor.SelectionModel;
import com.intellij.psi.*;
import com.intellij.psi.util.PsiTreeUtil;
import com.intellij.testFramework.fixtures.LightPlatformCodeInsightFixtureTestCase;
import core.ast.decomposition.cfg.ASTSlice;
import java.util.*;
import java.util.function.Functi... | 6,098 | 0.659233 | 0.654477 | 133 | 44.857143 | 32.206604 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12782 | false | false | 8 |
af2830e3fa77fc56a39609739b0857127f17be17 | 30,477,087,978,789 | 8847f262b70c1e474e34160cd9df9857bd29640c | /src/main/java/com/sinnbo/jfinal/common/enumwork/RoleType.java | 8d0689f28944779e1a0b03d381b286715bb8b029 | [] | no_license | a511075121/jchen | https://github.com/a511075121/jchen | cafab6ef675e382661b328a3311fb0613d33fa7d | fdf04f6c9a3d627a7535f776719f09f26158bed4 | refs/heads/master | 2021-01-11T00:02:46.888000 | 2018-10-18T00:57:17 | 2018-10-18T00:57:17 | 70,761,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinnbo.jfinal.common.enumwork;
public enum RoleType {
UNKOWN("未知"),
COMMON("普通用户"),
ADMIN("管理员");
private String note;
private RoleType(String note) {
this.note = note;
}
public String getNote() {
return this.note;
}
public Integer getValue() {
return this.ordinal();
... | UTF-8 | Java | 527 | java | RoleType.java | Java | [] | null | [] | package com.sinnbo.jfinal.common.enumwork;
public enum RoleType {
UNKOWN("未知"),
COMMON("普通用户"),
ADMIN("管理员");
private String note;
private RoleType(String note) {
this.note = note;
}
public String getNote() {
return this.note;
}
public Integer getValue() {
return this.ordinal();
... | 527 | 0.650295 | 0.650295 | 28 | 17.178572 | 15.468987 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 8 |
4314241dae2e10825cbcebb03aab83ced3affaec | 35,897,336,679,062 | 80796453f27483fa2d756dc153a82f096c3604ff | /src/main/java/com/hampcode/controller/EspecialidadController.java | ab52db1eef155c4364b83668c809ae1a819647ba | [] | no_license | applicationweb001/GeekRepairer | https://github.com/applicationweb001/GeekRepairer | 8c97323715f14ecc79dd1a6f5956c305ca338db9 | 6c78b03a7bdaef2e02079f8fdfd22220caa9e9a0 | refs/heads/master | 2020-07-22T09:46:27.337000 | 2019-09-11T01:37:42 | 2019-09-11T01:37:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hampcode.controller;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.enterprise.context.SessionScoped;
import javax.inject.Inject;
import javax.inject.Named;
import org.primefaces.event.SelectEvent;
import c... | UTF-8 | Java | 3,906 | java | EspecialidadController.java | Java | [] | null | [] | package com.hampcode.controller;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.enterprise.context.SessionScoped;
import javax.inject.Inject;
import javax.inject.Named;
import org.primefaces.event.SelectEvent;
import c... | 3,906 | 0.715822 | 0.715566 | 159 | 22.566038 | 22.069225 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.672956 | false | false | 8 |
e88d70c6c78ecb6155700ac196caff9313b1f8c4 | 33,758,442,976,957 | 6fb05fe9026efc8bd63ba15ece404b531de8d948 | /src/java/locdq/daos/OrderDAO.java | 3df213b70e2a3fd96f18705fc39cc272b837d4e3 | [] | no_license | DQLok/FlowersShop | https://github.com/DQLok/FlowersShop | bfa55f4366c30aa271fba145523cb6a22f3eada5 | 713e833f77feb2c8e60ca04955196fb187e2ff1f | refs/heads/main | 2023-06-14T18:49:34.798000 | 2021-07-04T12:51:58 | 2021-07-04T12:51:58 | 382,850,928 | 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 locdq.daos;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
im... | UTF-8 | Java | 7,434 | java | OrderDAO.java | Java | [
{
"context": "TO;\nimport locdq.utils.DBUtils;\n\n/**\n *\n * @author test\n */\npublic class OrderDAO {\n\n public boolean a",
"end": 478,
"score": 0.9990410804748535,
"start": 474,
"tag": "USERNAME",
"value": "test"
}
] | 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 locdq.daos;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
im... | 7,434 | 0.441754 | 0.438929 | 246 | 29.219513 | 19.332788 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613821 | false | false | 8 |
e928705bc7d01f4b60ef83a6277445d36a2224e5 | 30,056,181,185,890 | 1aeacdb1880901e33fc734ba5f14cb81f05fd540 | /app/src/main/java/perpule/shahbaz/interview/ui/SplashViewInterface.java | d5fdf19ed9d40942f0dca7521e81ecde74e3d8e3 | [] | no_license | shahbazhashmi/Android-MVP-Demo | https://github.com/shahbazhashmi/Android-MVP-Demo | 7af38021847cd099b80bbeb39eee2de8f1baf00c | 521e20f9236a3631971f65d04bfda59fbe9a2fdf | refs/heads/master | 2020-03-18T04:25:11.145000 | 2018-05-25T19:50:04 | 2018-05-25T19:50:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package perpule.shahbaz.interview.ui;
public interface SplashViewInterface {
void showToast(String s);
void displayError(String s);
}
| UTF-8 | Java | 145 | java | SplashViewInterface.java | Java | [] | null | [] | package perpule.shahbaz.interview.ui;
public interface SplashViewInterface {
void showToast(String s);
void displayError(String s);
}
| 145 | 0.751724 | 0.751724 | 8 | 17.125 | 17.076574 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
7ce57b9d2be5cbbc156e0b8abb79a9c8d0a1b981 | 5,952,824,736,866 | d10ec4e814768ffb534f26802e1f294253a62d14 | /app/src/main/java/com/ingic/mylaundry/fragments/WalkthroughFragment.java | b0cba7b26e7a1094f8cc6e4e3c489d919b5c3d0f | [] | no_license | SaeedHyder/Laundry2030 | https://github.com/SaeedHyder/Laundry2030 | 1c85e5fdbee259abbea80dc3f55894783abfc63f | 42e2ba8f8c5491ef48bbc873dd6330166781097c | refs/heads/master | 2021-11-30T09:15:13.153000 | 2019-03-13T13:44:46 | 2019-03-13T13:44:46 | 176,735,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ingic.mylaundry.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import an... | UTF-8 | Java | 4,496 | java | WalkthroughFragment.java | Java | [
{
"context": "k;\nimport butterknife.Unbinder;\n\n/**\n * Created by khanubaid on 1/16/2018.\n */\n\npublic class WalkthroughFragme",
"end": 631,
"score": 0.9997080564498901,
"start": 622,
"tag": "USERNAME",
"value": "khanubaid"
}
] | null | [] | package com.ingic.mylaundry.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import an... | 4,496 | 0.650133 | 0.645463 | 130 | 33.584614 | 32.659733 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546154 | false | false | 8 |
d3eea9628cd0f1608722107a97c3fc7284e82133 | 18,588,618,512,835 | 8c533637576577ffb5d8c2535e230dd8c2dc2619 | /src/main/java/BuilderPattern/eat/Burger.java | a1630492ac6874b096e29e1bb41abda41c4c0626 | [] | no_license | onedaywillcome1/design-patterns-samples | https://github.com/onedaywillcome1/design-patterns-samples | fdadc36f3d9d09098ee10b5730304c1b62cd8df9 | 662d4c589f9ce665bad0a4d2acfcbe0c934783e2 | refs/heads/master | 2021-01-09T20:07:48.443000 | 2016-11-12T18:03:49 | 2016-11-12T18:03:49 | 64,994,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BuilderPattern.eat;
import BuilderPattern.meal.Item;
import BuilderPattern.meal.Packing;
/**
* Created by ahmetatalay on 01/08/16.
*/
public abstract class Burger implements Item {
@Override
public Packing packing() {
return new Wrapper();
}
@Override
public abstract float pric... | UTF-8 | Java | 327 | java | Burger.java | Java | [
{
"context": "rt BuilderPattern.meal.Packing;\n\n/**\n * Created by ahmetatalay on 01/08/16.\n */\npublic abstract class Burger imp",
"end": 128,
"score": 0.9994003176689148,
"start": 117,
"tag": "USERNAME",
"value": "ahmetatalay"
}
] | null | [] | package BuilderPattern.eat;
import BuilderPattern.meal.Item;
import BuilderPattern.meal.Packing;
/**
* Created by ahmetatalay on 01/08/16.
*/
public abstract class Burger implements Item {
@Override
public Packing packing() {
return new Wrapper();
}
@Override
public abstract float pric... | 327 | 0.691131 | 0.672783 | 18 | 17.166666 | 15.833333 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 8 |
52215383c4cdadec7afc49564cc8b98c17a546f1 | 31,722,628,505,446 | 000880bac3b65ba42f3369b1088c01ea9e5f0859 | /src/uebung15/aufgabe01/components/PruefungsAbfrageComponent.java | 6425fb3ede3cc78af1cb97e1d8883ae4ab3a7233 | [] | no_license | reanimatorq/prog2lernen | https://github.com/reanimatorq/prog2lernen | 78bbbcdf4452d420cb6fd3aad1f0eec83057d360 | b7b7e31d8f3959b9114049f0b2bdcd0f9db8f67e | refs/heads/master | 2015-08-21T16:14:28 | 2014-02-12T15:59:24 | 2014-02-12T15:59:24 | 32,139,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uebung15.aufgabe01.components;
import java.awt.GridLayout;
import java.awt.Label;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Vector;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JPanel;
import ... | UTF-8 | Java | 4,808 | java | PruefungsAbfrageComponent.java | Java | [] | null | [] | package uebung15.aufgabe01.components;
import java.awt.GridLayout;
import java.awt.Label;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Vector;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JPanel;
import ... | 4,808 | 0.72109 | 0.712146 | 143 | 31.622377 | 25.98488 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.20979 | false | false | 8 |
3c2611453b1a15b44eba32689cbc8294b586f221 | 31,860,067,450,182 | 417382641edbcd7e94f85a8d72f3fbd4d6e3e45a | /src/backend/codecc/defect/api-defect/src/main/java/com/tencent/bk/codecc/defect/vo/RLLintDefectVO.java | dd4ebe76ae08bd28e896f3d49d3fd587e217a312 | [
"MIT"
] | permissive | andysibyl/bk-ci | https://github.com/andysibyl/bk-ci | 5b496eada08aa48b206d7f28cd69b56c822c05c6 | cf5b49b17525befe6d3f84ffaafa0526eea74821 | refs/heads/master | 2021-03-04T09:34:48.775000 | 2020-03-09T08:58:18 | 2020-03-09T08:58:18 | 246,024,266 | 1 | 0 | NOASSERTION | true | 2020-03-09T12:01:12 | 2020-03-09T12:01:12 | 2020-03-09T11:57:48 | 2020-03-09T10:38:30 | 141,018 | 0 | 0 | 0 | null | false | false | /*
* Tencent is pleased to support the open source community by making BK-CI 蓝鲸持续集成平台 available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
*
* BK-CI 蓝鲸持续集成平台 is licensed under the MIT license.
*
* A copy of the MIT License is included in this file.
*
*
* Terms of the MIT... | UTF-8 | Java | 2,613 | java | RLLintDefectVO.java | Java | [] | null | [] | /*
* Tencent is pleased to support the open source community by making BK-CI 蓝鲸持续集成平台 available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
*
* BK-CI 蓝鲸持续集成平台 is licensed under the MIT license.
*
* A copy of the MIT License is included in this file.
*
*
* Terms of the MIT... | 2,613 | 0.723734 | 0.717874 | 73 | 31.726027 | 36.103832 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520548 | false | false | 8 |
dd489e50bdda28db4c20d9ef7c86686b1fdd5fa1 | 14,877,766,779,014 | 31bd6e36a5734e38ad92b05fa9623a19da7add58 | /src/main/java/com/prijilevschi/model/Node.java | 67858592b76f36f9e29b7fcd7a77d6935e6d1794 | [] | no_license | Trezisto/CodeGenerator | https://github.com/Trezisto/CodeGenerator | 50fe6b05d21d1ae7323a374cce062175dbf83782 | 168350a830584635c69cfd5dd8dc584644a2cb24 | refs/heads/master | 2021-03-12T20:46:47.940000 | 2014-05-28T21:46:31 | 2014-05-28T21:46:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prijilevschi.model;
/**
* State of FSM
* @author Evgheni Prijilevschi
*
*/
public class Node {
private String name;
private boolean finish;
private Integer x;
private Integer y;
public Integer getX() {
return x;
}
public void setX(Integer x) {
this.x = x;
}
public Integer getY() {
ret... | UTF-8 | Java | 608 | java | Node.java | Java | [
{
"context": "rijilevschi.model;\n\n/**\n * State of FSM\n * @author Evgheni Prijilevschi\n *\n */\npublic class Node {\n\tprivate String name;\n",
"end": 84,
"score": 0.9998776912689209,
"start": 64,
"tag": "NAME",
"value": "Evgheni Prijilevschi"
}
] | null | [] | package com.prijilevschi.model;
/**
* State of FSM
* @author <NAME>
*
*/
public class Node {
private String name;
private boolean finish;
private Integer x;
private Integer y;
public Integer getX() {
return x;
}
public void setX(Integer x) {
this.x = x;
}
public Integer getY() {
return y;
}
pu... | 594 | 0.652961 | 0.652961 | 46 | 12.217391 | 11.974453 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 8 |
35b6d3323c3446c06f22d436fc908f616dc5d9d7 | 32,908,039,460,853 | 54d24738d235d9c972a08ff5b9f10718b460a653 | /src/main/java/br/com/bomfilme/model/product/BLURAY.java | f19a9d98b33ade76fdd43d4cc29e02285bca2e50 | [] | no_license | jacksongarcia/locadora | https://github.com/jacksongarcia/locadora | d802b011050fafa4cf93e77f65b76681a49ae9a8 | 1353a77c4ff4c5d05923710cfd774f05ee9efec3 | refs/heads/master | 2016-09-05T23:49:36.794000 | 2015-09-14T06:53:02 | 2015-09-14T06:53:02 | 42,331,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.bomfilme.model.product;
public class BLURAY extends MediaAbstract {
}
| UTF-8 | Java | 87 | java | BLURAY.java | Java | [] | null | [] | package br.com.bomfilme.model.product;
public class BLURAY extends MediaAbstract {
}
| 87 | 0.793103 | 0.793103 | 5 | 16.4 | 19.744366 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 8 |
698f34a2513db67f99b3d8ae6d9f8f670751e892 | 33,139,967,700,394 | 7ac3b5d52c3013168eba27c7b728597f699d01ef | /src/main/java/xyz/dongxiaoxia/modules/entity/Example.java | 74637a83f51a0dbcf1a36a4f6638d22496270b75 | [] | no_license | dongxiaoxia/Scaffolding | https://github.com/dongxiaoxia/Scaffolding | 06b4b5935474e6f386e48c18c9693185ca6611fa | e3a53ae36f58471525c95c0af5d9811ff52c9b25 | refs/heads/master | 2021-01-11T01:42:07.807000 | 2016-10-13T01:13:58 | 2016-10-13T01:13:58 | 70,658,692 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.dongxiaoxia.modules.entity;
import xyz.dongxiaoxia.common.persistence.DataEntity;
/**
* Created by dongxiaoxia on 2016/10/12.
*/
public class Example extends DataEntity<Example> {
private static final long serialVersionUID = -1L;
private String value;
public Example() {
super();
... | UTF-8 | Java | 462 | java | Example.java | Java | [
{
"context": ".common.persistence.DataEntity;\n\n/**\n * Created by dongxiaoxia on 2016/10/12.\n */\npublic class Example extends D",
"end": 125,
"score": 0.9996727108955383,
"start": 114,
"tag": "USERNAME",
"value": "dongxiaoxia"
}
] | null | [] | package xyz.dongxiaoxia.modules.entity;
import xyz.dongxiaoxia.common.persistence.DataEntity;
/**
* Created by dongxiaoxia on 2016/10/12.
*/
public class Example extends DataEntity<Example> {
private static final long serialVersionUID = -1L;
private String value;
public Example() {
super();
... | 462 | 0.655844 | 0.636364 | 24 | 18.25 | 18.679869 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 8 |
2faac5ad06ad9bd706b444d0cd4eed0e7e2a314a | 3,882,650,483,408 | 78688384e180965fd5d7f450eb9c3932e09a3905 | /flare-rack-data/src/main/java/org/sanpao/flare/rack/data/CacheNames.java | bfa3787149764a3c843d46c39379e65a65174b59 | [] | no_license | brotherhui/flare | https://github.com/brotherhui/flare | d73034485f14eb7d0d10aed358a10503c27670cc | 2e5fc0bf7d90205039923e534551cc320ddc797f | refs/heads/master | 2020-03-18T21:18:53.050000 | 2018-06-15T10:02:26 | 2018-06-15T10:02:26 | 135,273,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sanpao.flare.rack.data;
public interface CacheNames {
String RACK_ADVERTISEMENT_CACHE_NAME = "RACK_ADVERTISEMENT_CACHE";
}
| UTF-8 | Java | 146 | java | CacheNames.java | Java | [] | null | [] | package org.sanpao.flare.rack.data;
public interface CacheNames {
String RACK_ADVERTISEMENT_CACHE_NAME = "RACK_ADVERTISEMENT_CACHE";
}
| 146 | 0.739726 | 0.739726 | 7 | 18.857143 | 24.103518 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 8 |
a17a6a626d0f245737f49a559246d8c47ee953f0 | 19,645,180,471,084 | d59832a930c0fc3da402475c54ef74858f73517f | /src/main/java/my/toy/rpi/Service/GPIOService.java | d0ccb2e37f5da86a44e569fe5365e858bb60238d | [] | no_license | usunday/toy_cat | https://github.com/usunday/toy_cat | 6bd3eff1ae0f8dfea9708e210d8e4e39b47d7205 | 170a0e7f82fce2d680c44008f1e8c52d9ebe1241 | refs/heads/master | 2020-09-22T02:18:00.198000 | 2016-08-27T18:35:20 | 2016-08-27T18:35:20 | 66,701,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.toy.rpi.Service;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.io.FileUtils;
import org.apache.log4j.Logger;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import org.springframework.core.io.ClassPathResource;
import org.s... | UTF-8 | Java | 3,322 | java | GPIOService.java | Java | [] | null | [] | package my.toy.rpi.Service;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.io.FileUtils;
import org.apache.log4j.Logger;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import org.springframework.core.io.ClassPathResource;
import org.s... | 3,322 | 0.619062 | 0.602619 | 131 | 24.068703 | 18.797916 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.656489 | false | false | 8 |
b8736cd6796e7f298d077ca8ab2adcca90b96b2c | 12,378,095,806,616 | b54f1caa806dd349b8bde0bd4a7984b07862d2e2 | /src/main/actions/Open.java | bb751ccd274c98bbfa18dd79c8a119c6fb7e3f49 | [] | no_license | omarmahjoubi/GUI-for-laravel | https://github.com/omarmahjoubi/GUI-for-laravel | ca612f246feaf5bbb58036d4dc6ce6e2b6cd9590 | 0d4f8dd405778df2548778752e7130d842389e05 | refs/heads/master | 2020-12-24T20:10:16.934000 | 2017-05-24T18:04:28 | 2017-05-24T18:04:28 | 86,241,112 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.actions;
/**
* Created by Moslah_Hamza on 27/03/2017.
*/
import main.MainFrame;
import java.awt.event.ActionEvent;
import java.io.BufferedReader;
import java.io.File;
import java.io.InputStreamReader;
import javax.swing.AbstractAction;
import javax.swing.JFileChooser;
public class Open extends Abstra... | UTF-8 | Java | 2,460 | java | Open.java | Java | [
{
"context": "package main.actions;\n\n/**\n * Created by Moslah_Hamza on 27/03/2017.\n */\nimport main.MainFrame;\n\nimport",
"end": 53,
"score": 0.998240053653717,
"start": 41,
"tag": "NAME",
"value": "Moslah_Hamza"
}
] | null | [] | package main.actions;
/**
* Created by Moslah_Hamza on 27/03/2017.
*/
import main.MainFrame;
import java.awt.event.ActionEvent;
import java.io.BufferedReader;
import java.io.File;
import java.io.InputStreamReader;
import javax.swing.AbstractAction;
import javax.swing.JFileChooser;
public class Open extends Abstra... | 2,460 | 0.608943 | 0.603252 | 72 | 33.166668 | 28.529711 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 8 |
1e9da80f5a0f07d06755a629fac4710246359d70 | 29,746,943,549,570 | c9cfc6279726394475f59800259f194d349ea8da | /src/com/scholastic/sbam/server/database/codegen/ProxyIpId.java | 14e9f3177e5485a58cd29907bacabd71dbf92207 | [] | no_license | VijayEluri/SBAM-Dev | https://github.com/VijayEluri/SBAM-Dev | ce15f813da784fa764c42f8711bc565be6251580 | 1ba017f990e633112d2bbc94e20ac190f799dee4 | refs/heads/master | 2020-05-20T11:15:01.750000 | 2012-02-25T03:19:55 | 2012-02-25T03:19:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scholastic.sbam.server.database.codegen;
// Generated Feb 1, 2012 5:33:22 PM by Hibernate Tools 3.2.4.GA
/**
* ProxyIpId generated by hbm2java
*/
public class ProxyIpId implements java.io.Serializable {
private int proxyId;
private int ipId;
public ProxyIpId() {
}
public ProxyIpId(int proxyId, i... | UTF-8 | Java | 1,085 | java | ProxyIpId.java | Java | [] | null | [] | package com.scholastic.sbam.server.database.codegen;
// Generated Feb 1, 2012 5:33:22 PM by Hibernate Tools 3.2.4.GA
/**
* ProxyIpId generated by hbm2java
*/
public class ProxyIpId implements java.io.Serializable {
private int proxyId;
private int ipId;
public ProxyIpId() {
}
public ProxyIpId(int proxyId, i... | 1,085 | 0.668203 | 0.64977 | 58 | 17.706896 | 17.728807 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.396552 | false | false | 8 |
fd08bc725d1e4fcfe4f1b021a6bb1d6dacdc46e6 | 18,305,150,667,762 | 67d5c00d22363026e99e30369da7c89bb1b0dad9 | /src/test/java/by/stormnet/web/pages/OnlinerBarVideoPage.java | f0d073c2b5115e633d000c42375e46f5d670e664 | [] | no_license | Druschyts/exam_project_automation | https://github.com/Druschyts/exam_project_automation | 8e1eeae1c483c3ad89824aa1e34a9ff4726f6c7d | 392aad334745c33c3888fac83b6b261c0e96a4c4 | refs/heads/master | 2020-12-15T08:04:26.401000 | 2020-02-12T11:38:29 | 2020-02-12T11:38:29 | 235,038,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.stormnet.web.pages;
public class OnlinerBarVideoPage extends AbstractPage {
private String barButton = "//*[@id=\"container\"]/div/div/header/div[2]/div/nav/ul[1]/li[6]/a/span";
private String videoButton = "//div[@class='b-whbd-i']//div[1]//div[2]//ul[1]//li[9]//a[1]";
private String videoField... | UTF-8 | Java | 1,048 | java | OnlinerBarVideoPage.java | Java | [] | null | [] | package by.stormnet.web.pages;
public class OnlinerBarVideoPage extends AbstractPage {
private String barButton = "//*[@id=\"container\"]/div/div/header/div[2]/div/nav/ul[1]/li[6]/a/span";
private String videoButton = "//div[@class='b-whbd-i']//div[1]//div[2]//ul[1]//li[9]//a[1]";
private String videoField... | 1,048 | 0.645992 | 0.632634 | 32 | 31.75 | 29.358772 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 8 |
9ec64640ac88b0cdb43518e40fdfa244111bb012 | 32,779,190,462,819 | 6c3971a15cbfe521f274f22c63adccfd179c529d | /app/src/main/java/com/cloudcreativity/cashiersystem/entity/OpenOrderGoodsEntity.java | 03bb1a3658ba76b134792e513cb1d963c21f9c48 | [] | no_license | TasteBlood/cashierSystem | https://github.com/TasteBlood/cashierSystem | abc640de8b2a57c5fb89d06e99b47377fe1787bf | 5e8ae83433217ea95596ed5437dfbf5a4dd4923c | refs/heads/master | 2020-06-02T11:33:57.152000 | 2019-12-23T01:40:48 | 2019-12-23T01:40:48 | 191,141,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudcreativity.cashiersystem.entity;
import com.cloudcreativity.cashiersystem.utils.StrUtils;
/**
* 开单商品
*/
public class OpenOrderGoodsEntity {
private long goodsId;
private String goodsName;
private String unit;
private String categoryOneId;
private int price;
private double a... | UTF-8 | Java | 3,300 | java | OpenOrderGoodsEntity.java | Java | [] | null | [] | package com.cloudcreativity.cashiersystem.entity;
import com.cloudcreativity.cashiersystem.utils.StrUtils;
/**
* 开单商品
*/
public class OpenOrderGoodsEntity {
private long goodsId;
private String goodsName;
private String unit;
private String categoryOneId;
private int price;
private double a... | 3,300 | 0.575518 | 0.566382 | 152 | 20.605263 | 20.190592 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296053 | false | false | 8 |
f381fe0027bf68fe3fca8686f26c3a0256683ce9 | 24,017,457,157,708 | a7e3dd8d4372cc30c0ea7a3777dd8c725a7c98ad | /src/main/java/com/akvasov/rentadvs/db/DAO/AdvDAO.java | 5ebc7bcc9a2e8e89546a94b2bdc48f8c9b44028b | [] | no_license | RudyWilson/rentadvs | https://github.com/RudyWilson/rentadvs | 8aafea8d52b707ea32b304d4d1db5f761bf77f82 | 843a82e0c4697122f33340d485f845686a182e12 | refs/heads/master | 2021-01-19T11:35:08.519000 | 2015-04-05T07:59:57 | 2015-04-05T07:59:57 | 31,675,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.akvasov.rentadvs.db.DAO;
import com.akvasov.rentadvs.model.Advertsment;
import java.util.List;
/**
* Created by akvasov on 07.08.14.
*/
public interface AdvDAO {
void addAdvs(List<Advertsment> advs);
List<Advertsment> loadAllAdv();
void removeOlderWeekAdv();
void clear();
}
| UTF-8 | Java | 312 | java | AdvDAO.java | Java | [
{
"context": "tsment;\n\nimport java.util.List;\n\n/**\n * Created by akvasov on 07.08.14.\n */\npublic interface AdvDAO {\n\n v",
"end": 135,
"score": 0.9995505809783936,
"start": 128,
"tag": "USERNAME",
"value": "akvasov"
}
] | null | [] | package com.akvasov.rentadvs.db.DAO;
import com.akvasov.rentadvs.model.Advertsment;
import java.util.List;
/**
* Created by akvasov on 07.08.14.
*/
public interface AdvDAO {
void addAdvs(List<Advertsment> advs);
List<Advertsment> loadAllAdv();
void removeOlderWeekAdv();
void clear();
}
| 312 | 0.701923 | 0.682692 | 19 | 15.421053 | 16.658539 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.