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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97961ae3122c8fa726e7036f3ace6d45ee4178b3 | 39,135,742,031,665 | d641256e20a535b10bfcc4a990a51b865d64f228 | /src/main/java/cn/liguohao/design/pattern/observer/CurrentConditionDisplay.java | 5c9310b6b30740d05ac42fa2af5bc73db5ca3e27 | [] | no_license | Hojing/book | https://github.com/Hojing/book | 44713b8d053eff9083e797e5a598766d9676243f | e17d773d841f48fc2e605b824bdbf5fac1e8cea8 | refs/heads/master | 2023-04-13T18:57:29.897000 | 2021-04-05T11:53:11 | 2021-04-05T11:53:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.liguohao.design.pattern.observer;
/**
* @Description 当前天气布告板
* @Author liguohao
* @Date 2020/9/17 18:40
*/
public class CurrentConditionDisplay extends BaseDisplay{
public CurrentConditionDisplay(Subject weatherDataSubject) {
super(weatherDataSubject);
}
}
| UTF-8 | Java | 304 | java | CurrentConditionDisplay.java | Java | [
{
"context": ".observer;\n\n/**\n * @Description 当前天气布告板\n * @Author liguohao\n * @Date 2020/9/17 18:40\n */\npublic class Current",
"end": 93,
"score": 0.9958201050758362,
"start": 85,
"tag": "USERNAME",
"value": "liguohao"
}
] | null | [] | package cn.liguohao.design.pattern.observer;
/**
* @Description 当前天气布告板
* @Author liguohao
* @Date 2020/9/17 18:40
*/
public class CurrentConditionDisplay extends BaseDisplay{
public CurrentConditionDisplay(Subject weatherDataSubject) {
super(weatherDataSubject);
}
}
| 304 | 0.737931 | 0.7 | 13 | 21.307692 | 21.563448 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 4 |
2d7ea277eab2e24dfee4fa822b5fcff64bacf8f2 | 37,349,035,640,940 | f1789da27ba15cdeb84f2064b9ba9921fe7d0836 | /SimpleSpawn/src/fr/labbeh/simplespawn/commands/CommandSpawn.java | 9eb3f3c535ee48d772333aa6c287d1bee8a90098 | [] | no_license | labbeh/pluginsSpigot | https://github.com/labbeh/pluginsSpigot | cf43d8c3cea83abdd0f17278e14d91c0b432cad5 | efcb1b6c8206e2a9e6661c62b6e308db17a39eec | refs/heads/master | 2018-10-27T20:31:25.072000 | 2018-07-17T10:42:06 | 2018-07-17T10:42:06 | 139,713,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.labbeh.simplespawn.commands;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class CommandSpawn implements CommandExecutor
{
private doubl... | UTF-8 | Java | 1,343 | java | CommandSpawn.java | Java | [] | null | [] | package fr.labbeh.simplespawn.commands;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class CommandSpawn implements CommandExecutor
{
private doubl... | 1,343 | 0.662695 | 0.652271 | 61 | 21 | 22.781212 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.803279 | false | false | 4 |
7038d8761c5fc799896242fb7008edc20a38abc3 | 35,442,070,177,642 | e9daeea80ddb2fa64b6ba57addf14e363b497a79 | /commonwebitems/src/uk/co/tui/fj/book/view/data/FlightOptionsContentViewData.java | d9724cf258a8e220a9de701867daab15e4c83867 | [] | no_license | gousebashashaik/16.2.0.0 | https://github.com/gousebashashaik/16.2.0.0 | 99922b8d5bf02cde3a8bf24dc7e044852078244f | 4374ee6408d052df512a82e54621facefbf55f32 | refs/heads/master | 2021-01-10T10:51:51.288000 | 2015-09-29T09:30:14 | 2015-09-29T09:30:14 | 43,352,196 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package uk.co.tui.fj.book.view.data;
import uk.co.tui.fj.book.view.data.ContentViewData;
/**
* @author siddharam.r
*
*/
public class FlightOptionsContentViewData {
/** The flight content view data. */
private ContentViewData flightContentViewData;
/**
* @return the flig... | UTF-8 | Java | 697 | java | FlightOptionsContentViewData.java | Java | [
{
"context": "j.book.view.data.ContentViewData;\r\n/**\r\n * @author siddharam.r\r\n *\r\n */\r\npublic class FlightOptionsContentViewDa",
"end": 134,
"score": 0.9356458187103271,
"start": 123,
"tag": "USERNAME",
"value": "siddharam.r"
}
] | null | [] | /**
*
*/
package uk.co.tui.fj.book.view.data;
import uk.co.tui.fj.book.view.data.ContentViewData;
/**
* @author siddharam.r
*
*/
public class FlightOptionsContentViewData {
/** The flight content view data. */
private ContentViewData flightContentViewData;
/**
* @return the flig... | 697 | 0.667145 | 0.667145 | 30 | 21.233334 | 24.327877 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 4 |
9d7fa50efd6a258456b81020dbcfc8ec3292e6d5 | 6,279,242,250,482 | e79a8c1b75c8bc413a89a4d882d0a41e957d4af9 | /app/src/main/java/com/marscode/pwn/adwytek/Model/Dose.java | 56928dd501dc5651a11dc96b867e2b26f20cadd5 | [] | no_license | MaiMohamedMahmoud/Adwytek | https://github.com/MaiMohamedMahmoud/Adwytek | df588d6545ebba2a4d122c8620ee3afa8903d5ee | e68a1c85986bf470c13ce0ab7ffa20a105c50afd | refs/heads/master | 2023-01-09T21:06:13.046000 | 2020-11-13T12:23:30 | 2020-11-13T12:23:30 | 291,845,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.marscode.pwn.adwytek.Model;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.Exclude;
import com.google.firebase.database.IgnoreExtraProperties;
import java.sql.Time;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@I... | UTF-8 | Java | 1,229 | java | Dose.java | Java | [] | null | [] | package com.marscode.pwn.adwytek.Model;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.Exclude;
import com.google.firebase.database.IgnoreExtraProperties;
import java.sql.Time;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@I... | 1,229 | 0.633035 | 0.633035 | 55 | 21.345455 | 18.712385 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672727 | false | false | 4 |
62188a19df5a0684ff8511fb7266cb129eb4d207 | 4,973,572,137,794 | 6e41070156ce638f589334123c69995a07710e90 | /multidatasource/src/main/java/com/example/multidatasource/aspect/DynamicDataSourceAspect.java | e24573cf9270e559e0f7f599e0a947cf88fce14b | [] | no_license | JohnLee212/multidatasource | https://github.com/JohnLee212/multidatasource | 261317d40330daf04f11f74f8bc4620efd51c44a | fadd4efa3cf92d1c080eed3a23ae7a6d02e76d0d | refs/heads/master | 2022-11-12T06:46:44.674000 | 2020-07-01T03:37:00 | 2020-07-01T03:37:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.multidatasource.aspect;
import com.example.multidatasource.annotation.DataSource;
import com.example.multidatasource.config.datasourceconfig.DataSourceContextHolder;
import com.example.multidatasource.enums.DataSourceType;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.JoinPoint;
import ... | UTF-8 | Java | 2,289 | java | DynamicDataSourceAspect.java | Java | [
{
"context": "\n\nimport java.lang.reflect.Method;\n\n/**\n * @author John Lee\n * @Version 1.0\n * @Description\n * @date 2020/6/1",
"end": 647,
"score": 0.9995539784431458,
"start": 639,
"tag": "NAME",
"value": "John Lee"
}
] | null | [] | package com.example.multidatasource.aspect;
import com.example.multidatasource.annotation.DataSource;
import com.example.multidatasource.config.datasourceconfig.DataSourceContextHolder;
import com.example.multidatasource.enums.DataSourceType;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.JoinPoint;
import ... | 2,287 | 0.687471 | 0.679024 | 70 | 29.442858 | 24.751701 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 4 |
3e2fe24efd5fecdbc624f99b305dc4379ee75cce | 120,259,131,139 | 535ff3b7edc8940d8f0167af37e2afc5cd99f5d0 | /src/main/java/HeadFirstFactoryPattern/CaliforniaStyleClamPizza.java | a0055caa1fa0aed2fa152a840a4572d3ea4d3003 | [] | no_license | preeti-mammen/designpatternsexamples | https://github.com/preeti-mammen/designpatternsexamples | e85022dedc9dd5733d031bbdc4946d76e79edea5 | 27aa5eb8d3c175fa897e74fcb5af2a29e5bdfb45 | refs/heads/master | 2022-07-21T04:29:17.499000 | 2020-04-08T03:57:40 | 2020-04-08T03:57:40 | 253,980,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package HeadFirstFactoryPattern;
public class CaliforniaStyleClamPizza extends Pizza {
}
| UTF-8 | Java | 90 | java | CaliforniaStyleClamPizza.java | Java | [] | null | [] | package HeadFirstFactoryPattern;
public class CaliforniaStyleClamPizza extends Pizza {
}
| 90 | 0.855556 | 0.855556 | 4 | 21.5 | 22.276669 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
60c751bbbb6c00e0b4c360876e54c3b6c9db823e | 120,259,131,739 | 11194129079e9b4a7c909b0025bcbe32bf47c69f | /app/src/main/java/com/cwvs/jdd/network/analyse/NetSocket.java | bb5e20293823ca27a122f60323bf17a2724ed346 | [] | no_license | jdd-android/netcheck | https://github.com/jdd-android/netcheck | f5b736d4267d98ab6c34042c6d7d60f2732b13d0 | 5375823a6ef55046e7aca78dfdd5ea1f7295650b | refs/heads/master | 2021-07-25T01:21:19.072000 | 2017-11-06T00:40:42 | 2017-11-06T00:40:42 | 108,388,550 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cwvs.jdd.network.analyse;
import com.cwvs.jdd.network.NativeInterface;
/**
* @author liuchao on 2017/10/30.
*/
public class NetSocket {
public NetSocket() {
}
public void start(String host, NetSocketListener listener) {
NativeInterface nativeInterface = NativeInterface.getInstance... | UTF-8 | Java | 579 | java | NetSocket.java | Java | [
{
"context": ".cwvs.jdd.network.NativeInterface;\n\n/**\n * @author liuchao on 2017/10/30.\n */\n\npublic class NetSocket {\n\n ",
"end": 107,
"score": 0.9983174204826355,
"start": 100,
"tag": "USERNAME",
"value": "liuchao"
}
] | null | [] | package com.cwvs.jdd.network.analyse;
import com.cwvs.jdd.network.NativeInterface;
/**
* @author liuchao on 2017/10/30.
*/
public class NetSocket {
public NetSocket() {
}
public void start(String host, NetSocketListener listener) {
NativeInterface nativeInterface = NativeInterface.getInstance... | 579 | 0.699482 | 0.682211 | 25 | 22.16 | 23.427641 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 4 |
dc3bf89623c5f0d3ae5d8cf607cfac50b8ab60b5 | 31,155,692,826,426 | 1d3210dcf55d234e5d028d7426bd332e4246e5d7 | /upay-core/src/main/java/com/uid/core/pay/platform/ActionResult.java | d45ade43384cac8cfec84ef912f5d1df209e91c9 | [] | no_license | iteaj/upay | https://github.com/iteaj/upay | 184eb67755d96edcc7afa2f5880cf1eb15bb3391 | 200512661848766a06f4d1ecf20836d7a6b7a237 | refs/heads/master | 2017-12-17T19:42:27.165000 | 2016-12-25T12:46:12 | 2016-12-25T12:46:12 | 77,205,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uid.core.pay.platform;
/**
* Create Date By 2016/12/20
* @author iteaj
* @since 1.7
*/
public class ActionResult {
private boolean result;
private String responseCode;
private String responseMessage;
public ActionResult(boolean result) {
this.result = result;
}
public... | UTF-8 | Java | 1,042 | java | ActionResult.java | Java | [
{
"context": "form;\n\n/**\n * Create Date By 2016/12/20\n * @author iteaj\n * @since 1.7\n */\npublic class ActionResult {\n\n ",
"end": 85,
"score": 0.9994833469390869,
"start": 80,
"tag": "USERNAME",
"value": "iteaj"
}
] | null | [] | package com.uid.core.pay.platform;
/**
* Create Date By 2016/12/20
* @author iteaj
* @since 1.7
*/
public class ActionResult {
private boolean result;
private String responseCode;
private String responseMessage;
public ActionResult(boolean result) {
this.result = result;
}
public... | 1,042 | 0.660269 | 0.650672 | 47 | 21.170214 | 20.175104 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340426 | false | false | 4 |
f836118d4a7893cc4f6428bf635af2d41622f020 | 19,121,194,452,331 | 8e0b5630010617864f3a4218c0f5f215a42031a6 | /src/test/java/com/cybertek/tests/day4_checkboxes_radio/warmup/P0_FindElements_Practice1.java | 16fa7e501b95f206373a8e689b546ea03e6335b6 | [] | no_license | Arasefe/seleniumprojectb20 | https://github.com/Arasefe/seleniumprojectb20 | 5afcf2df238258baf7b631ef9f3f21e4982c72fe | 3315d7592dd62beb236862b224c8a59df6350cea | refs/heads/master | 2023-01-31T00:01:22.510000 | 2020-12-10T02:50:25 | 2020-12-10T02:50:25 | 289,716,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cybertek.tests.day4_checkboxes_radio.warmup;
public class P0_FindElements_Practice1 {
//TC #0: FINDELEMENTS
// 1.Open Chrome browser
// 2.Go to http://practice.cybertekschool.com/forgot_password
// 3.Print out the texts of all links
// 4.Print out how many total link
public static ... | UTF-8 | Java | 357 | java | P0_FindElements_Practice1.java | Java | [] | null | [] | package com.cybertek.tests.day4_checkboxes_radio.warmup;
public class P0_FindElements_Practice1 {
//TC #0: FINDELEMENTS
// 1.Open Chrome browser
// 2.Go to http://practice.cybertekschool.com/forgot_password
// 3.Print out the texts of all links
// 4.Print out how many total link
public static ... | 357 | 0.686275 | 0.663866 | 14 | 24.5 | 22.445967 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.071429 | false | false | 4 |
2137698e453dd161270b5bc41c48093f44f69bc9 | 4,836,133,190,561 | 0dc94c6ad98c3877405a561897eb4db5b93296a3 | /src/main/java/io/janus/wpt/io/DataException.java | 5c01f8851851bef7cc53ae49dd9230b3c1432754 | [
"Apache-2.0"
] | permissive | janus1982/wikipedia-tool | https://github.com/janus1982/wikipedia-tool | cd25ad9740b183bca23bb87c20cf1e28a44e17c3 | a0b3452a3be6a071e1a525079b6cef0a9c452e14 | refs/heads/master | 2016-08-10T19:34:55.325000 | 2015-12-14T14:28:01 | 2015-12-14T14:28:01 | 47,906,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.janus.wpt.io;
/**
* An exception thrown when something goes wrong during the data operation whether in reading the data from data source or
* writing the data to data store.
*/
public class DataException extends Exception {
public DataException() {
super();
}
public DataException(St... | UTF-8 | Java | 539 | java | DataException.java | Java | [] | null | [] | package io.janus.wpt.io;
/**
* An exception thrown when something goes wrong during the data operation whether in reading the data from data source or
* writing the data to data store.
*/
public class DataException extends Exception {
public DataException() {
super();
}
public DataException(St... | 539 | 0.664193 | 0.664193 | 24 | 21.458334 | 27.236586 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 4 |
cf2c8b52e1768025983ea50d2cf1aa1219803cdc | 28,475,633,221,829 | 60a81d75185445b09ec77b0e24ea51a1ff17db2c | /src/main/java/pl/ajtuss/core_assist/domain/Meal.java | 05f520f640314dfb780d7cd1a57a9b255695ebc6 | [] | no_license | ajtuss/core-assist | https://github.com/ajtuss/core-assist | 592e22ce3d4fd261bfb2de47e079f263eca3f0c7 | a6a1b292a1d085a397d7ae2e659d3a7facb92f80 | refs/heads/master | 2020-04-01T05:03:14.580000 | 2018-10-11T13:19:52 | 2018-10-11T13:19:52 | 152,888,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.ajtuss.core_assist.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.math.... | UTF-8 | Java | 3,627 | java | Meal.java | Java | [] | null | [] | package pl.ajtuss.core_assist.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.math.... | 3,627 | 0.602702 | 0.601599 | 150 | 23.18 | 21.66997 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426667 | false | false | 4 |
c8808859f5feb8da2f1d7b12f4b63889d7834249 | 12,747,462,939,677 | 4cc90c0353838fe244ab202554928eea47f476e8 | /src/interview/Main.java | 8256b8f312a3a15317e22a5af3221c7c63462499 | [] | no_license | Kyimer12/Interview | https://github.com/Kyimer12/Interview | efc018a1daf05c9091871228094741ebee66e398 | 1f3d3286498d3c74382bb18e9759973a2ffd911d | refs/heads/main | 2023-06-04T09:53:04.160000 | 2021-06-15T18:46:51 | 2021-06-15T18:46:51 | 377,263,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interview;
import java.awt.Color;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*created an instance for the board frame
I am creating the window in the boardFrame class and the functionality for the game will be in the Sna... | UTF-8 | Java | 762 | java | Main.java | Java | [] | null | [] | package interview;
import java.awt.Color;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*created an instance for the board frame
I am creating the window in the boardFrame class and the functionality for the game will be in the Sna... | 762 | 0.730971 | 0.723097 | 29 | 25.275862 | 27.238279 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.689655 | false | false | 4 |
986b5c142ec9996d2e68e0e860f3c818aa6c82fa | 2,731,599,263,864 | 74794ac5ae89db06bdd53cf112269ee900a93a1d | /src/main/java/kh/com/kshrd/repositories/PartRepository.java | 6676da81b34f33f48edb7d15b7b37c37be7e45d8 | [] | no_license | KSHRD/KSHRD_EXCEL_TO_DB | https://github.com/KSHRD/KSHRD_EXCEL_TO_DB | b0c36baa6c313c67aba9bc78f5c0bbf8d802c25a | 2ec51103912aa8bbde130c183cef5e70b95f0604 | refs/heads/master | 2021-01-10T15:54:37.583000 | 2016-03-21T11:26:36 | 2016-03-21T11:26:36 | 54,382,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kh.com.kshrd.repositories;
import org.springframework.data.repository.CrudRepository;
import kh.com.kshrd.models.Part;
public interface PartRepository extends CrudRepository<Part, Long> {
}
| UTF-8 | Java | 202 | java | PartRepository.java | Java | [] | null | [] | package kh.com.kshrd.repositories;
import org.springframework.data.repository.CrudRepository;
import kh.com.kshrd.models.Part;
public interface PartRepository extends CrudRepository<Part, Long> {
}
| 202 | 0.816832 | 0.816832 | 9 | 21.444445 | 25.884834 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
4ad9213285c07134cc38433642d19b6af00e793e | 33,328,946,271,019 | 34ec7efa9d8b317efe0bcb388df534337c0835b5 | /app/src/main/java/com/clarifai/android/starter/api/v2/activity/LoadingScreenFragment.java | 359a97455f5d2cfe476ccfbea38a68049437cea9 | [] | no_license | makaravind/Snap-Cam | https://github.com/makaravind/Snap-Cam | a0a22e1d02526f1ca88c73ef7a2b3d47e07f8b5b | b62f77053a19e2d2422e5f3b47d4e1393b3911e7 | refs/heads/master | 2021-01-23T15:28:39.574000 | 2018-01-18T17:52:12 | 2018-01-18T17:52:12 | 102,713,753 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clarifai.android.starter.api.v2.activity;
import android.app.Fragment;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
... | UTF-8 | Java | 1,278 | java | LoadingScreenFragment.java | Java | [
{
"context": " public static final String IMAGEDATA_ARGS_KEY = \"ImageData\";\n\n @Nullable\n @Override\n public View on",
"end": 484,
"score": 0.9932175278663635,
"start": 475,
"tag": "KEY",
"value": "ImageData"
}
] | null | [] | package com.clarifai.android.starter.api.v2.activity;
import android.app.Fragment;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
... | 1,278 | 0.748044 | 0.745696 | 38 | 32.657894 | 31.490414 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605263 | false | false | 4 |
9381e63e63c02ce701c357cc783c0f9458194b7b | 8,684,423,927,326 | 0cdfda0af3cf9fd33be1e991b35cba016e41e8b2 | /Padroes_Estruturais/src/main/java/adapter/ex1/ArrayMapAdapter.java | 390d27e83414395280c920ba77807a36a108ef70 | [] | no_license | daniloguimaraes/reutilizacao-software | https://github.com/daniloguimaraes/reutilizacao-software | b8e1e15ac036651aa396467d919916ed1853f4dc | 5aacc189505addf53be704dc4b99cc89166f9615 | refs/heads/master | 2021-01-01T03:39:16.903000 | 2016-04-16T20:46:59 | 2016-04-16T20:46:59 | 56,395,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package adapter.ex1;
public class ArrayMapAdapter /*implements Map<String, String>*/ {
String[][] array;
public ArrayMapAdapter(String[][] mapa) throws IllegalArgumentException {
if (mapa == null) {
throw new IllegalArgumentException("O mapa nao pode ser nulo");
}
for (int i = 0; i <mapa.le... | UTF-8 | Java | 383 | java | ArrayMapAdapter.java | Java | [] | null | [] | package adapter.ex1;
public class ArrayMapAdapter /*implements Map<String, String>*/ {
String[][] array;
public ArrayMapAdapter(String[][] mapa) throws IllegalArgumentException {
if (mapa == null) {
throw new IllegalArgumentException("O mapa nao pode ser nulo");
}
for (int i = 0; i <mapa.le... | 383 | 0.610966 | 0.605744 | 20 | 17.15 | 23.85849 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.65 | false | false | 4 |
4942dd3cf0cce4fe793699767268c7c89cf38176 | 10,462,540,387,448 | 626bc58213c58be02d915c5b1e1458aeca701ad0 | /app/src/main/java/com/example/zhangjia/cutkey/bean/UnlockTool.java | a49f68b164b3bf2ec87fc0f95a71afd6754156fc | [] | no_license | alexanderjia/CutKey | https://github.com/alexanderjia/CutKey | 3f185eaa0047f094396d9962212c980f90b727a8 | f2daec9d78b6774a3a24812fce50d74f8ae317f7 | refs/heads/master | 2021-01-13T14:07:21.954000 | 2017-03-04T05:21:45 | 2017-03-04T05:21:45 | 76,160,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.zhangjia.cutkey.bean;
/**
* Created by zhangjia on 16/5/22.
*/
public class UnlockTool {
private int No;
private int UnlockToolCodeIndex;
private String UnlockToolCodeName;
private String ManufaturesName;
private String Serial;
private String Cuts;
private String Fistl... | UTF-8 | Java | 1,468 | java | UnlockTool.java | Java | [
{
"context": "m.example.zhangjia.cutkey.bean;\n\n/**\n * Created by zhangjia on 16/5/22.\n */\npublic class UnlockTool {\n pri",
"end": 69,
"score": 0.9993934631347656,
"start": 61,
"tag": "USERNAME",
"value": "zhangjia"
}
] | null | [] | package com.example.zhangjia.cutkey.bean;
/**
* Created by zhangjia on 16/5/22.
*/
public class UnlockTool {
private int No;
private int UnlockToolCodeIndex;
private String UnlockToolCodeName;
private String ManufaturesName;
private String Serial;
private String Cuts;
private String Fistl... | 1,468 | 0.64782 | 0.644414 | 70 | 19.971428 | 18.524864 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 4 |
70f162ddca72be27e6f39bcf6b47bf21e8838482 | 14,207,751,869,420 | ad4e0f4afb433f535b36e1d61ebc5d6c5d81e41a | /src/main/java/org/vcah/api/config/VcahConfig.java | 467786939c26a65fc8dae4717aade1849c2cf499 | [] | no_license | otheriault/vcah | https://github.com/otheriault/vcah | 16e80b2bb6840ca25ccd283ce7c48b5fb401a518 | aa330cc777d02f99a3c91d76bb0d220d959ab888 | refs/heads/master | 2021-06-07T04:18:57.482000 | 2020-04-16T02:15:31 | 2020-04-16T02:15:31 | 63,882,423 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.vcah.api.config;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.vcah.importer.Loader;
import org.vcah.model.Deck;
import org.vcah.model.Game;
import org.vcah.repository.GameRepository;
import javax.a... | UTF-8 | Java | 1,123 | java | VcahConfig.java | Java | [
{
"context": "Game.builder()\n\t\t\t\t.name(\"_default_\")\n\t\t\t\t.owner(\"otheriault\")\n\t\t\t\t.whiteDeck(deckLoader.load(properties.getDe",
"end": 935,
"score": 0.9054916501045227,
"start": 925,
"tag": "USERNAME",
"value": "otheriault"
}
] | null | [] | package org.vcah.api.config;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.vcah.importer.Loader;
import org.vcah.model.Deck;
import org.vcah.model.Game;
import org.vcah.repository.GameRepository;
import javax.a... | 1,123 | 0.79163 | 0.79163 | 38 | 28.552631 | 25.787285 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 4 |
b8c2f6bb9cf9fd3c266dad3ddb19a6e96c94a604 | 18,949,395,741,553 | cf51c3299f4266801052752b321b087a24ff9757 | /new project/src/CaseStudyAssignment1Q5.java | 70acbab591504ce99b8b8eb3b1271f652a5ab8ff | [] | no_license | gangzp/Assignments | https://github.com/gangzp/Assignments | b86a3ad83345d7e3e7a55aef210b4885487d785a | 6a75329fabd51e407de1c26087b05c152198bc3d | refs/heads/master | 2022-04-13T06:18:51.881000 | 2020-04-10T08:03:35 | 2020-04-10T08:03:35 | 254,577,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotation... | UTF-8 | Java | 1,606 | java | CaseStudyAssignment1Q5.java | Java | [] | null | [] | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotation... | 1,606 | 0.629514 | 0.610212 | 40 | 38.150002 | 24.23484 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
5e0d1940acb1eaa212cef678341eb2f0e7439f19 | 27,779,848,471,445 | d16a52078ce7be61a06b9eb31e13dd75e6511a69 | /gameon-core/src/main/java/sorus/gameon/grounds/dao/ReservationDaoImpl.java | 978f1d33a21799e514c51380bca52150ce45dde7 | [] | no_license | sudhirshakya/jenkinsdemo | https://github.com/sudhirshakya/jenkinsdemo | 28e226d24859262fd5793c2797c2cd287d39dfce | b69e653179ceaf3ebf4f2b6f5030dd29b251d11b | refs/heads/master | 2021-04-12T09:12:46.339000 | 2018-03-23T01:08:47 | 2018-03-23T01:08:47 | 126,402,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sorus.gameon.grounds.dao;
import java.time.LocalDateTime;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import sorus.gameon.grounds.entities.Reservation;
/**
* @author Sudhir Shakya <sudhirshakya@yahoo.com>
*
*/
publi... | UTF-8 | Java | 1,497 | java | ReservationDaoImpl.java | Java | [
{
"context": "meon.grounds.entities.Reservation;\n\n/**\n * @author Sudhir Shakya <sudhirshakya@yahoo.com>\n *\n */\npublic clas",
"end": 276,
"score": 0.999854564666748,
"start": 263,
"tag": "NAME",
"value": "Sudhir Shakya"
},
{
"context": "es.Reservation;\n\n/**\n * @author S... | null | [] | package sorus.gameon.grounds.dao;
import java.time.LocalDateTime;
import java.util.List;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import sorus.gameon.grounds.entities.Reservation;
/**
* @author <NAME> <<EMAIL>>
*
*/
public class ReservationDao... | 1,475 | 0.706079 | 0.706079 | 53 | 27.245283 | 27.742689 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566038 | false | false | 4 |
16e3b7dbcd231381cef2841e0224e643d6ea8173 | 14,577,119,026,827 | 52f000e3946bd30fab7ed6769d89ca533b98f7f7 | /core/src/com/tictactoecreator/game/ShapeData.java | eb1974fdd54eb3645703c5105b655d06da3f80b4 | [] | no_license | gabjrb/tictactoe-libgdx | https://github.com/gabjrb/tictactoe-libgdx | a971e40a962a0b6bf03d7d132d2702f71b02adb6 | 4d5e2df603098e32b8257c1cdc1679f3488a4cef | refs/heads/master | 2021-10-19T00:23:28.356000 | 2019-02-15T22:11:02 | 2019-02-15T22:11:02 | 112,795,941 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tictactoecreator.game;
import com.badlogic.gdx.math.Vector2;
import java.awt.Color;
/**
* Created by Gabriel on 2/1/2018.
*/
public class ShapeData {
private Vector2 position;
private Vector2 boardPosition;
private String name;
private int width;
private int heigth;
private com... | UTF-8 | Java | 1,583 | java | ShapeData.java | Java | [
{
"context": "ector2;\n\nimport java.awt.Color;\n\n/**\n * Created by Gabriel on 2/1/2018.\n */\n\npublic class ShapeData {\n pr",
"end": 124,
"score": 0.9939723014831543,
"start": 117,
"tag": "NAME",
"value": "Gabriel"
}
] | null | [] | package com.tictactoecreator.game;
import com.badlogic.gdx.math.Vector2;
import java.awt.Color;
/**
* Created by Gabriel on 2/1/2018.
*/
public class ShapeData {
private Vector2 position;
private Vector2 boardPosition;
private String name;
private int width;
private int heigth;
private com... | 1,583 | 0.669615 | 0.646241 | 56 | 27.285715 | 29.832697 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517857 | false | false | 4 |
794dde34b77ab8740656f474f546d9c574b46fd2 | 9,311,489,125,648 | f2575ef7c104b63e9d705780899513b352b36c11 | /src/main/java/com/hackaton/bigbino/model/dto/LocalizacaoDTO.java | 6f405dd1d83a4cee19f42c8abbf562575093ff7e | [] | no_license | bigbino/bigbino-backend | https://github.com/bigbino/bigbino-backend | eeb3f1ceeb83fc84a35d73e95f2f3dae5ab1478a | 4749dbdfebdf59a4c5475287b6869ead6212f676 | refs/heads/development | 2022-11-06T04:31:14.679000 | 2020-06-15T00:24:35 | 2020-06-15T00:24:35 | 272,072,926 | 0 | 0 | null | false | 2020-06-15T01:02:20 | 2020-06-13T19:28:23 | 2020-06-15T00:24:38 | 2020-06-15T01:02:20 | 118 | 0 | 0 | 3 | Java | false | false | package com.hackaton.bigbino.model.dto;
import com.hackaton.bigbino.model.Localizacao;
public class LocalizacaoDTO {
private long id;
private boolean exata;
private Double latitude;
private Double longitude;
public LocalizacaoDTO() {
}
public LocalizacaoDTO(Localizacao localizacao) {
setId(locali... | UTF-8 | Java | 1,281 | java | LocalizacaoDTO.java | Java | [] | null | [] | package com.hackaton.bigbino.model.dto;
import com.hackaton.bigbino.model.Localizacao;
public class LocalizacaoDTO {
private long id;
private boolean exata;
private Double latitude;
private Double longitude;
public LocalizacaoDTO() {
}
public LocalizacaoDTO(Localizacao localizacao) {
setId(locali... | 1,281 | 0.715847 | 0.715847 | 71 | 17.042253 | 16.531179 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.549296 | false | false | 4 |
8e29ddd663b4483924945f7840b381c96110c906 | 8,246,337,277,565 | bb1064897fb5fb9fde6b9a1c366c1a30c3cb02f4 | /app/src/main/java/com/bbbbiu/biu/lib/util/HttpManager.java | 0afb2abaf28c8641595dfcedd1b64915fcfd1370 | [] | no_license | kmyfoer/Biu | https://github.com/kmyfoer/Biu | 34c59d90e8d2116a7fbb961a70efe9852ff8504c | 0d63ddaf7b5bfc80209c8021e90eaf9b15d757b8 | refs/heads/master | 2021-01-13T06:51:50.477000 | 2016-07-26T14:04:20 | 2016-07-26T14:04:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bbbbiu.biu.lib.util;
import android.content.Context;
import com.bbbbiu.biu.util.StorageUtil;
import com.yieldnull.httpd.ProgressNotifier;
import java.io.File;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
i... | UTF-8 | Java | 3,491 | java | HttpManager.java | Java | [
{
"context": " okio.Okio;\nimport okio.Source;\n\n/**\n * Created by YieldNull at 4/23/16\n */\npublic class HttpManager {\n pri",
"end": 522,
"score": 0.9930076599121094,
"start": 513,
"tag": "USERNAME",
"value": "YieldNull"
},
{
"context": " .build();\n }\n\n /**\n ... | null | [] | package com.bbbbiu.biu.lib.util;
import android.content.Context;
import com.bbbbiu.biu.util.StorageUtil;
import com.yieldnull.httpd.ProgressNotifier;
import java.io.File;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
i... | 3,491 | 0.590662 | 0.5835 | 117 | 28.837606 | 25.766857 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 4 |
09a7e37af0c37525eb1e5b189a7570eba57fbae4 | 3,032,246,972,332 | 0aca791effe731ffcd7bde523896d49de472f040 | /NullObject/router/src/main/java/com/dsmanioto/router/router/Message.java | 7f2580dcc9e7751e52dd3bd55773524af0130fa3 | [] | no_license | danielsmanioto/DesignPatternsAndPrinciplesExamples | https://github.com/danielsmanioto/DesignPatternsAndPrinciplesExamples | b9003b38c8d24171be52abf259ffaaaf71ef9852 | 90157414bcfc5a206da13a60b7b4c9fe4d3ebd07 | refs/heads/master | 2023-01-19T06:29:02.115000 | 2020-11-23T21:37:21 | 2020-11-23T21:37:21 | 64,953,642 | 0 | 0 | null | false | 2020-10-13T22:05:09 | 2016-08-04T17:20:27 | 2020-05-25T00:16:55 | 2020-10-13T22:05:08 | 398 | 0 | 0 | 2 | Java | false | false | package com.dsmanioto.router.router;
public class Message {
private StringBuilder text;
public Message() {
this.text = new StringBuilder();
}
public StringBuilder getText() {
return text;
}
public void setText(StringBuilder text) {
this.text = text;
}
}
| UTF-8 | Java | 278 | java | Message.java | Java | [] | null | [] | package com.dsmanioto.router.router;
public class Message {
private StringBuilder text;
public Message() {
this.text = new StringBuilder();
}
public StringBuilder getText() {
return text;
}
public void setText(StringBuilder text) {
this.text = text;
}
}
| 278 | 0.690647 | 0.690647 | 19 | 13.631579 | 14.470335 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 4 |
7a8822dd688bedf3c083925d56f338c7139bd9f3 | 1,125,281,490,253 | 48fd7a4a557e5c90c969d9e174db078c4a73ca64 | /modules/web/src/com/company/sales/web/order/OrderEdit.java | 40ba4a8e5e5a9c0d533bdb2fdcd057f560d2f771 | [] | no_license | spushkarenko/sales | https://github.com/spushkarenko/sales | 7a73855061b304e2a621f8e244a3aad9e84bc490 | dde06d4800d9e4fab99f1d7a3ea36524caea919a | refs/heads/master | 2020-03-31T11:04:32.556000 | 2019-03-22T01:53:55 | 2019-03-22T01:53:55 | 152,162,264 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.sales.web.order;
import com.company.sales.entity.OrderLine;
import com.haulmont.cuba.gui.components.AbstractEditor;
import com.company.sales.entity.Order;
import com.haulmont.cuba.gui.data.CollectionDatasource;
import java.math.BigDecimal;
import javax.inject.Inject;
public class OrderEdit extend... | UTF-8 | Java | 865 | java | OrderEdit.java | Java | [] | null | [] | package com.company.sales.web.order;
import com.company.sales.entity.OrderLine;
import com.haulmont.cuba.gui.components.AbstractEditor;
import com.company.sales.entity.Order;
import com.haulmont.cuba.gui.data.CollectionDatasource;
import java.math.BigDecimal;
import javax.inject.Inject;
public class OrderEdit extend... | 865 | 0.730636 | 0.730636 | 29 | 28.862068 | 26.566408 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 4 |
ff16e2eb742e9b9ae9059c8ec3d902f07b123a79 | 24,060,406,853,755 | 4e4db6d4ca0dda3aa72a7aeab4163f715e3818f8 | /src/example/PostItemStart.java | f236a2f54ed4625956263170dde2aadc530d5562 | [] | no_license | smewara/pennshare | https://github.com/smewara/pennshare | fe4c63ccb41374100f0f020f2a496964742819f6 | 7d1604c21f1df2cb2abc49ee3f1126f2fdd96302 | refs/heads/master | 2018-12-28T22:26:45.320000 | 2010-05-04T04:06:50 | 2010-05-04T04:06:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example;
import java.util.List;
import com.opensymphony.xwork2.ActionSupport;
public class PostItemStart extends ActionSupport {
private static final long serialVersionUID = 1L;
public List<Category> categorylist = CategoryDAO.getAllCategories();
public String execute() {
return SUCCES... | UTF-8 | Java | 331 | java | PostItemStart.java | Java | [] | null | [] | package example;
import java.util.List;
import com.opensymphony.xwork2.ActionSupport;
public class PostItemStart extends ActionSupport {
private static final long serialVersionUID = 1L;
public List<Category> categorylist = CategoryDAO.getAllCategories();
public String execute() {
return SUCCES... | 331 | 0.740181 | 0.734139 | 16 | 18.6875 | 22.095585 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 4 |
ad18fe9e943a979094437991c97d8a741b8b6ac8 | 29,068,338,676,438 | 218d26c9d250ebae8feeb9f279d66d926c2e6113 | /Code/LC295.java | 6cbef8e2f3ed78489f621af3433ed9d92e610ffe | [] | no_license | lunaJ73/LeetCode-Java-Accepted | https://github.com/lunaJ73/LeetCode-Java-Accepted | cede39d0e555d65c80d08020f545d2c11030fae2 | 04940b688b96f2c0b0f71f820ccbd65be6b23c62 | refs/heads/master | 2022-08-01T14:18:16.374000 | 2020-05-19T21:03:30 | 2020-05-19T21:03:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //////////////// sol 1: heap
// Time: O(logn) for add numbers with heap; Space: O(n)
class MedianFinder {
PriorityQueue<Integer> small, large;
/** initialize your data structure here. */
public MedianFinder() {
small = new PriorityQueue<Integer>((a, b) -> b - a);
large = new PriorityQueue<I... | UTF-8 | Java | 1,021 | java | LC295.java | Java | [] | null | [] | //////////////// sol 1: heap
// Time: O(logn) for add numbers with heap; Space: O(n)
class MedianFinder {
PriorityQueue<Integer> small, large;
/** initialize your data structure here. */
public MedianFinder() {
small = new PriorityQueue<Integer>((a, b) -> b - a);
large = new PriorityQueue<I... | 1,021 | 0.539667 | 0.532811 | 36 | 27.361111 | 19.623049 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
322e635c1bb4e86f7c9d4cf7176fe2a08aadae32 | 16,423,955,007,034 | 024078f6aa77952729ce79e86c95e07a7b938e39 | /src/Jishiqimoshi/MainTest.java | 4b582ef76b0c17f260524d86177ae131f16d2887 | [
"Apache-2.0"
] | permissive | wangjianxiandev/design | https://github.com/wangjianxiandev/design | 7e4504bae414edfdda9f2b2370c79376b097b53a | 42a80095ae56ade9e444a9808d883c5898761c1b | refs/heads/master | 2020-05-17T08:54:00.641000 | 2019-05-13T06:42:41 | 2019-05-13T06:42:41 | 183,618,019 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Jishiqimoshi;
/**
* Created with IntelliJ IDEA.
* Description:
* User: wjx
* Date: 2019-05-08
* Time: 16:38
*/
public class MainTest {
public static void main(String[] args) {
new Calculator();
}
}
| UTF-8 | Java | 225 | java | MainTest.java | Java | [
{
"context": "eated with IntelliJ IDEA.\n * Description:\n * User: wjx\n * Date: 2019-05-08\n * Time: 16:38\n */\npublic cla",
"end": 86,
"score": 0.9995929002761841,
"start": 83,
"tag": "USERNAME",
"value": "wjx"
}
] | null | [] | package Jishiqimoshi;
/**
* Created with IntelliJ IDEA.
* Description:
* User: wjx
* Date: 2019-05-08
* Time: 16:38
*/
public class MainTest {
public static void main(String[] args) {
new Calculator();
}
}
| 225 | 0.631111 | 0.577778 | 14 | 15.071428 | 12.062126 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 4 |
4b537e8f761e84fc2602f2144d2a5b8fb28b21e5 | 1,297,080,128,006 | f6d9247a0346e0af9d314cea3f6f0fa629f8758a | /src/java/controller/CartController.java | 4675b5eea4382a0fd6a6f57f49fc0dabc3a8d04f | [] | no_license | aprieger/Mummys_RestaurantSpringStuff | https://github.com/aprieger/Mummys_RestaurantSpringStuff | 0ae19460194a9c4ab9e5a196ba5308f00cbbb46f | 2dca313deece6c872e675d21ab6d4f60975e8d87 | refs/heads/master | 2021-05-16T15:54:03.339000 | 2018-01-30T06:04:55 | 2018-01-30T06:04:55 | 119,321,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Model.PkgOrder;
import Model.Package;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
... | UTF-8 | Java | 1,788 | java | CartController.java | Java | [] | null | [] | package Controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import Model.PkgOrder;
import Model.Package;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
... | 1,788 | 0.756152 | 0.755593 | 46 | 36.869564 | 31.712437 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 4 |
1b3113c2b715f66ece79b5e6074ac503d2148476 | 816,043,801,371 | 6e8dfaa048256540bdca517f91ad12dd20305b0d | /server/app/org/grouplens/samantha/modeler/tree/AbstractDecisionTree.java | db39a40f3860014dff431f37e7d33ad8d4112090 | [
"MIT"
] | permissive | qian2015/samantha | https://github.com/qian2015/samantha | a1a4edfd453ca68164ab6a36f62f2f371b687943 | 5b622e1e03200b3c2995dd38fa253de40b5cf8bb | refs/heads/master | 2021-01-25T05:43:45.574000 | 2017-03-18T13:07:29 | 2017-03-18T13:07:29 | 80,665,455 | 1 | 0 | null | true | 2017-02-01T21:20:39 | 2017-02-01T21:20:39 | 2017-02-01T21:20:27 | 2017-02-01T21:19:31 | 2,539 | 0 | 0 | 0 | null | null | null | /*
* Copyright (c) [2016-2017] [University of Minnesota]
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, m... | UTF-8 | Java | 3,140 | java | AbstractDecisionTree.java | Java | [] | null | [] | /*
* Copyright (c) [2016-2017] [University of Minnesota]
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, m... | 3,140 | 0.752229 | 0.749682 | 70 | 43.857143 | 30.04534 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 4 |
7fde5187a7298b66e132f42a86c513fdd589ec2a | 816,043,803,280 | d9c78635bee4df2288dbc43faeb6c48bcf1bcabc | /src/main/java/geo/geolab/gui/messages/PressedDziennikDodaj.java | e7e0f874e0a3c9db6fe04652f5956b67bf888225 | [] | no_license | przemyslawwrona20/GravLAB | https://github.com/przemyslawwrona20/GravLAB | 4a53ea64e7a9e7a9bb353ac31acb4a465b4a9f40 | 86462e42e8142dc7d1e4145fceb6a1cd912100e9 | refs/heads/master | 2020-03-25T12:41:34.076000 | 2015-09-12T17:38:05 | 2015-09-12T17:38:05 | 42,209,918 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package geo.geolab.gui.messages;
public class PressedDziennikDodaj extends Message {
public PressedDziennikDodaj() {
super("Dodaj");
}
}
| UTF-8 | Java | 155 | java | PressedDziennikDodaj.java | Java | [] | null | [] | package geo.geolab.gui.messages;
public class PressedDziennikDodaj extends Message {
public PressedDziennikDodaj() {
super("Dodaj");
}
}
| 155 | 0.696774 | 0.696774 | 10 | 13.5 | 17.664938 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
56d4532ae41005782b478f71ce22f269b8356d0e | 36,490,042,151,254 | e454e2d18a53d05043d64fcc6073185ebab7c959 | /src/controller/FrictionSliderListener.java | 02066bffbe73546ab950f0516b8687bb4765ff72 | [
"MIT"
] | permissive | PaulBryden/Project-Pinball | https://github.com/PaulBryden/Project-Pinball | 97746fe51b25b63b25e03ce44d7b37673e4d4e16 | 4563a0a07f6aceaabd5cd3766da1f7c734ffcc30 | refs/heads/master | 2021-01-01T19:21:41.973000 | 2017-07-27T18:41:14 | 2017-07-27T18:41:14 | 98,569,531 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import javax.swing.JSlider;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import model.IModel;
public class FrictionSliderListener implements ChangeListener {
IModel model;
public FrictionSliderListener(IModel model){
this.model = model;
... | UTF-8 | Java | 544 | java | FrictionSliderListener.java | Java | [] | null | [] | package controller;
import javax.swing.JSlider;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import model.IModel;
public class FrictionSliderListener implements ChangeListener {
IModel model;
public FrictionSliderListener(IModel model){
this.model = model;
... | 544 | 0.720588 | 0.700368 | 25 | 19.76 | 20.191643 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92 | false | false | 4 |
4d7f98825455a5adea1e82bf5b3e860d352e6814 | 37,469,294,690,612 | 182f6c17ae784b499951a3fb6eb774fd55f2cd81 | /350.4/src/edu/upenn/cis350/hwk4/ElofileReader.java | 57f6e9719f0dd444f9fd8f3787d2d0fb6e33b646 | [] | no_license | jonlevi/CIS350 | https://github.com/jonlevi/CIS350 | 03298025a0fa3ab064be7adaa39245bdfac85604 | 091e1d45dfeb8dccbba03ad33ceab3f1a6dde1af | refs/heads/master | 2023-08-17T10:34:08.691000 | 2018-04-27T15:48:12 | 2018-04-27T15:48:12 | 127,012,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.upenn.cis350.hwk4;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
*
* @author jonathanlevine
* Children Classes are responsible for Populating the nameToElo Map from their given filenames
*/
public abstract class EloFileReader {
protected Map<Strin... | UTF-8 | Java | 900 | java | ElofileReader.java | Java | [
{
"context": "til.Map;\nimport java.util.Set;\n\n/**\n * \n * @author jonathanlevine\n *\tChildren Classes are responsible for Populatin",
"end": 159,
"score": 0.9895073175430298,
"start": 145,
"tag": "USERNAME",
"value": "jonathanlevine"
}
] | null | [] | package edu.upenn.cis350.hwk4;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
*
* @author jonathanlevine
* Children Classes are responsible for Populating the nameToElo Map from their given filenames
*/
public abstract class EloFileReader {
protected Map<Strin... | 900 | 0.728889 | 0.724444 | 39 | 22.076923 | 22.819677 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.205128 | false | false | 4 |
6bf7a76e3dfd2ae2a009553baea339fb2a52c938 | 36,541,581,774,876 | 114fe754ccde806fcd5f10bc15a7104ea95f605c | /Person.java | 75ee9f47eb567e55dcdf6c0e75aaa20fb2f82123 | [] | no_license | thep200/Nh-mthep200 | https://github.com/thep200/Nh-mthep200 | 6bfff17f3cb008d93842db530e1df0e3de98db25 | 3c0be7152a4e9cdbfcfcf18a0bb3a22e2473e75e | refs/heads/master | 2022-03-19T13:05:09.125000 | 2019-11-28T06:50:27 | 2019-11-28T06:50:27 | 211,989,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Person {
private String name, address ;
Person(String name, String address){
this.name = name ;
this.address = address ;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getAdd... | UTF-8 | Java | 639 | java | Person.java | Java | [] | null | [] | public class Person {
private String name, address ;
Person(String name, String address){
this.name = name ;
this.address = address ;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getAdd... | 639 | 0.541471 | 0.532081 | 31 | 19.612904 | 16.279173 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 4 |
fad5e2c8d685e6f2dd4aa18e78cc8bec3299c5cb | 32,796,370,319,767 | 45a2b2e545cf7a5b75b8824e88ee0b21724407d8 | /demo_03/src/main/java/com/mining/spring/boot/demo/util/MD5Util.java | 8518cd0851d149db4b17a2a3811febc9085300ed | [] | no_license | lt199025/shopping | https://github.com/lt199025/shopping | 44453089d87b4d2f05b4a7bd8a83ace072851b7e | 874fba7886f9a34cc889df57ba85553f9cd4b080 | refs/heads/master | 2020-03-26T02:55:32.259000 | 2018-08-21T11:18:14 | 2018-08-21T11:18:14 | 144,430,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mining.spring.boot.demo.util;
import org.apache.commons.codec.digest.DigestUtils;
public class MD5Util {
public static String md5(String data) {
return DigestUtils.md5Hex(data);
}
private static final String salt = "1a2b3c4d";
public static String inputPassToFormPass(String inpu... | UTF-8 | Java | 1,170 | java | MD5Util.java | Java | [
{
"context": ");\n }\n\n private static final String salt = \"1a2b3c4d\";\n\n public static String inputPassToFormPass(S",
"end": 260,
"score": 0.9394023418426514,
"start": 252,
"tag": "PASSWORD",
"value": "1a2b3c4d"
},
{
"context": "rgs) {\n String dbPass = inputPass... | null | [] | package com.mining.spring.boot.demo.util;
import org.apache.commons.codec.digest.DigestUtils;
public class MD5Util {
public static String md5(String data) {
return DigestUtils.md5Hex(data);
}
private static final String salt = "<PASSWORD>";
public static String inputPassToFormPass(String in... | 1,172 | 0.657265 | 0.62906 | 36 | 31.5 | 30.179556 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 4 |
ffa766eecad9a636cb7664225ad17722bae74988 | 18,133,351,945,870 | 5e377e2757d5f7b162c6caa9f568ce2b462c5a72 | /backend/src/main/java/ecom/niit/dao/OrderDAO.java | eaeecd974dc38a31a4c1eae66191cd5af98461dc | [] | no_license | Naveenvarma15/EcommerceProject-Niit | https://github.com/Naveenvarma15/EcommerceProject-Niit | 63c5e03aae6534cf648c10c4db45bb5648a1434f | ad7ed2cc51395137bcb7e7ddf5d57f2bc8a29070 | refs/heads/master | 2020-11-27T12:54:32.669000 | 2019-12-21T15:57:27 | 2019-12-21T15:57:27 | 229,448,112 | 0 | 0 | null | false | 2020-10-13T18:23:02 | 2019-12-21T15:40:14 | 2019-12-21T15:58:32 | 2020-10-13T18:23:00 | 1,113 | 0 | 0 | 7 | Java | false | false | package ecom.niit.dao;
import ecom.niit.model.OrderDetail;
import java.util.List;
public interface OrderDAO {
public boolean saveOrder(OrderDetail orderDetail);
public boolean updateCart(String username, int orderId);
}
| UTF-8 | Java | 223 | java | OrderDAO.java | Java | [] | null | [] | package ecom.niit.dao;
import ecom.niit.model.OrderDetail;
import java.util.List;
public interface OrderDAO {
public boolean saveOrder(OrderDetail orderDetail);
public boolean updateCart(String username, int orderId);
}
| 223 | 0.807175 | 0.807175 | 8 | 26.875 | 19.34837 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
541367dce37cc3f974ee39539b054d7258639f6b | 16,071,767,664,588 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes5.dex_source_from_JADX/com/facebook/ipc/composer/model/ComposerCommerceInfoSerializer.java | 5d076505f7f7b55bb275ab5648e484e227e3b506 | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ipc.composer.model;
import com.facebook.common.json.AutoGenJsonHelper;
import com.facebook.common.json.FbSerializerProvider;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
/* compiled... | UTF-8 | Java | 2,068 | java | ComposerCommerceInfoSerializer.java | Java | [] | null | [] | package com.facebook.ipc.composer.model;
import com.facebook.common.json.AutoGenJsonHelper;
import com.facebook.common.json.FbSerializerProvider;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
/* compiled... | 2,068 | 0.789168 | 0.781915 | 34 | 59.823528 | 51.93858 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294118 | false | false | 4 |
7314250fd755b5a25ed45171a97fed285df4425d | 30,614,526,939,070 | 1b3b5317f2ad7c55371ba1f19c217a4a8d659f62 | /HashTablesSetsHomework/src/implementHashTable/HashTable.java | 61926bb21b9cbbfb001061c8da81b65531b70069 | [] | no_license | ivailozd/Data-Structures-and-Algorithms-SoftUni | https://github.com/ivailozd/Data-Structures-and-Algorithms-SoftUni | 407c9fc925ef0d9b6fdac09243728600caaf74ad | f2d35bb9b30c9d523a112b2a6dccbbc63239adcb | refs/heads/master | 2016-09-16T03:38:44.100000 | 2015-10-11T13:19:12 | 2015-10-11T13:19:12 | 39,196,773 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package implementHashTable;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Stack;
import javax.management.openmbean.InvalidKeyException;
@SuppressWarnings("unchecked")
public class HashTable<TKey, TValue> implements Iterable<Ke... | UTF-8 | Java | 6,940 | java | HashTable.java | Java | [] | null | [] | package implementHashTable;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Stack;
import javax.management.openmbean.InvalidKeyException;
@SuppressWarnings("unchecked")
public class HashTable<TKey, TValue> implements Iterable<Ke... | 6,940 | 0.650432 | 0.649135 | 290 | 22.931034 | 21.581331 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.07931 | false | false | 4 |
0de6b5d4eaf040858b46df21b5a9397d18967251 | 30,614,526,937,175 | 041b673c9b18f24705fcebcbdc21f4f3c236487a | /app/src/main/java/com/homecaravan/android/consumer/consumermvp/contactmvp/GetContactPresenter.java | c9e8e5df29335c18e7b81d5e9dac65e23f42bdb1 | [] | no_license | Rainy1193/HCDemo | https://github.com/Rainy1193/HCDemo | 63ed54d42e65cf17ba4873c424a7e5f27bc6519e | 66498a0892e000f04aa30932b67106344a96ac8c | refs/heads/master | 2021-09-04T20:08:27.932000 | 2018-01-22T01:55:26 | 2018-01-22T01:55:26 | 107,510,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.homecaravan.android.consumer.consumermvp.contactmvp;
import com.homecaravan.android.R;
import com.homecaravan.android.consumer.api.ContactApi;
import com.homecaravan.android.consumer.api.ServiceGeneratorConsumer;
import com.homecaravan.android.consumer.model.responseapi.ResponseContact;
import retrofit2.C... | UTF-8 | Java | 1,496 | java | GetContactPresenter.java | Java | [] | null | [] | package com.homecaravan.android.consumer.consumermvp.contactmvp;
import com.homecaravan.android.R;
import com.homecaravan.android.consumer.api.ContactApi;
import com.homecaravan.android.consumer.api.ServiceGeneratorConsumer;
import com.homecaravan.android.consumer.model.responseapi.ResponseContact;
import retrofit2.C... | 1,496 | 0.635695 | 0.63369 | 41 | 35.487804 | 28.61274 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 4 |
eb2377ab899ecb0af4ee861b1cec77a1bb4dbbab | 7,894,149,935,194 | 1b0ad331662c0b2886ace25fd04ef757e872354a | /7WondersScoringApp_5_7_2017_FINAL_VERSION_JJURSS_FINAL/7WondersScoringApp_5.3.2017/7WondersScoringApp/app/src/main/java/edu/lewis/cs/joshjurss/sevenwondersapp/ScoringActivity.java | bc2fcae7bd1d7733af3afe9b0bb36d09a318b677 | [] | no_license | joshjurss/AndroidProjects | https://github.com/joshjurss/AndroidProjects | 6b4a24c8bf3f17896da2777b8746817e41147ac1 | 3a646570217a15622c11579ad5855abca9bdf016 | refs/heads/master | 2021-04-12T03:02:40.943000 | 2018-03-21T05:42:56 | 2018-03-21T05:42:56 | 125,931,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.lewis.cs.joshjurss.sevenwondersapp;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget... | UTF-8 | Java | 24,775 | java | ScoringActivity.java | Java | [] | null | [] | package edu.lewis.cs.joshjurss.sevenwondersapp;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget... | 24,775 | 0.610898 | 0.59556 | 735 | 32.707481 | 32.402447 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 4 |
811d817c5da83de7a4f7ebce2e9dbb907406caa9 | 15,942,918,650,600 | 2d12750cf3d2e70ab6b441077c7faeebac65c514 | /src/main/java/com/teammental/authentication/HelloController.java | 55df582729f9fdd6dab1ec43549b5456747ef7ce | [] | no_license | mental-soft/authentication | https://github.com/mental-soft/authentication | bad51a7a4eeb05be2c203e05ad9b93f11e5c5912 | 7ad92fc6377d44fb4be0120d52f405e2b1183de5 | refs/heads/master | 2020-04-04T22:50:22.271000 | 2017-10-01T18:59:06 | 2017-10-01T18:59:06 | 81,989,798 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.teammental.authentication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Deneme için Hello controller.
*/
@Controller
public class HelloController {
/**
* Örnek index sayfasını getiren metod.
* @return index.html sayfası
... | UTF-8 | Java | 420 | java | HelloController.java | Java | [] | null | [] | package com.teammental.authentication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Deneme için Hello controller.
*/
@Controller
public class HelloController {
/**
* Örnek index sayfasını getiren metod.
* @return index.html sayfası
... | 420 | 0.715663 | 0.715663 | 21 | 18.761906 | 18.639193 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 4 |
abbe01bc913d6918ba9fa85bcbbce2d00a87ee6e | 26,259,430,089,614 | cae4b09e7b100d1e6cbd23043d34f4ba4453f23e | /ext/ext-service/src/com/ext/portlet/plans/service/persistence/PlanPositionItemPersistence.java | be5761fb042cd9103dcc191b4f5d943a2cebdd1c | [] | no_license | Letractively/climatecollaboratorium | https://github.com/Letractively/climatecollaboratorium | 27d7e9008a0a998c37eb913e1daa21716946a35a | dcc352d338c0259bbc55ff2c6be70814b6c461b0 | refs/heads/master | 2021-01-10T16:49:41.318000 | 2012-07-11T08:50:47 | 2012-07-11T08:50:47 | 46,159,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ext.portlet.plans.service.persistence;
import com.liferay.portal.service.persistence.BasePersistence;
public interface PlanPositionItemPersistence extends BasePersistence {
public void cacheResult(
com.ext.portlet.plans.model.PlanPositionItem planPositionItem);
public void cacheResult(
... | UTF-8 | Java | 6,022 | java | PlanPositionItemPersistence.java | Java | [] | null | [] | package com.ext.portlet.plans.service.persistence;
import com.liferay.portal.service.persistence.BasePersistence;
public interface PlanPositionItemPersistence extends BasePersistence {
public void cacheResult(
com.ext.portlet.plans.model.PlanPositionItem planPositionItem);
public void cacheResult(
... | 6,022 | 0.734806 | 0.734141 | 123 | 47.959351 | 32.729588 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463415 | false | false | 4 |
75163cd05a6840056cbf000a1b1f05e4865ced42 | 32,590,211,883,863 | edc923f66b126fa04b3be2773a4a764c0e73d3e9 | /src/view/SideMenu.java | 131f2b623711309ce7f58b8802d92ebe448a7457 | [] | no_license | m-m-black/FlexiRentGUI | https://github.com/m-m-black/FlexiRentGUI | 713f144589f1d759aaa69ab22d319f232fb7f7d8 | 5a9729382866fcf55f6d3857b9f3302c72f7a402 | refs/heads/master | 2020-03-28T12:02:25.135000 | 2018-10-14T08:55:26 | 2018-10-14T08:55:26 | 148,265,784 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import controller.SideMenuClickHandler;
import controller.SideMenuHandler;
import javafx.geometry.Insets;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.control.ButtonType;
import javafx.scene.control.Label;
import javafx.scene.layout.BorderPane;
impor... | UTF-8 | Java | 2,242 | java | SideMenu.java | Java | [] | null | [] | package view;
import controller.SideMenuClickHandler;
import controller.SideMenuHandler;
import javafx.geometry.Insets;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.control.ButtonType;
import javafx.scene.control.Label;
import javafx.scene.layout.BorderPane;
impor... | 2,242 | 0.725691 | 0.713202 | 74 | 29.297297 | 22.021322 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.310811 | false | false | 4 |
4a62e7bc2012e78105d728c52f1125cf1aeb0aa2 | 2,980,707,368,964 | eefe462b7ad4e2e38399f1f4e9c64f8c4b37cd67 | /src/main/java/curso/springboot/security/ImplementacaoUserDetailService.java | 8c8a63c2e7a7ded0ba93e986297b5b0a345d79e3 | [] | no_license | mvlvidal/cursoSpringbootThymeleaf | https://github.com/mvlvidal/cursoSpringbootThymeleaf | 7f9d938a194892d26b328a984376e64e87c8e81a | 39d524760ed1398158a1807a87ec0d40e061723d | refs/heads/master | 2023-01-19T06:28:30.068000 | 2020-11-12T19:51:40 | 2020-11-12T19:51:40 | 302,702,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package curso.springboot.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.spring... | UTF-8 | Java | 1,191 | java | ImplementacaoUserDetailService.java | Java | [] | null | [] | package curso.springboot.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.spring... | 1,191 | 0.796468 | 0.796468 | 34 | 32.970589 | 29.893423 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.529412 | false | false | 4 |
222fffa3e03f2eac3eb1761275df5a56013d73f0 | 23,459,111,390,186 | 7a146a3614347a4b264afd2194201865f2afeb25 | /test_eventbus/src/main/java/com/java/event/test/MyObservable.java | e530adfbddf0db3dcc2cb034f9d167168abbc8da | [] | no_license | doublecancel/simple_test | https://github.com/doublecancel/simple_test | 411277b4bc52571589bac6475691a3813f1d193d | 76938df68fb94e83d12473daf2a08821b3bbcc15 | refs/heads/master | 2021-01-19T22:41:25.559000 | 2018-09-30T13:06:57 | 2018-09-30T13:06:57 | 88,846,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.event.test;
import java.util.Observable;
/**
* Created by Administrator on 2017/4/18.
*/
public class MyObservable extends Observable {
private int id;
public void setData(int id){
this.id = id;
}
public static void main(String[] args) {
MyObservable o = new MyObs... | UTF-8 | Java | 631 | java | MyObservable.java | Java | [] | null | [] | package com.java.event.test;
import java.util.Observable;
/**
* Created by Administrator on 2017/4/18.
*/
public class MyObservable extends Observable {
private int id;
public void setData(int id){
this.id = id;
}
public static void main(String[] args) {
MyObservable o = new MyObs... | 631 | 0.631218 | 0.610635 | 23 | 24.347826 | 23.775414 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 4 |
77403551b929b6b058f7aa46fcf61e0dd1d25cbe | 19,335,942,811,281 | ad512dda8e1e4a950ea016c5ad0ec005699cdfad | /lab5/src/maxflow/TestMaxFlow.java | 655658df7d72204b6df1d6f1a7544a1dcf03c204 | [] | no_license | HamzaAbdulilah/edaf25-workspace | https://github.com/HamzaAbdulilah/edaf25-workspace | 3d81af814da5fcfb796d23ee0c50764ed0fcb430 | cc4bb634b794585e6a685d003cf35678bd437f02 | refs/heads/master | 2016-08-12T21:50:58.656000 | 2016-04-14T00:52:32 | 2016-04-14T00:52:32 | 50,039,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package maxflow;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestMaxFlow {
MaxFlow small = new MaxFlow("small.txt");
MaxFlow sixnodes = new MaxFlow("sixnodes.txt");
MaxFlow rail = new MaxFlow("rail.txt");
@Test
public void... | UTF-8 | Java | 544 | java | TestMaxFlow.java | Java | [] | null | [] | package maxflow;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestMaxFlow {
MaxFlow small = new MaxFlow("small.txt");
MaxFlow sixnodes = new MaxFlow("sixnodes.txt");
MaxFlow rail = new MaxFlow("rail.txt");
@Test
public void... | 544 | 0.659926 | 0.643382 | 30 | 16.133333 | 15.886542 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 4 |
143796aef2a915e5f1878024434aa66567767a81 | 927,713,003,134 | b4df818686b1d2a78bed763ef7ec89366f617141 | /SpringFramework/ContactListMVC/src/main/java/com/swcguild/contactlistmvc/HomeController.java | 18faa60d0ae1eaa2d33f83b7373e425903e2306c | [] | no_license | github-terry/swcguild | https://github.com/github-terry/swcguild | c2cee8a6e377ec6f451790a4a7d8539537bca0de | ef6949b42c89ff75e671a10e6439517c940812b1 | refs/heads/master | 2018-01-09T08:33:37.741000 | 2015-10-23T03:01:15 | 2015-10-23T03:01:15 | 44,787,612 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.swcguild.contactlistmvc;
import com.swcguild.contactlistmvc.dao.ContactListDAO;
import com.swcguild.contactlistmvc.dto.Contact;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
imp... | UTF-8 | Java | 2,497 | java | HomeController.java | Java | [
{
"context": "bind.annotation.ResponseStatus;\n\n/**\n *\n * @author terry\n */\n@Controller\npublic class HomeController {\n\n ",
"end": 711,
"score": 0.9941796064376831,
"start": 706,
"tag": "USERNAME",
"value": "terry"
}
] | null | [] | package com.swcguild.contactlistmvc;
import com.swcguild.contactlistmvc.dao.ContactListDAO;
import com.swcguild.contactlistmvc.dto.Contact;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
imp... | 2,497 | 0.721666 | 0.720465 | 68 | 35.720589 | 32.319111 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 4 |
768af118ccc89f3276ddd39d7e7cfb6852f338f8 | 12,025,908,454,821 | 8ec368a052dd1e26b9108afa627efbc48bb2cbc0 | /src/main/java/org/educa/core/entities/model/SesionUsuarioId.java | 2b769aaefc7817fc6965b2cee83a7c8b4d446336 | [] | no_license | Markjcp/educa-core | https://github.com/Markjcp/educa-core | 7a060112f366c7114e1637b3225a84b5b2dcacf9 | 873eea768ed725a9af144ebe04e824a10ee5bb48 | refs/heads/master | 2020-06-29T12:04:05.439000 | 2016-11-21T16:49:36 | 2016-11-21T16:49:36 | 67,301,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.educa.core.entities.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class SesionUsuarioId implements Serializable {
private static final long serialVersionUID = -5766729466618695182L;
@Column(name = "numero_componente", upda... | UTF-8 | Java | 1,727 | java | SesionUsuarioId.java | Java | [] | null | [] | package org.educa.core.entities.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class SesionUsuarioId implements Serializable {
private static final long serialVersionUID = -5766729466618695182L;
@Column(name = "numero_componente", upda... | 1,727 | 0.659525 | 0.645049 | 84 | 19.559525 | 17.855473 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72619 | false | false | 4 |
f8d02be1a4535d864165c855e1badb53080e76ab | 12,094,627,933,670 | a9639e05d4bb2bc2df360898396d1378dd701454 | /算法/java/arithmetic/src/hcc/company/test/InsertSort.java | aaa97e017ea4331c2f6028e6d7ad5f4f94c1b973 | [] | no_license | huangchucai/My-Note-Blog | https://github.com/huangchucai/My-Note-Blog | f8edb33cfe8a062539735aad6969cfd0620f1bb7 | f8e68d2888d706191e6418304e108d65ee6e3cd7 | refs/heads/master | 2021-09-26T04:32:13.474000 | 2021-09-23T03:24:04 | 2021-09-23T03:24:04 | 90,933,898 | 27 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hcc.company.test;
import java.util.Arrays;
public class InsertSort {
public static int[] isort(int[] num) {
for (int i = 1; i < num.length; i++) {
int tmp = num[i];
int j;
// 已经排好序的数组
for (j = i - 1; j >= 0 && tmp < num[j]; j--) {
num[... | UTF-8 | Java | 574 | java | InsertSort.java | Java | [] | null | [] | package hcc.company.test;
import java.util.Arrays;
public class InsertSort {
public static int[] isort(int[] num) {
for (int i = 1; i < num.length; i++) {
int tmp = num[i];
int j;
// 已经排好序的数组
for (j = i - 1; j >= 0 && tmp < num[j]; j--) {
num[... | 574 | 0.449821 | 0.430108 | 21 | 25.571428 | 16.62921 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 4 |
c33bcb8226d76640ccfb13628bb7dbecd618727a | 26,061,861,579,434 | d073cc8bdecb7e5ccc51636b8f37792c265b47be | /src/main/java/study/erik/algorithm/leetcode/tree/hard/MinimumPossibleIntegerAfterAtMostKAdjacentSwapsOnDigits.java | a775d5cece9cb0e6349d96ff09a2100a0ec62539 | [] | no_license | wwzskyrain/algorithm-practice | https://github.com/wwzskyrain/algorithm-practice | c7f101943a7a662015d8ba9c7ca5bb0167ce2fad | 99db385cc8a24daf75d859b68d2b31ae3196eada | refs/heads/master | 2023-08-31T17:39:24.207000 | 2023-08-04T03:57:48 | 2023-08-04T03:57:48 | 128,034,067 | 0 | 4 | null | false | 2022-06-17T03:25:44 | 2018-04-04T08:45:15 | 2022-01-07T01:16:09 | 2022-06-17T03:25:43 | 1,341 | 0 | 0 | 2 | Java | false | false | /**
* Alipay.com Inc.
* Copyright (c) 2004-2023 All Rights Reserved.
*/
package study.erik.algorithm.leetcode.tree.hard;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners... | UTF-8 | Java | 3,660 | java | MinimumPossibleIntegerAfterAtMostKAdjacentSwapsOnDigits.java | Java | [
{
"context": "LinkedList;\nimport java.util.List;\n\n/**\n * @author yueyi\n * @version : MinimumPossibleIntegerAfterAtMostKA",
"end": 469,
"score": 0.9995917677879333,
"start": 464,
"tag": "USERNAME",
"value": "yueyi"
}
] | null | [] | /**
* Alipay.com Inc.
* Copyright (c) 2004-2023 All Rights Reserved.
*/
package study.erik.algorithm.leetcode.tree.hard;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners... | 3,660 | 0.482838 | 0.460812 | 126 | 26.753969 | 19.521534 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 4 |
65adf57a2587ac0770449c783eb94734e8d0f9ff | 9,629,316,740,670 | 1263bcf3667c29e578d851b368253c6567ad4f0b | /src/jianshe_02.java | 3b3cda407cd16712e3be2b2443864fbe224846b3 | [] | no_license | Lingerssss/Doveking | https://github.com/Lingerssss/Doveking | 2dea07aeac039a0853cab54c46be6e3bdf360f5e | 223ce6233618c96bee80db4dcc3c0752b09eac7f | refs/heads/master | 2023-01-22T06:24:28.990000 | 2020-12-06T08:21:08 | 2020-12-06T08:21:08 | 285,534,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class jianshe_02 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
int res = 0;
for(int a = 1; a <= A; a++) {... | UTF-8 | Java | 1,163 | java | jianshe_02.java | Java | [] | null | [] | import java.util.Scanner;
public class jianshe_02 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
int res = 0;
for(int a = 1; a <= A; a++) {... | 1,163 | 0.352537 | 0.326741 | 40 | 28.1 | 15.777833 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 4 |
7ba1b4deeba698e5ee33449ac923d1ef543e5050 | 27,831,388,084,871 | 170a8073167fa255c16e1e24deb4df1158149d83 | /src/main/java/socialnetwork/mazkzteam/controller/clup/ClubMainPageController.java | 30e81d766869f12532d1b57aeddc83389db69a3e | [] | no_license | dungchv13/BE_social_network_MazkZTeam | https://github.com/dungchv13/BE_social_network_MazkZTeam | f0fb1419a0b637ad2ab541ac735189b89cd3ff3c | 1d575e3f328a1a9dffe103c2790a861547763078 | refs/heads/dev | 2023-03-06T04:52:55.050000 | 2021-02-24T03:35:14 | 2021-02-24T03:35:14 | 334,900,457 | 0 | 3 | null | false | 2021-02-03T08:54:17 | 2021-02-01T09:43:22 | 2021-02-03T08:31:27 | 2021-02-03T08:54:17 | 68 | 0 | 0 | 0 | Java | false | false | package socialnetwork.mazkzteam.controller.clup;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import socialnetwork.mazkzteam.model.entities.Club;
import socialnetwork.mazkzteam.model.entities.Post;
import socialnetwork.mazkzteam.model.entities.User;
i... | UTF-8 | Java | 4,304 | java | ClubMainPageController.java | Java | [] | null | [] | package socialnetwork.mazkzteam.controller.clup;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import socialnetwork.mazkzteam.model.entities.Club;
import socialnetwork.mazkzteam.model.entities.Post;
import socialnetwork.mazkzteam.model.entities.User;
i... | 4,304 | 0.636385 | 0.636152 | 119 | 35.168068 | 25.88089 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478992 | false | false | 4 |
fccc2d5ef99eaed8ac494ec8eee2d7fffad3d53a | 33,062,658,293,817 | 83f2f979992b5f8d16154f2409e7619eeb1340a3 | /retail/clickstream/hazelcast/src/main/java/com/hazelcast/platform/demos/retail/clickstream/job/LatencyAggregator.java | 4f52687f7fdb4b3e3ddd6668266af4c1b7d6bf4c | [] | no_license | hazelcast/hazelcast-platform-demos | https://github.com/hazelcast/hazelcast-platform-demos | 5bf0cc1614a2967376ddb0757c484f535c569327 | 6c19b5a70fefc790d770a82636bc5581bbde2091 | refs/heads/master | 2023-08-17T13:53:03.694000 | 2023-05-23T09:36:56 | 2023-05-23T09:36:56 | 226,069,921 | 35 | 13 | null | false | 2023-09-05T22:01:39 | 2019-12-05T09:56:00 | 2023-04-20T12:04:32 | 2023-09-05T22:01:38 | 36,548 | 34 | 14 | 75 | Java | false | false | /*
* Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | UTF-8 | Java | 4,193 | java | LatencyAggregator.java | Java | [] | null | [] | /*
* Copyright (c) 2008-2023, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | 4,193 | 0.646792 | 0.635345 | 117 | 34.837608 | 29.005144 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 4 |
4de6a808c656deda5d015020b010831c93f51c82 | 11,510,512,361,314 | 1fbec0b5459fb7c058a451da72eb3885388371a2 | /src/main/java/me/eccentric_nz/TARDIS/commands/preferences/TARDISSetDifficultyCommand.java | de663ddf1c9a06b2623b1d39b56643c1c26951c3 | [] | no_license | keough99/TARDIS | https://github.com/keough99/TARDIS | c1641af2effaf5a8bc02470fc9b22703e0e76163 | 4900f71485c2e04c8cda19bc05fc5d1238874e06 | refs/heads/master | 2020-04-01T02:39:14.398000 | 2016-07-31T03:52:43 | 2016-07-31T03:52:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2016 eccentric_nz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... | UTF-8 | Java | 2,260 | java | TARDISSetDifficultyCommand.java | Java | [
{
"context": "/*\n * Copyright (C) 2016 eccentric_nz\n *\n * This program is free software: you can redi",
"end": 37,
"score": 0.9997068643569946,
"start": 25,
"tag": "USERNAME",
"value": "eccentric_nz"
},
{
"context": "mport org.bukkit.entity.Player;\n\n/**\n *\n * @author eccentric... | null | [] | /*
* Copyright (C) 2016 eccentric_nz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... | 2,260 | 0.65885 | 0.653982 | 63 | 34.873016 | 26.032637 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.698413 | false | false | 4 |
8298bd23e94cf4c5883641e4d46b387b8e7c322d | 24,696,062,010,941 | c6d93152ab18b0e282960b8ff224a52c88efb747 | /huntkey/code/biz-class/src/main/java/com/huntkey/rx/edm/constant/OperationdocumentdefinitionProperty.java | 01423eede202bc38a7a5e06b1f43358d6d674702 | [] | no_license | BAT6188/company-database | https://github.com/BAT6188/company-database | adfe5d8b87b66cd51efd0355e131de164b69d3f9 | 40d0342345cadc51ca2555840e32339ca0c83f51 | refs/heads/master | 2023-05-23T22:18:22.702000 | 2018-12-25T00:58:15 | 2018-12-25T00:58:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huntkey.rx.edm.constant;
/**
*
* 单据定义类数据库字段常量类
*
*/
public class OperationdocumentdefinitionProperty {
//关闭时需要通知到的岗位定位公式
public static final String ODDF_CLOSE_POS = "oddf_close_pos";
//版本编号
public static final String ODDF_VERSION_NUM = "oddf_version_num";
//审批流程定义
public sta... | UTF-8 | Java | 1,440 | java | OperationdocumentdefinitionProperty.java | Java | [] | null | [] | package com.huntkey.rx.edm.constant;
/**
*
* 单据定义类数据库字段常量类
*
*/
public class OperationdocumentdefinitionProperty {
//关闭时需要通知到的岗位定位公式
public static final String ODDF_CLOSE_POS = "oddf_close_pos";
//版本编号
public static final String ODDF_VERSION_NUM = "oddf_version_num";
//审批流程定义
public sta... | 1,440 | 0.676471 | 0.676471 | 41 | 28.878048 | 26.860249 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 4 |
04496ada9a2f80ff27bbb0d51e475a86dc741f06 | 24,000,277,274,390 | a53458d91ee1e87009c24cb649f7a7ab7165d33f | /GestionAutobus/src/java/database/Links.java | 205a5d1a0fe5ba1da147a29d10bba0b77db73b04 | [
"Apache-2.0"
] | permissive | cesarsalvador/GestionBilletesAutobus | https://github.com/cesarsalvador/GestionBilletesAutobus | f5663543b19c58698ea3d9fafa2c5ba14eb64b06 | 2fd4d272dcfa221791a43270458d4d9e4f8b36d8 | refs/heads/master | 2020-08-06T15:25:18.296000 | 2015-03-05T10:29:14 | 2015-03-05T10:30:03 | 31,534,690 | 0 | 1 | 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 database;
/**
*
* @author usuario0316
*/
public class Links {
private String ref;
private String ruta;... | UTF-8 | Java | 792 | java | Links.java | Java | [
{
"context": "or.\r\n */\r\npackage database;\r\n\r\n/**\r\n *\r\n * @author usuario0316\r\n */\r\npublic class Links {\r\n private String re",
"end": 242,
"score": 0.9990714192390442,
"start": 231,
"tag": "USERNAME",
"value": "usuario0316"
}
] | 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 database;
/**
*
* @author usuario0316
*/
public class Links {
private String ref;
private String ruta;... | 792 | 0.521465 | 0.516414 | 44 | 16 | 16.543331 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 4 |
2071532c5d44d8d637c99f7a8438926d2a973199 | 30,700,426,261,505 | 97386e850ed82f43e40f8c793768ae679fb76688 | /java_dev/mynews/src/zzsy/news/action/MessageDeleteAction.java | 56fd04929635af898378639ab0527ecc53713519 | [] | no_license | cnjeffliu/java | https://github.com/cnjeffliu/java | dcf065061052eed40bd8c3338b1684ce10b383ce | d22f402b1487a81605992244f2968cc41967062b | refs/heads/master | 2016-09-14T04:51:02.073000 | 2016-05-28T05:04:23 | 2016-05-28T05:04:23 | 59,579,939 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zzsy.news.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import zzsy.news.dao... | UTF-8 | Java | 686 | java | MessageDeleteAction.java | Java | [] | null | [] | package zzsy.news.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import zzsy.news.dao... | 686 | 0.825073 | 0.825073 | 22 | 30.181818 | 22.059086 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
0bc3fefda92c42672d85ad905d67503fdd7d2a3c | 12,472,585,084,639 | f294290bab68257e4a7ab77a07bbfe773f7bba80 | /api_automation/src/specs/kong/npci/ReqSetCreResponse.java | be5d400378766535404205c1494d4b08d76babfb | [] | no_license | rohitmodeltown/TestAutomation | https://github.com/rohitmodeltown/TestAutomation | 6dcf84099a2456e779ea259d651cf5201ed56e02 | 67ea2053d5c956edd0a0b70cb0f0ef92d583440c | refs/heads/master | 2022-07-24T17:51:53.837000 | 2019-07-23T15:42:34 | 2019-07-23T15:42:34 | 198,460,395 | 0 | 0 | null | false | 2022-06-29T17:31:51 | 2019-07-23T15:40:40 | 2019-07-23T15:52:47 | 2022-06-29T17:31:50 | 55,797 | 0 | 0 | 10 | Java | false | false | package specs.kong.npci;
import java.util.Hashtable;
import javax.xml.bind.JAXBException;
import org.testng.annotations.Test;
import helpers.kong.npci.NPCI;
import helpers.kong.npci.Helper;
public class ReqSetCreResponse extends Helper{
@Test(dataProvider="dp")
public void reqSetCreResponse(Hashtable<String, ... | UTF-8 | Java | 450 | java | ReqSetCreResponse.java | Java | [] | null | [] | package specs.kong.npci;
import java.util.Hashtable;
import javax.xml.bind.JAXBException;
import org.testng.annotations.Test;
import helpers.kong.npci.NPCI;
import helpers.kong.npci.Helper;
public class ReqSetCreResponse extends Helper{
@Test(dataProvider="dp")
public void reqSetCreResponse(Hashtable<String, ... | 450 | 0.755556 | 0.755556 | 24 | 17.75 | 20.271593 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
04f91b80b9caa6074d3ddf92301379224d5daeeb | 17,523,466,586,915 | f1f0691cdd420119040a95248c93c42185b0d8f8 | /app/src/main/java/com/fh/fhzhihudaily/ui/main/bean/InfoBean.java | d97d9e25714fd80334b59f6ecc6638077c1c17e4 | [
"Apache-2.0"
] | permissive | huige123/SimpleZhihuDaily | https://github.com/huige123/SimpleZhihuDaily | c286341df8419106640ec642c0199120b7db0b11 | 9cd0289a4a2dcb0aae0d5ccf9876de4edf0c7c43 | refs/heads/master | 2016-09-14T05:06:25.880000 | 2016-05-04T02:24:05 | 2016-05-04T02:24:05 | 57,892,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fh.fhzhihudaily.ui.main.bean;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by Jason.fang on 2016/4/27.
*/
public class InfoBean {
@Override
public String toString() {
return "InfoBean{" +... | UTF-8 | Java | 2,499 | java | InfoBean.java | Java | [
{
"context": "edName;\n\nimport java.util.List;\n\n/**\n * Created by Jason.fang on 2016/4/27.\n */\npublic class InfoBean {\n @Ov",
"end": 204,
"score": 0.987947404384613,
"start": 194,
"tag": "NAME",
"value": "Jason.fang"
}
] | null | [] | package com.fh.fhzhihudaily.ui.main.bean;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by Jason.fang on 2016/4/27.
*/
public class InfoBean {
@Override
public String toString() {
return "InfoBean{" +... | 2,499 | 0.523009 | 0.519808 | 92 | 26.163044 | 18.904381 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 4 |
a9b3cdc847ab7cd74a6b968e374d13e1d5afb5e9 | 18,605,798,367,441 | 8bb08920a72cb8aaf00e7fdd4033ca3b84f6422e | /src/pojo/Person.java | d60b24823b83110aee04814ae7daffe6a1070d9c | [] | no_license | twy8930/hibernate | https://github.com/twy8930/hibernate | b113be4bd8c839f3012e0e89335acaf28e703cdc | fb40d7eeedb051d1e1daa5fa17f30157c6c52089 | refs/heads/master | 2021-01-01T19:47:18.589000 | 2013-07-31T08:47:57 | 2013-07-31T08:47:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pojo;
/**
* 人物类bean
* @author twy
*
*/
public class Person {
private long id;
private String name;
private int age;
private long cid;
private PClass pClass;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String getName() {
re... | UTF-8 | Java | 727 | java | Person.java | Java | [
{
"context": "package pojo;\r\n\r\n/**\r\n * 人物类bean\r\n * @author twy\r\n *\r\n */\r\npublic class Person {\r\n\t\r\n\tprivate long",
"end": 48,
"score": 0.9995928406715393,
"start": 45,
"tag": "USERNAME",
"value": "twy"
}
] | null | [] | package pojo;
/**
* 人物类bean
* @author twy
*
*/
public class Person {
private long id;
private String name;
private int age;
private long cid;
private PClass pClass;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String getName() {
re... | 727 | 0.601942 | 0.601942 | 46 | 13.673913 | 10.707685 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.369565 | false | false | 4 |
46aa4b2171e86686cfd1da32325f3f1d1479f2bd | 10,024,453,721,933 | 3e1c7f97b57ba6560b9fb2c64e871e8061ce167a | /JailSpace.java | 38108ae11b3a6f9a565a04bfd072d4ae5fcea36c | [] | no_license | marrosciao/MonopolyGameGUI | https://github.com/marrosciao/MonopolyGameGUI | a721e81b6a2683924d8e82e5761bba0ff7397351 | 3bdb6efecc5040056d3968d1f9a717a79eaaa464 | refs/heads/master | 2021-01-20T06:07:42.979000 | 2017-01-08T23:10:26 | 2017-01-08T23:10:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import javax.swing.JTextArea;
/**
* This class creates a JailSpace object to be used in the Monopoly game.
*
* @author William Wang, Aditya Kotak, Rahul Sarathy.
* @version May 23, 2015
* @author Period: 6
* @author Assignment: MonopolyGame
*
* @author Sources: none
... | UTF-8 | Java | 8,397 | java | JailSpace.java | Java | [
{
"context": "t to be used in the Monopoly game.\r\n *\r\n * @author William Wang, Aditya Kotak, Rahul Sarathy.\r\n * @version May 23",
"end": 173,
"score": 0.9998698830604553,
"start": 161,
"tag": "NAME",
"value": "William Wang"
},
{
"context": "n the Monopoly game.\r\n *\r\n * @aut... | null | [] | import java.util.ArrayList;
import javax.swing.JTextArea;
/**
* This class creates a JailSpace object to be used in the Monopoly game.
*
* @author <NAME>, <NAME>, <NAME>.
* @version May 23, 2015
* @author Period: 6
* @author Assignment: MonopolyGame
*
* @author Sources: none
*/
public class J... | 8,378 | 0.477432 | 0.461593 | 303 | 25.712872 | 21.501709 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448845 | false | false | 4 |
2dcb83f555d911dd6be9c036a156b24791b4b7c3 | 15,676,630,697,159 | 6ffecf317a89766d7391a3f86b5fd7246a3a10c1 | /src/main/java/com/blnz/fxpl/core/FXConnectionFactoryImpl.java | 814db4f0612cd50db892e468602e212c86c69702 | [
"MIT"
] | permissive | blnz/palomar | https://github.com/blnz/palomar | cc589c7de4d1c11801c58137d265cba55f52bfd4 | 74536f3a878f80439581dd4e5fd7906a8c986c01 | refs/heads/master | 2021-01-16T00:27:44.126000 | 2015-12-11T18:39:48 | 2015-12-11T18:39:48 | 41,643,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blnz.fxpl.core;
import java.io.File;
import java.io.FileReader;
import java.io.BufferedReader;
import java.io.StringReader;
import java.net.URL;
import java.util.Hashtable;
import com.blnz.fxpl.FXConnection;
import com.blnz.fxpl.FXConnectionFactory;
import com.blnz.fxpl.FXContext;
import com.blnz.fxpl.F... | UTF-8 | Java | 6,393 | java | FXConnectionFactoryImpl.java | Java | [] | null | [] | package com.blnz.fxpl.core;
import java.io.File;
import java.io.FileReader;
import java.io.BufferedReader;
import java.io.StringReader;
import java.net.URL;
import java.util.Hashtable;
import com.blnz.fxpl.FXConnection;
import com.blnz.fxpl.FXConnectionFactory;
import com.blnz.fxpl.FXContext;
import com.blnz.fxpl.F... | 6,393 | 0.576412 | 0.575473 | 197 | 31.451777 | 28.473408 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482233 | false | false | 4 |
afbac5c7aa7c84a32f79df43c6b63acaee1216b0 | 15,676,630,699,652 | b648a0ff402d23a6432643879b0b81ebe0bc9685 | /vendor/bond/java/core/src/test/java/org/bondlib/BondedTest.java | b760343fbf05a12a311f6d29fb6c186c8fa3706e | [
"Apache-2.0",
"MIT"
] | permissive | jviotti/binary-json-size-benchmark | https://github.com/jviotti/binary-json-size-benchmark | 4712faca2724d47d23efef241983ce875dc71cee | 165b577884ef366348bf48042fddf54aacfe647a | refs/heads/main | 2023-04-18T01:40:26.141000 | 2022-12-19T13:25:35 | 2022-12-19T13:25:35 | 337,583,132 | 21 | 1 | Apache-2.0 | false | 2022-12-17T21:53:56 | 2021-02-10T01:18:05 | 2022-11-29T02:12:27 | 2022-09-14T00:41:07 | 241,044 | 16 | 1 | 2 | C++ | false | false | package org.bondlib;
import org.bondlib.test.Base;
import org.bondlib.test.BondedCollection;
import org.bondlib.test.Derived;
import org.bondlib.test.Empty;
import org.junit.Assert;
import org.junit.Test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import jav... | UTF-8 | Java | 4,773 | java | BondedTest.java | Java | [] | null | [] | package org.bondlib;
import org.bondlib.test.Base;
import org.bondlib.test.BondedCollection;
import org.bondlib.test.Derived;
import org.bondlib.test.Empty;
import org.junit.Assert;
import org.junit.Test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import jav... | 4,773 | 0.644249 | 0.641944 | 109 | 42.78899 | 29.389841 | 102 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733945 | false | false | 4 |
84007deae9d123ac8e8f019df9cc4a0960c8a88e | 28,389,733,885,627 | 264f301b67d799428187cd57e75f8831005368f7 | /Thread/src/RunnableDemo.java | e079956ed5bec9a0c94868b86f9d9b3110e3d52a | [] | no_license | Auphie/JAVA | https://github.com/Auphie/JAVA | 44697506413b55d19404aafe0c4dd3cfa2fe4df5 | 767da8765acd5831952ac37a20eefe442413b6da | refs/heads/master | 2021-05-01T05:53:00.589000 | 2018-02-11T14:24:33 | 2018-02-11T14:24:33 | 121,131,632 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class RunnableDemo implements Runnable {
Thread t;
public RunnableDemo(String name) {
// 建構子,利用Thread的功能run(),所以成員變數t去new一個空間,資料由RunableDemo提供(拋一個string Name)
t = new Thread(this, name);
t.start();
System.out.println(t);
}
public void run() {
for(int i=0; i< 10; i++)
System.out.pri... | BIG5 | Java | 535 | java | RunnableDemo.java | Java | [] | null | [] |
public class RunnableDemo implements Runnable {
Thread t;
public RunnableDemo(String name) {
// 建構子,利用Thread的功能run(),所以成員變數t去new一個空間,資料由RunableDemo提供(拋一個string Name)
t = new Thread(this, name);
t.start();
System.out.println(t);
}
public void run() {
for(int i=0; i< 10; i++)
System.out.pri... | 535 | 0.648421 | 0.637895 | 21 | 20.523809 | 19.802883 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.52381 | false | false | 4 |
6508c3c4d4eea19fee1c4f473d28d3c30f602988 | 26,482,768,400,511 | 285be46b7cdfdcba69aaf4329400ce699181f36b | /zarvis/src/com/zarvis/vista/BajaEmpleado.java | 240d0e64c8a559f38e97d4503f515b9fe7f94f94 | [] | no_license | IzaroGartzia/ZARVIS | https://github.com/IzaroGartzia/ZARVIS | cb5fe1c4924e6d3f7d2e65aa008cff7e9bd99db8 | 8ebca8f22fe57c44456e1d4e67bc03e9bb49cffc | refs/heads/master | 2020-07-31T15:29:02.880000 | 2019-10-20T17:08:24 | 2019-10-20T17:08:24 | 210,655,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zarvis.vista;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class BajaEmpleado {
private JPanel PanelPrincipal;
private JPanel PanelTItulo;
private JPanel PanelBotones;
private JButton AtrasButton;
private JButton GuardarButton;
... | UTF-8 | Java | 3,048 | java | BajaEmpleado.java | Java | [
{
"context": "BA\n Empleado e1 = new Empleado(\"123\", \"Izaro\", \"Garcia\", 23, \"Jefa\", \"07.10.2019\", \"31.12.9999",
"end": 781,
"score": 0.999762237071991,
"start": 776,
"tag": "NAME",
"value": "Izaro"
},
{
"context": " Empleado e1 = new Empleado(\"123\", \"Iza... | null | [] | package com.zarvis.vista;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class BajaEmpleado {
private JPanel PanelPrincipal;
private JPanel PanelTItulo;
private JPanel PanelBotones;
private JButton AtrasButton;
private JButton GuardarButton;
... | 3,048 | 0.581281 | 0.543186 | 79 | 37.544304 | 39.186279 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.987342 | false | false | 4 |
016d0c27fc6c76f0fe18e9a0779c6cc0e61e176b | 26,482,768,398,659 | 11cefc7e2d9f9d9d58aa2a8fb0b86dd02180049a | /src/com/compsci/chapter11/BugRunner.java | 6923de6d2338b9dab6397e01fd643664104d4721 | [] | no_license | cj-zeiger/APCompSci | https://github.com/cj-zeiger/APCompSci | f489598ed095e17c5aba08374f8414b9028222a5 | 559e3bc7ea610376bc5d747a1bdb68df5d83a372 | refs/heads/master | 2015-08-09T12:37:07.780000 | 2014-06-03T16:30:54 | 2014-06-03T16:30:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.compsci.chapter11;
import info.gridworld.actor.ActorWorld;
import info.gridworld.actor.Bug;
import info.gridworld.actor.Rock;
import info.gridworld.grid.Location;
public class BugRunner
{
public static void main(String[] args)
{
ActorWorld world = new ActorWorld();
world.add(new Location... | UTF-8 | Java | 750 | java | BugRunner.java | Java | [] | null | [] | package com.compsci.chapter11;
import info.gridworld.actor.ActorWorld;
import info.gridworld.actor.Bug;
import info.gridworld.actor.Rock;
import info.gridworld.grid.Location;
public class BugRunner
{
public static void main(String[] args)
{
ActorWorld world = new ActorWorld();
world.add(new Location... | 750 | 0.656 | 0.629333 | 29 | 24.862068 | 19.324318 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.172414 | false | false | 4 |
3903352718bad5cbf2f213460e7875eedaa415ea | 29,712,583,806,554 | eb629dfed46a07288c25e5c55d4edbe58919dc22 | /MojeTesty/src/main/java/basicAuth/BasicAuthPage.java | 250671a75cd5a6c869778452b68d1ede06d23cbc | [] | no_license | mikorys/homeWorkTests | https://github.com/mikorys/homeWorkTests | bf285ca1eb3191bb6e6f05d3fee1c18cbdb62597 | cb9644da5d17711979772f97cc1c95861b96cb1f | refs/heads/master | 2021-07-03T17:13:09.363000 | 2019-06-09T23:00:22 | 2019-06-09T23:00:22 | 187,610,762 | 0 | 0 | null | false | 2020-10-13T13:20:41 | 2019-05-20T09:34:20 | 2019-06-09T23:00:20 | 2020-10-13T13:20:39 | 179 | 0 | 0 | 1 | HTML | false | false | package basicAuth;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class BasicAuthPage {
WebDriver driver;
public BasicAuthPage(WebDriver driver) {
this.driver=driver;
... | UTF-8 | Java | 568 | java | BasicAuthPage.java | Java | [] | null | [] | package basicAuth;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class BasicAuthPage {
WebDriver driver;
public BasicAuthPage(WebDriver driver) {
this.driver=driver;
... | 568 | 0.71831 | 0.71831 | 27 | 19.037037 | 21.904644 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 4 |
74bf1ad5d7322789b6d7313ccd2d30376766f13d | 1,838,246,066,586 | 63953037c6d61e0652ee0c68b9f880b4c3682583 | /src/Q3.java | bfc9fe117969c436cbb7bd9cbea349915849a323 | [] | no_license | PPL-IIITA/ppl-assignment-anshul021 | https://github.com/PPL-IIITA/ppl-assignment-anshul021 | 6f302135c78f16fad2258c67264774d3e6a449b6 | efbcf06cd46ddaee4e608c36408482f83aaf6869 | refs/heads/master | 2021-01-19T09:02:27.599000 | 2017-04-10T04:29:32 | 2017-04-10T04:29:32 | 87,713,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.IOException;
import java.util.Random;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author ins
*/
public class Q3 {
public... | UTF-8 | Java | 1,808 | java | Q3.java | Java | [
{
"context": "emplate in the editor.\r\n */\r\n\r\n/**\r\n *\r\n * @author ins\r\n */\r\npublic class Q3 {\r\n\r\n \r\n public stati",
"end": 274,
"score": 0.9237605333328247,
"start": 271,
"tag": "USERNAME",
"value": "ins"
}
] | null | [] |
import java.io.IOException;
import java.util.Random;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author ins
*/
public class Q3 {
public... | 1,808 | 0.486726 | 0.461283 | 60 | 28.1 | 24.571461 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.816667 | false | false | 4 |
3afa2b298abff020acd5e80ece2fb42a178b64f2 | 27,848,568,000,362 | d9c4e3b61f0e1292f881a03bc4efc1de8cc6f87f | /二手车交易平台/二手车交易平台/源码/Secondarytradingauction123/Secondarytradingauction/src/cn/zlpc/servlet/SingleServlet.java | 6689ba1d01fb1ef3db0eeb9c4c938b44fe8313cb | [] | no_license | sdgdsffdsfff/SecondCar_Trade | https://github.com/sdgdsffdsfff/SecondCar_Trade | 8bedbd37b65c564bdc6a9f65b98090d8946e9239 | 0a10db2d7d3fa62b5e7355a3a109e89534c5b770 | refs/heads/master | 2021-01-17T22:50:35.575000 | 2015-07-03T08:45:54 | 2015-07-03T08:45:54 | 42,836,986 | 0 | 1 | null | true | 2015-09-21T01:24:25 | 2015-09-21T01:24:25 | 2015-07-03T09:03:17 | 2015-07-03T09:03:16 | 13,172 | 0 | 0 | 0 | null | null | null | package cn.zlpc.servlet;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import cn.zlpc.exception.ErrorException;
i... | UTF-8 | Java | 2,527 | java | SingleServlet.java | Java | [
{
"context": "ce;\n\n/**\n * 用于针对由单个po组成统一提交的Servlet\n * \n * @author mastery\n * \n */\npublic class SingleServlet extends HttpSe",
"end": 411,
"score": 0.9994980692863464,
"start": 404,
"tag": "USERNAME",
"value": "mastery"
}
] | null | [] | package cn.zlpc.servlet;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import cn.zlpc.exception.ErrorException;
i... | 2,527 | 0.679022 | 0.676986 | 87 | 27.218391 | 22.3573 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.551724 | false | false | 4 |
8c9a3e1a1131658da6a71c6403464a19388b9d76 | 601,295,490,087 | 1bec03b69dca0ad3e07ede6602a1a33df6f757af | /app/src/main/java/com/example/probono/ReviewActivity.java | 2ded3ae90b75112cabafd6b5063ef50ce9891098 | [] | no_license | gaeunyoon/Provono_VODA | https://github.com/gaeunyoon/Provono_VODA | a0a5014c3b2e0777454f5ccc468bc063c0121eea | b9aa39e8ad36a16e342d9501f6b6f382702813da | refs/heads/master | 2023-05-07T03:12:03.726000 | 2021-05-25T10:31:55 | 2021-05-25T10:31:55 | 356,450,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.probono;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Handler;
import android.speech.RecognitionListener;
import android.speech.RecognizerIntent;
import android.speech.Sp... | UTF-8 | Java | 13,942 | java | ReviewActivity.java | Java | [] | null | [] | package com.example.probono;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Handler;
import android.speech.RecognitionListener;
import android.speech.RecognizerIntent;
import android.speech.Sp... | 13,942 | 0.575076 | 0.570608 | 377 | 32.249336 | 24.805265 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578249 | false | false | 4 |
825a21399b0d7fb5a7b8749c989dece992abdab7 | 22,780,506,548,653 | 0d79a7cad93f9024dad890815b33d2f26db6abe1 | /src/main/java/es/upm/miw/pd/abstractfactory/accounts/ten/TenAccountFactory.java | e16bc1e9b26e0d718b825cca46c89803ceb3464a | [
"MIT"
] | permissive | Neil-uli/apaw | https://github.com/Neil-uli/apaw | a2cdfc889634a6409e76926d13daa83a6001da5d | 1a7ca4fde4981b04fd4b864381d2959efeec29d1 | refs/heads/master | 2022-07-08T22:35:11.681000 | 2019-09-25T22:05:13 | 2019-09-25T22:05:13 | 278,999,708 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.upm.miw.pd.abstractfactory.accounts.ten;
import es.upm.miw.pd.abstractfactory.accounts.Account;
import es.upm.miw.pd.abstractfactory.accounts.AccountFactory;
import es.upm.miw.pd.abstractfactory.accounts.CreditCard;
import es.upm.miw.pd.abstractfactory.accounts.DebitCard;
public class TenAccountFactory ext... | UTF-8 | Java | 1,021 | java | TenAccountFactory.java | Java | [] | null | [] | package es.upm.miw.pd.abstractfactory.accounts.ten;
import es.upm.miw.pd.abstractfactory.accounts.Account;
import es.upm.miw.pd.abstractfactory.accounts.AccountFactory;
import es.upm.miw.pd.abstractfactory.accounts.CreditCard;
import es.upm.miw.pd.abstractfactory.accounts.DebitCard;
public class TenAccountFactory ext... | 1,021 | 0.656219 | 0.656219 | 40 | 24.525 | 20.762932 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 4 |
42b0ad77e6d0c176f63e2aa558a82ad6d646372b | 1,640,677,574,094 | 1ddd3a587276f4ec92cb495a2b79f635646dcab1 | /src/main/java/com/cinema/tickets/service/MovieService.java | 496bfacd45876c5aeadad8f2bd67a9194ac0abf5 | [] | no_license | kmitov/cinema-tickets | https://github.com/kmitov/cinema-tickets | 9573ee97f0991207a130d6ae7825993faee0c329 | 672a2dba0079b566d12fb615405ebdcc267b8d4f | refs/heads/master | 2020-05-14T09:50:06.264000 | 2015-01-20T00:26:49 | 2015-01-20T00:26:49 | 27,628,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cinema.tickets.service;
import com.cinema.tickets.dto.MovieDto;
import java.util.List;
/**
* Created by kmitov on 1/19/15.
*/
public interface MovieService {
public List<MovieDto> getAllMoviesOnScreen();
public MovieDto getDetailedMovieInfo(long movieID);
public List<MovieDto> moviesForH... | UTF-8 | Java | 372 | java | MovieService.java | Java | [
{
"context": "vieDto;\n\nimport java.util.List;\n\n/**\n * Created by kmitov on 1/19/15.\n */\npublic interface MovieService {\n\n",
"end": 126,
"score": 0.9994363784790039,
"start": 120,
"tag": "USERNAME",
"value": "kmitov"
}
] | null | [] | package com.cinema.tickets.service;
import com.cinema.tickets.dto.MovieDto;
import java.util.List;
/**
* Created by kmitov on 1/19/15.
*/
public interface MovieService {
public List<MovieDto> getAllMoviesOnScreen();
public MovieDto getDetailedMovieInfo(long movieID);
public List<MovieDto> moviesForH... | 372 | 0.739247 | 0.725806 | 19 | 18.578947 | 19.982403 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 4 |
2c8142a70d764fc832767f9da3bbde0e8d7ada0e | 5,196,910,489,850 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_3268.java | e8a88de575345e8bb24f2dcba0c5ac728d952fae | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public int exactMatchSearch(String key){
return exactMatchSearch(key,0,0,0);
}
| UTF-8 | Java | 81 | java | Method_3268.java | Java | [] | null | [] | public int exactMatchSearch(String key){
return exactMatchSearch(key,0,0,0);
}
| 81 | 0.765432 | 0.728395 | 3 | 26 | 17.720045 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 4 |
42f14c29c28aa78e35eca820e61061ebd48751bc | 2,869,038,202,181 | 9f394e1e92907e53aa08d704a74ce4ffe0274af1 | /gs/src/main/java/org/mmocore/gameserver/network/l2/c2s/AnswerTradeRequest.java | da24671b4cf7da94fda05a357cbae16655923364 | [] | no_license | forzec/l-all | https://github.com/forzec/l-all | 47371658728deb59c22fef1b2f9d180cf874c8d4 | fb98c98b2bc0fe8f99d8ba9d38286388818bf768 | refs/heads/master | 2021-01-10T11:39:14.017000 | 2016-04-03T12:47:18 | 2016-04-03T12:47:18 | 54,064,490 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mmocore.gameserver.network.l2.c2s;
import java.util.concurrent.CopyOnWriteArrayList;
import org.mmocore.gameserver.model.Player;
import org.mmocore.gameserver.model.Request;
import org.mmocore.gameserver.model.Request.L2RequestType;
import org.mmocore.gameserver.model.items.TradeItem;
import org.mmocore.g... | UTF-8 | Java | 2,396 | java | AnswerTradeRequest.java | Java | [] | null | [] | package org.mmocore.gameserver.network.l2.c2s;
import java.util.concurrent.CopyOnWriteArrayList;
import org.mmocore.gameserver.model.Player;
import org.mmocore.gameserver.model.Request;
import org.mmocore.gameserver.model.Request.L2RequestType;
import org.mmocore.gameserver.model.items.TradeItem;
import org.mmocore.g... | 2,396 | 0.736512 | 0.72982 | 97 | 23.659794 | 28.774233 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.195876 | false | false | 4 |
ce6caadc16e5861b7f96e9c7a087ace7d9fbd279 | 12,644,383,727,902 | ccb6bd8cba3cbee2f9dbaa2420c104e500d10436 | /app/src/main/java/com/example/rdapp/DetailsPostAdapter.java | 41c49affbfae4803ebf3b869f20b84bc696d8765 | [] | no_license | rchanakh/RDAPK_final | https://github.com/rchanakh/RDAPK_final | fbe085afc53a0945e6aebb4556e5e6487c5dc1d0 | 73cc77933bfab22312dbf35acd7ae992f9e6eccb | refs/heads/master | 2022-11-20T16:32:16.720000 | 2020-07-20T14:18:19 | 2020-07-20T14:18:19 | 280,615,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rdapp;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
public class DetailsPostAdapter extends RecyclerVi... | UTF-8 | Java | 1,681 | java | DetailsPostAdapter.java | Java | [] | null | [] | package com.example.rdapp;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
public class DetailsPostAdapter extends RecyclerVi... | 1,681 | 0.676383 | 0.669244 | 58 | 27.637932 | 27.342463 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534483 | false | false | 4 |
7807e4b059e6ff9d70acc6c6eac52525e3ccfeb4 | 704,374,644,248 | 9dcc4cd6364b8ad0d1e6b7e2ce287fd4550750cb | /EditorDemo/src/clojure/ClojureReader.java | 8721bf38418f60edc083ee754b024f2a8791a307 | [] | no_license | KurtSerge/VisualEditor | https://github.com/KurtSerge/VisualEditor | 38251e512d7a3cb22c43162a1fe141e6ebd84cf6 | 00faf108292b763d92e9035aea05c4c6e09fecf3 | refs/heads/master | 2020-04-06T06:55:46.131000 | 2013-08-20T17:01:04 | 2013-08-20T17:01:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package clojure;
import java.io.InputStream;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.Map;
import clojure.constructs.BigDecimalConstruct;
import clojure.constructs.BigIntConstruct;
import clojure.constructs.BooleanConstruct;
import clojure.constructs.CharacterConstruct;
import ... | UTF-8 | Java | 6,300 | java | ClojureReader.java | Java | [] | null | [] | package clojure;
import java.io.InputStream;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.Map;
import clojure.constructs.BigDecimalConstruct;
import clojure.constructs.BigIntConstruct;
import clojure.constructs.BooleanConstruct;
import clojure.constructs.CharacterConstruct;
import ... | 6,300 | 0.763968 | 0.763492 | 148 | 41.567566 | 32.884762 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.486486 | false | false | 4 |
976317a337c0699df3e324bffe6342e90caf5496 | 14,164,802,206,231 | bd345fe938ed2ae8dd5d99887f956dbc27ec73d9 | /patrolcore/src/main/java/com/augurit/agmobile/patrolcore/common/device/model/RegisterModel.java | 0455e053cc1c1414af2613c5aec00781e19b9f2f | [] | no_license | panming2088/gzpsh | https://github.com/panming2088/gzpsh | 9a0fe25cd2bcfb2b1eb63bdd7abf829bdbcf3540 | e00ac66a5ad4a2d8f9c867cf9a601bf6a6ddae37 | refs/heads/master | 2023-07-12T00:46:01.515000 | 2021-08-26T07:21:15 | 2021-08-26T07:21:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.augurit.agmobile.patrolcore.common.device.model;
/**
* 描述:
*
* @author 创建人 :guokunhu
* @version 1.0
* @package 包名 :com.augurit.agmobile.patrolcore.common.device.model
* @createTime 创建时间 :2017/8/7
* @modifyBy 修改人 :guokunhu
* @modifyTime 修改时间 :2017/8/7
* @modifyMemo 修改备注:
*/
public class RegisterM... | UTF-8 | Java | 942 | java | RegisterModel.java | Java | [
{
"context": "mmon.device.model;\n\n/**\n * 描述:\n *\n * @author 创建人 :guokunhu\n * @version 1.0\n * @package 包名 :com.augurit.agmob",
"end": 100,
"score": 0.9995925426483154,
"start": 92,
"tag": "USERNAME",
"value": "guokunhu"
},
{
"context": "l\n * @createTime 创建时间 :2017/8/7\n * @modi... | null | [] | package com.augurit.agmobile.patrolcore.common.device.model;
/**
* 描述:
*
* @author 创建人 :guokunhu
* @version 1.0
* @package 包名 :com.augurit.agmobile.patrolcore.common.device.model
* @createTime 创建时间 :2017/8/7
* @modifyBy 修改人 :guokunhu
* @modifyTime 修改时间 :2017/8/7
* @modifyMemo 修改备注:
*/
public class RegisterM... | 942 | 0.625891 | 0.609264 | 43 | 18.581396 | 17.013309 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232558 | false | false | 4 |
b2b33622c3aab6af30cc4c719ab9904fc5c39d66 | 32,538,672,303,863 | 974e3783f72fc497baa400419acf00982a792fa0 | /app/src/main/java/amagi82/modularcharactersheetcreator/ui/_base/BaseActivity.java | d9ca7a2bcf8ae199ce800fd84267714242c32f2b | [] | no_license | brontan/ModularCharacterSheetCreator | https://github.com/brontan/ModularCharacterSheetCreator | b08720e9644666304cd2be66461b8035d5947234 | cb03997b794d8706af660ce99416015f33e9a425 | refs/heads/master | 2021-01-15T11:43:04.169000 | 2015-12-16T04:46:06 | 2015-12-16T04:46:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package amagi82.modularcharactersheetcreator.ui._base;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.annotation.ColorInt;
import android.support.annotation.DrawableRes;
import android.support.annotati... | UTF-8 | Java | 3,264 | java | BaseActivity.java | Java | [
{
"context": "package amagi82.modularcharactersheetcreator.ui._base;\n\nimport a",
"end": 14,
"score": 0.6813724637031555,
"start": 10,
"tag": "USERNAME",
"value": "agi8"
},
{
"context": "t java.lang.annotation.RetentionPolicy;\n\nimport amagi82.modularcharactersheetcreator.ui._extra... | null | [] | package amagi82.modularcharactersheetcreator.ui._base;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.annotation.ColorInt;
import android.support.annotation.DrawableRes;
import android.support.annotati... | 3,264 | 0.70527 | 0.70098 | 105 | 30.085714 | 23.017639 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 4 |
bf4f669774eb5b0bfb8eedf658a5b3a104e8301f | 27,934,467,353,119 | bd1e6784c1c1ed7d7606acb2b5fae398e0907b65 | /Backchat/src/com/youtell/backchat/api/DeleteGabRequest.java | 960cc2da012dd1f8b5a9e0e0d2703e95b140aa4d | [] | no_license | Backchat/backchat-android | https://github.com/Backchat/backchat-android | 1351e0475027a5ae05d5b0e49ca38393cee03f8e | 846b49fa5a07fa48dd9351a522b283baf6afbc9c | refs/heads/master | 2016-09-06T03:09:47.500000 | 2014-02-04T23:34:37 | 2014-02-04T23:34:37 | 12,497,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youtell.backchat.api;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.NameValuePair;
import org.json.JSONException;
import org.json.JSONObject;
import com.youtell.backchat.Application;
import com.youtell.backchat.models.User;
import com.youtell.backchat.services.APIService;
imp... | UTF-8 | Java | 1,143 | java | DeleteGabRequest.java | Java | [] | null | [] | package com.youtell.backchat.api;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.NameValuePair;
import org.json.JSONException;
import org.json.JSONObject;
import com.youtell.backchat.Application;
import com.youtell.backchat.models.User;
import com.youtell.backchat.services.APIService;
imp... | 1,143 | 0.76203 | 0.76203 | 52 | 20.98077 | 21.030647 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096154 | false | false | 4 |
d155e6b79386fad108b3501b6b5b8a3a635b3ab0 | 18,605,798,339,782 | 6b6485c1a274db88a8113eacaa0894efa5b95d1e | /143.java | 406cf07b75fea98f0e99acd28238f4795681fe89 | [] | no_license | pagenotfound4o4/leetcode | https://github.com/pagenotfound4o4/leetcode | 5d546b579187f2e56515db05eb125f526d9bc829 | c2b80c8b39392725458f427385926e22b0d17a39 | refs/heads/master | 2022-09-28T01:49:28.943000 | 2015-11-15T05:20:56 | 2015-11-15T05:20:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Solution {
public void reorderList(ListNode head) {
if (head == null || head.next == null) return;
int cnt = 0;
ListNode cur = head;
while (cur != null) {
cur = cur.next;
cnt++;
}
ListNode small = head;
... | UTF-8 | Java | 1,196 | java | 143.java | Java | [] | null | [] | import java.util.*;
public class Solution {
public void reorderList(ListNode head) {
if (head == null || head.next == null) return;
int cnt = 0;
ListNode cur = head;
while (cur != null) {
cur = cur.next;
cnt++;
}
ListNode small = head;
... | 1,196 | 0.448161 | 0.443144 | 46 | 25 | 13.080021 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717391 | false | false | 4 |
72dc402cc95160e62d786bf68a2183612a870bea | 4,982,162,122,199 | 2c563f8927ac2a3f8accf09f63d6c7584f8bea4d | /code/CGB-DB-SYS-V2.01/src/main/java/com/db/sys/dao/impl/SysLogDaoImpl.java | 24c7dbcb7a466e11fed1bb46773ffb921550e28a | [] | no_license | cui1427137878/Aspringboot | https://github.com/cui1427137878/Aspringboot | 64aed1607f3060cccf7937469567cafc701564e8 | 6ff35cd0236ef86bbc48b150b2524c3a23de7312 | refs/heads/master | 2023-03-01T10:15:14.831000 | 2021-02-04T02:33:20 | 2021-02-04T02:33:20 | 335,803,861 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.db.sys.dao.impl;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.db.sys.dao.SysLogDao;
import com.db.sys.entit... | UTF-8 | Java | 2,282 | java | SysLogDaoImpl.java | Java | [] | null | [] | package com.db.sys.dao.impl;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.db.sys.dao.SysLogDao;
import com.db.sys.entit... | 2,282 | 0.756886 | 0.752648 | 73 | 24.794521 | 19.164721 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.30137 | false | false | 4 |
11ca497be7eed0df1002ccdb3333057912ce41d7 | 23,759,759,115,019 | 8e6494ddb1bf80d2d01f3e821c32aa6b4ccff009 | /app/src/main/java/inc/angga/mobile/appszakat/base_data/Data.java | bcc00193ff44f385b308d77c8707560eebdf5624 | [] | no_license | gaganugraha33/AppsZakat | https://github.com/gaganugraha33/AppsZakat | 68d687db50289524dd175cee9392078b21f088a8 | 3ee1b13ef9b4c751b5f457143baafa00541e94b1 | refs/heads/master | 2021-01-13T16:18:11.715000 | 2017-05-09T07:57:48 | 2017-05-09T07:57:48 | 81,768,111 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inc.angga.mobile.appszakat.base_data;
import android.os.Parcelable;
import java.util.HashMap;
/**
* Created by ACER on 11/9/2016.
*/
public interface Data<Field,Value> extends Parcelable {
void set(Field field, Value value);
HashMap<String,Object> getMap();
Object get(Field field);
void se... | UTF-8 | Java | 391 | java | Data.java | Java | [
{
"context": "ble;\n\nimport java.util.HashMap;\n\n/**\n * Created by ACER on 11/9/2016.\n */\n\npublic interface Data<Field,Va",
"end": 127,
"score": 0.957626461982727,
"start": 123,
"tag": "USERNAME",
"value": "ACER"
}
] | null | [] | package inc.angga.mobile.appszakat.base_data;
import android.os.Parcelable;
import java.util.HashMap;
/**
* Created by ACER on 11/9/2016.
*/
public interface Data<Field,Value> extends Parcelable {
void set(Field field, Value value);
HashMap<String,Object> getMap();
Object get(Field field);
void se... | 391 | 0.705882 | 0.68798 | 18 | 20.722221 | 18.973097 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 4 |
2527aad984e002b6802901099ebf9cafc7379b28 | 3,487,513,445,038 | cedfb28d40849d43173606e10d2154e783cbe38a | /EBike11/src/com/phonegap/natives/tool/L.java | cbff2d2609f67c0a36a7f0dc3f24e71a924ca299 | [
"MIT"
] | permissive | TrustMy/EBike | https://github.com/TrustMy/EBike | 113988326a25ca4fb32e7c6af9a86b9d58259543 | 5d17032017dec6b5e973d4d7b23f6af0ab422e0d | refs/heads/master | 2021-01-17T22:22:59.222000 | 2017-06-06T09:43:12 | 2017-06-06T09:43:12 | 81,544,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phonegap.natives.tool;
import android.util.Log;
/**
* Created by Trust on 17/1/3.
*/
public class L {
private static boolean debug = true;
private static String TAG = "lhh_Debug";
public static void i(String msg)
{
if(debug)
{
Log.i(TAG,msg);
}
... | UTF-8 | Java | 325 | java | L.java | Java | [] | null | [] | package com.phonegap.natives.tool;
import android.util.Log;
/**
* Created by Trust on 17/1/3.
*/
public class L {
private static boolean debug = true;
private static String TAG = "lhh_Debug";
public static void i(String msg)
{
if(debug)
{
Log.i(TAG,msg);
}
... | 325 | 0.563077 | 0.550769 | 21 | 14.476191 | 14.86645 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
6de1648c8f84fabbdb68698e0c2cf60704d4e6c5 | 8,048,768,731,386 | 785edad9352fedc51526cd565d0b122cb315ab0a | /src/main/java/org/czocher/raccoon/views/orderitem/impl/OrderItemViewImpl.java | befb14ae7e6e2c00fe4196922ab1c56d4540daa1 | [] | no_license | Czocher/Racoon | https://github.com/Czocher/Racoon | cc3d3b020ffb2111894249f062988399df5f8cf5 | d3565b805d737326b289b9bbf03623b4d872f401 | refs/heads/master | 2021-01-10T17:38:11.315000 | 2014-05-06T12:46:30 | 2014-05-06T12:46:30 | 47,759,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.czocher.raccoon.views.orderitem.impl;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.HashMap;
import java.util.Map;
import org.czocher.raccoon.AppDriver;
import org.czocher.raccoon.presenters.orderitem.OrderItemPresenter;
import org.czocher.raccoon.views.c... | UTF-8 | Java | 1,800 | java | OrderItemViewImpl.java | Java | [] | null | [] | package org.czocher.raccoon.views.orderitem.impl;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.HashMap;
import java.util.Map;
import org.czocher.raccoon.AppDriver;
import org.czocher.raccoon.presenters.orderitem.OrderItemPresenter;
import org.czocher.raccoon.views.c... | 1,800 | 0.775 | 0.775 | 67 | 25.865671 | 22.741831 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.507463 | false | false | 4 |
4a1ac9ebac190e8e643bf3c414f1794c25b501b4 | 17,789,754,564,274 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_fe05659379ae0b2139cc62f9a806d5dd979fa7d1/DownloadingFragmentTest/5_fe05659379ae0b2139cc62f9a806d5dd979fa7d1_DownloadingFragmentTest_t.java | ef304b01a684229f59bcf248bb074a44af9136e4 | [] | 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 | package nl.napauleon.sabber.test;
import nl.napauleon.sabber.R;
public class DownloadingFragmentTest extends RobotiumTest {
@Override
public void setUp() throws Exception {
super.setUp();
enterMockSettings();
}
public void testDownloadingMock() throws Exception {
solo.clickOnText(solo.getStr... | UTF-8 | Java | 858 | java | 5_fe05659379ae0b2139cc62f9a806d5dd979fa7d1_DownloadingFragmentTest_t.java | Java | [
{
"context": ".string.history));\n \t\tassertTrue(solo.searchText(\"Anne Rice\"));\n \t}\n }\n",
"end": 846,
"score": 0.9995639324188232,
"start": 837,
"tag": "NAME",
"value": "Anne Rice"
}
] | null | [] | package nl.napauleon.sabber.test;
import nl.napauleon.sabber.R;
public class DownloadingFragmentTest extends RobotiumTest {
@Override
public void setUp() throws Exception {
super.setUp();
enterMockSettings();
}
public void testDownloadingMock() throws Exception {
solo.clickOnText(solo.getStr... | 855 | 0.724942 | 0.723776 | 32 | 25.78125 | 23.112137 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.53125 | false | false | 4 |
44cda8b492f07a22e849258f1460e5c65fae6750 | 23,897,198,050,725 | 038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad | /schemaOrgImpl/src/org/kyojo/schemaorg/m3n5/core/GenderType.java | 95853d63015da82b86db6ebbdbb204cf30419212 | [
"Apache-2.0"
] | permissive | nagaikenshin/schemaOrg | https://github.com/nagaikenshin/schemaOrg | 3dec1626781913930da5585884e3484e0b525aea | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | refs/heads/master | 2021-06-25T04:52:49.995000 | 2019-05-12T06:22:37 | 2019-05-12T06:22:37 | 134,319,974 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.kyojo.schemaorg.m3n5.core;
import org.kyojo.schemaorg.CamelizedName;
import org.kyojo.schemaorg.ConstantizedName;
import org.kyojo.schemaorg.JsonLdContext;
import org.kyojo.schemaorg.SampleValue;
import org.kyojo.schemaorg.SchemaOrgComment;
import org.kyojo.schemaorg.SchemaOrgLabel;
import org.kyojo.schema... | UTF-8 | Java | 1,100 | java | GenderType.java | Java | [
{
"context": ".\")\n\t@CamelizedName(\"female\")\n\t@ConstantizedName(\"FEMALE\")\n\t@SampleValue(\"2\")\n\tpublic interface Female ext",
"end": 764,
"score": 0.7826212048530579,
"start": 758,
"tag": "NAME",
"value": "FEMALE"
},
{
"context": "er.\")\n\t@CamelizedName(\"male\")\n\t@Co... | null | [] | package org.kyojo.schemaorg.m3n5.core;
import org.kyojo.schemaorg.CamelizedName;
import org.kyojo.schemaorg.ConstantizedName;
import org.kyojo.schemaorg.JsonLdContext;
import org.kyojo.schemaorg.SampleValue;
import org.kyojo.schemaorg.SchemaOrgComment;
import org.kyojo.schemaorg.SchemaOrgLabel;
import org.kyojo.schema... | 1,100 | 0.770909 | 0.767273 | 41 | 25.829268 | 17.186073 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682927 | false | false | 4 |
4b96ea3d75f60ba6b859f5fce5f4f12c79ca741a | 14,276,471,296,821 | a731e72d4d5779af7a9ea87dad76a63a93ecec8f | /api_parent/api_addressbook/src/main/java/org/dto/adapter/orm/PersonalContactRmt2OrmAdapter.java | ad6dd430b63ac7a22f1da50f23f53b81ee0a2e41 | [] | no_license | rmt2bsc/business_domain_api | https://github.com/rmt2bsc/business_domain_api | 63d52901ef6a7ce87ec915f286b884019c605458 | 851512ae8dc8bb5cf4822c2628edb3e6e9a88ef4 | refs/heads/master | 2023-07-03T13:14:47.198000 | 2022-09-14T07:25:18 | 2022-09-14T07:25:18 | 77,566,407 | 0 | 0 | null | false | 2022-09-10T20:46:31 | 2016-12-28T22:59:02 | 2021-09-04T20:06:26 | 2022-09-10T20:46:29 | 125,813 | 0 | 0 | 1 | Java | false | false | package org.dto.adapter.orm;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.dao.contacts.ContactsConst;
import org.dao.mapping.orm.rmt2.Address;
import org.dao.mapping.orm.rmt2.Person;
import org.dao.mapping.orm.rmt2.VwPersonAddress;
import org.dto.PersonalContactDto;
/**
* Ada... | UTF-8 | Java | 9,311 | java | PersonalContactRmt2OrmAdapter.java | Java | [
{
"context": "to an\n * <i>PersonalContactDto</i>.\n * \n * @author Roy Terrell\n * \n */\nclass PersonalContactRmt2OrmAdapter exten",
"end": 441,
"score": 0.9998634457588196,
"start": 430,
"tag": "NAME",
"value": "Roy Terrell"
}
] | null | [] | package org.dto.adapter.orm;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.dao.contacts.ContactsConst;
import org.dao.mapping.orm.rmt2.Address;
import org.dao.mapping.orm.rmt2.Person;
import org.dao.mapping.orm.rmt2.VwPersonAddress;
import org.dto.PersonalContactDto;
/**
* Ada... | 9,306 | 0.581463 | 0.580389 | 395 | 22.572151 | 21.057287 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.187342 | false | false | 4 |
1c664ae7953d256e1716d03d3da64524d7124f6d | 8,074,538,553,481 | 4e409f2140a98aa1849e982af02ec1569fe397bd | /src/main/java/com/lql/utils/UserCheckUtil.java | a6f78fa4d4df8ca2c023651e49ff656b26bbc6c5 | [] | no_license | JokerSun/teststore | https://github.com/JokerSun/teststore | a2f252e9959aab06859e0598d616623f38352440 | b1c9b4c4ebbfbc949088dac5e613e9b513ab4416 | refs/heads/master | 2019-03-09T15:42:05.953000 | 2017-08-24T14:28:05 | 2017-08-24T14:28:05 | 101,199,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lql.utils;
import com.lql.pojo.User;
import org.apache.commons.lang3.StringUtils;
public class UserCheckUtil {
public static boolean isNotBlankUser(User user){
return
user!=null&&
StringUtils.isNotBlank(user.getUserName())&&
StringUtils.isNotBlan... | UTF-8 | Java | 495 | java | UserCheckUtil.java | Java | [] | null | [] | package com.lql.utils;
import com.lql.pojo.User;
import org.apache.commons.lang3.StringUtils;
public class UserCheckUtil {
public static boolean isNotBlankUser(User user){
return
user!=null&&
StringUtils.isNotBlank(user.getUserName())&&
StringUtils.isNotBlan... | 495 | 0.626263 | 0.624242 | 16 | 29.9375 | 22.36199 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 4 |
165c2358f3a81e3760232c1070e756312644dfcf | 16,037,407,911,425 | 2741da96e6c809e4dacccd0057db252677d476a3 | /src/Replits/Replit182_MethodsWithArrayList4Set.java | 13ed39950f99a3c00f4c6eba8d5a53383ffc4673 | [] | no_license | SerhatAlturk/Practice_Project | https://github.com/SerhatAlturk/Practice_Project | 544dd7d06cb7cbd50d940b7bd87a52a8f87d41d2 | ff1135502bfdce24890d39b11c4c470f9d6b448d | refs/heads/master | 2022-12-03T01:55:55.923000 | 2020-08-22T02:34:51 | 2020-08-22T02:34:51 | 261,658,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Replits;
import java.util.ArrayList;
public class Replit182_MethodsWithArrayList4Set //Date: 30 Apr 2020 -- Time: 9:32 PM
{
public static void test(ArrayList<String> words)
{
//write code here
words.set(0, "git");
... | UTF-8 | Java | 351 | java | Replit182_MethodsWithArrayList4Set.java | Java | [] | null | [] | package Replits;
import java.util.ArrayList;
public class Replit182_MethodsWithArrayList4Set //Date: 30 Apr 2020 -- Time: 9:32 PM
{
public static void test(ArrayList<String> words)
{
//write code here
words.set(0, "git");
... | 351 | 0.512821 | 0.470085 | 14 | 24.071428 | 37.818108 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 4 |
bf8cb247e330cd0ccdced41b83b8f5c959151d0f | 32,521,492,427,429 | a3c4c73b95c1bae2319da86f5625ccbdc89b5252 | /cagrid-mms/cagrid-mms-cadsr-impl/src/main/java/gov/nih/nci/cadsr/umlproject/domain/UMLAssociationMetadata.java | d105edcc478175fd9c5bcabd720afcb6e177d79c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | NCIP/cagrid2 | https://github.com/NCIP/cagrid2 | 10e6f0fc77ee048a430c7c8f032d4dd6758f5dac | e9b5394c95b21430714435d7c3aff4c54f6c1460 | refs/heads/master | 2021-01-21T21:48:59.013000 | 2016-03-09T18:29:21 | 2016-03-09T18:29:21 | 10,062,288 | 4 | 1 | null | false | 2016-03-09T18:29:23 | 2013-05-14T18:45:34 | 2015-03-08T21:23:24 | 2016-03-09T18:29:21 | 17,297 | 1 | 3 | 0 | Java | null | null | package gov.nih.nci.cadsr.umlproject.domain;
import gov.nih.nci.cadsr.domain.ObjectClassRelationship;import java.util.Collection;
import java.io.Serializable;
/**
* The attributes associated with the UML Class describing its relationships to other UML Classes. This information is stored in the caDSR Object Clas... | UTF-8 | Java | 8,747 | java | UMLAssociationMetadata.java | Java | [] | null | [] | package gov.nih.nci.cadsr.umlproject.domain;
import gov.nih.nci.cadsr.domain.ObjectClassRelationship;import java.util.Collection;
import java.io.Serializable;
/**
* The attributes associated with the UML Class describing its relationships to other UML Classes. This information is stored in the caDSR Object Clas... | 8,747 | 0.739568 | 0.738082 | 347 | 23.590778 | 28.792404 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.29683 | false | false | 4 |
d448667816000097e0306848b28e26da668e64c5 | 8,143,257,993,888 | 001dfa25b270b094f1c684ab8f25833c7005f83b | /src/main/java/fr/simania/duel/arenas/ArenaListeners.java | 5c6887082a4ddb1758108b816deedc4161189dd4 | [] | no_license | IsMania/IsMania_Duel | https://github.com/IsMania/IsMania_Duel | bbb9b164823d56f94c9862c450043b7cc2000412 | 579c16ab66c0a54259100be62ed88d1e0c37e851 | refs/heads/master | 2020-03-22T10:08:44.726000 | 2018-07-05T18:23:15 | 2018-07-05T18:23:15 | 139,882,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.simania.duel.arenas;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.bukkit.event.entity.PlayerDeathEvent;
import org.b... | UTF-8 | Java | 2,021 | java | ArenaListeners.java | Java | [] | null | [] | package fr.simania.duel.arenas;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.bukkit.event.entity.PlayerDeathEvent;
import org.b... | 2,021 | 0.683842 | 0.671836 | 75 | 24.653334 | 25.077211 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.08 | false | false | 4 |
89ac8f023123ce67eaa860b1f2d784546662d2a3 | 30,099,130,869,740 | 1869205092dc444c82d8b0ba35d29f87d2514373 | /goci-interfaces/goci-curation/src/main/java/uk/ac/ebi/spot/goci/curation/dto/PublicStudyDto.java | 4f8f7c70a24ef8e77b9e56b3acb3fda4427fef91 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | EBISPOT/goci | https://github.com/EBISPOT/goci | 42a9d4939e46e41ecaaf2fbf315d2e4504112a20 | be3af797798ae6640036e2f7f78c55fcb2dfe012 | refs/heads/2.x-stable | 2023-08-16T19:16:10.406000 | 2023-08-02T16:46:44 | 2023-08-02T16:46:44 | 2,995,118 | 26 | 22 | Apache-2.0 | false | 2023-09-14T14:58:09 | 2011-12-16T14:25:43 | 2023-04-27T13:50:34 | 2023-09-14T14:58:08 | 148,510 | 25 | 21 | 222 | Java | false | false | package uk.ac.ebi.spot.goci.curation.dto;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.hateoas.core.Relation;
@Data
@No... | UTF-8 | Java | 1,024 | java | PublicStudyDto.java | Java | [] | null | [] | package uk.ac.ebi.spot.goci.curation.dto;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.hateoas.core.Relation;
@Data
@No... | 1,024 | 0.768555 | 0.768555 | 42 | 23.380953 | 17.907104 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 4 |
0fa8a15bbee7f3a738d968d11f528d35b8d912db | 30,099,130,867,538 | adfd3735c5ba15ecb7ab6198c669c6e33e823a46 | /src/main/java/dao/UserData.java | 6203dc0bec1189eacc918458c49e4e7b5a515b7e | [] | no_license | bjavkhlan/webStore | https://github.com/bjavkhlan/webStore | fc5668a1efc7f2addde2aff57b837b5b4f8b40f5 | 5617947428defc316ab5db8d53b39cc2f8c1c2de | refs/heads/master | 2020-04-29T00:11:44.313000 | 2019-03-15T21:37:09 | 2019-03-15T21:37:09 | 175,685,214 | 0 | 0 | null | false | 2019-03-15T15:17:41 | 2019-03-14T19:19:46 | 2019-03-15T03:38:38 | 2019-03-15T15:17:40 | 21 | 0 | 0 | 0 | Java | false | null | package dao;
import model.User;
import java.util.ArrayList;
import java.util.List;
public class UserData {
private static List<User> users = new ArrayList<User>(){
{
add(new User("jagaa", "password"));
add(new User("jagaa", "password"));
add(new User("admin", "admin"))... | UTF-8 | Java | 763 | java | UserData.java | Java | [
{
"context": ">(){\n {\n add(new User(\"jagaa\", \"password\"));\n add(new User(\"jagaa\", \"password\")",
"end": 224,
"score": 0.5749577283859253,
"start": 216,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " \"password\"));\n add(new... | null | [] | package dao;
import model.User;
import java.util.ArrayList;
import java.util.List;
public class UserData {
private static List<User> users = new ArrayList<User>(){
{
add(new User("jagaa", "<PASSWORD>"));
add(new User("jagaa", "<PASSWORD>"));
add(new User("admin", "admi... | 767 | 0.572739 | 0.572739 | 31 | 23.612904 | 20.912533 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 4 |
d2095079298f4c0ab62a403a3e639f19aa3a4495 | 5,557,687,746,357 | 2f74b6d9e91a9e70230ec11738dc83064ff50757 | /src/code/ThreeTBoardState.java | d82f420f60383a7ecd3877d30b21c26ecd1cd6ee | [] | no_license | Erice59/CodenameGameCSE116 | https://github.com/Erice59/CodenameGameCSE116 | 038a8829325522b178b4dca71c782e745568df92 | ca1794e9a832fb5ed208ae2e01ad862f4a7da611 | refs/heads/master | 2020-03-18T04:24:28.673000 | 2018-05-07T04:48:53 | 2018-05-07T04:48:53 | 134,285,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package code;
/**
* Class to determine win states of the game for a three team game, will determine the winner if there is one of the current board, and if the board is in a current win state.
* @author Eric Weinman
*
*/
public class ThreeTBoardState {
/**
* This instance variable holds who is currently the wi... | UTF-8 | Java | 8,856 | java | ThreeTBoardState.java | Java | [
{
"context": "if the board is in a current win state.\n * @author Eric Weinman\n *\n */\n\npublic class ThreeTBoardState {\n\n\t/**\n\t *",
"end": 217,
"score": 0.999477744102478,
"start": 205,
"tag": "NAME",
"value": "Eric Weinman"
},
{
"context": "col++) {\n\t\t\t\tif (l[row][col].... | null | [] | package code;
/**
* Class to determine win states of the game for a three team game, will determine the winner if there is one of the current board, and if the board is in a current win state.
* @author <NAME>
*
*/
public class ThreeTBoardState {
/**
* This instance variable holds who is currently the winner, ... | 8,850 | 0.657182 | 0.655262 | 271 | 31.678967 | 31.783113 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.878229 | false | false | 4 |
1e83c764f91b743b20e7b1467b6559c2eac4038d | 28,991,029,249,937 | 8b7e893117f5e68c4639f703f14bb064bfe6b6db | /BlueSky/app/src/main/java/com/ranjeevmahtani/bluesky/ui/NavigationDrawerFragment.java | 417db1736cc2203cc84f07c76a5b0181b47745af | [] | no_license | ranjeevmahtani/Capstone-Project | https://github.com/ranjeevmahtani/Capstone-Project | e27b6f2dccc57965e332fa35de1282d7188cd5eb | a5445e94b19c62435c1cb17f9a2454086a026c54 | refs/heads/master | 2016-07-29T02:39:47.153000 | 2016-07-06T18:50:05 | 2016-07-06T18:50:05 | 48,833,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ranjeevmahtani.bluesky.ui;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.app.Fragment;
import android.support.v4.widget.DrawerLayout;
import android.util.Log;
import android.view.Layout... | UTF-8 | Java | 7,173 | java | NavigationDrawerFragment.java | Java | [] | null | [] | package com.ranjeevmahtani.bluesky.ui;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.app.Fragment;
import android.support.v4.widget.DrawerLayout;
import android.util.Log;
import android.view.Layout... | 7,173 | 0.650913 | 0.648264 | 176 | 39.75568 | 31.219393 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528409 | false | false | 4 |
bf85c0051fd072d5f42956f96c5987f5543dc7c3 | 25,177,098,292,249 | 49f215d698162b9084373dc88148782a79159027 | /src/cad/TestingDilationErosionAndMorphologyCloseManually.java | 7fa24fc4cceb621c36384a1628fcad5b6ba0a000 | [] | no_license | achilep/COMPUTER-AIDED-DIAGNOSIS-SYSTEM-FOR-LUNG-CANCER-DETECTION-CADS-FOR-LCD- | https://github.com/achilep/COMPUTER-AIDED-DIAGNOSIS-SYSTEM-FOR-LUNG-CANCER-DETECTION-CADS-FOR-LCD- | 97ee6a4bc589a34a9428217c22bebcb7108df02c | d221a296920ace7b92fea3761fc5199e6673cb44 | refs/heads/master | 2022-03-10T18:21:25.964000 | 2019-12-10T13:50:30 | 2019-12-10T13:50:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package cad;
import org.opencv.core.Core;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.opencv.core.Size;
imp... | UTF-8 | Java | 3,200 | java | TestingDilationErosionAndMorphologyCloseManually.java | Java | [
{
"context": "ort org.opencv.imgproc.Imgproc;\n\n/**\n *\n * @author virajee\n */\npublic class TestingDilationErosionAndMorphol",
"end": 413,
"score": 0.9976546168327332,
"start": 406,
"tag": "USERNAME",
"value": "virajee"
}
] | 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 cad;
import org.opencv.core.Core;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.opencv.core.Size;
imp... | 3,200 | 0.57 | 0.5575 | 75 | 41.666668 | 46.864723 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 4 |
029f64a5af46e9898b45a3e3ccb1ee869be33788 | 30,709,016,185,415 | ad3d78da9109328990ec353b95ec4721d9c6b44d | /src/lin/dao/inter/CourseDaoInter.java | 1738216f7e6000cd340dd7a22606d7cfdf310396 | [] | no_license | Muyeshennai/select_course_lin | https://github.com/Muyeshennai/select_course_lin | 3881dd7a36cb2142f570dc4b201ab6fee05dfc15 | 48bb1740eb9059b00840a2900846d03be71b287e | refs/heads/master | 2020-06-12T09:37:10.194000 | 2017-04-12T07:37:55 | 2017-04-12T07:37:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lin.dao.inter;
import java.util.List;
import lin.domain.Course;
public interface CourseDaoInter {
public void addCourse(Course course);
public List<Course> findAllCourse();
}
| UTF-8 | Java | 200 | java | CourseDaoInter.java | Java | [] | null | [] | package lin.dao.inter;
import java.util.List;
import lin.domain.Course;
public interface CourseDaoInter {
public void addCourse(Course course);
public List<Course> findAllCourse();
}
| 200 | 0.73 | 0.73 | 11 | 16.181818 | 15.420283 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 4 |
9695bcc89761a207a046ffccd831891c92d0c192 | 13,443,247,705,709 | 3330bdd2e9007819f1bdaf58636d5a0f19b49291 | /src/selectingmeropsmatrix/MatrixEntry.java | 7d5ab1d5bec8abc4242aa96314900f2fee5f13f0 | [] | no_license | julieklein/ScrapingMEROPSmatrix | https://github.com/julieklein/ScrapingMEROPSmatrix | debf4ee1f6777646835b2b31e3a205895e19bb08 | 48769d8763cce2498708924199af2ab29ae8bb18 | refs/heads/master | 2016-09-05T15:18:20.906000 | 2012-11-23T10:16:16 | 2012-11-23T10:16:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package selectingmeropsmatrix;
public class MatrixEntry {
public String proteasesymbol;
public String meropsurl;
public String nP4;
public String nP3;
public String nP2;
public String nP1;
public String nP1prime;
public String nP2prime;
public String nP3prime;
public String nP4prime;
public int dP4;
public... | UTF-8 | Java | 2,941 | java | MatrixEntry.java | Java | [] | null | [] | package selectingmeropsmatrix;
public class MatrixEntry {
public String proteasesymbol;
public String meropsurl;
public String nP4;
public String nP3;
public String nP2;
public String nP1;
public String nP1prime;
public String nP2prime;
public String nP3prime;
public String nP4prime;
public int dP4;
public... | 2,941 | 0.691602 | 0.639918 | 161 | 17.26708 | 12.842456 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652174 | false | false | 4 |
8b07e7545c0f168ff34bb89733f9988e17b07a97 | 13,477,607,442,969 | a5e4ef311e88db28ef341011262c54b14296306b | /app/src/main/java/com/example/ramdanariadi/mobileproject/Class/DestinationSqlHandler.java | 572f6b00c75aed04c8b4f471fb5d9c9b2a395d08 | [] | no_license | ramdanariadi/MobileProject | https://github.com/ramdanariadi/MobileProject | e8e9cd06f993ec2a64d1bd1cd08e660f80cece5b | 071780f9155d90ed94a71e86128d10623e4ec07c | refs/heads/master | 2020-06-03T06:15:06.042000 | 2017-06-12T16:38:03 | 2017-06-12T16:38:03 | 94,119,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ramdanariadi.mobileproject.Class;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import java.util.ArrayList;
/**
* Creat... | UTF-8 | Java | 3,911 | java | DestinationSqlHandler.java | Java | [
{
"context": "package com.example.ramdanariadi.mobileproject.Class;\n\nimport android.content.C",
"end": 29,
"score": 0.6296238303184509,
"start": 20,
"tag": "USERNAME",
"value": "ramdanari"
},
{
"context": "g;\n\nimport java.util.ArrayList;\n\n/**\n * Created by ramdan ariadi on 09/... | null | [] | package com.example.ramdanariadi.mobileproject.Class;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import java.util.ArrayList;
/**
* Creat... | 3,904 | 0.700844 | 0.69752 | 92 | 41.510868 | 32.82811 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 4 |
7fc35338e993ba50bbc32dd098b744f4e8361890 | 15,822,659,524,340 | 3a160ca805a174271e1cd9959be99247b49ecb98 | /src/part1/aula4_tipos_e_variaveis/testaVariaveis.java | 77d9303465d3b01d228e08d191b79f2dd50f2469 | [] | no_license | PedroReimberg/Alura_Java | https://github.com/PedroReimberg/Alura_Java | 7802e740a2ffdc3cc1d46e779f336405b710112f | 8799550139c1b358e97e74ba50c39b90cc6d3ed5 | refs/heads/master | 2022-12-05T21:18:54.763000 | 2020-08-18T00:40:56 | 2020-08-18T00:40:56 | 288,317,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package part1.aula4_tipos_e_variaveis;
public class testaVariaveis {
public static void main(String[] args){
System.out.println("ola");
double idade = 50.5;
System.out.println(idade);
System.out.println();
}
}
| UTF-8 | Java | 255 | java | testaVariaveis.java | Java | [] | null | [] | package part1.aula4_tipos_e_variaveis;
public class testaVariaveis {
public static void main(String[] args){
System.out.println("ola");
double idade = 50.5;
System.out.println(idade);
System.out.println();
}
}
| 255 | 0.615686 | 0.596078 | 13 | 18.538462 | 16.708429 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 4 |
13b501f4031454be5331279c7983faff48afd539 | 28,587,302,369,828 | 2cbab52cf94e2f61990a048aab95bc7297eb66ac | /cf-sdk/src/main/java/com/gaidelfanclub/sdk/model/Problems.java | 4fdb27f1d8d0bd40466750f304be3fa07ea6555f | [] | no_license | GaidelFanClub/cf-sdk | https://github.com/GaidelFanClub/cf-sdk | 829f9dc70bca0abd0544d29bd7a407c9b0abc193 | 41009ae8907b6494a8de202d1d63e608f13ab295 | refs/heads/master | 2021-01-20T16:58:27.806000 | 2017-03-07T15:02:32 | 2017-03-07T15:02:32 | 82,843,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gaidelfanclub.sdk.model;
import java.util.List;
/**
* Created by Artem on 23.02.2017.
*/
public class Problems {
private List<Problem> problemList;
private List<ProblemStatistics> problemStatisticsList;
}
| UTF-8 | Java | 231 | java | Problems.java | Java | [
{
"context": ".model;\n\nimport java.util.List;\n\n/**\n * Created by Artem on 23.02.2017.\n */\n\npublic class Problems {\n p",
"end": 85,
"score": 0.9994357824325562,
"start": 80,
"tag": "NAME",
"value": "Artem"
}
] | null | [] | package com.gaidelfanclub.sdk.model;
import java.util.List;
/**
* Created by Artem on 23.02.2017.
*/
public class Problems {
private List<Problem> problemList;
private List<ProblemStatistics> problemStatisticsList;
}
| 231 | 0.735931 | 0.701299 | 13 | 16.76923 | 18.88489 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.