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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4fa7881043f18425f039bf764c37c21a84a51b9d | 20,538,533,647,930 | 9cb6c8d3703725048bcdc017cd84c39f2dcffaca | /src/main/java/com/legalzoom/entity/BankCard.java | 9165aa081d758e505c35d785b17af691c28f63d8 | [] | no_license | dmigur/LegalZoomBanking | https://github.com/dmigur/LegalZoomBanking | b38b17dd70e4aee47a4dd72a88a98d4415637a3f | 424d0af989df939cb45f3827fcd96ff6c39ecd3d | refs/heads/master | 2020-09-04T12:07:34.184000 | 2019-11-05T11:26:03 | 2019-11-05T11:26:03 | 219,728,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.legalzoom.entity;
import lombok.Getter;
import lombok.Setter;
import java.util.Calendar;
/**
* Created by dmitrigu on 5/25/2019.
*/
@Setter
@Getter
public class BankCard {
private String bankName;
private String cardNumber;
private Calendar expiryDate;
public BankCard(String bankName, ... | UTF-8 | Java | 634 | java | BankCard.java | Java | [
{
"context": "er;\n\nimport java.util.Calendar;\n\n/**\n * Created by dmitrigu on 5/25/2019.\n */\n@Setter\n@Getter\npublic class Ba",
"end": 130,
"score": 0.9917225241661072,
"start": 122,
"tag": "USERNAME",
"value": "dmitrigu"
}
] | null | [] | package com.legalzoom.entity;
import lombok.Getter;
import lombok.Setter;
import java.util.Calendar;
/**
* Created by dmitrigu on 5/25/2019.
*/
@Setter
@Getter
public class BankCard {
private String bankName;
private String cardNumber;
private Calendar expiryDate;
public BankCard(String bankName, ... | 634 | 0.632492 | 0.621451 | 30 | 20.166666 | 18.042696 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 1 |
0470be9702b8b4f31e73a65660a4ec2c477e4426 | 28,827,820,518,922 | 60af9095f58a65ae06263b2ff51d0e8c0e3e8e8c | /src/main/java/me/pm/lemon/cosmetics/features/HatFeatureRenderer.java | 11284f6da0954afbb4c553315c50f481585be5ad | [
"CC0-1.0"
] | permissive | Li4M4tt8IL/LemonProject | https://github.com/Li4M4tt8IL/LemonProject | 3f02e2677e2df1fd96313355b64b819c94be81df | 6db6c0a48ca3dee745deead2f1f618d1904c9b47 | refs/heads/master | 2023-08-11T14:35:00.496000 | 2021-10-14T18:26:18 | 2021-10-14T18:26:18 | 359,535,851 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.pm.lemon.cosmetics.features;
import me.pm.lemon.Main;
import me.pm.lemon.cosmetics.models.base.HatModelBase;
import me.pm.lemon.cosmetics.models.hats.CatEarModel;
import me.pm.lemon.cosmetics.models.hats.ChristmasHatModel;
import me.pm.lemon.cosmetics.models.hats.FoxEarModel;
import me.pm.lemon.cosmetics.mo... | UTF-8 | Java | 3,985 | java | HatFeatureRenderer.java | Java | [] | null | [] | package me.pm.lemon.cosmetics.features;
import me.pm.lemon.Main;
import me.pm.lemon.cosmetics.models.base.HatModelBase;
import me.pm.lemon.cosmetics.models.hats.CatEarModel;
import me.pm.lemon.cosmetics.models.hats.ChristmasHatModel;
import me.pm.lemon.cosmetics.models.hats.FoxEarModel;
import me.pm.lemon.cosmetics.mo... | 3,985 | 0.696361 | 0.691092 | 69 | 56.768116 | 43.530815 | 252 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 1 |
4d6b56fe9271e07b30e3a854c740ae692343deb0 | 17,995,913,004,490 | 7d8a1b071546f3cc8fa7b069448300144949d0e8 | /src/main/java/org/github/bobobot/ui/views/LoginView.java | 92da2e478fb2f929c7d4863a4dfba7caa3be41bd | [
"MIT"
] | permissive | Bobobot/SzakgyakChan | https://github.com/Bobobot/SzakgyakChan | b785d4dc67970d1ce5d9dfaee83437b3f9397951 | 43be1231b0eed50e56428e0863eba0f6fb30b201 | refs/heads/master | 2022-12-16T22:55:06.661000 | 2020-09-04T13:03:13 | 2020-09-04T13:03:13 | 279,271,583 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.github.bobobot.ui.views;
import com.vaadin.navigator.View;
import com.vaadin.spring.annotation.SpringComponent;
import com.vaadin.spring.annotation.SpringView;
import com.vaadin.ui.HorizontalLayout;
import com.vaadin.ui.LoginForm;
import lombok.extern.slf4j.Slf4j;
import org.github.bobobot.entities.User;
i... | UTF-8 | Java | 1,488 | java | LoginView.java | Java | [] | null | [] | package org.github.bobobot.ui.views;
import com.vaadin.navigator.View;
import com.vaadin.spring.annotation.SpringComponent;
import com.vaadin.spring.annotation.SpringView;
import com.vaadin.ui.HorizontalLayout;
import com.vaadin.ui.LoginForm;
import lombok.extern.slf4j.Slf4j;
import org.github.bobobot.entities.User;
i... | 1,488 | 0.754704 | 0.752688 | 49 | 29.367348 | 21.783436 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.755102 | false | false | 1 |
4871bb85831b603d841b4d93a4e199c51d8c501e | 20,822,001,452,561 | 51516263880023225c6f32cc9a2a5623446cb59f | /src/main/java/controller/SearchServlet.java | ded7591829a22ae1c005f552df1fd2f863096b31 | [
"Apache-2.0"
] | permissive | lan-mao/Reader | https://github.com/lan-mao/Reader | d3823ffc19e7f898c6f48196b0f1ffea90205f48 | ce4d9e1a7b145f83484649a73a666e6b1ffe6467 | refs/heads/master | 2022-09-24T10:55:41.013000 | 2020-04-21T09:07:36 | 2020-04-21T09:07:36 | 257,537,429 | 0 | 0 | Apache-2.0 | false | 2022-09-01T23:24:16 | 2020-04-21T08:57:57 | 2020-04-21T09:08:04 | 2022-09-01T23:24:15 | 20,666 | 0 | 0 | 5 | Java | false | false | package controller;
import com.alibaba.fastjson.JSONObject;
import entity.NovelPO;
import entity.WebsiteNovelPO;
import service.NovelService;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impor... | UTF-8 | Java | 1,277 | java | SearchServlet.java | Java | [
{
"context": "ist;\n\n/**\n * 搜索的servlet\n * create at 2019-05-12 by MaXin\n */\npublic class SearchServlet extends HttpServle",
"end": 445,
"score": 0.9080396294593811,
"start": 440,
"tag": "USERNAME",
"value": "MaXin"
}
] | null | [] | package controller;
import com.alibaba.fastjson.JSONObject;
import entity.NovelPO;
import entity.WebsiteNovelPO;
import service.NovelService;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impor... | 1,277 | 0.730921 | 0.721479 | 39 | 31.589743 | 26.70899 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794872 | false | false | 1 |
ef3b1765876f77cc405a19c9ee1967d14d3f4b2e | 7,851,200,231,089 | 1db37f693f9b2d2df2e3b1fcf62d0cef19e1740b | /hivatectools/src/main/java/hivatec/ir/hivatectools/views/HivaProgressBar.java | a89af89473ae6f810fc088b39f46e8d49bbd0d43 | [] | no_license | ashkanpower/HivaTecTools | https://github.com/ashkanpower/HivaTecTools | 8ecd38020aeb88c701c4ab9ba236906f5031a506 | 5f99988a0e95d8308eb4b6cadcb85b9d3ec0c810 | refs/heads/master | 2020-04-22T00:08:31.989000 | 2020-04-20T09:07:47 | 2020-04-20T09:07:47 | 169,968,971 | 1 | 1 | null | true | 2019-02-10T11:04:15 | 2019-02-10T11:04:15 | 2019-02-04T07:53:31 | 2019-02-04T07:53:30 | 2,951 | 0 | 0 | 0 | null | false | null | package hivatec.ir.hivatectools.views;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffColorFilter;
import android.support.v4.graphics.ColorUtils;
import android.support.v4.widget.CircularProgres... | UTF-8 | Java | 1,652 | java | HivaProgressBar.java | Java | [
{
"context": "vatectools.helper.ViewUIHelper;\n\n/**\n * Created by ashkan on 4/24/18.\n */\n\npublic class HivaProgressBar ext",
"end": 512,
"score": 0.9992169737815857,
"start": 506,
"tag": "USERNAME",
"value": "ashkan"
}
] | null | [] | package hivatec.ir.hivatectools.views;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffColorFilter;
import android.support.v4.graphics.ColorUtils;
import android.support.v4.widget.CircularProgres... | 1,652 | 0.767554 | 0.75908 | 67 | 23.656717 | 26.238602 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.447761 | false | false | 1 |
64926a376ed55d1d8c4195a1ccfbb3ae36128a4d | 30,743,375,964,657 | 72bc332e7c53104319ad98eac387bd94d2278ef7 | /src/edu/upenn/cis/cis455/webserver/HTTPServeletContext.java | f31b9ae064ab00805e86ef0b0c862c2152492699 | [] | no_license | aryaa-gautam/Web-Crawler-and-XPathEngine | https://github.com/aryaa-gautam/Web-Crawler-and-XPathEngine | a45cae337442cc7c68f81ff549ace260d7701543 | 1b85716eb11778c3bc77dc4d11b705d875d2d8fd | refs/heads/master | 2016-08-12T03:30:52.766000 | 2015-10-22T04:13:08 | 2015-10-22T04:13:08 | 44,719,603 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.upenn.cis.cis455.webserver;
/*
*Mark a session as expired
*/
import java.io.File;
import java.io.IOException;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Set;
import java.util.Vector;
import javax.servlet.RequestDispatcher;
import javax.servlet.Servlet;
import javax.serv... | UTF-8 | Java | 3,932 | java | HTTPServeletContext.java | Java | [] | null | [] | package edu.upenn.cis.cis455.webserver;
/*
*Mark a session as expired
*/
import java.io.File;
import java.io.IOException;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Set;
import java.util.Vector;
import javax.servlet.RequestDispatcher;
import javax.servlet.Servlet;
import javax.serv... | 3,932 | 0.699644 | 0.697864 | 186 | 20.139786 | 19.766155 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.731183 | false | false | 1 |
1c6f04cd3ceddd0f5ff5f7cd2d75d1a36c025a95 | 10,728,828,306,033 | 18351858b17be063f34258895f1c2917832af927 | /River.java | ac8e1dc16ca4b426c596a49105d8ffff31c011b6 | [] | no_license | esleytel22/ThreadRacer | https://github.com/esleytel22/ThreadRacer | 177c660b782bf8171cd14494319ec2ffbc337e10 | 0a773032a8a238846b78659cb3b17c83250c36ba | refs/heads/master | 2020-05-26T04:46:42.247000 | 2019-05-22T20:38:53 | 2019-05-22T20:38:53 | 188,110,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Deque;
import java.util.LinkedList;
public class River {
private Deque<RandomThread> queue;
private int Racer;
public River(int nRacer) {
this.Racer = nRacer;
queue = new LinkedList<>();
}
public synchronized void addToVector(RandomThread randomThread)... | UTF-8 | Java | 776 | java | River.java | Java | [] | null | [] | import java.util.Deque;
import java.util.LinkedList;
public class River {
private Deque<RandomThread> queue;
private int Racer;
public River(int nRacer) {
this.Racer = nRacer;
queue = new LinkedList<>();
}
public synchronized void addToVector(RandomThread randomThread)... | 776 | 0.596649 | 0.596649 | 30 | 23.866667 | 19.665085 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 1 |
12f0da0b6508b11252f50a46c7050e855cc4b8d7 | 13,065,290,525,116 | ed2b273c7d09011e17162d69eb87909dc39fb0d2 | /src/main/java/practise/Value/TestArgsWords.java | b3d99206cec4eaa42deee306dcce3313cf98b08e | [] | no_license | fuzhennan/AQS_DEMO | https://github.com/fuzhennan/AQS_DEMO | b6ad2a6dd61f4fefce2fd27f6d82f1c4825a2954 | eead91b7ec1f5570157e1ff70fcfa6e9fd745ccf | refs/heads/master | 2022-12-15T23:31:07.284000 | 2020-09-20T06:06:45 | 2020-09-20T06:06:45 | 266,349,122 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.practise.Value;
import java.util.HashMap;
import java.util.Map;
public class TestArgsWords {
private static final int ONE=1;
public static void main(String[] args){
Map<String,Integer> m=new HashMap<String, Integer>();
for (String arg : args) {
int freq = m.get(arg) == ... | UTF-8 | Java | 510 | java | TestArgsWords.java | Java | [] | null | [] | package src.practise.Value;
import java.util.HashMap;
import java.util.Map;
public class TestArgsWords {
private static final int ONE=1;
public static void main(String[] args){
Map<String,Integer> m=new HashMap<String, Integer>();
for (String arg : args) {
int freq = m.get(arg) == ... | 510 | 0.590196 | 0.582353 | 17 | 29 | 20.962151 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764706 | false | false | 1 |
947dd8c8b4a3af6acc19917d3026b9ebe397c892 | 16,561,393,905,733 | ddd1ba66d719204ffd736dd0df804a6f154befb0 | /src/nuevo_asignatura.java | 601407cab1cb53055fc93d497a34d23a020c283c | [] | no_license | edgardoalvarez100/SIA-PLSQL | https://github.com/edgardoalvarez100/SIA-PLSQL | 502280529437aea9e773ba1dce3d8d132038def8 | 022c278144370316fe109a288dff9fca045e9a8f | refs/heads/master | 2021-01-02T22:30:41.712000 | 2015-06-01T13:31:58 | 2015-06-01T13:31:58 | 33,020,562 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import dao.AsignaturaDao;
import javax.swing.JOptionPane;
import java.sql.*;
public class nuevo_asignatura extends javax.swing.JFrame {
/**
* Creates new form nuevo_asignatura
*/
public nuevo_asignatura() {
initComponents();
secuencia_codigo();
}
public void secuencia_codig... | UTF-8 | Java | 15,096 | java | nuevo_asignatura.java | Java | [] | null | [] |
import dao.AsignaturaDao;
import javax.swing.JOptionPane;
import java.sql.*;
public class nuevo_asignatura extends javax.swing.JFrame {
/**
* Creates new form nuevo_asignatura
*/
public nuevo_asignatura() {
initComponents();
secuencia_codigo();
}
public void secuencia_codig... | 15,096 | 0.613331 | 0.604784 | 320 | 46.162498 | 39.004147 | 238 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6125 | false | false | 1 |
26c4dbd0b27fa347b0eb314c6d70b1d9550d7c5a | 23,922,967,844,568 | b7420a7b52080483d246b024fcb78a12a01f4d5a | /src/it/univr/rubikcube/model/RubikCubeModelAxis.java | 43ca6fad3f6231f50454adbe4886099f46ff4343 | [] | no_license | jiraky90/Rubik | https://github.com/jiraky90/Rubik | 316e6289d494674189d1f206536802d159fa1208 | 440d1211d98654cdce1b51775130a201dc588780 | refs/heads/master | 2021-01-18T13:50:06.454000 | 2015-06-08T14:02:04 | 2015-06-08T14:02:04 | 35,480,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.univr.rubikcube.model;
/**
* Rubik cube model axis.
* @author Alessandro Menti
*/
public enum RubikCubeModelAxis {
/**
* X axis (oriented from the LEFT to the RIGHT face).
*/
X,
/**
* Y axis (oriented from the DOWN to the UP face).
*/
Y,
/**
* Z axis (oriented... | UTF-8 | Java | 372 | java | RubikCubeModelAxis.java | Java | [
{
"context": "e.model;\n\n/**\n * Rubik cube model axis.\n * @author Alessandro Menti\n */\npublic enum RubikCubeModelAxis {\n /**\n ",
"end": 92,
"score": 0.9998181462287903,
"start": 76,
"tag": "NAME",
"value": "Alessandro Menti"
}
] | null | [] | package it.univr.rubikcube.model;
/**
* Rubik cube model axis.
* @author <NAME>
*/
public enum RubikCubeModelAxis {
/**
* X axis (oriented from the LEFT to the RIGHT face).
*/
X,
/**
* Y axis (oriented from the DOWN to the UP face).
*/
Y,
/**
* Z axis (oriented from the ... | 362 | 0.561828 | 0.561828 | 20 | 17.6 | 18.850464 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
2aca0d347bab174809b78f01418faefeffcffbee | 31,542,239,845,109 | 68febc71117dbf839d711a4cd50fa30a62ea25bd | /app/src/main/java/sampleapp/stocktwits/com/stocksapp/Data/Symbols.java | e1789d1c842bd567e6ab061c21ee7c7fa9501722 | [] | no_license | gray419/StockTwitsSampleApp | https://github.com/gray419/StockTwitsSampleApp | 554042e8607f4e1c123f166a9db7606fb55261d0 | 21c43467ca4a932d953eae9c683538b86f9bd95e | refs/heads/master | 2021-01-10T21:32:29.484000 | 2015-01-02T20:03:57 | 2015-01-02T20:03:57 | 28,678,356 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sampleapp.stocktwits.com.stocksapp.Data;
public class Symbols {
public String id;
public String title;
public String symbol;
}
| UTF-8 | Java | 148 | java | Symbols.java | Java | [] | null | [] | package sampleapp.stocktwits.com.stocksapp.Data;
public class Symbols {
public String id;
public String title;
public String symbol;
}
| 148 | 0.736486 | 0.736486 | 7 | 20.142857 | 15.075321 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 1 |
845d6d42dc6e2a5febf994026aee84a344dc7dea | 31,774,168,092,074 | 149c8979271ba382ea419dca70a72d6eb181d1a8 | /app/src/main/java/com/example/tung/demo/Model/searchsssss.java | 73bdd4041231bf41eb52fe62573cc41bac7d04c7 | [] | no_license | vanlove101/demo | https://github.com/vanlove101/demo | 41b9c56492ae25e2a00a4a4808b383ccaaa88ef2 | d2f33f78f32dd063d7de9e328bee78c13244c3d2 | refs/heads/master | 2020-03-22T11:55:58.321000 | 2018-07-06T16:07:50 | 2018-07-06T16:07:50 | 140,005,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tung.demo.Model;
public class searchsssss {
public searchsssss(String img, String tensp, String gia, String ID, String txt_GiaKhuyenMai) {
this.img = img;
this.tensp = tensp;
this.gia = gia;
this.ID = ID;
this.txt_GiaKhuyenMai = txt_GiaKhuyenMai;
}
... | UTF-8 | Java | 1,360 | java | searchsssss.java | Java | [] | null | [] | package com.example.tung.demo.Model;
public class searchsssss {
public searchsssss(String img, String tensp, String gia, String ID, String txt_GiaKhuyenMai) {
this.img = img;
this.tensp = tensp;
this.gia = gia;
this.ID = ID;
this.txt_GiaKhuyenMai = txt_GiaKhuyenMai;
}
... | 1,360 | 0.596324 | 0.596324 | 68 | 19 | 18.574175 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
e89f88f44fe4a3e940cc210c1176a8033f97c3b4 | 29,892,972,393,701 | c20c3cb1699f726fc285a6917d0ee673915f5b06 | /meep/MeepHomeRegressionTest/src/com/oregonscientific/meep/junit/test/SignInMessageResponder.java | d322d73a73aaba9eaeec630f991f679efa3d7ae6 | [
"Apache-2.0"
] | permissive | zoozooll/MyExercise | https://github.com/zoozooll/MyExercise | 35a18c0ead552d5be45f627066a5066f6cc8c99b | 1be14e0252babb28e32951fa1e35fc867a6ac070 | refs/heads/master | 2023-04-04T04:24:14.275000 | 2021-04-18T15:01:03 | 2021-04-18T15:01:03 | 108,665,215 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oregonscientific.meep.junit.test;
import com.oregonscientific.meep.msm.Message;
import com.oregonscientific.meep.msm.MessageFilter;
public class SignInMessageResponder extends MessageResponder {
public SignInMessageResponder() {
super(new MessageFilter(Message.PROCESS_ACCOUNT, Message.OPERATION_CODE_S... | UTF-8 | Java | 826 | java | SignInMessageResponder.java | Java | [] | null | [] | package com.oregonscientific.meep.junit.test;
import com.oregonscientific.meep.msm.Message;
import com.oregonscientific.meep.msm.MessageFilter;
public class SignInMessageResponder extends MessageResponder {
public SignInMessageResponder() {
super(new MessageFilter(Message.PROCESS_ACCOUNT, Message.OPERATION_CODE_S... | 826 | 0.679177 | 0.651332 | 26 | 30.76923 | 39.14304 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.692308 | false | false | 1 |
242caaf297985aac7572199eb58d3b17085bf18d | 33,062,658,308,745 | 302372630a829dd3c8f53dc4a514ebecf9cb4120 | /app/src/main/java/com/bandfitproject/chat/ChatAdapter.java | e6ef35213dfce187f757f238d519be91369c757c | [] | no_license | DarrenKimBat/bandFitProject | https://github.com/DarrenKimBat/bandFitProject | 6694e2bb3dbb4fb9fcd7f07363ad3ba5409d6515 | 6724036985cd72808d2be8aa8ca505b47ea88a4d | refs/heads/master | 2021-01-11T14:10:48.876000 | 2017-06-23T03:01:31 | 2017-06-23T03:01:31 | 94,995,111 | 2 | 1 | null | false | 2017-06-22T16:31:19 | 2017-06-21T11:02:51 | 2017-06-21T11:09:22 | 2017-06-22T16:31:18 | 2,077 | 2 | 1 | 0 | Java | null | null | package com.bandfitproject.chat;
import android.content.Context;
import android.media.AudioManager;
import android.media.SoundPool;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
... | UTF-8 | Java | 5,587 | java | ChatAdapter.java | Java | [
{
"context": "ame = (TextView)convertView.findViewById(R.id.txt_userName);\n mTxtMessage = (TextView)convertView",
"end": 4390,
"score": 0.7193023562431335,
"start": 4382,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.bandfitproject.chat;
import android.content.Context;
import android.media.AudioManager;
import android.media.SoundPool;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
... | 5,587 | 0.631646 | 0.629468 | 162 | 33.024693 | 24.382484 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 1 |
0145c33a44f8b3b23a3e9e60cf4aec505be27f90 | 7,241,314,903,503 | 19c087388095809748b717d11e7f115d298b74f6 | /src/main/java/com/nbdyn/community/dao/AlphaDaoHibernatelmpl.java | 21ced06be8770f35f53c67fce6af68d09ca91661 | [] | no_license | nbdyn/Web2020 | https://github.com/nbdyn/Web2020 | 50e3f5f17576d5acee078bdb1d838798620a1bf6 | 16eafe37a7cd4c8da48e940e76e48b0766aa4cb8 | refs/heads/master | 2023-01-29T04:08:29.969000 | 2020-12-16T00:39:31 | 2020-12-16T00:39:31 | 316,910,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nbdyn.community.dao;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Repository;
/**
* @author dyn
* @create 2020-11-15-20:10
*/
@Repository("alphaHibernate")
public class AlphaDaoHibernatelmpl implements AlphaDao{
@Override
public String select() {... | UTF-8 | Java | 357 | java | AlphaDaoHibernatelmpl.java | Java | [
{
"context": "ngframework.stereotype.Repository;\n\n/**\n * @author dyn\n * @create 2020-11-15-20:10\n */\n@Repository(\"alph",
"end": 158,
"score": 0.9944310188293457,
"start": 155,
"tag": "USERNAME",
"value": "dyn"
}
] | null | [] | package com.nbdyn.community.dao;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Repository;
/**
* @author dyn
* @create 2020-11-15-20:10
*/
@Repository("alphaHibernate")
public class AlphaDaoHibernatelmpl implements AlphaDao{
@Override
public String select() {... | 357 | 0.731092 | 0.697479 | 17 | 20 | 18.877314 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 1 |
edb8197116af0123b845319f90740357b5503377 | 14,731,737,863,352 | 7ff190d0aa1ea0d13a403f9afd7b0b0ce3ecc5e3 | /src/logic/Chromosome.java | f848d18ca748007d9e8138b8fc72e963c3f6851f | [] | no_license | jakub-gonet/genetic-algorithm | https://github.com/jakub-gonet/genetic-algorithm | f03073fc7ccf085b62926fd92194deaadb29764d | 5d128e7f16ba853c4b47ebfe0ceb486100893972 | refs/heads/master | 2017-11-21T21:46:19.557000 | 2017-06-20T06:29:06 | 2017-06-20T06:29:06 | 94,857,441 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package logic;
/**
* Created by kuba on 19.06.17.
*/
public class Chromosome {
private double fitness;
private byte[] content;
public Chromosome(IFitnessCalculator calculator, byte[] content){
this.content = content;
this.fitness = calculator.calculate(content);
}
public double ... | UTF-8 | Java | 431 | java | Chromosome.java | Java | [
{
"context": "package logic;\n\n/**\n * Created by kuba on 19.06.17.\n */\npublic class Chromosome {\n pr",
"end": 38,
"score": 0.9955552816390991,
"start": 34,
"tag": "USERNAME",
"value": "kuba"
}
] | null | [] | package logic;
/**
* Created by kuba on 19.06.17.
*/
public class Chromosome {
private double fitness;
private byte[] content;
public Chromosome(IFitnessCalculator calculator, byte[] content){
this.content = content;
this.fitness = calculator.calculate(content);
}
public double ... | 431 | 0.62645 | 0.612529 | 22 | 18.59091 | 18.299675 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 1 |
84231bbb9e9fde410e2d0ab78545f4ab4c318520 | 3,822,520,919,575 | ea39ccf14d4a27e0053e7ba4bbd7877b568bf52c | /src/main/java/cn/ws/jdk8/threadTest/Node.java | 8f028a0ca3712cb9ed7cd8bce866f76115176052 | [] | no_license | wssapro/study | https://github.com/wssapro/study | 89dc3c70bb8d70f6d11cdfa70e2967862ba75374 | 84013ad044f76d58d651fa914c6873f9fca028d8 | refs/heads/master | 2023-08-27T22:10:48.693000 | 2021-10-15T09:45:20 | 2021-10-15T09:45:20 | 417,446,294 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ws.jdk8.threadTest;
import java.util.HashMap;
/**
* <p>
*
* </p>
*
* @author shun
* @date 2020-06-19 11:22
*/
public class Node
{
public HashMap<String,String> map;
public HashMap<String, String> getMap()
{
return map;
}
public void setMap(HashMap<String, String> map)
{
this.map = map;
... | UTF-8 | Java | 324 | java | Node.java | Java | [
{
"context": "util.HashMap;\n\n/**\n * <p>\n *\n * </p>\n *\n * @author shun\n * @date 2020-06-19 11:22\n */\npublic class Node\n{",
"end": 99,
"score": 0.9914941787719727,
"start": 95,
"tag": "USERNAME",
"value": "shun"
}
] | null | [] | package cn.ws.jdk8.threadTest;
import java.util.HashMap;
/**
* <p>
*
* </p>
*
* @author shun
* @date 2020-06-19 11:22
*/
public class Node
{
public HashMap<String,String> map;
public HashMap<String, String> getMap()
{
return map;
}
public void setMap(HashMap<String, String> map)
{
this.map = map;
... | 324 | 0.632716 | 0.592593 | 26 | 11.461538 | 13.818134 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 1 |
d7c213f81ecc933cc29022a5f3bf35afaf4f16c3 | 18,382,460,063,966 | 7dd8b7ecba67031df4f4ecdbc6939c893ec356a1 | /src/main/java/com/corporate/delivery/service/impl/OrderRestaurantMenuSectionServiceImpl.java | 2684f5e7fe47b06c480057c3fe043b734b18d79c | [] | no_license | aceexpressdelivery/delivery-core | https://github.com/aceexpressdelivery/delivery-core | 014e330ecabbd0850a2dec24d9461448d41359b6 | 99e6c00865670b1121fe970ed87668581365af90 | refs/heads/master | 2020-03-26T22:38:42.371000 | 2018-10-31T09:17:21 | 2018-10-31T09:17:21 | 145,476,378 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.corporate.delivery.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.corporate.delivery.dao.OrderRestaurantMenuSectionDao;
import co... | UTF-8 | Java | 1,198 | java | OrderRestaurantMenuSectionServiceImpl.java | Java | [] | null | [] | package com.corporate.delivery.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.corporate.delivery.dao.OrderRestaurantMenuSectionDao;
import co... | 1,198 | 0.866444 | 0.866444 | 35 | 33.228573 | 34.043743 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
d0bcaf7e5f1da57fdf6832e98743dff5334068d6 | 10,514,079,967,938 | 091d028255be0d5757e30ca04a692df23cdb590c | /DataBase/src/eg/edu/alexu/csd/oop/db/cs20/Resultset/DBResultsetImp.java | 8c18991d2e0e88aa5b0f6db1ee7c6aa893ae486d | [] | no_license | HananElkhateeb/DBMS-JDBC | https://github.com/HananElkhateeb/DBMS-JDBC | 2bdca9a364c8d7149bbe3ae30d9a3d14a6c327c9 | ec827a63807b088f299887880eb4572821097368 | refs/heads/master | 2020-03-15T01:46:00.412000 | 2018-05-02T20:17:51 | 2018-05-02T20:17:51 | 131,901,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eg.edu.alexu.csd.oop.db.cs20.Resultset;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import eg.edu.alexu.csd.oop.db.cs69.Model.MyDatabase;
import eg.edu.alexu.csd.oop.db.cs20.ResultSetMetaData.DBResultSetMetaDataImp;
import eg... | UTF-8 | Java | 5,481 | java | DBResultsetImp.java | Java | [] | null | [] | package eg.edu.alexu.csd.oop.db.cs20.Resultset;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import eg.edu.alexu.csd.oop.db.cs69.Model.MyDatabase;
import eg.edu.alexu.csd.oop.db.cs20.ResultSetMetaData.DBResultSetMetaDataImp;
import eg... | 5,481 | 0.64605 | 0.63857 | 237 | 21.109705 | 19.115587 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.991561 | false | false | 1 |
019530893d31e0151c581a54094f9d1d5cd59863 | 29,549,375,020,147 | b8935ce0f1570568b3f9386b3d6240634d25a0c7 | /src/drag/DragAndDrop.java | 00d30c7430172b84f71a7459890fdf14e99e65bd | [] | no_license | MatFX/ExperimentalFX | https://github.com/MatFX/ExperimentalFX | a9f28f5e246657e79b3d98e9d2866474b4ea189f | 920a62d0fac722e19fc5436b8a5950602e73e2e4 | refs/heads/master | 2023-04-16T09:18:18.165000 | 2023-03-23T10:00:10 | 2023-03-23T10:00:10 | 99,205,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package drag;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.input.ClipboardContent;
import javafx.scene.input.DataFormat;
import javafx.scene.input.Dragboard;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.HBox;
import javaf... | UTF-8 | Java | 1,761 | java | DragAndDrop.java | Java | [] | null | [] | package drag;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.input.ClipboardContent;
import javafx.scene.input.DataFormat;
import javafx.scene.input.Dragboard;
import javafx.scene.input.TransferMode;
import javafx.scene.layout.HBox;
import javaf... | 1,761 | 0.625213 | 0.622941 | 56 | 30.446428 | 27.172674 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 1 |
0e88569c66d6cec0b68c078a597e76cf6165754a | 29,549,375,020,387 | 9628f3cf37f3a110a13afe954d5639fcb6abc91c | /app/src/main/java/cn/microvideo/highway_patrol_maintain/mvp/presenter/home/IHomePresenter_2.java | 6de82e9872965e4e6c2ff59ce9c4edab1c69e896 | [] | no_license | GuilinSir/Highway_Patrol_Maintain | https://github.com/GuilinSir/Highway_Patrol_Maintain | 1c2f9cb00c60563a22d10d4b735d106bd6f089e2 | fbfd28b8488f6c739aca30135df8655343a9da33 | refs/heads/master | 2019-03-09T23:31:10.277000 | 2018-03-21T09:01:02 | 2018-03-21T09:01:02 | 101,058,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.microvideo.highway_patrol_maintain.mvp.presenter.home;
import cn.microvideo.highway_patrol_maintain.mvp.presenter.IPresenter;
import cn.microvideo.highway_patrol_maintain.mvp.request.home.WeatherRequest;
/**
* Created by guilin on 2017/8/31.
*/
public interface IHomePresenter_2 extends IPresenter {
... | UTF-8 | Java | 410 | java | IHomePresenter_2.java | Java | [
{
"context": "vp.request.home.WeatherRequest;\n\n/**\n * Created by guilin on 2017/8/31.\n */\n\npublic interface IHomePresente",
"end": 241,
"score": 0.9996469020843506,
"start": 235,
"tag": "USERNAME",
"value": "guilin"
}
] | null | [] | package cn.microvideo.highway_patrol_maintain.mvp.presenter.home;
import cn.microvideo.highway_patrol_maintain.mvp.presenter.IPresenter;
import cn.microvideo.highway_patrol_maintain.mvp.request.home.WeatherRequest;
/**
* Created by guilin on 2017/8/31.
*/
public interface IHomePresenter_2 extends IPresenter {
... | 410 | 0.797561 | 0.778049 | 13 | 30.538462 | 29.248577 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 1 |
86d85d7812704da1d0965d3c834d77d94913ac89 | 17,231,408,794,000 | ad3ce573d83161009fae900cc3a3c1b09530f1ff | /textbase/src/main/java/com/example/textbase/base/BaseLoginPersenter.java | 91549f37b196c666d9b5c2bf685e68946876df4d | [] | no_license | fengruiyu/MVPAndBase | https://github.com/fengruiyu/MVPAndBase | b6062a1db82a277a4e9f89afbee14b4b8be8ed20 | a56c0e8e6d33d4062b5c0f606c6e8e492b97f426 | refs/heads/master | 2020-03-20T05:31:46.907000 | 2018-06-13T13:13:54 | 2018-06-13T13:13:54 | 137,217,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.textbase.base;
public abstract class BaseLoginPersenter<v extends IView> {
protected v view;
public BaseLoginPersenter(v view) {
this.view = view;
initModel();
}
protected abstract void initModel();
void onDestroy() {
view = null;
}
}
| UTF-8 | Java | 306 | java | BaseLoginPersenter.java | Java | [] | null | [] | package com.example.textbase.base;
public abstract class BaseLoginPersenter<v extends IView> {
protected v view;
public BaseLoginPersenter(v view) {
this.view = view;
initModel();
}
protected abstract void initModel();
void onDestroy() {
view = null;
}
}
| 306 | 0.633987 | 0.633987 | 14 | 20.857143 | 17.141666 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
e5e9c9cbb9da9787ee2502952c6c5ed2a3c8d0dc | 3,178,275,826,807 | a1a7ea917d96e62aa0d3171ec3d0c9b53254b78f | /HomeworkStudent/src/UserEntry.java | 67b4c7df665ad20c3b80eba203f44c6454532efe | [] | no_license | mihailog/JavaTrainingCourse | https://github.com/mihailog/JavaTrainingCourse | 752485e72d87c25dfd1daeed29b08c96dfec91bb | 3c03794b5caa138801c956e3d644e080d4eb7ffd | refs/heads/master | 2020-05-29T22:43:52.684000 | 2019-05-30T14:11:45 | 2019-05-30T14:11:45 | 189,418,287 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.text.ParseException;
import java.util.InputMismatchException;
import java.util.Scanner;
public class UserEntry {
static Scanner scanner = new Scanner(System.in);
public static String userEntryString() {
String choice = scanner.nextLine();
// scanner.close(); // iz nekog razloga kad jednom zatvorim... | WINDOWS-1250 | Java | 811 | java | UserEntry.java | Java | [] | null | [] | import java.text.ParseException;
import java.util.InputMismatchException;
import java.util.Scanner;
public class UserEntry {
static Scanner scanner = new Scanner(System.in);
public static String userEntryString() {
String choice = scanner.nextLine();
// scanner.close(); // iz nekog razloga kad jednom zatvorim... | 811 | 0.701235 | 0.696296 | 32 | 24.3125 | 23.99015 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.78125 | false | false | 1 |
7f01c6dad6490e2478e1252c9a4b71d9c5f4d129 | 6,030,134,109,487 | 03a1c68816f6e21538462c6bda98745343bf5e26 | /CST250assignment03/src/cst250assignment03/BankAccount.java | 994aede0b3981569abdb2288f5e011715d0154ab | [] | no_license | ssyed42789/CST250assignment03 | https://github.com/ssyed42789/CST250assignment03 | bf3e0bdfeb6b3df26f191279621fb35748ae1932 | f8409d2a61d92abe0a4b5c1970af877b007ff252 | refs/heads/main | 2023-03-18T22:45:37.840000 | 2021-03-10T05:56:52 | 2021-03-10T05:56:52 | 346,230,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package cst250assignment03;
/**
*
* @author ssyed
*/
public final class BankAccount {
private double balance;
public BankAccount() {
setBalance(0);
} // constructor
public void setBalance(double balance) {
this.balance = balance;
System.out.println(
"New balance now: "+ getBalance());
}
... | UTF-8 | Java | 638 | java | BankAccount.java | Java | [
{
"context": "\npackage cst250assignment03;\n\n/**\n *\n * @author ssyed\n */\npublic final class BankAccount {\n private ",
"end": 53,
"score": 0.9986366629600525,
"start": 48,
"tag": "USERNAME",
"value": "ssyed"
}
] | null | [] |
package cst250assignment03;
/**
*
* @author ssyed
*/
public final class BankAccount {
private double balance;
public BankAccount() {
setBalance(0);
} // constructor
public void setBalance(double balance) {
this.balance = balance;
System.out.println(
"New balance now: "+ getBalance());
}
... | 638 | 0.603448 | 0.594044 | 35 | 17 | 14.683324 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.971429 | false | false | 1 |
59884c0ed050e2d1ed500655feaf0fe668e7bc46 | 18,708,877,562,175 | 5b112f41a381320bc81e62e371fc3240a7b20709 | /springboot-multiple-data/src/main/java/demo/DemoApplication.java | 7cfc3856ebc8891d516612ceaf421c2f23a5a66a | [] | no_license | zacscoding/spring-boot-example | https://github.com/zacscoding/spring-boot-example | 1147b5d3203e56b6c4bfaeda253997c6136127e6 | 48b20a60dd752ee65263503d99d7ef3945072f17 | refs/heads/master | 2021-11-25T21:43:50.880000 | 2021-11-07T12:43:39 | 2021-11-07T12:43:39 | 114,388,056 | 3 | 6 | null | false | 2020-03-06T05:35:58 | 2017-12-15T16:03:35 | 2020-02-13T10:30:15 | 2020-02-13T10:30:12 | 24,848 | 3 | 2 | 0 | Java | false | false | package demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.FilterType;
import org.springframework.data.jpa.repository.config.EnableJpaRep... | UTF-8 | Java | 587 | java | DemoApplication.java | Java | [] | null | [] | package demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.FilterType;
import org.springframework.data.jpa.repository.config.EnableJpaRep... | 587 | 0.831346 | 0.831346 | 18 | 31.611111 | 26.145191 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 1 |
4e90d4648e30a338fec0838c9dfd3bc5aa331a4f | 14,525,579,424,715 | 4c2089d4f7a0e6f29c98d62e78d38fc36df14e16 | /src/main/java/com/grutzmann/common/intervals/Interval.java | 4b0c25250a7f2ed8444b7931f5d0375f7949c674 | [] | no_license | melli79/intervals | https://github.com/melli79/intervals | 1d6ac1617e751c459653a6653b9c81bffb1e3043 | fc9c7370abf5186bdaaad431cb395960bc05f528 | refs/heads/master | 2021-04-29T17:25:08.923000 | 2018-02-15T18:52:55 | 2018-02-15T18:52:55 | 121,668,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grutzmann.common.intervals;
import com.google.common.base.Optional;
import com.grutzmann.common.annotation.Value;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/***
* @author melli on 16/3/12
* Interval of a real like type
* use under LGPL
***/
@Value
public class Interval<T exte... | UTF-8 | Java | 9,434 | java | Interval.java | Java | [
{
"context": "import javax.annotation.Nullable;\n\n/***\n * @author melli on 16/3/12\n * Interval of a real like type\n * use",
"end": 217,
"score": 0.9988791942596436,
"start": 212,
"tag": "USERNAME",
"value": "melli"
}
] | null | [] | package com.grutzmann.common.intervals;
import com.google.common.base.Optional;
import com.grutzmann.common.annotation.Value;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/***
* @author melli on 16/3/12
* Interval of a real like type
* use under LGPL
***/
@Value
public class Interval<T exte... | 9,434 | 0.560526 | 0.55141 | 277 | 33.057762 | 27.118212 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761733 | false | false | 1 |
a785cc9ba3bb972d01fad31e30eaa57b29e288d6 | 23,940,147,729,729 | 83d781a9c2ba33fde6df0c6adc3a434afa1a7f82 | /MarketFrontend/src/com/newco/marketplace/web/dto/ETMSearchDTO.java | 320b40adbf8efbfda57ed4c16a2bba9f3d645f21 | [] | no_license | ssriha0/sl-b2b-platform | https://github.com/ssriha0/sl-b2b-platform | 71ab8ef1f0ccb0a7ad58b18f28a2bf6d5737fcb6 | 5b4fcafa9edfe4d35c2dcf1659ac30ef58d607a2 | refs/heads/master | 2023-01-06T18:32:24.623000 | 2020-11-05T12:23:26 | 2020-11-05T12:23:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newco.marketplace.web.dto;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import com.newco.marketplace.dto.vo.LookupVO;
import com.newco.marketplace.dto.vo.skillTree.SkillNodeVO;
import com.newco.marketplace.dto.vo.spn.SPNMon... | UTF-8 | Java | 9,090 | java | ETMSearchDTO.java | Java | [
{
"context": "erConstants;\r\n\r\n/**\r\n * $Revision: 1.12 $ $Author: glacy $ $Date: 2008/04/26 01:13:45 $\r\n */\r\n\r\n/*\r\n * Mai",
"end": 428,
"score": 0.9995724558830261,
"start": 423,
"tag": "USERNAME",
"value": "glacy"
},
{
"context": "O.java,v $\r\n * Revision 1.12 2008/04... | null | [] | package com.newco.marketplace.web.dto;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import com.newco.marketplace.dto.vo.LookupVO;
import com.newco.marketplace.dto.vo.skillTree.SkillNodeVO;
import com.newco.marketplace.dto.vo.spn.SPNMon... | 9,090 | 0.693509 | 0.661606 | 321 | 26.317757 | 22.811539 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.554517 | false | false | 1 |
a39b09d0ceb793fd0f43efd53cb06228fbc3aea5 | 6,468,220,784,129 | 2ece3e7c14590c08848b6e96b474d27ef99338ab | /src/main/java/com/businessproject/demo/model/dbmodels/SalesRepresentative.java | ac0eca8ae16cbb93a2265e7bebeaa84c59cc79eb | [
"MIT"
] | permissive | ptaushanov/Project-DashMain | https://github.com/ptaushanov/Project-DashMain | 205c5d63dab513bfbafa2c18da47221b9f35bba7 | 9b97222a983f782143336e2432d8cc44460da702 | refs/heads/master | 2023-08-17T11:08:10.100000 | 2021-01-15T09:41:50 | 2021-01-15T09:41:50 | 320,360,712 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.businessproject.demo.model.dbmodels;
import com.businessproject.demo.configuration.IValidationPatterns;
import org.springframework.data.annotation.Transient;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Patt... | UTF-8 | Java | 2,279 | java | SalesRepresentative.java | Java | [] | null | [] | package com.businessproject.demo.model.dbmodels;
import com.businessproject.demo.configuration.IValidationPatterns;
import org.springframework.data.annotation.Transient;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Patt... | 2,279 | 0.686266 | 0.678368 | 77 | 28.597403 | 28.307339 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441558 | false | false | 1 |
5e292f7ef8c0dd89f17b139009da204f7b08f741 | 3,032,246,936,346 | cbdafd16ece134b75cf584270fbdd45c15f63f8b | /app/src/main/java/com/wsh/designmodes/memento/practise1/Oringinor.java | a362fe2eb7320ee452c308e2e2b590132a4ce68f | [] | no_license | tianzuishiwo/DesignModes | https://github.com/tianzuishiwo/DesignModes | cc2f26e74a99813d68ecbf9724c011044adf5714 | 7554dfec68f1daf7f45eb15e0f56858723f0e5a9 | refs/heads/master | 2021-01-23T03:59:25.266000 | 2017-04-03T06:20:01 | 2017-04-03T06:20:01 | 86,141,686 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsh.designmodes.memento.practise1;
import com.wsh.designmodes.XLog;
/**
* Created by laobai on 2017/4/3.
*/
public class Oringinor {
private String name;
private int x;
private int y;
public Oringinor(String name, int x, int y) {
this.name = name;
this.x = x;
... | UTF-8 | Java | 1,149 | java | Oringinor.java | Java | [
{
"context": "mport com.wsh.designmodes.XLog;\n\n/**\n * Created by laobai on 2017/4/3.\n */\n\npublic class Oringinor {\n pr",
"end": 106,
"score": 0.9988141059875488,
"start": 100,
"tag": "USERNAME",
"value": "laobai"
}
] | null | [] | package com.wsh.designmodes.memento.practise1;
import com.wsh.designmodes.XLog;
/**
* Created by laobai on 2017/4/3.
*/
public class Oringinor {
private String name;
private int x;
private int y;
public Oringinor(String name, int x, int y) {
this.name = name;
this.x = x;
... | 1,149 | 0.484582 | 0.478414 | 63 | 17.015873 | 14.023214 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 1 |
6e0960a0d08ffc3d2f6e7423f37ed5a5394b6bfa | 22,359,599,763,813 | bd250aece6840d2a1e08c1cd84d7932bb9ac32db | /src/main/java/me/ohughes/actorreactor/domain/ActorPersonalDetails.java | 169acd754e9f244fef4f9fc4fed92caafc60c133 | [] | no_license | ojhughes/actor-reactor | https://github.com/ojhughes/actor-reactor | ebe98ea2d906250c39350f6733655bb5f3597620 | f55ae950a052281d1c13c6f8f2e3b9356eb3df8b | refs/heads/master | 2021-09-04T08:31:24.827000 | 2018-01-17T10:02:08 | 2018-01-17T10:02:08 | 116,413,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.ohughes.actorreactor.domain;
import java.time.Year;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
public class ActorPersonalDetails {
private String fullName;
private Year yearOfBirth;
}
| UTF-8 | Java | 248 | java | ActorPersonalDetails.java | Java | [] | null | [] | package me.ohughes.actorreactor.domain;
import java.time.Year;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
public class ActorPersonalDetails {
private String fullName;
private Year yearOfBirth;
}
| 248 | 0.810484 | 0.810484 | 14 | 16.714285 | 13.572181 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 1 |
b99c103196b4e90418a01a02b9983c2492e111e4 | 1,039,382,122,289 | 0c884f3e3d7a7753894de58c5eaa71eb917f9ba3 | /src/com/atguigu/zifuchuanfanzhuan.java | f018f3416fb50063244f4a1a3f37a14848c0215f | [] | no_license | 73jdjdJDate61hdjd84hdjd52juggwf/Algorithm | https://github.com/73jdjdJDate61hdjd84hdjd52juggwf/Algorithm | 644ddd4e43422095007e418a1544c39661de7302 | 4467cc6b9a556970876a9fd089497bb78f17e024 | refs/heads/master | 2022-04-27T23:25:20.079000 | 2020-04-28T00:09:03 | 2020-04-28T00:09:03 | 257,746,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atguigu;
import java.util.Scanner;
public class zifuchuanfanzhuan {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
String s = in.nextLine();
char[] c = s.toCharArray();
String result="";
for (int i=0;i<c.length;i++){
res... | UTF-8 | Java | 411 | java | zifuchuanfanzhuan.java | Java | [] | null | [] | package com.atguigu;
import java.util.Scanner;
public class zifuchuanfanzhuan {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
String s = in.nextLine();
char[] c = s.toCharArray();
String result="";
for (int i=0;i<c.length;i++){
res... | 411 | 0.571776 | 0.569343 | 18 | 21.833334 | 17.150478 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 1 |
4d6a7fe276e85dd7fd68125d810dfab8c5aeadec | 11,261,404,280,131 | 0fbcae0eba8b5288eb22be1ae026f0bb7fa0fba0 | /DominioMoodle/src/objectosNegocio/Mensaje.java | d452f593242df536cbe2fa2c1c1f11487012ab90 | [] | no_license | MirandaMiranda181840/MoodleApp | https://github.com/MirandaMiranda181840/MoodleApp | 762202683a36bfefd477c9586b411f7863317c96 | e811aabc3cef7bbec3d9c3c4e02ed02547aa7ddd | refs/heads/master | 2022-08-24T00:55:35.723000 | 2020-05-21T09:52:37 | 2020-05-21T09:52:37 | 257,802,921 | 1 | 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 objectosNegocio;
/**
*
* @author Email
*/
public class Mensaje {
private int remitenteId;
private int receptorId;
... | UTF-8 | Java | 1,246 | java | Mensaje.java | Java | [
{
"context": "r.\n */\npackage objectosNegocio;\n\n/**\n *\n * @author Email\n */\npublic class Mensaje {\n private int remite",
"end": 234,
"score": 0.7533731460571289,
"start": 229,
"tag": "USERNAME",
"value": "Email"
}
] | 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 objectosNegocio;
/**
*
* @author Email
*/
public class Mensaje {
private int remitenteId;
private int receptorId;
... | 1,246 | 0.635634 | 0.635634 | 56 | 21.25 | 23.849417 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 1 |
78db1071e7ad42e987be128cca49bfb0b02765be | 33,603,824,131,438 | 1a7f3e9c3ab6defa270fbb3f6b49d186aa92367a | /Java EE/src/main/java/com/qa/rest/ColonyEndpoint.java | 85ad3a02322d00dcd55bf7c3e0fe642a30c1db57 | [] | no_license | WareJosephB/QAProject | https://github.com/WareJosephB/QAProject | 870622e30a560e005804739c7bce9309125304ad | ef7d9f906946a10b05059e179f0bc86b2b4ec34d | refs/heads/master | 2020-04-02T03:05:54.576000 | 2018-12-03T10:07:33 | 2018-12-03T10:07:33 | 153,946,076 | 0 | 0 | null | false | 2018-11-23T15:33:29 | 2018-10-20T20:34:38 | 2018-11-23T14:11:04 | 2018-11-23T15:33:29 | 6,308 | 0 | 0 | 0 | Java | false | null | package com.qa.rest;
import javax.inject.Inject;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import com.qa.business.service.ColonyService;
@Path("/colony")
public class ColonyE... | UTF-8 | Java | 1,230 | java | ColonyEndpoint.java | Java | [] | null | [] | package com.qa.rest;
import javax.inject.Inject;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import com.qa.business.service.ColonyService;
@Path("/colony")
public class ColonyE... | 1,230 | 0.695122 | 0.695122 | 64 | 18.21875 | 15.866109 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.015625 | false | false | 1 |
78fff90d01eacde5bcfbccb2f601eb3412eaf951 | 32,693,291,125,440 | e6b34e705b046b474c14150698531b21a02528df | /HiTea/src/main/java/com/ht/hitea/seach/TeaBagSeachs.java | 4ad69506acd91f0de72c28321e92a1c79f74f1ae | [] | no_license | cheekyrabbit/HiTea_Project | https://github.com/cheekyrabbit/HiTea_Project | a193f2e09b073f34d740e1986bb476b12d7cc03d | 79bc42c23de436fd066f4fd81f424a7378d11aae | refs/heads/master | 2020-05-17T09:49:46.199000 | 2019-04-26T17:16:35 | 2019-04-26T17:16:35 | 183,643,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ht.hitea.seach;
import java.util.List;
public class TeaBagSeachs {
private List<TeaBagSeach> teabagSeach;
public TeaBagSeachs() {
// TODO Auto-generated constructor stub
}
public TeaBagSeachs(List<TeaBagSeach> teabagSeach) {
super();
this.teabagSeach = teabagSeach;
}
public List<TeaBagSeach> g... | UTF-8 | Java | 467 | java | TeaBagSeachs.java | Java | [] | null | [] | package com.ht.hitea.seach;
import java.util.List;
public class TeaBagSeachs {
private List<TeaBagSeach> teabagSeach;
public TeaBagSeachs() {
// TODO Auto-generated constructor stub
}
public TeaBagSeachs(List<TeaBagSeach> teabagSeach) {
super();
this.teabagSeach = teabagSeach;
}
public List<TeaBagSeach> g... | 467 | 0.747323 | 0.747323 | 22 | 20.227272 | 18.831627 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 1 |
9d0c0fcb1bc721f205d05f0f4e0a3a5d1ea53289 | 3,100,966,400,039 | 8f23d27c509c7a2f4e810cb2fdaf65f5808709c6 | /components/camel-twitter/src/main/java/org/apache/camel/component/twitter/consumer/TwitterConsumerPolling.java | 0adbb3c1275f25c73c34b764d5942bac83e6f8b6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Alirezazabetan/camel | https://github.com/Alirezazabetan/camel | 210db1ba7ee4e1e1e8a194105c40fe2736a3ac6d | 037d15c209e0360b4a6e2e4bb91a1887c19f9414 | refs/heads/master | 2020-04-02T02:13:16.996000 | 2018-10-19T18:14:45 | 2018-10-19T18:14:45 | 153,897,779 | 1 | 1 | Apache-2.0 | true | 2018-10-20T11:16:49 | 2018-10-20T11:16:48 | 2018-10-19T18:15:10 | 2018-10-20T03:34:20 | 227,419 | 0 | 0 | 0 | null | false | null | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | UTF-8 | Java | 2,696 | java | TwitterConsumerPolling.java | Java | [] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 2,696 | 0.731083 | 0.723665 | 77 | 34.012985 | 30.588383 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415584 | false | false | 1 |
e010ed25cadabb2c1f612aa54c04b2d7bdb83447 | 6,201,932,787,751 | 3fd9ed1ab45c858274ad82c8c60febcff9fb839b | /src/main/java/WindSlash.java | 633fef1723b5f5a76c292a4b6ff0ceb13c600557 | [] | no_license | arvinrivers/roguelike-game-systems | https://github.com/arvinrivers/roguelike-game-systems | a9beb2ee8b758691443987c147ab059bff18713c | da58caa713f40bc8e9287ff65aff3408b180d148 | refs/heads/master | 2023-08-26T18:31:56.384000 | 2021-11-13T13:31:58 | 2021-11-13T13:31:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class WindSlash implements Action {
private final Entity user;
private final int speed = 8;
private final int manaCost;
private final int damage;
private final Element element = new Air();
public WindSlash(Entity user) {
this.user = user;
int level = user.getLevel().getCu... | UTF-8 | Java | 1,093 | java | WindSlash.java | Java | [] | null | [] | public class WindSlash implements Action {
private final Entity user;
private final int speed = 8;
private final int manaCost;
private final int damage;
private final Element element = new Air();
public WindSlash(Entity user) {
this.user = user;
int level = user.getLevel().getCu... | 1,093 | 0.619396 | 0.616651 | 38 | 27.763159 | 23.831022 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 1 |
ea2eb4cbd8327ad4a040a3204efc801d503cafd8 | 31,086,973,292,595 | 3ccf4eab7c5acdcc2bfa1a601252c2da0455f96c | /java/src/main/java/dms/pastor/tools/chinese/validator/WordValidator.java | 14efd126327bbe980e5848d3b181b69ae4c992ae | [] | no_license | pastorcmentarny/DomJavaKB | https://github.com/pastorcmentarny/DomJavaKB | 2760c328de1bd4ed160b846f91f69e80bc2d686c | f6bfad71d2268a86eaf1c4ee88aa690bb7d2fb49 | refs/heads/master | 2023-05-27T08:42:33.108000 | 2023-05-02T06:51:32 | 2023-05-02T06:51:32 | 84,251,539 | 0 | 0 | null | false | 2023-05-23T06:49:12 | 2017-03-07T22:14:58 | 2021-12-23T00:07:55 | 2023-05-23T06:49:12 | 21,235 | 0 | 0 | 1 | Java | false | false | package dms.pastor.tools.chinese.validator;
import dms.pastor.utils.string.ContainsInStringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.List;
import static dms.pastor.utils.StringUtils.EMPTY_STRING;
import static dms.pastor.utils.StringUtils.isStringEmpty;
import static dms.pastor... | UTF-8 | Java | 4,780 | java | WordValidator.java | Java | [
{
"context": "rt static java.util.Objects.isNull;\n\n/**\n * Author Dominik Symonowicz\n * WWW:\thttps://dominiksymonowicz.com/welcome\n * ",
"end": 626,
"score": 0.9998886585235596,
"start": 608,
"tag": "NAME",
"value": "Dominik Symonowicz"
},
{
"context": "wicz.blogspot.co.uk\n * G... | null | [] | package dms.pastor.tools.chinese.validator;
import dms.pastor.utils.string.ContainsInStringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.List;
import static dms.pastor.utils.StringUtils.EMPTY_STRING;
import static dms.pastor.utils.StringUtils.isStringEmpty;
import static dms.pastor... | 4,768 | 0.665828 | 0.663732 | 130 | 35.692307 | 38.371231 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669231 | false | false | 1 |
edf20cf6300278fc81089aad33cf02f9aad835ad | 6,073,083,788,498 | 45d5b4934436ee3f96c927562f3a0f4ea28643e5 | /Rxjava2.0Demo/app/src/main/java/rx_retrofit_RepeatWhen/mode/Rxjava_Retrofit.java | 07c50067f0edff67fb5264a9e17064964d5ff946 | [] | no_license | 979527040/Rxjava2.0 | https://github.com/979527040/Rxjava2.0 | fea902c0973790e3365a825b409ce1b544803d94 | aa05a3e27d09214120b8296cd0272036d44aca5d | refs/heads/master | 2021-05-06T12:35:52.396000 | 2017-12-06T03:14:51 | 2017-12-06T03:14:51 | 113,161,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rx_retrofit_RepeatWhen.mode;
import android.app.Activity;
import android.util.Log;
import android.widget.Toast;
import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import java.util.concurrent.TimeUnit;
import io.reactivex.Observable;
import io.reactivex.ObservableSource;
import io.re... | UTF-8 | Java | 4,530 | java | Rxjava_Retrofit.java | Java | [
{
"context": "t_RepeatWhen.bean.Translation;\n\n/**\n * Created by 97952 on 2017/12/5.\n */\n//TODO 有条件的轮询\npublic class Rxja",
"end": 738,
"score": 0.9864219427108765,
"start": 733,
"tag": "USERNAME",
"value": "97952"
}
] | null | [] | package rx_retrofit_RepeatWhen.mode;
import android.app.Activity;
import android.util.Log;
import android.widget.Toast;
import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory;
import java.util.concurrent.TimeUnit;
import io.reactivex.Observable;
import io.reactivex.ObservableSource;
import io.re... | 4,530 | 0.580135 | 0.571577 | 99 | 37.949493 | 26.32024 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
3a39946fd338b2ccb12f9846752323e3af7a2b09 | 8,486,855,401,013 | 0b19f17399e34edb32bcde38318c9745387f2029 | /code/workspace/day14_code/src/com/atguigu/homework/test03/Test03.java | 110bc7872a1dd36b2ea6fc563e28d6700df8ef81 | [] | no_license | windmycode/LearningJava | https://github.com/windmycode/LearningJava | 21a2e990c43f679b2c61817a5e9040deba80891e | c96feb5e336ece773ea02427b589a5462d4b984c | refs/heads/master | 2022-12-14T16:47:06.734000 | 2020-09-15T13:54:29 | 2020-09-15T13:54:29 | 295,724,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atguigu.homework.test03;
import java.util.Scanner;
/*
* * 模拟玩家选择角色。
* 定义接口FightAble:
* 抽象方法:specialFight。
* 默认方法:commonFight,方法中打印"普通打击"。
* 定义战士类:
* 实现FightAble接口,重写方法中打印"武器攻击"。
* 定义法师类Mage:
* 实现FightAble接口,重写方法中打印"法术攻击"。
* 定义玩家类Player:
* 静态方法:FightAble select(String str),根据指令选择角色。
* 法力角色,选... | UTF-8 | Java | 1,638 | java | Test03.java | Java | [] | null | [] | package com.atguigu.homework.test03;
import java.util.Scanner;
/*
* * 模拟玩家选择角色。
* 定义接口FightAble:
* 抽象方法:specialFight。
* 默认方法:commonFight,方法中打印"普通打击"。
* 定义战士类:
* 实现FightAble接口,重写方法中打印"武器攻击"。
* 定义法师类Mage:
* 实现FightAble接口,重写方法中打印"法术攻击"。
* 定义玩家类Player:
* 静态方法:FightAble select(String str),根据指令选择角色。
* 法力角色,选... | 1,638 | 0.664902 | 0.658094 | 70 | 17.9 | 13.801811 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.271429 | false | false | 1 |
1085b4f78705cda749c631a2f80b69c0cd3eded2 | 11,802,570,135,322 | 2fc587950690f6946c78e689093373aa520bba7d | /Board.java | ead1f55a7b2df258142e833bebd68ef016cc04dc | [] | no_license | Wangistan/Conflict-Boats---Version-of-Leon | https://github.com/Wangistan/Conflict-Boats---Version-of-Leon | 5d5c8f6d37cafbf7f303d55b7f5e1dc54cef8fbc | a731119956246af93632fe81112cd9a7b8678f00 | refs/heads/master | 2021-01-13T03:00:34.324000 | 2017-01-19T16:08:22 | 2017-01-19T16:08:22 | 77,064,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Board {
//Setting boolean variables accordingly
static boolean isGameOn = true;
static boolean hasSetupDonePlayer1 = false;
static boolean hasSetupDonePlayer2 = false;
public static boolean isSelected = false;
... | UTF-8 | Java | 8,286 | java | Board.java | Java | [
{
"context": "g-images/x-png\");\r\n JLabel name1 = new JLabel(\"Wisley Chen\");\r\n JLabel name2 = new JLabel(\"Paul Jang\");\r\n",
"end": 6848,
"score": 0.9998090863227844,
"start": 6837,
"tag": "NAME",
"value": "Wisley Chen"
},
{
"context": "l(\"Wisley Chen\");\r\n JLabel... | null | [] | import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Board {
//Setting boolean variables accordingly
static boolean isGameOn = true;
static boolean hasSetupDonePlayer1 = false;
static boolean hasSetupDonePlayer2 = false;
public static boolean isSelected = false;
... | 8,275 | 0.594617 | 0.577721 | 247 | 31.546558 | 22.627884 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724696 | false | false | 1 |
008699cf0508da9527c1cef505717d081c133bc3 | 2,989,297,259,800 | 58d7881cbcf75cfa1bb9bf3c43c8931db6b13351 | /src/g_apac/Round_B_APAC_Test_2017/Main3.java | d5ef890fc74597486f98c176dd64d2295581fa18 | [] | no_license | YettaY/mylintcode | https://github.com/YettaY/mylintcode | 4b86c8f7449f4c24bab95268346d0cca00b39675 | be32411d2bcc3bb37efe4d16b2e1f50b58a55aaf | refs/heads/master | 2020-04-12T08:49:58.246000 | 2016-10-10T00:41:59 | 2016-10-10T00:41:59 | 59,836,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package g_apac.Round_B_APAC_Test_2017;
import java.io.*;
import java.util.*;
/**
* Created by Administrator on 2016/8/28.
*/
public class Main3 {
static class interval{
private long s;
private long e;
public interval(long s,long e){
this.s=s;
this.e=e;... | UTF-8 | Java | 3,607 | java | Main3.java | Java | [
{
"context": "ava.io.*;\r\nimport java.util.*;\r\n/**\r\n * Created by Administrator on 2016/8/28.\r\n */\r\npublic class Main3 {\r\n sta",
"end": 114,
"score": 0.7600961327552795,
"start": 101,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package g_apac.Round_B_APAC_Test_2017;
import java.io.*;
import java.util.*;
/**
* Created by Administrator on 2016/8/28.
*/
public class Main3 {
static class interval{
private long s;
private long e;
public interval(long s,long e){
this.s=s;
this.e=e;... | 3,607 | 0.45079 | 0.43471 | 104 | 32.682693 | 25.18824 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.817308 | false | false | 1 |
d5da11b52794be0434ec099aa1d8fd497b532890 | 3,375,844,308,356 | ea268c3ed2fa6801fac5d513b576b10540915021 | /app/src/main/java/com/hasanin/hossam/ro2yacenter/AdminMenu/Subjects/AddSubject.java | cd49c469545ded69b460523951cf53d3c0c0ac46 | [] | no_license | hossamhasanin/Ro2yaCenter | https://github.com/hossamhasanin/Ro2yaCenter | 52d75b55e643456922f5fb15dddbbed664d86935 | f539e4af8d16dfee628795c7b5e79342626b7834 | refs/heads/master | 2021-06-17T02:28:58.558000 | 2021-03-14T15:01:58 | 2021-03-14T15:01:58 | 172,559,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hasanin.hossam.ro2yacenter.AdminMenu.Subjects;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AlertDialog;
import android.support.v... | UTF-8 | Java | 11,152 | java | AddSubject.java | Java | [
{
"context": "util.Arrays;\nimport java.util.List;\n\nimport uk.co.chrisjenx.calligraphy.CalligraphyContextWrapper;\n\npublic cl",
"end": 1468,
"score": 0.7914760112762451,
"start": 1459,
"tag": "USERNAME",
"value": "chrisjenx"
}
] | null | [] | package com.hasanin.hossam.ro2yacenter.AdminMenu.Subjects;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AlertDialog;
import android.support.v... | 11,152 | 0.581795 | 0.579967 | 265 | 40.290565 | 29.069899 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.732075 | false | false | 1 |
c496d920f22cd45daaad132a371f14f38d4d219d | 7,567,732,414,162 | 84a3122b8c43c8213f6acde107746412efc8c61e | /src/M21CountOpennedLockers.java | 89e52bfad4861c541b3229fbc1a17e30fef397bc | [] | no_license | wjjal/MeetCoder | https://github.com/wjjal/MeetCoder | dd03f9426a52abd37d1b11df193be2fb836cc452 | 91634a730059da0d7f312f57ffe9a05b25d6d0bf | refs/heads/master | 2021-01-20T12:00:28.034000 | 2015-03-31T06:55:05 | 2015-03-31T06:55:05 | 31,939,335 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Description
//You are standing in a school hallway lined with n closed lockers.
//You then open all n lockers.
//After this, you then close every 2nd locker (so the 2nd, 4th, 6th¡are all closed).
//Then, you go to every third locker and open it
//if it is closed or close it if it is open
//(let¡¯s call this tog... | WINDOWS-1258 | Java | 984 | java | M21CountOpennedLockers.java | Java | [] | null | [] | //Description
//You are standing in a school hallway lined with n closed lockers.
//You then open all n lockers.
//After this, you then close every 2nd locker (so the 2nd, 4th, 6th¡are all closed).
//Then, you go to every third locker and open it
//if it is closed or close it if it is open
//(let¡¯s call this tog... | 984 | 0.707865 | 0.6762 | 33 | 28.666666 | 28.94788 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 1 |
222340411cb4abb57881d749a3068b61ce6efc6a | 7,567,732,411,156 | 0c05d1980b2c01585a7a916ca51141c2dd0aad8c | /src/test/java/com/microsoft/samples/subpackage/CustomException.java | 8717af6bf54c73ca9d56c0113ce092026dcc0470 | [
"MIT"
] | permissive | docascode/docfx-doclet | https://github.com/docascode/docfx-doclet | a3cda0685add9a469689f622ad044740c4db1bef | 95811c45fa8b1848bd7e795b07d26058e5dca379 | refs/heads/dev | 2021-12-19T02:09:25.925000 | 2021-08-06T07:28:49 | 2021-08-06T07:28:49 | 159,644,512 | 13 | 8 | MIT | false | 2021-12-09T20:45:04 | 2018-11-29T09:55:52 | 2021-08-06T07:28:52 | 2021-12-09T20:45:02 | 814 | 8 | 4 | 13 | Java | false | false | package com.microsoft.samples.subpackage;
public class CustomException extends Exception {
public CustomException(String message) {
super(message);
}
/**
* We need to have such method that throw exception declared in the same class
*
* @throws CustomException with reason... | UTF-8 | Java | 539 | java | CustomException.java | Java | [] | null | [] | package com.microsoft.samples.subpackage;
public class CustomException extends Exception {
public CustomException(String message) {
super(message);
}
/**
* We need to have such method that throw exception declared in the same class
*
* @throws CustomException with reason... | 539 | 0.647495 | 0.647495 | 21 | 23.666666 | 23.919176 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.190476 | false | false | 1 |
0e6017750a9f0029d0555356ffeee6398352f040 | 11,673,721,143,890 | 05bf03b207fddd97df0a48d26b999216c6b23201 | /app/eu/factorx/awac/dto/awac/get/QuestionSetDTO.java | fad56439f4bfe6e4cc519cc311f5bb20863de7a8 | [] | no_license | Factor-X/awac | https://github.com/Factor-X/awac | f088f24301c9828772ed681106679a9a8864d1ea | b9c31390b5b9bcbf9b49492f7a02a9430dd79f8f | refs/heads/master | 2021-05-04T14:07:01.605000 | 2015-04-01T08:31:25 | 2015-04-01T08:31:25 | 20,883,086 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.factorx.awac.dto.awac.get;
import java.util.List;
import eu.factorx.awac.dto.DTO;
import eu.factorx.awac.dto.myrmex.get.PersonDTO;
public class QuestionSetDTO extends DTO {
private String code;
private Boolean repetitionAllowed;
private PersonDTO datalocker;
private PersonDTO dataValidator;
... | UTF-8 | Java | 2,094 | java | QuestionSetDTO.java | Java | [] | null | [] | package eu.factorx.awac.dto.awac.get;
import java.util.List;
import eu.factorx.awac.dto.DTO;
import eu.factorx.awac.dto.myrmex.get.PersonDTO;
public class QuestionSetDTO extends DTO {
private String code;
private Boolean repetitionAllowed;
private PersonDTO datalocker;
private PersonDTO dataValidator;
... | 2,094 | 0.72063 | 0.72063 | 96 | 20.8125 | 24.494604 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958333 | false | false | 1 |
b2f6937bbb3269183cbfec1dd3508b571bad5d08 | 22,076,131,933,722 | 95041aa0cd64e0c53d6f2965982f27fb32cf83c6 | /GansoSonicoJPA/src/co/com/ganso/entities/Persona.java | 3c6fa6ba1f2a41f50b20b5802cc5de77b10f7c59 | [] | no_license | WiliamGonzalezCobo/FuklAerolinea | https://github.com/WiliamGonzalezCobo/FuklAerolinea | 07b12e98e5d414f1e049cbe2c6f142ec50b81187 | 12c0f496250f9f9324a7743fc6fac0e0f190706f | refs/heads/master | 2021-05-03T13:33:17.346000 | 2016-11-17T05:12:07 | 2016-11-17T05:12:07 | 65,022,488 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.ganso.entities;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
import javax.persistence.Temporal;
import ... | UTF-8 | Java | 2,369 | java | Persona.java | Java | [] | null | [] | package co.com.ganso.entities;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
import javax.persistence.Temporal;
import ... | 2,369 | 0.75306 | 0.752638 | 119 | 18.915966 | 17.714153 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.02521 | false | false | 1 |
f14d222d8c18f50b03807a29dd3dee1ae8c2220b | 22,076,131,934,853 | 6235d3b43a49a6d7fea4344300874e8e6853f020 | /src/main/java/com/ss/android/ugc/aweme/utils/z.java | a257eadd8ae5f6fe188977fbe689428e2f377750 | [] | no_license | junges521/src_awe | https://github.com/junges521/src_awe | a12bcfeb6c62bd55afba7147b83f4e3df8797019 | cff4a5e230f3346f493df79744e6f2a6f20a47e2 | refs/heads/master | 2020-07-13T19:37:36.253000 | 2019-08-29T10:47:51 | 2019-08-29T10:47:51 | 205,140,726 | 0 | 0 | null | true | 2019-08-29T10:41:58 | 2019-08-29T10:41:58 | 2019-08-29T08:24:29 | 2019-08-23T11:31:27 | 177,015 | 0 | 0 | 0 | null | false | false | package com.ss.android.ugc.aweme.utils;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import java.util.concurrent.Callable;
public final /* synthetic */ class z implements Callable {
/* renamed from: a reason: collision with root package name */
public static ChangeQui... | UTF-8 | Java | 1,087 | java | z.java | Java | [] | null | [] | package com.ss.android.ugc.aweme.utils;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import java.util.concurrent.Callable;
public final /* synthetic */ class z implements Callable {
/* renamed from: a reason: collision with root package name */
public static ChangeQui... | 1,087 | 0.656854 | 0.607176 | 34 | 30.970589 | 29.075445 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794118 | false | false | 1 |
2532bc1a11b749c373fb3508a4589392f024ab32 | 20,701,742,410,869 | 5923b0d035b7bafd6de650ceb7a67f25ba79eed9 | /src/main/java/cn/jianchen/com/trade/api/coupon/service/UserCouponService.java | 2a7ae70331036670c40ba847a4e1516e8f9329b5 | [] | no_license | cpwk/school-trade-api | https://github.com/cpwk/school-trade-api | 0e825b8288723abcebb0b07799540477ed9ccd55 | 4129e4270f7fbb6eb13fa3f09be6b2b548b6c6be | refs/heads/master | 2023-02-25T03:30:51.461000 | 2020-08-05T06:29:44 | 2020-08-05T06:29:44 | 299,173,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jianchen.com.trade.api.coupon.service;
import cn.jianchen.com.trade.api.coupon.model.UserCoupon;
import cn.jianchen.com.trade.api.coupon.qo.UserCouponQo;
import cn.jianchen.com.trade.api.coupon.repository.UserCouponRepository;
import cn.jianchen.com.trade.api.user.model.User;
import cn.jianchen.com.trade.a... | UTF-8 | Java | 4,949 | java | UserCouponService.java | Java | [
{
"context": "ception.ErrorCode.ERR_DATA_NOT_FOUND;\n\n/**\n * 创建人:chenpeng\n * 创建时间:2019-11-01 10:05\n **/\n\n@Service\npublic cl",
"end": 1176,
"score": 0.9995025396347046,
"start": 1168,
"tag": "USERNAME",
"value": "chenpeng"
}
] | null | [] | package cn.jianchen.com.trade.api.coupon.service;
import cn.jianchen.com.trade.api.coupon.model.UserCoupon;
import cn.jianchen.com.trade.api.coupon.qo.UserCouponQo;
import cn.jianchen.com.trade.api.coupon.repository.UserCouponRepository;
import cn.jianchen.com.trade.api.user.model.User;
import cn.jianchen.com.trade.a... | 4,949 | 0.670709 | 0.666187 | 161 | 29.223602 | 27.180094 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465839 | false | false | 1 |
41d02b5af4606cd7563c7d9851d17fc4118512ce | 5,875,515,285,064 | ef643b0799aeb431061f0f1007e305f53e6ff1c4 | /springmvc02/src/main/java/controller/HelloController.java | 8837225f0baabab3c2db1f56e0163301fc51a13c | [] | no_license | tongcheng97/Spring | https://github.com/tongcheng97/Spring | 05fa280b84fc0df542eaa848a6fef694b23e09e1 | 7240b1f25da2d6e53a16e8a109fe4cc6e2ade7e1 | refs/heads/master | 2022-12-23T03:42:49.762000 | 2019-06-13T05:44:47 | 2019-06-13T05:44:47 | 189,348,642 | 0 | 0 | null | false | 2022-12-15T23:53:53 | 2019-05-30T05:03:46 | 2019-06-13T05:45:05 | 2022-12-15T23:53:51 | 190 | 0 | 0 | 14 | Java | false | false | package controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/*
* 如何写一个处理器:
* 1.不用实现Controller接口
* 2.可以在处理器类中添加多个方法,每个方法处理一种类型的请求
* 3.方法名不做要求,返回类型可以是ModelAndView,也可以是String
* 4.使用@Controller,将该处理器纳入容器进行管理
* 5.使用@RequestMapping,告诉前端控制器(Dispa... | GB18030 | Java | 1,038 | java | HelloController.java | Java | [] | null | [] | package controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/*
* 如何写一个处理器:
* 1.不用实现Controller接口
* 2.可以在处理器类中添加多个方法,每个方法处理一种类型的请求
* 3.方法名不做要求,返回类型可以是ModelAndView,也可以是String
* 4.使用@Controller,将该处理器纳入容器进行管理
* 5.使用@RequestMapping,告诉前端控制器(Dispa... | 1,038 | 0.731343 | 0.725124 | 37 | 20.729731 | 16.899782 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891892 | false | false | 1 |
808a74fa75b506f50e613ba90210427ba5181f62 | 28,286,654,647,130 | 8f061c665d995ade4f6d5011c83c29f64e66a982 | /pokerweb/src/java/com/pokerweb/ServerHoldem/WatchUserOnline.java | f554c21e23cbbbbf9609f3fcedee9cd140ccfb72 | [] | no_license | dramm/pocker-rums-web | https://github.com/dramm/pocker-rums-web | 56f434d3548a71ecd2e20326e6602416f50b57d1 | 8bf45bbab4b99389ac75c998bf8d848a3cabb3da | refs/heads/master | 2016-09-09T19:10:56.700000 | 2015-08-17T08:51:18 | 2015-08-17T08:51:18 | 32,262,469 | 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.pokerweb.ServerHoldem;
import java.util.TimerTask;
/**
*
* @author vadim
*/
public class WatchUserOnlin... | UTF-8 | Java | 1,036 | java | WatchUserOnline.java | Java | [
{
"context": "import java.util.TimerTask;\r\n\r\n/**\r\n *\r\n * @author vadim\r\n */\r\npublic class WatchUserOnline extends TimerT",
"end": 286,
"score": 0.9992282390594482,
"start": 281,
"tag": "USERNAME",
"value": "vadim"
}
] | 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.pokerweb.ServerHoldem;
import java.util.TimerTask;
/**
*
* @author vadim
*/
public class WatchUserOnlin... | 1,036 | 0.635135 | 0.630309 | 37 | 26 | 27.569078 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 1 |
3cb17ad54aef9290541ca930b24b2f27ca7aadf3 | 14,766,097,584,340 | 855b4041b6a7928988a41a5f3f7e7c7ae39565e4 | /hk-core/src/main/java/com/hk/svr/pub/rowmapper/RespLabaMapper.java | 25565af1682636fb69c724d3f7f850895a310c54 | [] | no_license | mestatrit/newbyakwei | https://github.com/mestatrit/newbyakwei | 60dca96c4c21ae5fcf6477d4627a0eac0f76df35 | ea9a112ac6fcbc2a51dbdc79f417a1d918aa4067 | refs/heads/master | 2021-01-10T06:29:50.466000 | 2013-03-07T08:09:58 | 2013-03-07T08:09:58 | 36,559,185 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hk.svr.pub.rowmapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.hk.bean.RespLaba;
import com.hk.frame.dao.rowmapper.HkRowMapper;
public class RespLabaMapper extends HkRowMapper<RespLaba> {
@Override
public Class<RespLaba> getMapperClass() {
return RespLaba.class;
... | UTF-8 | Java | 603 | java | RespLabaMapper.java | Java | [] | null | [] | package com.hk.svr.pub.rowmapper;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.hk.bean.RespLaba;
import com.hk.frame.dao.rowmapper.HkRowMapper;
public class RespLabaMapper extends HkRowMapper<RespLaba> {
@Override
public Class<RespLaba> getMapperClass() {
return RespLaba.class;
... | 603 | 0.721393 | 0.721393 | 22 | 25.5 | 19.876322 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 1 |
b0e810193784b7ffebc0e969d5acd44c7dcc4901 | 17,489,106,870,147 | fdcf2fff0a7050092ab3fb0e6d4802bd7bdaef4a | /ParkingLot/Status.java | 264cbeb321c9541dbb367458eb0cfd27a03f4865 | [] | no_license | suasad/ObjectOrientedProgramming | https://github.com/suasad/ObjectOrientedProgramming | 00b18ba613495af8dfaa6324c2867fa7604a1ffa | 9e6637c46ad86e5b461eb7893cf2b9c81a0cfb68 | refs/heads/master | 2022-04-28T12:11:45.162000 | 2020-04-25T22:07:54 | 2020-04-25T22:07:54 | 225,169,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public enum Status {
AVAILABLE,
NOTAVAILABLE
}
| UTF-8 | Java | 51 | java | Status.java | Java | [] | null | [] |
public enum Status {
AVAILABLE,
NOTAVAILABLE
}
| 51 | 0.72549 | 0.72549 | 4 | 11.25 | 6.796139 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
3752c129ef7b9619d6652a49f920ba3da5d3a924 | 28,561,532,558,551 | f6adfce21fa6ad1b1a26ede927ab9a59bc6ebcef | /src/main/java/com/hwq/fundament/DynamicProxy/HelloService.java | b21305569cc1ee98811905b69d9d1b11ae454679 | [
"Apache-2.0"
] | permissive | Evil-king/Fundament | https://github.com/Evil-king/Fundament | 1a992e465d857975d0f90f0cee4f1e39137d1bd4 | fed065ae8dde740f008d3f1c97f9ad63f0f539d1 | refs/heads/master | 2022-10-31T22:05:58.938000 | 2022-10-21T12:37:50 | 2022-10-21T12:37:50 | 154,928,494 | 1 | 0 | Apache-2.0 | false | 2022-06-17T02:00:46 | 2018-10-27T05:14:02 | 2022-01-08T15:21:17 | 2022-06-17T02:00:45 | 10,795 | 0 | 0 | 2 | Java | false | false | package com.hwq.fundament.DynamicProxy;
public interface HelloService {
void sayHello(String name);
}
| UTF-8 | Java | 108 | java | HelloService.java | Java | [] | null | [] | package com.hwq.fundament.DynamicProxy;
public interface HelloService {
void sayHello(String name);
}
| 108 | 0.768519 | 0.768519 | 6 | 17 | 16.881943 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
72b074e11d91525c6515e88f8e53c170fdf34065 | 13,262,859,015,034 | f14a10929eaf53b9987e04c18b8a30249fbfc644 | /src/bank/TransactionTest.java | 0274a2b87d8ff9559dbcb460b3fe46c8a2b40643 | [] | no_license | chq8888/ProjA | https://github.com/chq8888/ProjA | 5d6809e17108870d5bfc2f10d725b855eb5dc4aa | 02dd7e3d0ecde60fa39de2319338ef2ce5267a03 | refs/heads/master | 2020-05-23T10:17:51.743000 | 2017-01-30T11:41:03 | 2017-01-30T11:41:03 | 80,416,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bank;
import org.junit.Assert;
import org.junit.Test;
/**
* Testklass för Transaction.
*
* @author Grupp 2 (Hampus B, Åsa W, Anna N, Cam H, Hamid R)
*
*/
public class TransactionTest {
/**
* Testmetod för getAccount()
*/
@Test
public void testGetAccountId() {
Transaction t = new Transaction(10... | UTF-8 | Java | 1,395 | java | TransactionTest.java | Java | [
{
"context": "\n\n/**\n * Testklass för Transaction.\n * \n * @author Grupp 2 (Hampus B, Åsa W, Anna N, Cam H, Hamid R)\n *\n */\n",
"end": 120,
"score": 0.9388052821159363,
"start": 113,
"tag": "NAME",
"value": "Grupp 2"
},
{
"context": "estklass för Transaction.\n * \n * @author Gr... | null | [] | package bank;
import org.junit.Assert;
import org.junit.Test;
/**
* Testklass för Transaction.
*
* @author <NAME> (<NAME>, <NAME>, <NAME>, <NAME>, <NAME>)
*
*/
public class TransactionTest {
/**
* Testmetod för getAccount()
*/
@Test
public void testGetAccountId() {
Transaction t = new Transaction(1002... | 1,392 | 0.645999 | 0.587599 | 71 | 18.535212 | 18.822994 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.633803 | false | false | 1 |
5d57a93305edfcc42bac02d3a70273e1afe3af0e | 16,587,163,716,708 | 5721f9a8547bbb233621a461658f08bab2543bff | /src/com/android/app/bookexchange/MyPurchaseBooksActivity.java | 257d17c021d823082198310df7b29bea2a07d24a | [] | no_license | MarwanAliAlbahar/Book-Exchange-APP | https://github.com/MarwanAliAlbahar/Book-Exchange-APP | 504926fda4d8d82af33d167fb458565a5122b409 | b63158e22a4a70d0b763540e4cbcf09968b8e680 | refs/heads/master | 2021-01-20T01:19:55.814000 | 2017-04-24T15:43:43 | 2017-04-24T15:43:43 | 89,258,477 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.app.bookexchange;
import java.io.IOException;
import java.util.ArrayList;
import java.util.concurrent.TimeoutException;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;... | UTF-8 | Java | 8,058 | java | MyPurchaseBooksActivity.java | Java | [
{
"context": "IVATE);\r\n\t\t\r\n\t\tstr_userId = preference.getString(\"UserId\", \"\");\r\n\t\tstr_email = preference.getString(\"email",
"end": 1865,
"score": 0.9328383803367615,
"start": 1859,
"tag": "USERNAME",
"value": "UserId"
}
] | null | [] | package com.android.app.bookexchange;
import java.io.IOException;
import java.util.ArrayList;
import java.util.concurrent.TimeoutException;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;... | 8,058 | 0.703773 | 0.703152 | 263 | 28.638783 | 24.870974 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.007605 | false | false | 1 |
0ba805b4ac40b8fbb91a1a575142b41c02a27739 | 15,607,911,175,217 | c8589858aa1c2a29f6beaaadf62001781089cd0d | /Algorithm/src/algorithm/MergeSort.java | dcbd3f68a64bc0e67663f6d55a4b1423b1f0ae89 | [] | no_license | LeeNamSoo/java | https://github.com/LeeNamSoo/java | 7f039428ce823165a6a6446997f10b8cccb4f8e0 | 29453dbc5b860dd4763f59be32b9451021faf2ef | refs/heads/master | 2020-12-27T16:54:38.956000 | 2020-06-14T06:07:35 | 2020-06-14T06:07:35 | 237,978,662 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm;
public class MergeSort {
// int[] x = {4,3,7,8,2,9,1,6,5};
public void mergesort(int[] x) {
int mid = x.length / 2;
int[] left = new int[mid];
int[] right = new int[x.length - mid];
if (x.length > 1) {
for (int i = 0; i < mid; i++) {
left[i] = x[i];
}
for (int i = 0; i < x.l... | UTF-8 | Java | 977 | java | MergeSort.java | Java | [] | null | [] | package algorithm;
public class MergeSort {
// int[] x = {4,3,7,8,2,9,1,6,5};
public void mergesort(int[] x) {
int mid = x.length / 2;
int[] left = new int[mid];
int[] right = new int[x.length - mid];
if (x.length > 1) {
for (int i = 0; i < mid; i++) {
left[i] = x[i];
}
for (int i = 0; i < x.l... | 977 | 0.487206 | 0.470829 | 47 | 19.787233 | 15.513804 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.106383 | false | false | 1 |
1b85c40681146e3eef3b8cc0a863d23af05a7410 | 4,776,003,633,559 | 0bb8b151541974dba26b6528ece66217600c2794 | /Project/ProjectBlackyBear/blackybear_util/src/main/java/com/blackybear/util/weixin/fwh/entity/material/UploadTempMaterialResp.java | b931a2621ffecf8377166237afac86dcb3238270 | [
"Apache-2.0"
] | permissive | blacky8/Java | https://github.com/blacky8/Java | 0aa7a7e838e50366e0da95d776ebd4c12a47099d | 52cb32f5fd98cf37dc7c12093dd6fc824e1dbe9d | refs/heads/master | 2018-12-31T18:53:39.967000 | 2018-12-19T01:55:36 | 2018-12-19T01:55:36 | 99,496,563 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blackybear.util.weixin.fwh.entity.material;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* Description: UploadTempMaterialResp
* Author: qinweitao
* CopyRight: bhne
* Create Date: 2018/6/15
*/
@Data
@NoArgsConstructor
@AllArg... | UTF-8 | Java | 571 | java | UploadTempMaterialResp.java | Java | [
{
"context": "\n * Description: UploadTempMaterialResp\n * Author: qinweitao\n * CopyRight: bhne\n * Create Date: 2018/6/15\n */\n",
"end": 238,
"score": 0.999688446521759,
"start": 229,
"tag": "USERNAME",
"value": "qinweitao"
},
{
"context": "empMaterialResp\n * Author: qinweitao\n ... | null | [] | package com.blackybear.util.weixin.fwh.entity.material;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* Description: UploadTempMaterialResp
* Author: qinweitao
* CopyRight: bhne
* Create Date: 2018/6/15
*/
@Data
@NoArgsConstructor
@AllArg... | 571 | 0.725044 | 0.697023 | 27 | 20.148148 | 15.626908 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 1 |
aa8c5a1e83df0339f9e4e2bed267532b2abe94fb | 17,712,445,197,752 | a0139989df46b71529aad954a1a3a6b4eff375e5 | /src/main/java/it/introsoft/banker/service/supplier/SingleTransferOnPdfPageSupplier.java | b75f7d40e14b9d3b4a4c78df71e826958bc6fa35 | [] | no_license | bmlynarczyk/banker | https://github.com/bmlynarczyk/banker | af9ff29b170c95c60eff994a61a755899a7ce218 | 28e640b4545a80833bbbc92d207a9c1e42897eb6 | refs/heads/master | 2020-06-12T21:49:38.063000 | 2017-09-04T17:41:00 | 2017-09-04T17:41:00 | 75,504,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.introsoft.banker.service.supplier;
import it.introsoft.banker.model.jpa.Transfer;
import it.introsoft.banker.model.raw.TransferRaw;
import lombok.SneakyThrows;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.pdmodel.PDPage;
import org.apache.pdfbox.text.PDFTextStripperByArea;
import or... | UTF-8 | Java | 2,363 | java | SingleTransferOnPdfPageSupplier.java | Java | [] | null | [] | package it.introsoft.banker.service.supplier;
import it.introsoft.banker.model.jpa.Transfer;
import it.introsoft.banker.model.raw.TransferRaw;
import lombok.SneakyThrows;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.pdmodel.PDPage;
import org.apache.pdfbox.text.PDFTextStripperByArea;
import or... | 2,363 | 0.708845 | 0.707998 | 67 | 34.283581 | 28.786816 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.626866 | false | false | 1 |
2ca4bd4f3162c836a65e459ca66c8c11ae137808 | 27,290,222,225,273 | 84d23aa626d51050968849b310d7ad80b4ea402c | /newyorktimesAPI-MVVM-ROOM-RETROFIT/app/src/main/java/articles/news/com/mostviewedarticles/dependencyinjection/components/AppComponent.java | 25bf82676857b6e888b0c6dd1d19564831efa451 | [] | no_license | pramodpnckr1/newyorktimesAPI-MVVM-ROOM-RETROFIT | https://github.com/pramodpnckr1/newyorktimesAPI-MVVM-ROOM-RETROFIT | 19046e4e6b0fe95a5662c1beaa30deac84accd0e | a0a775c7200b9dd1ae35468c309c78d85ea5ed98 | refs/heads/master | 2020-05-07T17:53:00.521000 | 2019-04-11T09:11:50 | 2019-04-11T09:11:50 | 180,745,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package articles.news.com.mostviewedarticles.dependencyinjection.components;
import android.app.Application;
import javax.inject.Singleton;
import articles.news.com.mostviewedarticles.NYTimesApp;
import articles.news.com.mostviewedarticles.dependencyinjection.builder.ActivityBuilderModule;
import articles.news.com.m... | UTF-8 | Java | 933 | java | AppComponent.java | Java | [
{
"context": "android.AndroidInjectionModule;\n\n/**\n * Created by USER on 4/4/2019.\n */\n@Singleton\n@Component(modules = ",
"end": 540,
"score": 0.953091025352478,
"start": 536,
"tag": "USERNAME",
"value": "USER"
}
] | null | [] | package articles.news.com.mostviewedarticles.dependencyinjection.components;
import android.app.Application;
import javax.inject.Singleton;
import articles.news.com.mostviewedarticles.NYTimesApp;
import articles.news.com.mostviewedarticles.dependencyinjection.builder.ActivityBuilderModule;
import articles.news.com.m... | 933 | 0.78135 | 0.77492 | 33 | 27.272728 | 24.527378 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
7e426aff4c1fe78032832955a8eda5474756d23f | 6,442,450,951,457 | 571fccdd41284910bcafa8035c2d92c889030b5b | /GB Java part 3/src/Java3Lesson1/Main.java | 46277cd5d54be925aabf7da64e34cfdbb0e6c1b2 | [] | no_license | IgorKrd/GB-Lessons | https://github.com/IgorKrd/GB-Lessons | 33deeede83987f2c13e56ef10c3cc57286ac5b0e | f4dd2450677d91dcd59409b5a5cc80340e4e95cb | refs/heads/master | 2023-05-24T23:32:42.008000 | 2019-09-14T18:11:17 | 2019-09-14T18:11:17 | 191,741,274 | 1 | 0 | null | false | 2023-05-23T20:10:22 | 2019-06-13T10:22:54 | 2019-09-14T18:11:20 | 2023-05-23T20:10:21 | 11,740 | 0 | 0 | 3 | Java | false | false | package Java3Lesson1;
/*
1. Написать метод, который меняет два элемента массива местами (массив может быть любого ссылочного типа);
2. Написать метод, который преобразует массив в ArrayList;
3. Большая задача:
Есть классы Java3Lesson1.Fruit -> Java3Lesson1.Apple, Java3Lesson1.Orange (больше фруктов не надо);
Класс Java... | UTF-8 | Java | 6,311 | java | Main.java | Java | [] | null | [] | package Java3Lesson1;
/*
1. Написать метод, который меняет два элемента массива местами (массив может быть любого ссылочного типа);
2. Написать метод, который преобразует массив в ArrayList;
3. Большая задача:
Есть классы Java3Lesson1.Fruit -> Java3Lesson1.Apple, Java3Lesson1.Orange (больше фруктов не надо);
Класс Java... | 6,311 | 0.664586 | 0.651685 | 135 | 34.599998 | 46.557205 | 279 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785185 | false | false | 1 |
948de6f7c84035d81a1564cb53ae0e8d0a98ad31 | 2,018,634,666,157 | 909e2cc9cb2572b6bda36f47f4e709f0cd97aa91 | /SV_MAIN/src/de/verbund/sv/test/Test.java | 21a7c883c78c56be7d7499a7eee1edcf4c854b5d | [] | no_license | kiltz/Verbund-V | https://github.com/kiltz/Verbund-V | 65061fbac706ecbe2e125e465003a12c8d489deb | 0edae0b4eff5aa417c6eaa0a9dcd126b4e4ce15d | refs/heads/master | 2016-08-10T10:42:07.619000 | 2016-02-19T11:37:37 | 2016-02-19T11:37:37 | 46,864,110 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.verbund.sv.test;
import java.io.IOException;
public class Test {
public Test() {
}
public static void main(String[] args) throws IOException {
new Test();
}
}
| UTF-8 | Java | 208 | java | Test.java | Java | [] | null | [] | package de.verbund.sv.test;
import java.io.IOException;
public class Test {
public Test() {
}
public static void main(String[] args) throws IOException {
new Test();
}
}
| 208 | 0.596154 | 0.596154 | 15 | 11.866667 | 16.796295 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 1 |
139d90f9d1f803ba1fccb17f6f8fc669e49a6803 | 7,043,746,380,674 | 49592740f1489aa50bc07877dbea2f4042130f33 | /src/addFields.java | 7ac3c0e9e2d0eb86d5a4e9a658eb71e1af8686eb | [] | no_license | lovos25/lovoTrack | https://github.com/lovos25/lovoTrack | d5c3f8a6d5577148ec175e91d602dc56cc326dc6 | 4a0d335b16ce0c4783a9d1d6fbbfd177e6de3153 | refs/heads/master | 2016-09-24T02:22:16.116000 | 2012-09-18T07:12:24 | 2012-09-18T07:12:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
public class addFields extends JFrame {
JLabel text1;
JLabel text2;
JButton button;
JTextField field1;
JTextField field2;
JTextField eingaben;
public addFields() {
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setVisible(true);
setSize(500 , 500);
setLocationRel... | UTF-8 | Java | 1,042 | java | addFields.java | Java | [] | null | [] | import javax.swing.*;
public class addFields extends JFrame {
JLabel text1;
JLabel text2;
JButton button;
JTextField field1;
JTextField field2;
JTextField eingaben;
public addFields() {
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setVisible(true);
setSize(500 , 500);
setLocationRel... | 1,042 | 0.644914 | 0.566219 | 50 | 18.84 | 15.430307 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.64 | false | false | 1 |
68b40248e217436a57054a79d3f3d774f624cc95 | 3,728,031,619,116 | f568c63287eb86598ba40d8a870c6a8b1d254fe5 | /wein/src/main/java/de/fekl/wein/api/core/builder/CompositeNodeBuilder.java | 404911eaa4c3b8646c483850edb43a14d6c6e5ed | [] | no_license | dev-felix-1/wein | https://github.com/dev-felix-1/wein | 1143807f6188058fa9524a0a288240ce4037bcb5 | 0c1522231eae577a275704ca91d038fda196545f | refs/heads/main | 2023-03-04T18:49:53.357000 | 2021-02-09T14:45:15 | 2021-02-09T14:45:15 | 326,216,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.fekl.wein.api.core.builder;
import java.util.ArrayList;
import java.util.List;
import de.fekl.dine.core.api.node.INode;
public class CompositeNodeBuilder {
private String id;
private String role;
private INode impl;
private List<String> connections = new ArrayList<>();
private List<Comp... | UTF-8 | Java | 1,166 | java | CompositeNodeBuilder.java | Java | [] | null | [] | package de.fekl.wein.api.core.builder;
import java.util.ArrayList;
import java.util.List;
import de.fekl.dine.core.api.node.INode;
public class CompositeNodeBuilder {
private String id;
private String role;
private INode impl;
private List<String> connections = new ArrayList<>();
private List<Comp... | 1,166 | 0.686106 | 0.686106 | 61 | 17.114754 | 18.006464 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.344262 | false | false | 1 |
1151e64491796315061a06515efd9b67a8f903f0 | 20,521,353,795,882 | 677dbf387e95355951b68a27b80ff35ed3f96042 | /getirStudy/src/test/java/com/tutku/getirTest/pagemodel/ios/BasketPage.java | ac85e24e4f86b946f9b6e84b6ec23d4205a52054 | [] | no_license | tutkudemircioglu/GetirStudy | https://github.com/tutkudemircioglu/GetirStudy | 1e19399ec9bb022fa6637122293a2b11e6e244de | 7fd4dca98803fb05b17a0e7ca97f3d8861f4a52b | refs/heads/main | 2023-02-01T04:44:11.508000 | 2020-12-20T14:58:08 | 2020-12-20T14:58:08 | 323,095,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutku.getirTest.pagemodel.ios;
import com.tutku.getirTest.pagemodel.contracts.IBasketPage;
import com.tutku.getirTest.util.Util;
public class BasketPage extends Util implements IBasketPage {
@Override
public void checkProductOnBasket() {
}
@Override
public void clickRemoveButton() {... | UTF-8 | Java | 576 | java | BasketPage.java | Java | [] | null | [] | package com.tutku.getirTest.pagemodel.ios;
import com.tutku.getirTest.pagemodel.contracts.IBasketPage;
import com.tutku.getirTest.util.Util;
public class BasketPage extends Util implements IBasketPage {
@Override
public void checkProductOnBasket() {
}
@Override
public void clickRemoveButton() {... | 576 | 0.678819 | 0.678819 | 37 | 14.567568 | 18.423752 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.081081 | false | false | 1 |
6a48adc6bc3df26def72d7c23b01c601780789b3 | 36,421,322,690,095 | 995c1686f1c2dabd4d4b8deac2a66ad97849ed4a | /src/main/java/com/huivip/dao/SelectRoomDao.java | ef4fd36c431d5731bc5a48c5771485f508a7e694 | [] | no_license | laihui0207/jwsystem | https://github.com/laihui0207/jwsystem | 17477a16bae002bb829ae8300d015e03a8329993 | e4e118718fd90106a97e8be9d5dea7c15da58b6a | refs/heads/master | 2019-01-01T09:28:12.147000 | 2017-04-01T02:15:03 | 2017-04-01T02:15:03 | 8,537,377 | 0 | 0 | null | false | 2017-04-01T02:11:56 | 2013-03-03T14:34:32 | 2014-09-04T17:11:54 | 2017-04-01T02:11:10 | 83,616 | 0 | 0 | 1 | JavaScript | null | null | package com.huivip.dao;
import com.huivip.model.SelectRoom;
import com.huivip.model.SelectRoomId;
import java.util.List;
import java.util.Map;
/**
* An interface that provides a data management interface to the SelectRoom table.
*/
public interface SelectRoomDao extends GenericDao<SelectRoom, SelectRoomId> {
p... | UTF-8 | Java | 674 | java | SelectRoomDao.java | Java | [] | null | [] | package com.huivip.dao;
import com.huivip.model.SelectRoom;
import com.huivip.model.SelectRoomId;
import java.util.List;
import java.util.Map;
/**
* An interface that provides a data management interface to the SelectRoom table.
*/
public interface SelectRoomDao extends GenericDao<SelectRoom, SelectRoomId> {
p... | 674 | 0.78635 | 0.78635 | 19 | 34.526318 | 28.208563 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 1 |
6d866f877c3351e73ee4763675ad72d0e9693dd7 | 25,967,372,323,220 | 62ee9494a6961c0d3a30db12e97dc182b7b0b33e | /src/main/java/com/linewell/error/ErrorCodes.java | e47665f88560c35c4849d3fa2988122d4fdaa336 | [] | no_license | wyp001/k8s | https://github.com/wyp001/k8s | e969a9bbca9922c5bbb548d856f223ce864e0b4e | c50e8ecf3b49ff947f04202f2874f34c8b2475b1 | refs/heads/master | 2020-06-17T01:35:30.630000 | 2019-07-12T03:59:52 | 2019-07-12T03:59:52 | 195,756,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linewell.error;
import io.fabric8.kubernetes.api.model.Endpoints;
public enum ErrorCodes {
NAMESPACE_NOT_FOUND_ERROR(1001,"[%s]命名空间不存在"),
POD_NOT_FOUND_ERROR(2001,"[%s]pod不存在"),
POD_ALREAD_EXIST_ERROR(2002,"[%s]pod已存在"),
SERICE_NOT_FOUND_ERROR(3001,"[%s]服务不存在"),
SERVICE_ALREAD_EXIST... | UTF-8 | Java | 1,949 | java | ErrorCodes.java | Java | [] | null | [] | package com.linewell.error;
import io.fabric8.kubernetes.api.model.Endpoints;
public enum ErrorCodes {
NAMESPACE_NOT_FOUND_ERROR(1001,"[%s]命名空间不存在"),
POD_NOT_FOUND_ERROR(2001,"[%s]pod不存在"),
POD_ALREAD_EXIST_ERROR(2002,"[%s]pod已存在"),
SERICE_NOT_FOUND_ERROR(3001,"[%s]服务不存在"),
SERVICE_ALREAD_EXIST... | 1,949 | 0.592551 | 0.547526 | 74 | 23.31081 | 20.280416 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756757 | false | false | 1 |
5dcd4b13094d7c1079a27fb41a3552f60a72086f | 8,443,905,746,057 | df9195d559de0d603196956ce20a3fdc496beefe | /src/main/java/com/prime/keeper/assessment/exception/transaction/PerTransactionLimitException.java | a65ab23f952ebecd560faccea1a162e648093213 | [] | no_license | kenovan/prime-keeper-assessment | https://github.com/kenovan/prime-keeper-assessment | 8ebff932fb492be0845a3d5a8c25287e75425e0f | 86daa672357bdbea326b2acbf745b4bd3846a19a | refs/heads/master | 2020-03-14T03:10:15.042000 | 2018-04-29T10:02:14 | 2018-04-29T10:02:14 | 131,414,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prime.keeper.assessment.exception.transaction;
public class PerTransactionLimitException extends Exception {
private static final long serialVersionUID = 558041328191403723L;
public PerTransactionLimitException(String message) {
super(message);
}
}
| UTF-8 | Java | 279 | java | PerTransactionLimitException.java | Java | [] | null | [] | package com.prime.keeper.assessment.exception.transaction;
public class PerTransactionLimitException extends Exception {
private static final long serialVersionUID = 558041328191403723L;
public PerTransactionLimitException(String message) {
super(message);
}
}
| 279 | 0.795699 | 0.731183 | 10 | 25.9 | 28.183151 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 1 |
6f53951c8e7f0d32cb9fd0cdbd70358868553a77 | 29,626,684,461,573 | 7ff6753e054bab24417ed62205ce31167315ffdd | /src/main/java/Dormidos_Pizza.java | 69ff3697031093e273b53097168301621c645fc0 | [] | no_license | Frnn4268/Dormido-s-Pizza | https://github.com/Frnn4268/Dormido-s-Pizza | fdc3f42e0ea1ead1d608d4ec6065c5e81030ac73 | a808efa62b41ab3b2f87ade0f10fccde7cd5fdf5 | refs/heads/master | 2023-05-29T18:57:15.876000 | 2021-06-14T00:42:25 | 2021-06-14T00:42:25 | 376,667,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import javax.swing.JOptionPane;
public class Dormidos_Pizza extends javax.swing.JFrame {
ArrayList<Pizza_Class> lista0 = new ArrayList<Pizza_Class>();
ArrayList<Suc_Gua> lista1 = new ArrayList<Suc_Gua>();
ArrayList<Suc_Pro> lista2 = new ArrayList<Suc_Pro>();
ArrayList<S... | UTF-8 | Java | 44,604 | java | Dormidos_Pizza.java | Java | [
{
"context": "\\\\one.png\")); // NOI18N\n jButton3.setText(\"Guatemala\");\n jButton3.setBorder(new javax.swing.bor",
"end": 13567,
"score": 0.9379699230194092,
"start": 13558,
"tag": "NAME",
"value": "Guatemala"
},
{
"context": "hree.png\")); // NOI18N\n jButto... | null | [] | import java.util.ArrayList;
import javax.swing.JOptionPane;
public class Dormidos_Pizza extends javax.swing.JFrame {
ArrayList<Pizza_Class> lista0 = new ArrayList<Pizza_Class>();
ArrayList<Suc_Gua> lista1 = new ArrayList<Suc_Gua>();
ArrayList<Suc_Pro> lista2 = new ArrayList<Suc_Pro>();
ArrayList<S... | 44,604 | 0.622354 | 0.597798 | 894 | 48.879196 | 37.316784 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.883669 | false | false | 1 |
b7e7ca5945739c53423f6d0b29e9fc35c29eae58 | 11,493,332,548,651 | 49ddcf2a979ef152f0e1564fbd83ebbc349804ae | /src/main/java/com/pe/web/cine/app/service/SeatServiceImplement.java | d7cad8c19ebce1e56862214846adaac064da5ed5 | [] | no_license | marcosPorturas/ms-cinema-rest | https://github.com/marcosPorturas/ms-cinema-rest | 42713b99af9d41c5b7b7c9363e670f708e5253f1 | 51cd2d1cb8ac7931ce99d6a7e4d2ea89451fd3d3 | refs/heads/master | 2023-07-19T08:25:47.870000 | 2020-10-25T20:44:10 | 2020-10-25T20:44:10 | 302,395,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pe.web.cine.app.service;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pe.web.cine.app.builder.ConvertBuilderRoom;
import com.pe.web.cine.ap... | UTF-8 | Java | 1,700 | java | SeatServiceImplement.java | Java | [] | null | [] | package com.pe.web.cine.app.service;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pe.web.cine.app.builder.ConvertBuilderRoom;
import com.pe.web.cine.ap... | 1,700 | 0.750588 | 0.75 | 55 | 28.90909 | 24.791695 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 1 |
c5e9c01efe909b38e74aa1b3877ba1fdea6e4716 | 36,704,790,521,245 | e3525b420b7065feab8345d7670db7634e0c7261 | /AbstractFactory/factory/Factory.java | f7145404c010abfc77d09834912cf1dd3a65cfec | [] | no_license | huija/designPatternsByJava | https://github.com/huija/designPatternsByJava | 70d774ac773482e56efc6895d28c4b3fd97f6dc4 | c0fa322d95eec05bad1df1bf61576f47d7e0ee36 | refs/heads/master | 2021-08-07T21:46:38.757000 | 2020-04-22T05:24:47 | 2020-04-22T05:24:47 | 160,053,716 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package factory;
import items.*;
// 抽象工厂本身, 负责
public abstract class Factory {
// 根据类名任务下发给具体的Factory
public static Factory getFactory(String classname) {
Factory factory = null;
switch (classname) {
case "factory.ListFactory":
factory = new ListFactory();
... | UTF-8 | Java | 985 | java | Factory.java | Java | [] | null | [] | package factory;
import items.*;
// 抽象工厂本身, 负责
public abstract class Factory {
// 根据类名任务下发给具体的Factory
public static Factory getFactory(String classname) {
Factory factory = null;
switch (classname) {
case "factory.ListFactory":
factory = new ListFactory();
... | 985 | 0.594657 | 0.593496 | 30 | 27.700001 | 21.613499 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
4d31141e147ad00cbaa65854ef2bdac06b0aa65e | 22,093,311,811,398 | 7f66fbdcf9bd4a025edf601a35581769bfbf9d3f | /app/src/main/java/com/example/mayank/singleboom/MainActivity.java | 2480125b5757d7d293e0ad4d2cf257ace1c3c19d | [] | no_license | mowgli-m/singleBoom | https://github.com/mowgli-m/singleBoom | ee23bb83bf59757bf0c6c800678b1a9acf719fe0 | 158873cb346d4eabaab5d7f9e20a0706e5a2ce95 | refs/heads/master | 2021-01-11T23:22:35.929000 | 2017-01-17T21:09:31 | 2017-01-17T21:09:31 | 78,573,241 | 0 | 1 | null | false | 2017-01-17T11:54:09 | 2017-01-10T20:56:07 | 2017-01-10T20:58:03 | 2017-01-17T11:54:09 | 101 | 0 | 1 | 0 | Java | null | null | package com.example.mayank.singleboom;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
... | UTF-8 | Java | 10,489 | java | MainActivity.java | Java | [
{
"context": "package com.example.mayank.singleboom;\n\nimport android.content.Context;\ni",
"end": 23,
"score": 0.5824705958366394,
"start": 20,
"tag": "USERNAME",
"value": "may"
},
{
"context": "yList;\nimport java.util.List;\n\n\n\n/**\n * Created by Mayank on 1/16/2017.\n */\n\ni... | null | [] | package com.example.mayank.singleboom;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
... | 10,495 | 0.620555 | 0.614835 | 334 | 30.392216 | 22.384073 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727545 | false | false | 1 |
475a6f7e74ad0acc3b9f9163655b94385935dd04 | 22,093,311,811,275 | bd3d3724626158f0c930b881048a4e37ad650431 | /core/src/net/mostlyoriginal/game/system/mechanics/DialogUISystem.java | 82a237565e7fceb47b6cec952cb205c8cbbffdec | [
"MIT"
] | permissive | DaanVanYperen/odb-bob | https://github.com/DaanVanYperen/odb-bob | 56c8dfe7c7a2dc8f10e03115bca09706c3d7291d | 589c70e2dbd35825b4a685112f914aaec175c4a6 | refs/heads/master | 2020-08-06T13:07:59.095000 | 2019-10-08T10:05:35 | 2019-10-08T10:05:35 | 212,986,696 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.mostlyoriginal.game.system.mechanics;
import com.artemis.BaseSystem;
import com.artemis.E;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import net.mostlyoriginal.api.component.graphics.Tint;
import net.mostlyoriginal.api.component.ui.Label;
import net.mostlyoriginal.api.util.Cooldown;
import... | UTF-8 | Java | 4,297 | java | DialogUISystem.java | Java | [
{
"context": "\n/**\n * Handles dialog UI lifecycle.\n *\n * @author Daan van Yperen\n */\npublic class DialogUISystem extends BaseSyste",
"end": 644,
"score": 0.999853789806366,
"start": 629,
"tag": "NAME",
"value": "Daan van Yperen"
}
] | null | [] | package net.mostlyoriginal.game.system.mechanics;
import com.artemis.BaseSystem;
import com.artemis.E;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import net.mostlyoriginal.api.component.graphics.Tint;
import net.mostlyoriginal.api.component.ui.Label;
import net.mostlyoriginal.api.util.Cooldown;
import... | 4,288 | 0.621829 | 0.61252 | 143 | 29.04895 | 26.875347 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559441 | false | false | 1 |
aa8f3d0f8a2614f1ed64778bfe11d2d5e5d6b52e | 6,021,544,197,789 | 8a7994eab6babcc085cb9782b963f29c6ddd01a7 | /src/main/java/com/revature/project1mule/flightschool/responsePojos/AircraftPilot.java | e8a0e9b0ac3a96cfba49de04a786464fd581eb47 | [] | no_license | texas-mule/project-1-wtb-airlines | https://github.com/texas-mule/project-1-wtb-airlines | 5016b29387af88ae26c369fe2ba749fb8525c850 | 166183fd2d670c0dc47d095ac3a15b244ffcc6e6 | refs/heads/master | 2022-09-24T01:57:09.121000 | 2019-05-23T17:02:11 | 2019-05-23T17:02:11 | 185,853,992 | 0 | 0 | null | false | 2022-02-16T00:56:47 | 2019-05-09T18:45:12 | 2019-05-23T17:02:16 | 2022-02-16T00:56:45 | 740 | 0 | 0 | 1 | RAML | false | false | package com.revature.project1mule.flightschool.responsePojos;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jacks... | UTF-8 | Java | 4,820 | java | AircraftPilot.java | Java | [] | null | [] | package com.revature.project1mule.flightschool.responsePojos;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jacks... | 4,820 | 0.68112 | 0.680913 | 229 | 20.052402 | 21.63183 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.257642 | false | false | 1 |
6fb4c8f618e8633119682d5cc06604e82f59c4d4 | 5,995,774,380,140 | d6167edd081bb9fcb9c0ec35d392c82c14a398ae | /app/src/main/java/com/dreamy/rao/eric/armylive/videomodel/util/SDcardUtil.java | 8a1b23f49c44de295d90146443f4a1cd9335356e | [] | no_license | eterrao/OpenSourceOfArmyLive | https://github.com/eterrao/OpenSourceOfArmyLive | 363a8d99057a284d36699cbf857ea0025758a242 | 659ab3097775234455221d18e66d7a6f11059f9a | refs/heads/master | 2016-08-04T23:44:56.940000 | 2015-11-08T05:43:12 | 2015-11-08T05:43:12 | 42,529,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dreamy.rao.eric.armylive.videomodel.util;
import android.content.Context;
import android.os.Environment;
import android.os.StatFs;
import android.util.Log;
import java.io.File;
/**
* Created by raomengyang on 9/11/15.
*/
public class SDcardUtil {
// private static final String LOGS_DIR_NAME = "logs... | UTF-8 | Java | 3,979 | java | SDcardUtil.java | Java | [
{
"context": "util.Log;\n\nimport java.io.File;\n\n/**\n * Created by raomengyang on 9/11/15.\n */\npublic class SDcardUtil {\n\n// ",
"end": 221,
"score": 0.9996920824050903,
"start": 210,
"tag": "USERNAME",
"value": "raomengyang"
}
] | null | [] | package com.dreamy.rao.eric.armylive.videomodel.util;
import android.content.Context;
import android.os.Environment;
import android.os.StatFs;
import android.util.Log;
import java.io.File;
/**
* Created by raomengyang on 9/11/15.
*/
public class SDcardUtil {
// private static final String LOGS_DIR_NAME = "logs... | 3,979 | 0.5657 | 0.561665 | 99 | 39.050507 | 27.351574 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747475 | false | false | 1 |
bbb0b68136c19da9dd85cafdfa3fef40296f22d1 | 26,405,458,976,798 | c132db01a6521027937ec898faf8aef3c803d05a | /src/main/java/sharding/CarNoMapper.java | 266aeced1648ab53c451ec9f67282c0ba3f9d507 | [] | no_license | xuecf8679/demo | https://github.com/xuecf8679/demo | eccf31e2a14b14530c3dadf5ea7d933e308caa34 | 51ec520d4f6111d917a106181f7517c83db6d516 | refs/heads/master | 2021-01-23T15:23:20.810000 | 2017-09-08T07:22:10 | 2017-09-08T07:22:10 | 102,708,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sharding;
import java.util.HashMap;
import java.util.Map;
public class CarNoMapper {
private static Map<String,String> mapper;
static{
if(mapper==null){
mapper=new HashMap<String,String>();
}
mapper.put("鲁","lu");
mapper.put("吉","ji");
mapper.put("黑","hei");
}
public static Str... | UTF-8 | Java | 469 | java | CarNoMapper.java | Java | [
{
"context": "new HashMap<String,String>();\r\n\t\t}\r\n\t\tmapper.put(\"鲁\",\"lu\");\r\n\t\tmapper.put(\"吉\",\"ji\");\r\n\t\tmapper.put(\"黑",
"end": 237,
"score": 0.5474352836608887,
"start": 236,
"tag": "NAME",
"value": "鲁"
}
] | null | [] | package sharding;
import java.util.HashMap;
import java.util.Map;
public class CarNoMapper {
private static Map<String,String> mapper;
static{
if(mapper==null){
mapper=new HashMap<String,String>();
}
mapper.put("鲁","lu");
mapper.put("吉","ji");
mapper.put("黑","hei");
}
public static Str... | 469 | 0.645788 | 0.645788 | 23 | 18.217392 | 14.264448 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.956522 | false | false | 1 |
add4d680abed7b1907e64a6e3cb9084c0feb44eb | 31,275,951,890,372 | 1a9915b883df6c01081709ae56800e949bc93749 | /lib/src/main/java/eu/h2020/helios_social/core/messaging/HeliosMessagingException.java | bdb621e5d5237b80bb686b527a7c7bdd58e9ec6a | [] | no_license | vasgat/h.core-Messaging | https://github.com/vasgat/h.core-Messaging | 29244f77037b2f60ed1a98df3bcf5863f3cd691d | 1f48d18f8d7159b6c009a536505322e54cf398e9 | refs/heads/master | 2022-12-11T23:48:58.848000 | 2020-09-17T08:12:59 | 2020-09-17T08:12:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.h2020.helios_social.core.messaging;
import java.security.GeneralSecurityException;
/**
* This is an exception class that is used to encapsulate exceptions that take place
* in HELIOS Messaging implementation.
*/
public class HeliosMessagingException extends GeneralSecurityException {
private String ... | UTF-8 | Java | 483 | java | HeliosMessagingException.java | Java | [] | null | [] | package eu.h2020.helios_social.core.messaging;
import java.security.GeneralSecurityException;
/**
* This is an exception class that is used to encapsulate exceptions that take place
* in HELIOS Messaging implementation.
*/
public class HeliosMessagingException extends GeneralSecurityException {
private String ... | 483 | 0.699793 | 0.691511 | 18 | 25.777779 | 25.563766 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
8ee9e162ae808a0f525e07669453b5dc12ace1e8 | 17,394,617,593,993 | c2f42717ff31ce9a34e0f0d58dd381b866dc8af9 | /hrms/src/main/java/backend/hrms/entities/concretes/Employer.java | b8d0ca5e97057118750bef52ee88795a6591708d | [] | no_license | aslanemirhan/HRMS | https://github.com/aslanemirhan/HRMS | e1980badc5509cee49138e0416d4dc6f8ca15cfe | 5a3587ec5106ffe6215e147b1784d64c21c75237 | refs/heads/main | 2023-06-26T19:00:56.027000 | 2021-08-03T17:25:31 | 2021-08-03T17:25:31 | 377,268,783 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backend.hrms.entities.concretes;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.E... | UTF-8 | Java | 828 | java | Employer.java | Java | [] | null | [] | package backend.hrms.entities.concretes;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.E... | 828 | 0.807971 | 0.807971 | 32 | 24.875 | 18.634226 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65625 | false | false | 1 |
5bc0d37cc5a05ad981ccc1a35d6d19831d968982 | 16,690,242,961,284 | a45a81ae724324c34f4362d29e3c47d875c51e08 | /app/src/main/java/com/lenote/alarmstar/services/WorkService.java | 3a8f96b8867a318e1a2bdd2239e0208ff011dc2c | [] | no_license | hahaerle/Alarm | https://github.com/hahaerle/Alarm | f1ee0fcb965a4585802ff001bfb7880955cbbe6e | dc44b2ebc78a1c43e1f84fdd91d5f7e813f15a8a | refs/heads/master | 2021-01-19T07:49:18.856000 | 2015-07-18T23:10:08 | 2015-07-18T23:10:08 | 39,004,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lenote.alarmstar.services;
import android.app.IntentService;
import android.content.Intent;
import com.lenote.alarmstar.session.AlarmSession;
import org.androidannotations.annotations.EIntentService;
import org.androidannotations.annotations.ServiceAction;
/**
* Created by lenote on 2015/7/13.
*/
@EIn... | UTF-8 | Java | 690 | java | WorkService.java | Java | [
{
"context": "ions.annotations.ServiceAction;\n\n/**\n * Created by lenote on 2015/7/13.\n */\n@EIntentService\npublic class Wo",
"end": 297,
"score": 0.9996036291122437,
"start": 291,
"tag": "USERNAME",
"value": "lenote"
}
] | null | [] | package com.lenote.alarmstar.services;
import android.app.IntentService;
import android.content.Intent;
import com.lenote.alarmstar.session.AlarmSession;
import org.androidannotations.annotations.EIntentService;
import org.androidannotations.annotations.ServiceAction;
/**
* Created by lenote on 2015/7/13.
*/
@EIn... | 690 | 0.723188 | 0.713043 | 32 | 20.5625 | 21.396461 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.21875 | false | false | 1 |
4915df8336e539a08d5e25c4466cddb01018b577 | 30,391,188,620,877 | 4d8b425acce45e5c02d929f72c25faf1804ef9e0 | /src/gipfj/HistoryTable.java | b6596b2bf22757cbf1478141f5fded8e49d6615c | [] | no_license | frsfnrrg/gipf | https://github.com/frsfnrrg/gipf | c46d7ef517decddc6bf3e81a5372c504119d5b5e | a298b7f5e851b1dc1cfc2b7fac86729544eab0c3 | refs/heads/master | 2021-01-01T19:55:07.291000 | 2013-07-16T21:13:33 | 2013-07-16T21:13:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gipfj;
import sun.misc.Unsafe;
/**
*
* This is a simple history heuristic table.
*
* Each move is assigned a number 0:42 (array style).
*/
public class HistoryTable {
private static long valueOffset;
private static Unsafe unsafe = UnsafeAccess.getUnsafe();
@SuppressWarnings("unused")
p... | UTF-8 | Java | 6,461 | java | HistoryTable.java | Java | [] | null | [] | package gipfj;
import sun.misc.Unsafe;
/**
*
* This is a simple history heuristic table.
*
* Each move is assigned a number 0:42 (array style).
*/
public class HistoryTable {
private static long valueOffset;
private static Unsafe unsafe = UnsafeAccess.getUnsafe();
@SuppressWarnings("unused")
p... | 6,461 | 0.455812 | 0.44993 | 259 | 23.945946 | 19.477859 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 1 |
2c75119678fdae5b1d553461ec189934a0a1d4ec | 7,292,854,507,051 | 11a0cf7915f544adae61b3590624e11bc5c13cf9 | /src/tsp/Node.java | 431bf839fef9bacb0842bf6c1d51aafe8ed7d491 | [] | no_license | joeryoost/Railhazer | https://github.com/joeryoost/Railhazer | 6d5acfa5dc5bdc27f210740ce68da119e98bda79 | 41d65b7ffbc5993e92dc452331e52f9b8c33c267 | refs/heads/master | 2020-03-17T21:10:25.673000 | 2018-05-18T11:34:23 | 2018-05-18T11:34:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tsp;
public class Node {
private int PositionX;
private int PositionY;
public Node(int x, int y) {
PositionX = x;
PositionY = y;
}
public int[] getLocation() {
int[] location = {PositionX, PositionY};
return location;
}
public void printNode(){
System.out.println("X:" +... | UTF-8 | Java | 360 | java | Node.java | Java | [] | null | [] | package tsp;
public class Node {
private int PositionX;
private int PositionY;
public Node(int x, int y) {
PositionX = x;
PositionY = y;
}
public int[] getLocation() {
int[] location = {PositionX, PositionY};
return location;
}
public void printNode(){
System.out.println("X:" +... | 360 | 0.608333 | 0.608333 | 19 | 17.947369 | 16.113001 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 1 |
c65f57b4ef253244c6e5a2bac1e9d3b42a8074ca | 31,628,139,213,802 | cb89515e2a8bc8e977701951f7c3c9fae325e175 | /src/ManagerDashboard.java | 9e6a15975ed5052ba43f6c98712b98cb47d6fff7 | [] | no_license | deepika-mahendra/AssetManagementSystem | https://github.com/deepika-mahendra/AssetManagementSystem | 0c78e2987390fb40c68e99b1505b0ca0b8e4f08b | f1cb5f56e69a0580e56b6ea8851a38af140199bc | refs/heads/main | 2023-01-28T02:24:02.053000 | 2020-12-11T06:33:21 | 2020-12-11T06:33:21 | 320,485,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.Connection;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class ManagerDashboard extends JFrame{
public ManagerDashboard (Connection con,Str... | UTF-8 | Java | 2,070 | java | ManagerDashboard.java | Java | [
{
"context": "26);\n\t\tgetContentPane().add(user);\n\t\tuser.setText(userName);\n\t\t\n\t\t\n\t\tJButton btnAssets = new JButton(\"Create",
"end": 751,
"score": 0.9058451056480408,
"start": 743,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.Connection;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
public class ManagerDashboard extends JFrame{
public ManagerDashboard (Connection con,Str... | 2,070 | 0.718841 | 0.67343 | 71 | 28.15493 | 18.849775 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.802817 | false | false | 1 |
f03444afb3232365ee0d1a853a1f80e61dc97c02 | 29,850,022,753,849 | a1dadcc2f7169a61cf5a917cad64f482245bf4f7 | /src/Servlets/GetRoomInfo.java | 87ff12c717a9a559f80740ff2f8d11bb053e44f1 | [] | no_license | allenchannn/hotelManage | https://github.com/allenchannn/hotelManage | 574124be35a00a1ea3ee1ac41d6a095548a595f7 | 5c929ecce886b0c471db6cd554ba64bcbeb3319d | refs/heads/master | 2021-06-14T06:52:44.627000 | 2017-04-04T06:14:23 | 2017-04-04T06:14:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Servlets;
import DAO.RoomUtil;
import DAO.StuUtil;
import VO.Room;
import VO.Student;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.sql.SQLExcept... | UTF-8 | Java | 2,976 | java | GetRoomInfo.java | Java | [
{
"context": "ception;\nimport java.util.List;\n\n/**\n * Created by linGo on 2017/4/2.\n */\npublic class GetRoomInfo extends",
"end": 372,
"score": 0.9995298981666565,
"start": 367,
"tag": "USERNAME",
"value": "linGo"
}
] | null | [] | package Servlets;
import DAO.RoomUtil;
import DAO.StuUtil;
import VO.Room;
import VO.Student;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.sql.SQLExcept... | 2,976 | 0.520161 | 0.516129 | 77 | 37.649349 | 26.648636 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779221 | false | false | 1 |
d2028141d5a7e5722b21a7b53c0281b73a17ad77 | 5,196,910,432,068 | a672f51bc7a28fd88cb096ad9c3448f0af90196c | /Yliopistobot/src/test/java/fi/johanneslares/yliopistobot/UserTest.java | a23457ab7931d474c2096f481bcf9ae7ccfdc755 | [] | no_license | JohannesLares/ohte | https://github.com/JohannesLares/ohte | 996d70838ea5ec0e5ca54c0a64c0f17b6e6276b4 | 51a51840a0bfb1bdb303811a4b65005ba8de757e | refs/heads/master | 2020-04-03T16:29:58.918000 | 2018-12-22T20:45:01 | 2018-12-22T20:45:01 | 155,407,140 | 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 fi.johanneslares.yliopistobot;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;... | UTF-8 | Java | 2,437 | java | UserTest.java | Java | [
{
"context": ".Before;\nimport org.junit.Test;\n\n/**\n *\n * @author jlares\n */\npublic class UserTest {\n \n User user;\n ",
"end": 394,
"score": 0.9995110630989075,
"start": 388,
"tag": "USERNAME",
"value": "jlares"
},
{
"context": "assertEquals(user.getLessons().get(0).get... | 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 fi.johanneslares.yliopistobot;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;... | 2,437 | 0.628231 | 0.570373 | 74 | 31.932432 | 29.075081 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.864865 | false | false | 1 |
8a395ea5cb3f726c0e07907bdbfced2606d39fda | 14,018,773,298,744 | 46a771ad81fdc2e724c89c9723522a8b2cb1c211 | /src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/java/commons/web/errorhandling/RestValidationExceptionHandler.java | b865a29bd7b15550ac7b02c2c3ea06e405034e8e | [] | no_license | omblanco/spring-boot-webflux-multi-module-api-archetype | https://github.com/omblanco/spring-boot-webflux-multi-module-api-archetype | fe7c484b78269af8221419847cb04d170416b1c2 | 8c3f1a789cc4189c7eb28e35eecf4c1e3e44baa4 | refs/heads/master | 2023-02-01T08:20:18.967000 | 2020-12-20T19:44:01 | 2020-12-20T19:44:01 | 323,127,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.commons.web.errorhandling;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.buffer.DefaultDataBufferFactory;
import org.springframework.http.HttpStatus;
import org.springf... | UTF-8 | Java | 2,992 | java | RestValidationExceptionHandler.java | Java | [
{
"context": "iciones con modelos anotados con @Valid\n * @author oscar.martinezblanco\n *\n */\n// see: https://github.com/hantsy/angular-",
"end": 844,
"score": 0.8579011559486389,
"start": 824,
"tag": "NAME",
"value": "oscar.martinezblanco"
},
{
"context": ".martinezblanco\n *\n *... | null | [] | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.commons.web.errorhandling;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.buffer.DefaultDataBufferFactory;
import org.springframework.http.HttpStatus;
import org.springf... | 2,992 | 0.725084 | 0.71204 | 63 | 46.460316 | 40.450569 | 168 | false | false | 0 | 0 | 0 | 0 | 77 | 0.025753 | 0.52381 | false | false | 1 |
723c6f03cb6b2a0b2b0508e4788af9d8e486a951 | 15,470,472,245,267 | 38aa8bb32c0487a4d605ec95e82911ede9f3aabe | /memoizeit/src-profiler-fields/memoizeit/field/profiler/MyManager.java | 10d4bf636e85e5490f2cbc818b470faeb9a60ce3 | [
"Apache-2.0"
] | permissive | lucadt/memoizeit | https://github.com/lucadt/memoizeit | d07118360e741aff71cd742a92fa0ddd47074767 | 1aa14cb60ecc20156b6beae02e06ef9d3dbc413e | refs/heads/master | 2016-09-15T19:47:45.125000 | 2016-01-15T00:10:57 | 2016-01-15T00:10:57 | 39,065,331 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package memoizeit.field.profiler;
import memoizeit.asm.Manager;
import memoizeit.asm.util.DumpHelper;
import memoizeit.asm.util.ids.FieldId;
import memoizeit.asm.util.ids.MethodId;
import memoizeit.field.instr.Options;
public final class MyManager extends Manager {
private static final MyManager INSTANCE = new MyM... | UTF-8 | Java | 662 | java | MyManager.java | Java | [] | null | [] | package memoizeit.field.profiler;
import memoizeit.asm.Manager;
import memoizeit.asm.util.DumpHelper;
import memoizeit.asm.util.ids.FieldId;
import memoizeit.asm.util.ids.MethodId;
import memoizeit.field.instr.Options;
public final class MyManager extends Manager {
private static final MyManager INSTANCE = new MyM... | 662 | 0.779456 | 0.779456 | 23 | 27.782608 | 27.316114 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 1 |
046093fccd94042c02ebefe241791a26e542ea68 | 28,132,035,814,909 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_1c998d16c032a1304a240585c1b9016be70568b3/TestStatisticsMap/2_1c998d16c032a1304a240585c1b9016be70568b3_TestStatisticsMap_s.java | 67bbdfd9029b23d9448f880ea389d1826faff939 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | // Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Philip Aston
// All rights reserved.
//
// This file is part of The Grinder software distribution. Refer to
// the file LICENSE which is part of The Grinder distribution for
// licensing details. The Grinder distribution is available on the
// Internet at http:... | UTF-8 | Java | 10,777 | java | 2_1c998d16c032a1304a240585c1b9016be70568b3_TestStatisticsMap_s.java | Java | [
{
"context": "/ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Philip Aston\n // All rights reserved.\n //\n // This file is par",
"end": 65,
"score": 0.9998684525489807,
"start": 53,
"tag": "NAME",
"value": "Philip Aston"
},
{
"context": "stStatisticsMap</code> itself.</p>\n *\n ... | null | [] | // Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 <NAME>
// All rights reserved.
//
// This file is part of The Grinder software distribution. Refer to
// the file LICENSE which is part of The Grinder distribution for
// licensing details. The Grinder distribution is available on the
// Internet at http://grin... | 10,765 | 0.628375 | 0.625963 | 385 | 26.989611 | 23.645651 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319481 | false | false | 1 |
d0906b2ed6b245531ad86541c74c67714ee6834d | 10,754,598,146,639 | 12f7f545f4f105cc64989e13d3bb6335a6e883f1 | /src/com/sammyer/yahtzee/DiceRollHashTable.java | 53e8fff0536765a5838356eb57b50b7df3723886 | [] | no_license | sammyer/yahtzee-intelligence | https://github.com/sammyer/yahtzee-intelligence | 8efc840350bf81ee47fcb0e573d10ecdc30c57f4 | 69e47fe8ce02c64f9eb7b191805aea6ee47bdfb1 | refs/heads/master | 2021-01-23T12:45:42.133000 | 2015-04-14T20:20:08 | 2015-04-14T20:20:51 | 33,622,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sammyer.yahtzee;
/**
* Created with IntelliJ IDEA.
* User: sam
* Date: 06/04/15
* Time: 4:18 PM
* To change this template use File | Settings | File Templates.
*/
public class DiceRollHashTable {
//dice is stored as 0xABCDEF where A,B,C,D,E,F is the number of 6s, 5s, 4s, 3s, 2s, and 1s
//found in t... | UTF-8 | Java | 3,256 | java | DiceRollHashTable.java | Java | [
{
"context": "tzee;\n\n/**\n * Created with IntelliJ IDEA.\n * User: sam\n * Date: 06/04/15\n * Time: 4:18 PM\n * To change t",
"end": 77,
"score": 0.9956140518188477,
"start": 74,
"tag": "USERNAME",
"value": "sam"
}
] | null | [] | package com.sammyer.yahtzee;
/**
* Created with IntelliJ IDEA.
* User: sam
* Date: 06/04/15
* Time: 4:18 PM
* To change this template use File | Settings | File Templates.
*/
public class DiceRollHashTable {
//dice is stored as 0xABCDEF where A,B,C,D,E,F is the number of 6s, 5s, 4s, 3s, 2s, and 1s
//found in t... | 3,256 | 0.660934 | 0.623157 | 144 | 21.618055 | 20.362682 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.291667 | false | false | 1 |
a898ff288681dd763e7d8fc0bd6838c6309c516c | 2,216,203,137,083 | 27ad623a1004f41bb91bba6aa988273d711606d7 | /rest-user-consumer/src/main/java/com/darian/user/web/controller/UserRestApiController.java | 7c1cfbe1daced4b46a81679c3e4552bc9261b1b0 | [
"MIT",
"Apache-2.0"
] | permissive | Darian1996/spring-cloud-2017 | https://github.com/Darian1996/spring-cloud-2017 | ea7549426f7ce187a1611dc914f54108dafe2d18 | 567b78b4d902d4f02bc42030de70ed6270fb5c1f | refs/heads/master | 2020-09-19T17:52:46.774000 | 2020-01-18T12:13:50 | 2020-01-18T12:13:50 | 224,257,079 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.darian.user.web.controller;
import com.darian.user.Service.UserService;
import com.darian.user.domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.u... | UTF-8 | Java | 1,138 | java | UserRestApiController.java | Java | [
{
"context": "util.Collection;\n\n\n/**\n * <br>用户服务Rest APi\n * <br>Darian\n **/\n@RestController\npublic class UserRestApiCont",
"end": 375,
"score": 0.9995324611663818,
"start": 369,
"tag": "NAME",
"value": "Darian"
},
{
"context": "如果保存成功,返回 {@link User}\n * 否则返回null\n * ... | null | [] | package com.darian.user.web.controller;
import com.darian.user.Service.UserService;
import com.darian.user.domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.u... | 1,138 | 0.62688 | 0.62688 | 49 | 20.714285 | 17.111877 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.265306 | false | false | 1 |
a6a87cf5c7341b12a1dd557ad485a9f82c6214a8 | 2,310,692,455,659 | bc583d72b81ca164dc93ed75f7a9836094898f13 | /src/main/java/com/csye6225/spring2019/courseservice/service/CourseService.java | c46d6ccbc71dda694c630f5981d791ce67410571 | [] | no_license | ziyezhu92/CSYE6225 | https://github.com/ziyezhu92/CSYE6225 | 413aed2de18e673df517ac6b58eb5a3e9a2c4201 | 98e07b78d6a548905bb2b5afb1ca6390bf2b0150 | refs/heads/master | 2020-04-28T19:04:08.007000 | 2019-03-13T21:18:44 | 2019-03-13T21:18:44 | 173,271,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csye6225.spring2019.courseservice.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.csye6225.spring2019.courseservice.datamodel.Course;
import com.csye6225.spring2019.courseservice.datamodel.InMemoryDatabase;
public class CourseService {
Map<String, Course> c... | UTF-8 | Java | 1,791 | java | CourseService.java | Java | [] | null | [] | package com.csye6225.spring2019.courseservice.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.csye6225.spring2019.courseservice.datamodel.Course;
import com.csye6225.spring2019.courseservice.datamodel.InMemoryDatabase;
public class CourseService {
Map<String, Course> c... | 1,791 | 0.742602 | 0.729202 | 65 | 26.553846 | 22.276604 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.630769 | false | false | 1 |
9297d44789fd41cb34734d95972f0519b5c1bfbe | 10,153,302,747,189 | 8682bf59c744d21cd743daa04c0f7b6431ffa38c | /src/main/java/com/graduate/project/TeacherManage/teacher_controller/Teacher_Course_ClassInfo_Controller.java | 00ed3b34298a1062cec782a86ff0e3955c2e74e9 | [] | no_license | 17210120606/project | https://github.com/17210120606/project | 3d33d8726b1d04e44421e92af9ff5d9b839b348d | bc409b13d14cf42c59e053745f87bdc793bd8818 | refs/heads/master | 2023-03-26T15:54:14.759000 | 2021-03-27T09:35:12 | 2021-03-27T09:35:12 | 345,841,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.graduate.project.TeacherManage.teacher_controller;
import com.graduate.project.ExcelTemplateForTeacher.ExcelFormatForTeacherConfigStudentInfo_Util;
import com.graduate.project.PublicConfig.Public_Result;
import com.graduate.project.TeacherManage.teacher_entity.Teacher_Course_ClassInfo_Table;
import com.gra... | UTF-8 | Java | 19,341 | java | Teacher_Course_ClassInfo_Controller.java | Java | [] | null | [] | package com.graduate.project.TeacherManage.teacher_controller;
import com.graduate.project.ExcelTemplateForTeacher.ExcelFormatForTeacherConfigStudentInfo_Util;
import com.graduate.project.PublicConfig.Public_Result;
import com.graduate.project.TeacherManage.teacher_entity.Teacher_Course_ClassInfo_Table;
import com.gra... | 19,341 | 0.626933 | 0.624504 | 316 | 52.401897 | 41.523594 | 243 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620253 | false | false | 1 |
a888b4ab3a100f70f3c0d245c954173bfa6a906a | 18,399,639,910,135 | 34b13e10c96f4f85969b425b5874bdc14d6235c4 | /src/main/java/com/xing/qa/selenium/grid/hub/Console.java | 7b9568aaa86d19978704920f4df408b1c8f12242 | [
"MIT"
] | permissive | rkieft/selenium-api | https://github.com/rkieft/selenium-api | b786b280f46d5bef90938e918df9fd6909ed470e | 738b7eb673faa89697843a1bbe0f925e5733fbe0 | refs/heads/master | 2020-05-17T02:27:56.963000 | 2019-05-21T15:06:07 | 2019-05-21T15:06:07 | 183,455,289 | 0 | 2 | MIT | true | 2019-06-06T00:14:23 | 2019-04-25T14:52:02 | 2019-05-21T15:06:18 | 2019-05-21T15:06:16 | 2,156 | 0 | 1 | 1 | Java | false | false | package com.xing.qa.selenium.grid.hub;
import org.json.JSONException;
import org.json.JSONObject;
import org.openqa.grid.internal.GridRegistry;
import org.openqa.grid.internal.RemoteProxy;
import org.openqa.grid.web.Hub;
import org.openqa.grid.web.servlet.RegistryBasedServlet;
import org.openqa.selenium.BuildInfo;
imp... | UTF-8 | Java | 4,049 | java | Console.java | Java | [
{
"context": "Console information and more as JSON\n *\n * @author Jens Hausherr (jens.hausherr@xing.com)\n */\npublic class Console",
"end": 743,
"score": 0.9998237490653992,
"start": 730,
"tag": "NAME",
"value": "Jens Hausherr"
},
{
"context": "ion and more as JSON\n *\n * @author ... | null | [] | package com.xing.qa.selenium.grid.hub;
import org.json.JSONException;
import org.json.JSONObject;
import org.openqa.grid.internal.GridRegistry;
import org.openqa.grid.internal.RemoteProxy;
import org.openqa.grid.web.Hub;
import org.openqa.grid.web.servlet.RegistryBasedServlet;
import org.openqa.selenium.BuildInfo;
imp... | 4,027 | 0.61472 | 0.611756 | 130 | 30.146154 | 23.52253 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 1 |
246356ac72f21201e155b99395397ef254699741 | 26,551,487,850,815 | 600b7c3c7788d58a1f547aca286b818833a9e7b7 | /app/src/main/java/com/oscarcelis/dogs/activities/NewUserActivity.java | 9edca8a9b07c887dbc3626f0133ff4e331ed7546 | [] | no_license | oscarcelis6/MMAv1.0. | https://github.com/oscarcelis6/MMAv1.0. | cf5ee83ae07cd2103ae1c1f4395c465fb6a630f0 | b95ef207f999f595b7003133da74674406aa26b2 | refs/heads/master | 2020-04-27T09:44:11.194000 | 2019-03-23T01:11:17 | 2019-03-23T01:11:17 | 174,226,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oscarcelis.dogs.activities;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.text.method.HideReturnsTransformationMethod;
import android.text.method.PasswordTransforma... | UTF-8 | Java | 4,574 | java | NewUserActivity.java | Java | [] | null | [] | package com.oscarcelis.dogs.activities;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.text.method.HideReturnsTransformationMethod;
import android.text.method.PasswordTransforma... | 4,574 | 0.638573 | 0.637916 | 129 | 34.403099 | 28.145943 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604651 | false | false | 1 |
77acf6d27049b532b2bce2c7a1617d789bd74c8b | 29,480,655,550,883 | 1f384a58a832772b584861c6acb98c4bda3a9c07 | /src/item/Dress.java | 4f455e763b450c13613ac30d5862650ab2f26e54 | [] | no_license | sasicha/Dressing-Princess | https://github.com/sasicha/Dressing-Princess | b45465b4f8e0596c4f33300cdd5d6d0051441cf8 | 6c0df0de03f257cce46ea83f983a5cf34bdd2365 | refs/heads/master | 2021-01-21T15:43:51.731000 | 2015-12-11T05:45:47 | 2015-12-11T05:45:47 | 47,682,244 | 0 | 0 | null | true | 2015-12-09T09:42:12 | 2015-12-09T09:42:11 | 2015-12-09T09:42:12 | 2015-12-09T06:01:15 | 18 | 0 | 0 | 0 | Java | null | null | package item;
public class Dress {
}
| UTF-8 | Java | 44 | java | Dress.java | Java | [] | null | [] | package item;
public class Dress {
}
| 44 | 0.613636 | 0.613636 | 5 | 6.8 | 8.231647 | 20 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
6ed5b89f1d8533155b56ea79415cde77b4013472 | 30,855,045,119,481 | 02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1 | /Research_Bucket/Completed_Archived/ConcolicProcess/tools/Scorpio/scorpioxsrc201103030634/src/jp/ac/osaka_u/ist/sdl/scorpio/SlicingThread.java | 6b0b7cf3980563a679aa4c311da0e2fcfc91a380 | [] | no_license | dan7800/Research | https://github.com/dan7800/Research | 7baf8d5afda9824dc5a53f55c3e73f9734e61d46 | f68ea72c599f74e88dd44d85503cc672474ec12a | refs/heads/master | 2021-01-23T09:50:47.744000 | 2018-09-01T14:56:01 | 2018-09-01T14:56:01 | 32,521,867 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.ac.osaka_u.ist.sdl.scorpio;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import jp.ac.osaka_u.ist.sdl.scorpio.data.ClonePairInfo;
import jp.ac.osaka_u.ist.sdl.scorpio.data.NodePairInfo;
import jp.ac.osaka_u.ist.sdl.scorpio.settings.Configuration;
import jp.ac.osaka_u.ist.sel.met... | UTF-8 | Java | 1,737 | java | SlicingThread.java | Java | [] | null | [] | package jp.ac.osaka_u.ist.sdl.scorpio;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
import jp.ac.osaka_u.ist.sdl.scorpio.data.ClonePairInfo;
import jp.ac.osaka_u.ist.sdl.scorpio.data.NodePairInfo;
import jp.ac.osaka_u.ist.sdl.scorpio.settings.Configuration;
import jp.ac.osaka_u.ist.sel.met... | 1,737 | 0.725964 | 0.724813 | 74 | 22.472973 | 21.620951 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.918919 | false | false | 1 |
8f4cc87fc48c12487965246572482b651deaaa54 | 2,860,448,242,620 | 8d342dd904d2a7fccca77a4cf43be69719f85ae4 | /src/mobi/reid/AoC2018/main/InitDay1a.java | eb428a5d80dc77875b0e11a3fa60b6db525aab93 | [] | no_license | dioxinDev/AoC2018 | https://github.com/dioxinDev/AoC2018 | 68f978de9d77048ccf1c9ed8da3f0cf9f3819399 | 89472489151f5d4b02cc0b9f67896ba94cd172df | refs/heads/master | 2020-04-08T11:34:41.764000 | 2018-12-12T21:29:14 | 2018-12-12T21:29:14 | 159,310,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mobi.reid.AoC2018.main;
import mobi.reid.AoC2018.helper.Helper;
import java.util.StringTokenizer;
public class InitDay1a {
public static void main(String[] args) {
String input = Helper.getStringfromFile("./resources/day1ainput.txt");
StringTokenizer tokens = new StringTokenizer(input,... | UTF-8 | Java | 539 | java | InitDay1a.java | Java | [] | null | [] | package mobi.reid.AoC2018.main;
import mobi.reid.AoC2018.helper.Helper;
import java.util.StringTokenizer;
public class InitDay1a {
public static void main(String[] args) {
String input = Helper.getStringfromFile("./resources/day1ainput.txt");
StringTokenizer tokens = new StringTokenizer(input,... | 539 | 0.632653 | 0.612245 | 25 | 20.559999 | 23.087797 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 1 |
e5256a5739250faf21238a5747c5d4aa744341ab | 7,155,415,568,210 | 0ef09483acaf5c9e14d7046002d1f171500f6b2d | /Infrastructure/Platform/src/main/java/com/newrelic/infraplatform/repository/MetricsRepository.java | f3318c468a2116d2c094ffe8f239d70ff1fb4108 | [] | no_license | Charul39/New-Relic-Application | https://github.com/Charul39/New-Relic-Application | 417aaef0ea83a4d09be32fbf95f1c97cda9210a0 | 31f19fd067a97b913b412d9938ec3cd4c0e2747d | refs/heads/master | 2020-06-14T15:19:44.083000 | 2019-07-03T13:28:47 | 2019-07-03T13:28:47 | 195,039,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newrelic.infraplatform.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import com.newre... | UTF-8 | Java | 4,925 | java | MetricsRepository.java | Java | [] | null | [] | package com.newrelic.infraplatform.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import com.newre... | 4,925 | 0.7267 | 0.723046 | 86 | 55.267441 | 40.011749 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.813954 | false | false | 1 |
5aa5cde4f1d50c28745a082f504e8602bbdbe8f3 | 16,037,407,921,963 | 172439187a7935f0e044b7cc0eadf54feaacba3f | /OSS-App/app/src/main/java/com/example/oss_app/CategoryPage.java | ad533bd77fc49e542199c995404b7d672ae7c7a9 | [
"Apache-2.0"
] | permissive | gnwjd309/OSSW-Project | https://github.com/gnwjd309/OSSW-Project | 6607e968a276c3b03513a76e093398a219cf9242 | 3096e17ae7a7b35609b2a76382d24b031c762f66 | refs/heads/main | 2023-05-30T16:42:01.701000 | 2022-04-29T15:37:28 | 2022-05-12T08:14:40 | 341,462,626 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.oss_app;
import android.animation.ArgbEvaluator;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import androidx.viewpager.widget.ViewPager;
import java.util.ArrayList;
import java.util.List;
public class CategoryPage extends Activ... | UTF-8 | Java | 3,764 | java | CategoryPage.java | Java | [] | null | [] | package com.example.oss_app;
import android.animation.ArgbEvaluator;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import androidx.viewpager.widget.ViewPager;
import java.util.ArrayList;
import java.util.List;
public class CategoryPage extends Activ... | 3,764 | 0.597503 | 0.594049 | 101 | 36.277229 | 25.800499 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.80198 | false | false | 1 |
7c288e00a549949745476a2495b10e1416ebc9da | 26,800,595,975,276 | 8373ece37ffb1663b4e407f80d426ba2dfa007df | /modules/core/src/main/java/org/apache/ignite/IgniteTransactions.java | 353feec37dce10f8b74bddc4ff67a0255a885a5c | [
"Apache-2.0"
] | permissive | sboikov/ignite-test | https://github.com/sboikov/ignite-test | 09d5f588062ecc20305f30d688682762f2ee0f27 | 2d0728e5f368b4af5495e8957900c5ece42627e8 | refs/heads/master | 2015-08-17T16:21:01.627000 | 2014-12-04T21:36:27 | 2014-12-04T21:36:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* @java.file.header */
/* _________ _____ __________________ _____
* __ ____/___________(_)______ /__ ____/______ ____(_)_______
* _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \
* / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / /
* \____/ /_/ /_/ \_,__/... | UTF-8 | Java | 6,984 | java | IgniteTransactions.java | Java | [] | null | [] | /* @java.file.header */
/* _________ _____ __________________ _____
* __ ____/___________(_)______ /__ ____/______ ____(_)_______
* _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \
* / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / /
* \____/ /_/ /_/ \_,__/... | 6,984 | 0.67941 | 0.678837 | 136 | 50.35294 | 39.656528 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338235 | false | false | 1 |
208239365878d098f6d17d5fed4318bd10390535 | 26,800,595,973,661 | 2020c74134feb9a256822ce304c061cf28b3052a | /src/main/java/com/wujingcheng7/hoteldemo_backend/controller/front/HotelsDisplayController.java | 97068a5fb9646c09bdb17f0053ee474c5e1c7dad | [] | no_license | wujingcheng7/HotelDemo_BackEnd | https://github.com/wujingcheng7/HotelDemo_BackEnd | b262678e1aff969175e82c7e8e9be945e92b35c6 | aba61e0ef6943849bf24c370026c6c7adb42579b | refs/heads/master | 2022-07-06T23:47:02.214000 | 2020-05-05T15:04:16 | 2020-05-05T15:04:16 | 198,598,855 | 3 | 2 | null | false | 2022-06-21T01:33:38 | 2019-07-24T09:06:50 | 2020-05-10T13:21:41 | 2022-06-21T01:33:35 | 8,625 | 3 | 2 | 1 | HTML | false | false | package com.wujingcheng7.hoteldemo_backend.controller.front;
import com.wujingcheng7.hoteldemo_backend.domain.Hotel;
import com.wujingcheng7.hoteldemo_backend.service.HotelService;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ster... | UTF-8 | Java | 1,407 | java | HotelsDisplayController.java | Java | [
{
"context": "_backend.controller.front;\n\nimport com.wujingcheng7.hoteldemo_backend.domain.Hotel;\nimport com.wujing",
"end": 85,
"score": 0.5535988211631775,
"start": 84,
"tag": "USERNAME",
"value": "7"
}
] | null | [] | package com.wujingcheng7.hoteldemo_backend.controller.front;
import com.wujingcheng7.hoteldemo_backend.domain.Hotel;
import com.wujingcheng7.hoteldemo_backend.service.HotelService;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ster... | 1,407 | 0.704266 | 0.702097 | 38 | 35.394737 | 23.506483 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 1 |
96d7fc7b6574878244c8a58b09d2f2cf40ad70b3 | 26,396,869,037,227 | f04d59a4b43dafca9fb39605cc329913b72a9fd5 | /src/main/java/uk/co/jassoft/network/Network.java | 56081ea30f21f1224be0275d5f82aa5b5f8fb93a | [] | no_license | MarketReaction/CommonFunctions | https://github.com/MarketReaction/CommonFunctions | 6de9b43b827bf9122b2aa6ea477050f8f8a52268 | 7e20a9c96b30467219ae92199f4fc37bfb3d8d0f | refs/heads/master | 2021-01-24T11:45:36.005000 | 2016-12-23T11:42:39 | 2016-12-23T11:42:39 | 69,493,960 | 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 uk.co.jassoft.network;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Compo... | UTF-8 | Java | 3,875 | java | Network.java | Java | [
{
"context": " java.util.zip.GZIPInputStream;\n\n/**\n *\n * @author Jonny\n */\n@Component\npublic class Network\n{\n @Value(",
"end": 566,
"score": 0.996411919593811,
"start": 561,
"tag": "NAME",
"value": "Jonny"
},
{
"context": "/ //Proxy instance, proxy ip =... | 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 uk.co.jassoft.network;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Compo... | 3,875 | 0.56671 | 0.556129 | 112 | 33.598213 | 32.420082 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553571 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.