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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7992b4de1adc1eae3faab54eae0f486c3a009caf | 11,038,065,986,777 | d9bcb88222dfe0bf2e84226437dded21f00726b8 | /src/main/java/io/github/axle2005/commands/Register.java | f90e59b2dda68f87f872ff25c4365b6b30791af4 | [] | no_license | axle2005/SpigotCommandConverter | https://github.com/axle2005/SpigotCommandConverter | c19268619878fa15f664acce335453dbd7c7f31e | 71fbffe662d19f5801ae5b5d95a1975d0dbe3ec5 | refs/heads/master | 2021-01-11T07:59:26.608000 | 2016-10-28T13:27:22 | 2016-10-28T13:27:22 | 72,133,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.axle2005.commands;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.args.GenericArguments;
import org.spongepowered.api.command.spec.CommandSpec;
import org.spongepowered.api.text.Text;
import io.github.axle2005.SpigotCommandConverter;
public class Register {
p... | UTF-8 | Java | 1,192 | java | Register.java | Java | [
{
"context": "package io.github.axle2005.commands;\r\n\r\nimport org.spongepowered.api.Sponge;",
"end": 26,
"score": 0.9996029734611511,
"start": 18,
"tag": "USERNAME",
"value": "axle2005"
},
{
"context": ".spongepowered.api.text.Text;\r\n\r\nimport io.github.axle2005.SpigotCommandCo... | null | [] | package io.github.axle2005.commands;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.args.GenericArguments;
import org.spongepowered.api.command.spec.CommandSpec;
import org.spongepowered.api.text.Text;
import io.github.axle2005.SpigotCommandConverter;
public class Register {
p... | 1,192 | 0.737416 | 0.729866 | 29 | 39.103447 | 35.235508 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.448276 | false | false | 10 |
3dec848e2456558a2ecfe7ee76b962cc9df1725c | 28,965,259,495,246 | 3e49407ba02f64e4790cbcb7db2ef32a86e92742 | /facturator-libra-ejb/ejbModule/uy/com/tmwc/facturator/libra/entity/ParticipacionVendedorLPK.java | c32e2589868742cd9d72668a9a2806b66731aaf3 | [] | no_license | epirisroggero/facturador-server | https://github.com/epirisroggero/facturador-server | e8b01fea785d895cbedf975070ae0bc68043982d | df77ca2c608c2647eb777bddbf5d0dbca144313d | refs/heads/master | 2022-07-07T23:54:45.123000 | 2022-07-02T20:00:37 | 2022-07-02T20:00:37 | 129,334,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uy.com.tmwc.facturator.libra.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class ParticipacionVendedorLPK implements Serializable {
private static final long serialVersionUID = 1L;
@Column(name = "EmpId", length = 10)
private ... | UTF-8 | Java | 1,355 | java | ParticipacionVendedorLPK.java | Java | [] | null | [] | package uy.com.tmwc.facturator.libra.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class ParticipacionVendedorLPK implements Serializable {
private static final long serialVersionUID = 1L;
@Column(name = "EmpId", length = 10)
private ... | 1,355 | 0.702583 | 0.696679 | 66 | 19.545454 | 21.330858 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.378788 | false | false | 10 |
ad3ccb8c1a1a79deabecbe7d2c0f446670e98b83 | 18,451,179,510,498 | 17810972d4dd27f923f6e0af36a52e76dd3d0b39 | /gustaf/Snake/src/Controller.java | a99fe2a3e3bb8378b9cfef199e7dea3b233fca8f | [] | no_license | maxbergmark/old-work | https://github.com/maxbergmark/old-work | a6b4e77e9f345f0f2f437c9f60d18aa4e2d4ddcb | beeded9b15acc612796fad880873aaa495653f71 | refs/heads/master | 2020-04-18T12:45:21.657000 | 2019-02-04T09:32:18 | 2019-02-04T09:32:18 | 167,543,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class Controller extends JFrame implements ActionListener, KeyListener {
Timer timer;
SnakePanel panel;
int time, counter;
W... | UTF-8 | Java | 3,528 | java | Controller.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class Controller extends JFrame implements ActionListener, KeyListener {
Timer timer;
SnakePanel panel;
int time, counter;
W... | 3,528 | 0.509637 | 0.497732 | 105 | 31.6 | 27.01132 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 10 |
0cec1d700ba068eb8a7d6db4d28e49b1787bac16 | 13,889,924,242,076 | 9309a4e2a799515f0fdb20d592e94cf9ac668770 | /app/src/main/java/kz/ltd/gamer/Main/TabPageThreeDisk.java | 74989fe6485ae940084350a13a115af07bef81ca | [] | no_license | GamerOrg/GamerApp | https://github.com/GamerOrg/GamerApp | 1886c71ac16e08228e9790cddeb5c64161431967 | c97dc5578e8836ba21317423323c8b675d85caed | refs/heads/master | 2018-01-08T02:01:48.485000 | 2015-11-01T16:37:59 | 2015-11-01T16:37:59 | 43,649,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.ltd.gamer.Main;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTabHost;
import android.view.View;
import android.widget.ImageButton;
impor... | UTF-8 | Java | 2,048 | java | TabPageThreeDisk.java | Java | [] | null | [] | package kz.ltd.gamer.Main;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentTabHost;
import android.view.View;
import android.widget.ImageButton;
impor... | 2,048 | 0.706543 | 0.70459 | 58 | 34.327587 | 29.640017 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 10 |
bbf0c7d3bd9ff96c4a4faf139dda23dcd5b2b379 | 4,664,334,529,910 | 35ff52502b4fb2449b6165e379d1fa04177b5b66 | /app/src/main/java/com/example/android/tour_guide_app/TopAttractionsActivity.java | 00a1c0cabb9bc1c67c06b6409d7223b8e2da4001 | [] | no_license | luciancroitoru/Tour_Guide_App | https://github.com/luciancroitoru/Tour_Guide_App | d693992b2efc4f6ea6e05bdff8084130ce5b21a5 | d9e9480126359703665e1f105eda1623ea1a62be | refs/heads/master | 2020-12-03T08:14:35.729000 | 2017-06-30T12:10:59 | 2017-06-30T12:11:02 | 95,674,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.tour_guide_app;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListView;
import java.util.ArrayList;
public class TopAttractionsActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | UTF-8 | Java | 3,351 | java | TopAttractionsActivity.java | Java | [] | null | [] | package com.example.android.tour_guide_app;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListView;
import java.util.ArrayList;
public class TopAttractionsActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | 3,351 | 0.726649 | 0.725753 | 51 | 64.725487 | 56.987469 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.960784 | false | false | 10 |
8de42bf50a58924c92403257edaa40ccd849d68a | 7,679,401,550,426 | 7e65f5a9a85d10bea5336a910266b32279aefcb5 | /blackjack_java/BlackJack/view/IView.java | 114b186c3fd3a30ee532b0fa2ec2f643733e7ec1 | [] | no_license | dargiriou/1dv607-BlackJack | https://github.com/dargiriou/1dv607-BlackJack | 603c09136acb7d5cf1cb3e3eb9a78d3cb7cb1f08 | d6668d39d6e11994303b881101c19e2ac5f4bc83 | refs/heads/master | 2021-09-03T19:47:53.322000 | 2018-01-11T13:36:09 | 2018-01-11T13:36:09 | 108,743,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BlackJack.view;
public interface IView
{
enum EnumInput{play,hit,stand,quit};
EnumInput GetEnumInput();
void DisplayWelcomeMessage();
void DisplayCard(BlackJack.model.Card a_card);
void DisplayPlayerHand(Iterable<BlackJack.model.Card> a_hand, int a_score);
void DisplayDealerHand(Iterable<BlackJack.... | UTF-8 | Java | 480 | java | IView.java | Java | [] | null | [] | package BlackJack.view;
public interface IView
{
enum EnumInput{play,hit,stand,quit};
EnumInput GetEnumInput();
void DisplayWelcomeMessage();
void DisplayCard(BlackJack.model.Card a_card);
void DisplayPlayerHand(Iterable<BlackJack.model.Card> a_hand, int a_score);
void DisplayDealerHand(Iterable<BlackJack.... | 480 | 0.770833 | 0.770833 | 15 | 31.066668 | 23.095358 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 10 |
ae44e7792671bd6a2bf1e68eb53c9027e7d4b584 | 8,229,157,369,704 | 961784d9373c696120b949575e680421bca695ad | /app/src/main/java/com/cxgm/app/data/io/goods/SearchReq.java | 88dbf327235d83e661fbf3efa76dce21fe2d4b4f | [] | no_license | cxgmTeam/Cxgm_android | https://github.com/cxgmTeam/Cxgm_android | 72543844f30ead3cf8ce8e54121b18deac8002f0 | 31246a24008f6abb8e9aafedc97652801489f978 | refs/heads/master | 2021-05-26T05:46:29.134000 | 2018-10-15T05:39:50 | 2018-10-15T05:39:50 | 127,717,080 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cxgm.app.data.io.goods;
import android.content.Context;
import com.alibaba.fastjson.JSON;
import com.cxgm.app.app.Constants;
import com.cxgm.app.app.UserResult;
import com.cxgm.app.data.entity.ProductTransfer;
import com.cxgm.app.data.entity.base.PageInfo;
import com.deanlib.ootb.data.io.Request;
import ... | UTF-8 | Java | 1,410 | java | SearchReq.java | Java | [
{
"context": "equestParams;\n\n/**\n * 根据门店ID查询首页新品上市\n *\n * @author dean\n * @time 2018/5/29 上午11:06\n */\npublic class Searc",
"end": 427,
"score": 0.9775766134262085,
"start": 423,
"tag": "USERNAME",
"value": "dean"
}
] | null | [] | package com.cxgm.app.data.io.goods;
import android.content.Context;
import com.alibaba.fastjson.JSON;
import com.cxgm.app.app.Constants;
import com.cxgm.app.app.UserResult;
import com.cxgm.app.data.entity.ProductTransfer;
import com.cxgm.app.data.entity.base.PageInfo;
import com.deanlib.ootb.data.io.Request;
import ... | 1,410 | 0.699711 | 0.691028 | 50 | 26.639999 | 26.553915 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 10 |
ceef20d378bf2d20b9ac71c6a7c21941e02d7c0a | 17,145,509,477,860 | db2b991e66fd6d16346c3780ef1cd6542beb3667 | /commons-api/src/main/java/net/lc4ever/framework/dao/GenericDaoStatistics.java | ade3976c8358c8374fdc9ba2dbf1757afbec3bdf | [
"MIT"
] | permissive | ronghua49/pc_ftk-server | https://github.com/ronghua49/pc_ftk-server | 45a844b7355627d8a627ac46c5ae1b4a0296bb70 | 1395568d475d92a5936da0ba944e95f951058017 | refs/heads/master | 2020-04-13T23:59:23.634000 | 2019-01-16T02:46:16 | 2019-01-16T02:46:16 | 163,521,538 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* MIT License
*
* Copyright (c) 2008-2017 q-wang, <apeidou@gmail.com>
*
* 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 r... | UTF-8 | Java | 20,812 | java | GenericDaoStatistics.java | Java | [
{
"context": "/*\n * MIT License\n *\n * Copyright (c) 2008-2017 q-wang, <apeidou@gmail.com>\n *\n * Permission is he",
"end": 54,
"score": 0.9985041618347168,
"start": 48,
"tag": "USERNAME",
"value": "q-wang"
},
{
"context": "License\n *\n * Copyright (c) 2008-2017 q-wang, <... | null | [] | /*
* MIT License
*
* Copyright (c) 2008-2017 q-wang, <<EMAIL>>
*
* 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
* t... | 20,792 | 0.716269 | 0.715645 | 795 | 25.178616 | 27.094307 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.74088 | false | false | 10 |
7e142f91e686ef72e6f3b8c6fbb3289653033715 | 21,328,807,627,905 | 18f4c72fd6e538a5b5c2ba7696769151b121a6d9 | /Calculadorcilla3/app/src/main/java/com/victor/calculadorcilla/BaseActivity.java | a37fe81fd01f8aad06c4512bd84ef3dafdd26133 | [] | no_license | isVicjiar/AndroidPopurri | https://github.com/isVicjiar/AndroidPopurri | 82dfeeae9aca96d43f7388b2b0f69c0ca49a461f | 09d914aebd4c5b77bedb0800a47b279771a3a666 | refs/heads/master | 2021-01-09T06:28:28.962000 | 2017-02-09T23:46:16 | 2017-02-09T23:46:16 | 80,993,146 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.victor.calculadorcilla;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.FloatingActi... | UTF-8 | Java | 7,351 | java | BaseActivity.java | Java | [] | null | [] | package com.victor.calculadorcilla;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.FloatingActi... | 7,351 | 0.558291 | 0.557475 | 185 | 38.735134 | 27.120953 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724324 | false | false | 10 |
a9df2d74209378449d2aa4db050fd3f478dea2de | 15,917,148,865,981 | 0f8af3676ac970b00da4ce34ce3d53ab5ea9084d | /ResLearn/src/reslearn/gui/rescanvas/ResFeld.java | 2ded4bfbe2e59b6d645b2a32a8c5c15f8cbe9fab | [] | no_license | GoldAdler/ResLearn | https://github.com/GoldAdler/ResLearn | bedec4c3449ec59db548f7b64593a1ae38580b46 | 003a432f9a22405ca3013ce252cbe433abc749f2 | refs/heads/master | 2020-03-10T13:07:21.546000 | 2018-06-28T15:10:34 | 2018-06-28T15:10:34 | 129,392,855 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package reslearn.gui.rescanvas;
import javafx.scene.shape.Rectangle;
import reslearn.model.paket.ResEinheit;
public class ResFeld extends Rectangle {
private ResEinheit resEinheit;
public ResFeld(double x, double y, ResEinheit resEinheit) {
super(x, y, DisplayCanvas.resFeldBreite, DisplayCanvas.resFeldLaenge);
... | UTF-8 | Java | 418 | java | ResFeld.java | Java | [] | null | [] | package reslearn.gui.rescanvas;
import javafx.scene.shape.Rectangle;
import reslearn.model.paket.ResEinheit;
public class ResFeld extends Rectangle {
private ResEinheit resEinheit;
public ResFeld(double x, double y, ResEinheit resEinheit) {
super(x, y, DisplayCanvas.resFeldBreite, DisplayCanvas.resFeldLaenge);
... | 418 | 0.784689 | 0.784689 | 18 | 22.277779 | 22.180586 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277778 | false | false | 10 |
6b9a0d49d4a0b2621632b88b7b54aad30d8cb386 | 5,042,291,617,947 | 9f188926dfeabe56eec889c17fb7a5e14f41b2a9 | /chapter_007/src/main/java/ru/job4j/servlet/UserStore.java | 078af9bd9cbe44ba141a0063c7b5b08fd6c10338 | [
"Apache-2.0"
] | permissive | MichaelHodkov/mhodkov | https://github.com/MichaelHodkov/mhodkov | b63135cec75939466b4ba5a7778b250c493211b9 | 9e8045c2bacac80a126a1f8b2dc83054528246a4 | refs/heads/master | 2022-12-27T05:28:57.922000 | 2020-03-22T21:19:43 | 2020-03-22T21:19:43 | 112,625,423 | 0 | 1 | Apache-2.0 | false | 2022-12-16T04:28:00 | 2017-11-30T15:08:48 | 2020-03-22T21:19:55 | 2022-12-16T04:27:57 | 3,204 | 0 | 1 | 26 | Java | false | false | package ru.job4j.servlet;
import ru.job4j.crudservlet.User;
import java.util.List;
/**
* @author Michael Hodkov
* @version $Id$
* @since 0.1
*/
public class UserStore {
private final static PoolSQL POOL_SQL = new PoolSQL();
private final static UserStore INSTANCE = new UserStore();
private UserStore... | UTF-8 | Java | 1,628 | java | UserStore.java | Java | [
{
"context": "vlet.User;\n\nimport java.util.List;\n\n/**\n * @author Michael Hodkov\n * @version $Id$\n * @since 0.1\n */\npublic class U",
"end": 115,
"score": 0.9986586570739746,
"start": 101,
"tag": "NAME",
"value": "Michael Hodkov"
}
] | null | [] | package ru.job4j.servlet;
import ru.job4j.crudservlet.User;
import java.util.List;
/**
* @author <NAME>
* @version $Id$
* @since 0.1
*/
public class UserStore {
private final static PoolSQL POOL_SQL = new PoolSQL();
private final static UserStore INSTANCE = new UserStore();
private UserStore() {
... | 1,620 | 0.543612 | 0.541155 | 73 | 21.301371 | 18.781137 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328767 | false | false | 10 |
9d29e5cf6657058df2fe8ab5bc1d29afd5e5a65a | 34,222,299,415,302 | 141d5f4d7aa495163a104c92744de18880086181 | /src/main/java/com/bumblebee_reportservice/services/handlers/ReportExcelHandler.java | 70625051084eb09e1b434918f694142dbcc2e674 | [] | no_license | TimurBaldin/BumblebeeReportService | https://github.com/TimurBaldin/BumblebeeReportService | 486dee63c2a323f33d2767a63931f69991b91d6d | 719bca4823ddadb040f8ffe7eefd1c2366638eb2 | refs/heads/develop | 2023-07-12T11:23:02.308000 | 2021-09-03T07:14:00 | 2021-09-03T07:14:00 | 393,128,889 | 0 | 0 | null | false | 2021-08-14T10:05:47 | 2021-08-05T17:49:45 | 2021-08-10T05:34:18 | 2021-08-14T10:05:47 | 24 | 0 | 0 | 0 | Java | false | false | package com.bumblebee_reportservice.services.handlers;
import com.bumblebee_reportservice.services.dto.TestDataDto;
import org.apache.poi.ss.usermodel.CellType;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache... | UTF-8 | Java | 2,410 | java | ReportExcelHandler.java | Java | [] | null | [] | package com.bumblebee_reportservice.services.handlers;
import com.bumblebee_reportservice.services.dto.TestDataDto;
import org.apache.poi.ss.usermodel.CellType;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache... | 2,410 | 0.593896 | 0.590081 | 76 | 30.039474 | 21.556194 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 10 |
8959dcd1dcbbc929d8360ef4f543acf970a446ff | 68,719,521,819 | 90350fc516b22708d24d9ebdd8cb63e276660547 | /app/src/main/java/com/you/mm/page/adapter/MeizhiListAdapter.java | d8090623367631a0e0e7211e52d44c43d4921b84 | [] | no_license | humorfish/mm | https://github.com/humorfish/mm | de586c179069e570afb23b80e4c30a8b6f321984 | 1bcd2b01ed0e7984d625aa6f8c6527b9878f1709 | refs/heads/master | 2021-01-12T10:47:07.567000 | 2017-04-12T14:35:09 | 2017-04-12T14:35:09 | 72,699,808 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.you.mm.page.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.you.mm.R;
import com.you.mm.bean.Meiz... | UTF-8 | Java | 3,232 | java | MeizhiListAdapter.java | Java | [] | null | [] | package com.you.mm.page.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.you.mm.R;
import com.you.mm.bean.Meiz... | 3,232 | 0.629022 | 0.624381 | 127 | 24.448818 | 22.73632 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464567 | false | false | 10 |
409f6355ed53977b7727532d4adab2c810715d7b | 3,350,074,539,277 | 16e7f17c62951d26677db71bc796549e75a388db | /src/j5th/jStringAf.java | 1b27777d7a156fde02f2e624b0866695d8b347a8 | [] | no_license | mitsuhide1992/javaEx | https://github.com/mitsuhide1992/javaEx | 2ebc08189ffe4fdb710bf3e8298aea9df8213284 | 562cd95e1d175889567a51481b6b7fe75149914f | refs/heads/master | 2020-04-30T01:50:47.801000 | 2015-09-22T02:49:07 | 2015-09-22T02:49:07 | 42,907,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package j5th;
public class jStringAf {
String js;
jStringAf () {
js = "zhangliyuan";
}
public void outS () {
System.out.println(js);
}
}
| UTF-8 | Java | 147 | java | jStringAf.java | Java | [
{
"context": "s jStringAf {\n\tString js;\n\tjStringAf () {\n\t\tjs = \"zhangliyuan\";\n\t}\n\tpublic void outS () {\n\t\tSystem.out.println(",
"end": 87,
"score": 0.9719247817993164,
"start": 76,
"tag": "NAME",
"value": "zhangliyuan"
}
] | null | [] | package j5th;
public class jStringAf {
String js;
jStringAf () {
js = "zhangliyuan";
}
public void outS () {
System.out.println(js);
}
}
| 147 | 0.632653 | 0.62585 | 11 | 12.363636 | 9.383474 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 10 |
6f5cdfc573b9995ccb9099e86274121c44b7f99c | 10,685,878,686,472 | ffdef393a20ee36721d8eb831e84139595e031cc | /src/main/java/com/crew/repository/coustom/UserRepositoryCustom.java | d6efb635960ea2d9234a8ac942a172f7bafaaaae | [] | no_license | JaeHan-Kim/crewVue | https://github.com/JaeHan-Kim/crewVue | 50e4eba17103e4a1b4e1d6d1a8668ccb8c729c81 | b6f6126fdef70187acf64d4c6031a44a8ab98eb3 | refs/heads/master | 2022-12-26T02:24:36.755000 | 2020-12-17T02:40:50 | 2020-12-17T02:40:50 | 245,952,119 | 0 | 0 | null | false | 2022-12-12T04:36:10 | 2020-03-09T05:34:07 | 2020-12-17T02:40:57 | 2022-12-12T04:36:10 | 1,308 | 0 | 0 | 24 | Java | false | false | package com.crew.repository.coustom;
import java.util.List;
import com.crew.domain.entity.UserEntity;
public interface UserRepositoryCustom {
List<UserEntity> findbyName(String name);
}
| UTF-8 | Java | 190 | java | UserRepositoryCustom.java | Java | [] | null | [] | package com.crew.repository.coustom;
import java.util.List;
import com.crew.domain.entity.UserEntity;
public interface UserRepositoryCustom {
List<UserEntity> findbyName(String name);
}
| 190 | 0.805263 | 0.805263 | 9 | 20.111111 | 18.579824 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
812507f9c96edd35d7ac71c50c65250474bd7fee | 13,082,470,437,806 | 1f956725b7ab021bd2968739f73c66efba5e3130 | /src/main/java/io/student/modules/datacenter/dao/StudentCourseInfoDao.java | 9122f84835cef3a25774a6c8cce973b22de73d8d | [
"Apache-2.0"
] | permissive | stuMental/StudentMental | https://github.com/stuMental/StudentMental | 80fb3f6378a21f86ba9e933f580eb6b72bf5f0c6 | 4df0c71d7a5694afaf995e322d0ba1b6b2a6754d | refs/heads/master | 2022-07-17T23:30:38.985000 | 2020-09-19T07:49:17 | 2020-09-19T07:49:17 | 160,053,441 | 0 | 0 | Apache-2.0 | false | 2022-07-06T20:33:01 | 2018-12-02T14:03:42 | 2020-09-19T07:49:20 | 2022-07-06T20:32:58 | 2,269 | 0 | 0 | 7 | JavaScript | false | false | package io.student.modules.datacenter.dao;
import org.apache.ibatis.annotations.Mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import io.student.modules.datacenter.entity.StudentCourseInfo;
import java.util.List;
import java.util.Map;
@Mapper
public interface StudentCourseInfoDao extends Ba... | UTF-8 | Java | 488 | java | StudentCourseInfoDao.java | Java | [] | null | [] | package io.student.modules.datacenter.dao;
import org.apache.ibatis.annotations.Mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import io.student.modules.datacenter.entity.StudentCourseInfo;
import java.util.List;
import java.util.Map;
@Mapper
public interface StudentCourseInfoDao extends Ba... | 488 | 0.782787 | 0.782787 | 17 | 26.705883 | 28.026804 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 10 |
74b7ca7b214f6ba6613ec7924179dda8ca569064 | 979,252,592,967 | 3629ef877d1cf8e82b26a446c6c4c13e37f1a69a | /ui/uiwidget/src/main/java/com/supets/pet/uiwidget/SimpleOnScrollListener.java | d0bd4b1912cbe504f4a097e128c4c120947f60aa | [] | no_license | supets-open/SupetsCloudpetLib | https://github.com/supets-open/SupetsCloudpetLib | 93796b42ba9352318a91ad977000e329eecda9b2 | c60f47a35a9411369c942b5cce95a173332b6c73 | refs/heads/master | 2021-09-06T04:34:57.826000 | 2018-02-02T11:01:27 | 2018-02-02T11:01:27 | 104,031,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.supets.pet.uiwidget;
import android.widget.AbsListView;
public class SimpleOnScrollListener implements AbsListView.OnScrollListener {
@Override
public void onScrollStateChanged(AbsListView view, int scrollState) {
}
@Override
public void onScroll(AbsListView view, int firstVisibleItem, int visible... | UTF-8 | Java | 359 | java | SimpleOnScrollListener.java | Java | [] | null | [] | package com.supets.pet.uiwidget;
import android.widget.AbsListView;
public class SimpleOnScrollListener implements AbsListView.OnScrollListener {
@Override
public void onScrollStateChanged(AbsListView view, int scrollState) {
}
@Override
public void onScroll(AbsListView view, int firstVisibleItem, int visible... | 359 | 0.807799 | 0.807799 | 17 | 20.17647 | 31.921291 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 10 |
506ad077ad632a711fb62058126e22b7fe42f6ab | 19,481,971,698,646 | afaba1418888cd8699007f0ff5eb088651ceb618 | /CardGameMahjong/src/main/java/com/kuaikai/game/mahjong/engine/checker/gang/GangChecker.java | 437c323e5734ed40db374935d83b304454544150 | [] | no_license | KuaiKaiPlatform/Server | https://github.com/KuaiKaiPlatform/Server | 9db070243f05e8b7a4eb1c90d77cd47e899aa8dc | 06b58f75a989d83ce6027d60da2e2758493d5f4d | refs/heads/master | 2020-04-12T18:17:32.210000 | 2019-04-06T14:08:25 | 2019-04-06T14:08:25 | 162,675,201 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kuaikai.game.mahjong.engine.checker.gang;
import java.util.List;
import com.kuaikai.game.mahjong.engine.oper.BaseOperation;
import com.kuaikai.game.mahjong.engine.oper.DianGangOperation;
/***
* 杠牌检查器
*
*/
public interface GangChecker {
/*
* 检查并返回指定玩家的补杠操作(摸、吃、碰后)
*/
public List<BaseOperation>... | UTF-8 | Java | 705 | java | GangChecker.java | Java | [] | null | [] | package com.kuaikai.game.mahjong.engine.checker.gang;
import java.util.List;
import com.kuaikai.game.mahjong.engine.oper.BaseOperation;
import com.kuaikai.game.mahjong.engine.oper.DianGangOperation;
/***
* 杠牌检查器
*
*/
public interface GangChecker {
/*
* 检查并返回指定玩家的补杠操作(摸、吃、碰后)
*/
public List<BaseOperation>... | 705 | 0.749568 | 0.749568 | 29 | 18.965517 | 24.697456 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793103 | false | false | 10 |
5f0b04ca1711f91401ffbd743c0a7a052f772ab9 | 19,481,971,698,956 | 1a2ac7bdb2c4d16e49c2d5c9f87945973273c2bf | /java-algorithm-learn/src/main/java/com/frankstar/leetcode/二叉树/先序遍历与中序遍历构造二叉树.java | 0e0e74a9677dcf7c6736ced4b5ca84bc16da413e | [] | no_license | frankstar007/java-improve | https://github.com/frankstar007/java-improve | bab64590cf4df004411ad592ffb69be62da5d0e6 | 11882102197d6b0bf8f3cb0922fc287ee9901791 | refs/heads/master | 2022-01-22T00:32:24.748000 | 2021-03-29T13:01:05 | 2021-03-29T13:01:05 | 97,022,321 | 0 | 0 | null | false | 2022-01-21T23:47:17 | 2017-07-12T15:15:28 | 2021-03-29T13:01:21 | 2022-01-21T23:47:14 | 20,257 | 0 | 0 | 9 | Java | false | false | package com.frankstar.leetcode.二叉树;
/**
* @Author : frankstar
* @AddTime : 2020/3/12
* @EMail : yehongxing@meituan.com
* @Project : java-improve
* @Desc : https://leetcode-cn.com/explore/learn/card/data-structure-binary-tree/4/conclusion/16/
*/
public class 先序遍历与中序遍历构造二叉树 {
public TreeNode buildTree(int[]... | UTF-8 | Java | 1,276 | java | 先序遍历与中序遍历构造二叉树.java | Java | [
{
"context": "age com.frankstar.leetcode.二叉树;\n\n/**\n * @Author : frankstar\n * @AddTime : 2020/3/12\n * @EMail : yehongxing@",
"end": 64,
"score": 0.9996357560157776,
"start": 55,
"tag": "USERNAME",
"value": "frankstar"
},
{
"context": ": frankstar\n * @AddTime : 2020/3/12\n *... | null | [] | package com.frankstar.leetcode.二叉树;
/**
* @Author : frankstar
* @AddTime : 2020/3/12
* @EMail : <EMAIL>
* @Project : java-improve
* @Desc : https://leetcode-cn.com/explore/learn/card/data-structure-binary-tree/4/conclusion/16/
*/
public class 先序遍历与中序遍历构造二叉树 {
public TreeNode buildTree(int[] preorder, int[... | 1,261 | 0.66145 | 0.64168 | 45 | 25.977777 | 29.019909 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.022222 | false | false | 10 |
2f00a63a3ff66aef8f0e9724782d2108a4db0295 | 19,481,971,698,017 | 7ed1ed2826f313ea1867be1dd86cfff6a0695bfd | /compiler/src/test/java/compiler/condition/ElementsPrinter.java | ab72824fc515c82dc9d60da2b2a87de16d9edcb2 | [] | no_license | sasza2/sand | https://github.com/sasza2/sand | 25c1d26c9432f6bfd50226a220ad090c75c86263 | b7c96c7f4058277f0075f0c871ceb456a5ae42e2 | refs/heads/master | 2020-04-03T16:46:47.775000 | 2018-11-06T00:15:45 | 2018-11-06T00:15:45 | 155,418,743 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package compiler.condition;
import compiler.Script;
import compiler.condition.element.Element;
import java.util.List;
/**
*
* @author sasza
*/
public class ElementsPrinter {
public static String print(Script script){
final StringBuilder sb = new StringBuilder();
ConditionRead condi... | UTF-8 | Java | 789 | java | ElementsPrinter.java | Java | [
{
"context": "Element;\nimport java.util.List;\n\n/**\n *\n * @author sasza\n */\npublic class ElementsPrinter {\n \n public",
"end": 143,
"score": 0.9953944087028503,
"start": 138,
"tag": "USERNAME",
"value": "sasza"
}
] | null | [] | package compiler.condition;
import compiler.Script;
import compiler.condition.element.Element;
import java.util.List;
/**
*
* @author sasza
*/
public class ElementsPrinter {
public static String print(Script script){
final StringBuilder sb = new StringBuilder();
ConditionRead condi... | 789 | 0.576679 | 0.576679 | 34 | 22.205883 | 18.626009 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 10 |
a8fb0039f710c2b0b7a110a8eb4b72102d2e93af | 27,650,999,453,699 | 713a65e3d4a39ef899769ff629572de9b7aa9ca9 | /bigdata-emr/src/main/java/com/data/emr/trade/common/TradeLogParser.java | fa923431f9ccf71c734d57d8b345df9053d209d1 | [] | no_license | bit-linjiang/emr-demo | https://github.com/bit-linjiang/emr-demo | 488be8a3afd0edfefe2188c9a155c1a104245a3d | 3f7407c3e4f56e0239b4de587fdaea64f729dca1 | refs/heads/master | 2021-01-22T04:24:21.309000 | 2017-02-10T10:02:18 | 2017-02-10T10:02:18 | 81,540,571 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.data.emr.trade.common;
import com.alibaba.fastjson.JSON;
import com.data.emr.trade.model.TradeLog;
/**
* 格式化日志数据
* <p>
* Created by candy on 2016/11/13.
*/
public class TradeLogParser {
/**
* 解析日志的行记录
*
* @param line 日志行数
* @return tradeLog
*/
public static TradeLog ... | UTF-8 | Java | 444 | java | TradeLogParser.java | Java | [
{
"context": "del.TradeLog;\n\n/**\n * 格式化日志数据\n * <p>\n * Created by candy on 2016/11/13.\n */\npublic class TradeLogParser {\n",
"end": 154,
"score": 0.9987092018127441,
"start": 149,
"tag": "USERNAME",
"value": "candy"
}
] | null | [] | package com.data.emr.trade.common;
import com.alibaba.fastjson.JSON;
import com.data.emr.trade.model.TradeLog;
/**
* 格式化日志数据
* <p>
* Created by candy on 2016/11/13.
*/
public class TradeLogParser {
/**
* 解析日志的行记录
*
* @param line 日志行数
* @return tradeLog
*/
public static TradeLog ... | 444 | 0.628079 | 0.608374 | 25 | 15.24 | 16.539118 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 10 |
e5c1be1b192b1c78e8877688e5d08c92a7ef36c6 | 27,324,582,007,633 | f964aa46660a6dfe0ce242f894bd5a37b759d40b | /src/com/tcmkb/service/impl/AsthmaHospitalPreparationServiceImpl.java | 86a5276fc63d2a2c641d5a4fb9e7bbd18a7c81d0 | [] | no_license | HuangYin0514/yaopin_beijing | https://github.com/HuangYin0514/yaopin_beijing | d352129169a6633f1ca18fd669d8cb5accf9c6b4 | ecacf05730b82602a987e2ce065b664612848af3 | refs/heads/master | 2021-01-22T01:10:26.030000 | 2017-09-02T14:08:51 | 2017-09-02T14:08:51 | 102,200,565 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tcmkb.service.impl;
import com.tcmkb.service.AsthmaHospitalPreparationService;
public class AsthmaHospitalPreparationServiceImpl implements AsthmaHospitalPreparationService{
} | UTF-8 | Java | 188 | java | AsthmaHospitalPreparationServiceImpl.java | Java | [] | null | [] | package com.tcmkb.service.impl;
import com.tcmkb.service.AsthmaHospitalPreparationService;
public class AsthmaHospitalPreparationServiceImpl implements AsthmaHospitalPreparationService{
} | 188 | 0.893617 | 0.893617 | 5 | 36.799999 | 35.751362 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
65b0617529175c4aac49b9205c7db91d318f4324 | 18,502,719,119,465 | 655d7dc90603bd61530f91fa534b5d3760854160 | /cite_culture/src/IServices/IFilm.java | 3d81f4639b769d3e287f85a4a5a15743c1c19b7d | [] | no_license | HATEM-CHAABINI/DEVils-3A3 | https://github.com/HATEM-CHAABINI/DEVils-3A3 | 7527286fd4f6697fa9122794a6e29f586d3aa98b | 06f9a1f617ddb734db56382efb586d7d772d116f | refs/heads/master | 2022-05-04T01:52:08.701000 | 2022-04-13T12:38:58 | 2022-04-13T12:38:58 | 168,212,654 | 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 IServices;
import Entities.Film;
import java.util.List;
import javafx.collections.ObservableList;
/**
*
* @aut... | UTF-8 | Java | 890 | java | IFilm.java | Java | [
{
"context": "collections.ObservableList;\r\n\r\n/**\r\n *\r\n * @author mouna dridi\r\n */\r\npublic interface IFilm {\r\n public void ",
"end": 335,
"score": 0.9993568658828735,
"start": 324,
"tag": "NAME",
"value": "mouna dridi"
}
] | 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 IServices;
import Entities.Film;
import java.util.List;
import javafx.collections.ObservableList;
/**
*
* @aut... | 885 | 0.662921 | 0.662921 | 34 | 24.17647 | 21.565865 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
b6f3786856c1cc4a70fe87e8989b059afdcec69b | 9,105,330,698,144 | e059efcb7972d45cd34e15306aa8197cc34ade62 | /HackerEarth/Social Networking Graph.java | 5e3cf600f461c7acb3749e76ee376e89affa6246 | [] | no_license | Wild-Soul/Algorithmic-challenges | https://github.com/Wild-Soul/Algorithmic-challenges | b2f7403ca26e43ad47be37fedd9a4ead0b627e32 | 68fb21fa3e6951baf6100e2414d5a13c0a7a7809 | refs/heads/master | 2023-02-28T07:34:20.401000 | 2021-02-03T19:24:00 | 2021-02-03T19:24:00 | 226,368,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
class Graph {
final int N = 100005;
ArrayList< List<Integer> > adj = new ArrayList<List<Integer>> (N);
void init() {
for(int i=0; i<N; i++) {
adj.add(new ArrayList<Integer>());
}
}
int bfs(int s, int d, int n) {
... | UTF-8 | Java | 1,625 | java | Social Networking Graph.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
class Graph {
final int N = 100005;
ArrayList< List<Integer> > adj = new ArrayList<List<Integer>> (N);
void init() {
for(int i=0; i<N; i++) {
adj.add(new ArrayList<Integer>());
}
}
int bfs(int s, int d, int n) {
... | 1,625 | 0.372308 | 0.364308 | 61 | 24.672131 | 14.550896 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868852 | false | false | 10 |
923a7631f51df494078b56502dc76cd478b3c666 | 25,434,796,337,620 | 8dc0fbdf0ce901c3af9d3bd38d8d62e9b0e8591e | /app/src/main/java/com/example/topics/DetailFragment.java | 5927e90ab73b668cb91b6b5c9cd6b2f83b0336e7 | [] | no_license | DamianMatysko/Topics | https://github.com/DamianMatysko/Topics | 4cad41aebc8e194bc8472f662236ecc0d4b7c678 | 3c0d46c3af0728843b9cb1e91d2091f7f35478e8 | refs/heads/master | 2023-01-01T03:54:35.119000 | 2020-10-22T17:22:57 | 2020-10-22T17:22:57 | 306,408,711 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.topics;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.V... | UTF-8 | Java | 1,946 | java | DetailFragment.java | Java | [] | null | [] | package com.example.topics;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.V... | 1,946 | 0.748201 | 0.747688 | 52 | 36.442307 | 29.400036 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673077 | false | false | 10 |
b051f0660fd231494c5c6ee50c89e3cb0b6a2e03 | 25,434,796,338,200 | 25017100e2777599271b4fb798eb03669ec8d8f4 | /libunilight/src/model/Triangle.java | 1b5628cd009efd00cc2b446c5aa80a576a5ea364 | [] | no_license | danmunteanu/unilight | https://github.com/danmunteanu/unilight | c85ac3e723838d2d161bfe924780c9cd2f67d5a6 | 4212c0380f526267ddc0460cd4a7d022f15fff26 | refs/heads/master | 2021-05-28T15:59:17.820000 | 2014-05-04T11:52:42 | 2014-05-04T11:52:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /****************************************************************************************
This file is part of libunilight
Copyright (c) 2014, Dan Munteanu <dandm@dmsoundhouse.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that th... | UTF-8 | Java | 3,407 | java | Triangle.java | Java | [
{
"context": " file is part of libunilight\t\n Copyright (c) 2014, Dan Munteanu <dandm@dmsoundhouse.com>\n All rights reserved.\n\n ",
"end": 158,
"score": 0.9997691512107849,
"start": 146,
"tag": "NAME",
"value": "Dan Munteanu"
},
{
"context": "f libunilight\t\n Copyright (c) 2014, ... | null | [] | /****************************************************************************************
This file is part of libunilight
Copyright (c) 2014, <NAME> <<EMAIL>>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following condition... | 3,386 | 0.617552 | 0.604638 | 116 | 28.370689 | 25.933447 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543103 | false | false | 10 |
a2f70aaa9ef9468df0bca111ce8c7b14850eab01 | 9,698,036,157,538 | ffd1bfac774503ec1ea1cde940cfb0c9ec32c797 | /ex-java-ee/src/main/java/cn/dbdj1201/jpa/utils/JpaUtilsNew.java | c201d5ed3b0b8512fc31ed1623753f74772bd604 | [] | no_license | yz1201/empty | https://github.com/yz1201/empty | bab93393c22fa20c95830454df36b92a8a1152d2 | 0f09927262199cc914faf1c7e1e77ac37d3f5995 | refs/heads/master | 2022-12-24T22:52:15.607000 | 2020-08-01T10:45:55 | 2020-08-01T10:45:55 | 247,601,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.dbdj1201.jpa.utils;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
* @author tyz1201
* @datetime 2020-04-11 16:48
* 解决实体管理器工厂的资源浪费问题
**/
public class JpaUtilsNew {
private static EntityManagerFactory entityManagerFact... | UTF-8 | Java | 614 | java | JpaUtilsNew.java | Java | [
{
"context": "ort javax.persistence.Persistence;\n\n/**\n * @author tyz1201\n * @datetime 2020-04-11 16:48\n * 解决实体管理器工厂的资源浪费问题",
"end": 180,
"score": 0.9994528293609619,
"start": 173,
"tag": "USERNAME",
"value": "tyz1201"
}
] | null | [] | package cn.dbdj1201.jpa.utils;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
* @author tyz1201
* @datetime 2020-04-11 16:48
* 解决实体管理器工厂的资源浪费问题
**/
public class JpaUtilsNew {
private static EntityManagerFactory entityManagerFact... | 614 | 0.75265 | 0.717314 | 23 | 23.608696 | 23.861446 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 10 |
0b78cf2a05fa2e783db0817b7d8b2a40605ff0c2 | 31,473,520,355,500 | 5799f1cd477f72bef79b27d8c5650300ee8e2bd5 | /src/main/java/com/mycompany/mavenproject1/xlsx.java | 1e486714031f967a62cce952dee809cd7a622da3 | [] | no_license | kzkit/ExcelToMD | https://github.com/kzkit/ExcelToMD | 4a246879db299133d7852e1b136706973ab6b19a | 14cc1ba067fa61bf8859f328230372577640401a | refs/heads/master | 2020-03-13T03:24:27.459000 | 2018-04-25T03:11:24 | 2018-04-25T03:11:24 | 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 com.mycompany.mavenproject1;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
i... | UTF-8 | Java | 5,336 | java | xlsx.java | Java | [
{
"context": "ssf.usermodel.XSSFWorkbook;\r\n\r\n/**\r\n *\r\n * @author aspire\r\n */\r\npublic class xlsx {\r\n public void conver",
"end": 686,
"score": 0.9758847951889038,
"start": 680,
"tag": "USERNAME",
"value": "aspire"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.mavenproject1;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
i... | 5,336 | 0.47901 | 0.476949 | 134 | 37.820896 | 22.021988 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.768657 | false | false | 10 |
ac837aff4d04a188d58bc716b9c479d15c24e1dd | 1,881,195,692,777 | 7cf02d59afbbbc7b3bb26069ba05270ed4b353e1 | /src/Java0222/FileDemo/Test09.java | 2f2c138b4d025b0adb9b569c903fad7682718345 | [] | no_license | Aaronhxl/study | https://github.com/Aaronhxl/study | 78948a629a40632e3406227d67e0f9792816ece3 | 3d90a375cfe8d64a72a93ee3724a730c7f230083 | refs/heads/master | 2022-01-05T17:07:14.508000 | 2019-07-20T13:34:31 | 2019-07-20T13:34:31 | 197,934,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Java0222.FileDemo;
import java.io.File;
/**
* 文件过滤器的使用
* String[] list(FilenameFilter filter)
* 返回一个字符串数组,这些字符串指定此抽象路径名表示的目录中满足指定过滤器的文件和目录。
* File[] listFiles(FilenameFilter filter)
* 返回抽象路径名数组,这些路径名表示此抽象路径名表示的目录中满足指定过滤器的文件和目录。
*/
public class Test09 {
public static void main(Str... | UTF-8 | Java | 654 | java | Test09.java | Java | [] | null | [] | package Java0222.FileDemo;
import java.io.File;
/**
* 文件过滤器的使用
* String[] list(FilenameFilter filter)
* 返回一个字符串数组,这些字符串指定此抽象路径名表示的目录中满足指定过滤器的文件和目录。
* File[] listFiles(FilenameFilter filter)
* 返回抽象路径名数组,这些路径名表示此抽象路径名表示的目录中满足指定过滤器的文件和目录。
*/
public class Test09 {
public static void main(Str... | 654 | 0.637339 | 0.624463 | 20 | 22.299999 | 19.19401 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 10 |
a4943e753c07c4e934f8bb752f662febf7b5cc65 | 26,087,631,425,810 | 0d9ecef6e8ce2cb437711f312e2f5b50bd2cfbba | /src/test/java/com/hust/mem/Test4396.java | 9910aa32cdd9e29e63dd2bb8bebe6c0c28d12af5 | [] | no_license | ksyzz/mem | https://github.com/ksyzz/mem | 678f7310845eb431911cc9af8b029f2414d5feb0 | 0643b79f06d12234f07b24ea224225032bcaccd6 | refs/heads/master | 2020-03-13T03:20:47.649000 | 2018-05-11T06:53:52 | 2018-05-11T06:53:52 | 130,942,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hust.mem;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.jdbc.Sql;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = MemApplicatio... | UTF-8 | Java | 419 | java | Test4396.java | Java | [] | null | [] | package com.hust.mem;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.jdbc.Sql;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = MemApplicatio... | 419 | 0.77327 | 0.761337 | 17 | 23.647058 | 19.819601 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 10 |
c72276c52f6500d25783d046c22e90fd203e3478 | 27,565,100,174,327 | 743d3a06df2ff5094224cee398ac00f6fcd8a6f5 | /src/test/java/SpringDataTest1.java | 08470eb9b4f3cb469ca136236d77718e54fd4ce3 | [] | no_license | 2249692487/springDataJpaDemo | https://github.com/2249692487/springDataJpaDemo | 3fb509c29f7a840db6666622efb8ea05398ab7c0 | 57c882d2d3062f3a66817ceaf0da44a4de99b7cd | refs/heads/master | 2020-04-29T14:23:12.266000 | 2019-03-18T03:02:22 | 2019-03-18T03:02:22 | 176,194,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.test.dao.CustomerDao;
import com.test.dao.CustomerExtDao;
import com.test.pojo.Customer;
import com.test.pojo.CustomerExt;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Commit;
import org.sprin... | UTF-8 | Java | 1,481 | java | SpringDataTest1.java | Java | [
{
"context": "nsactional;\n\n/**\n * 描述:测试一对一\n * </p>\n *\n * @author QinLiNa\n * @data 2019/3/18\n */\n@RunWith(SpringJUnit4Class",
"end": 549,
"score": 0.9993570446968079,
"start": 542,
"tag": "NAME",
"value": "QinLiNa"
}
] | null | [] | import com.test.dao.CustomerDao;
import com.test.dao.CustomerExtDao;
import com.test.pojo.Customer;
import com.test.pojo.CustomerExt;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Commit;
import org.sprin... | 1,481 | 0.685253 | 0.674248 | 55 | 23.781818 | 18.066233 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436364 | false | false | 10 |
75aa50746541fdcc1870604d935e4ad00cb647fd | 35,888,746,767,336 | 6c78507cefba02131426935aa7e00fce4a5f9eb2 | /src/APPDidattica/src/nu/mine/egoless/didattica/app/gui/registroDocente/RegistroInsegnantePanel.java | a94f0cbab549de4a8dfffe47a04dd02829222ccf | [] | no_license | egoless/pqs | https://github.com/egoless/pqs | 1a1b048bfe194d40ac0d6f9e72b0c33a9675cf50 | 1733d0b0c6e4b02d19f234dd8c50ad122dcd0fce | refs/heads/master | 2021-01-02T09:31:57.205000 | 2012-06-26T18:35:40 | 2012-06-26T18:35:40 | 4,742,809 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* RegistroInsegnantePanel.java
*
* Created on 8 marzo 2007, 23.36
*
* $Id$
*/
package nu.mine.egoless.didattica.app.gui.registroDocente;
import java.util.Date;
import nu.mine.egoless.didattica.app.bean.ClasseBean;
import nu.mine.egoless.didattica.app.bean.ClassiBean;
import nu.mine.egoless.d... | WINDOWS-1252 | Java | 13,110 | java | RegistroInsegnantePanel.java | Java | [
{
"context": " docente può gestire una lezione.\r\n *\r\n * @author Alberto Meneghello\r\n */\r\npublic class RegistroInsegnantePanel extend",
"end": 1065,
"score": 0.999888002872467,
"start": 1047,
"tag": "NAME",
"value": "Alberto Meneghello"
}
] | null | [] | /*
* RegistroInsegnantePanel.java
*
* Created on 8 marzo 2007, 23.36
*
* $Id$
*/
package nu.mine.egoless.didattica.app.gui.registroDocente;
import java.util.Date;
import nu.mine.egoless.didattica.app.bean.ClasseBean;
import nu.mine.egoless.didattica.app.bean.ClassiBean;
import nu.mine.egoless.d... | 13,098 | 0.646677 | 0.642023 | 345 | 35.991302 | 33.323055 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556522 | false | false | 10 |
f58533cfbfcaf231a596839d16d1edebfa2abe58 | 36,318,243,498,379 | fe0e31dbc818a9831fa96ec764d60a5e83c296e0 | /crontab/src/main/java/cn/itfh/crontab/service/CronTaskService.java | b127022e7d542a0a35904022de4c2b130d01716f | [] | no_license | FANHUIMotF/Idea_learn_all | https://github.com/FANHUIMotF/Idea_learn_all | 894d2fbb6b9a52c1b8f4f2f628b861c33494a10a | 223d8b7faf3d2ccd3dce14e6a359fc240d6c7c01 | refs/heads/master | 2022-12-20T20:17:35.847000 | 2020-09-28T09:29:56 | 2020-09-28T09:29:56 | 285,247,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itfh.crontab.service;
import cn.itfh.crontab.entity.CronTaskEntity;
import cn.itfh.crontab.task.Job;
import java.util.List;
/***
*
* @className: CronTaskService
* @author: fh
* @date: 2020/7/29
* @version : V1.0
*/
public interface CronTaskService {
/**
* 查询所有定时任务
* @return
*/... | UTF-8 | Java | 1,345 | java | CronTaskService.java | Java | [
{
"context": "**\n *\n * @className: CronTaskService\n * @author: fh\n * @date: 2020/7/29\n * @version : V1.0\n */\npubl",
"end": 193,
"score": 0.9938865303993225,
"start": 191,
"tag": "USERNAME",
"value": "fh"
}
] | null | [] | package cn.itfh.crontab.service;
import cn.itfh.crontab.entity.CronTaskEntity;
import cn.itfh.crontab.task.Job;
import java.util.List;
/***
*
* @className: CronTaskService
* @author: fh
* @date: 2020/7/29
* @version : V1.0
*/
public interface CronTaskService {
/**
* 查询所有定时任务
* @return
*/... | 1,345 | 0.571898 | 0.564503 | 72 | 15.902778 | 13.917575 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.208333 | false | false | 10 |
d4fa5ea3f9283fe1a0eeeb9031c669324074172c | 35,862,976,965,537 | 4006327a5b8c07b2321d8dc6dcb5800601a74de0 | /src/Main.java | aca788d97d9e6f8ef9da7286b5507bb6a70dcc22 | [] | no_license | pedrosv/SorteioTimes | https://github.com/pedrosv/SorteioTimes | f3392e5d6ad81d02a35af399c0863d890f8e6eac | 8c1b5a53d8a80f6b5186eb23212c535de1e4145b | refs/heads/master | 2019-07-24T05:25:15.763000 | 2017-02-13T12:22:27 | 2017-02-13T12:22:27 | 81,821,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<Time> times = criaTimes();
ArrayList<Jogador> atletas = criaJogadores();
int tamanhoTime = 5; //receber de entrada
Sorteador s = new Sorteador(tamanhoTime,atletas, times);
//s.sorteie();
}
private ... | UTF-8 | Java | 2,144 | java | Main.java | Java | [
{
"context": "rayList<Jogador> ();\n\n\t\tJogador j1 = new Jogador(\"pedro\", 2.5);\n\t\tatletas.add(j1);\n\t\tJogador j2 = new Jog",
"end": 888,
"score": 0.9995203018188477,
"start": 883,
"tag": "NAME",
"value": "pedro"
},
{
"context": ");\n\t\tatletas.add(j1);\n\t\tJogador j2 = new... | null | [] | import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
ArrayList<Time> times = criaTimes();
ArrayList<Jogador> atletas = criaJogadores();
int tamanhoTime = 5; //receber de entrada
Sorteador s = new Sorteador(tamanhoTime,atletas, times);
//s.sorteie();
}
private ... | 2,144 | 0.653452 | 0.604478 | 78 | 26.487179 | 17.708281 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.74359 | false | false | 10 |
5c9a66464932ea90dc6d86164d509c2ed57c624c | 35,012,573,441,655 | 8ecc5fd0e22f3f507003d93c830b3274b5562737 | /3_EJB_Glassfish/src/server/beans/ProductBean.java | 4b9394726094701c645b3e54aafb2e53c5bd22bf | [] | no_license | olisve/web_programming | https://github.com/olisve/web_programming | e48a04c9929f4ea3b0ee42ac7fa611de9832d2e6 | 09591e3846bfe5aa77af7dbecc526e3bff2d6bec | refs/heads/master | 2020-07-27T00:49:48.209000 | 2017-03-20T15:30:49 | 2017-03-20T15:30:49 | 73,708,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.beans;
import server.entities.Product;
import server.exceptions.BeanException;
import server.remotes.ProductBeanRemote;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import java.util.List;
/**
* Bean fo... | UTF-8 | Java | 2,245 | java | ProductBean.java | Java | [] | null | [] | package server.beans;
import server.entities.Product;
import server.exceptions.BeanException;
import server.remotes.ProductBeanRemote;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import java.util.List;
/**
* Bean fo... | 2,245 | 0.627172 | 0.627172 | 76 | 28.539474 | 23.55645 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 10 |
73271d2c793c65c511e5c0eda4ad113cde31f34b | 36,369,783,103,638 | c5826f8234d1f5a0fc7a2b54064c7e4363f58828 | /SpringCellStore/src/test/java/com/training/cellstore/service/CellPhoneServiceTest.java | f3482838da97054b0281a6a19dbbee9f6349af8d | [] | no_license | RTMyGitHub/JavaTraining | https://github.com/RTMyGitHub/JavaTraining | 91b5ff8012bcf5ab7be7617b9bfeb8a787bab0dd | 329886d50aae4e27548782f81ee431d95f86ef7c | refs/heads/master | 2021-01-10T16:08:27.933000 | 2015-06-29T22:47:46 | 2015-06-29T22:47:46 | 53,686,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.training.cellstore.service;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.training.cellstore.domain.Cellphone;
public class Cell... | UTF-8 | Java | 1,122 | java | CellPhoneServiceTest.java | Java | [] | null | [] | package com.training.cellstore.service;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.training.cellstore.domain.Cellphone;
public class Cell... | 1,122 | 0.750446 | 0.734403 | 37 | 28.324324 | 27.721642 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.810811 | false | false | 10 |
41204f46d9f4eec151fdbbe6fa2cf5dca279bb14 | 36,369,783,102,724 | 296f954479dacc04e208150cbcda20e0d11336e1 | /src/main/java/com/github/modules/sys/service/impl/SysUserServiceImpl.java | 33be0809ac0d44fe600def64801f79719b3a65ed | [] | no_license | Public-G/search-house | https://github.com/Public-G/search-house | 3e9a76bc1d1e7d82abd0172b9b6ef2e3f43bb8a6 | d38fa9f34e074a90b47d22532da8e0053eb1a04d | refs/heads/master | 2020-04-02T09:15:22.167000 | 2019-03-20T07:54:00 | 2019-03-20T07:54:00 | 154,284,162 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.modules.sys.service.impl;
import com.github.common.utils.PageUtils;
import com.github.modules.base.form.PageForm;
import com.github.modules.sys.dto.SysUserDTO;
import com.github.modules.sys.entity.SysUserEntity;
import com.github.modules.sys.repository.SysUserRepository;
import com.github.modules.sy... | UTF-8 | Java | 4,657 | java | SysUserServiceImpl.java | Java | [
{
"context": ".*;\nimport java.util.*;\n\n/**\n * 系统用户\n *\n * @author ZEALER\n * @date 2018-10-22\n */\n@Service(\"sysUserService\"",
"end": 961,
"score": 0.9938844442367554,
"start": 955,
"tag": "USERNAME",
"value": "ZEALER"
},
{
"context": "ysUserEntity) {\n sysUserEntity.s... | null | [] | package com.github.modules.sys.service.impl;
import com.github.common.utils.PageUtils;
import com.github.modules.base.form.PageForm;
import com.github.modules.sys.dto.SysUserDTO;
import com.github.modules.sys.entity.SysUserEntity;
import com.github.modules.sys.repository.SysUserRepository;
import com.github.modules.sy... | 4,661 | 0.676619 | 0.673106 | 136 | 32.492645 | 27.270432 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 10 |
1cab88bb8b28aadd2ecfe593f86fb18cba376713 | 39,230,231,306,659 | 47b807b3e3ad512eda508cd5324988ac1127b956 | /src/homeword/collection/Dog.java | ae7795b1250923a4e908e5beb6390b45bb28a420 | [] | no_license | honghuabin/javase | https://github.com/honghuabin/javase | 19c773c3db1aa08e987512a8050ec274f9cd0add | 19345af1aa059ed4c41a284b6b58ee69fcd05f2c | refs/heads/main | 2023-01-28T06:26:06.090000 | 2020-12-06T14:45:49 | 2020-12-06T14:45:49 | 313,168,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homeword.collection;
/**
* Dog
*/
public class Dog {
private String name; // 昵称
private int intimacy; // 亲密度
public Dog() {
}
public Dog(String name, int intimacy) {
this.name = name;
this.intimacy = intimacy;
}
public String getName() {
re... | UTF-8 | Java | 750 | java | Dog.java | Java | [] | null | [] | package homeword.collection;
/**
* Dog
*/
public class Dog {
private String name; // 昵称
private int intimacy; // 亲密度
public Dog() {
}
public Dog(String name, int intimacy) {
this.name = name;
this.intimacy = intimacy;
}
public String getName() {
re... | 750 | 0.497297 | 0.497297 | 42 | 16.619047 | 15.05854 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
2be84afbec494669cd1fd1cc396d35ecff066a1b | 30,090,540,907,652 | 9a164aa12713d58232b9960905336b24ab9b7af1 | /RepetitionFreeNumbers.java | f62e6df1bc34f44fafc7bf08a4e69a676c33069d | [
"MIT"
] | permissive | wasitshafi/codecheffsolutions | https://github.com/wasitshafi/codecheffsolutions | 533f181be24c0b371de7f7a3061438b995fc8a33 | 82d598e1f14ec5f12a7238dc6cdc37be559cf7e9 | refs/heads/master | 2021-07-09T09:54:22.060000 | 2021-04-17T12:32:15 | 2021-04-17T12:32:15 | 241,938,824 | 0 | 2 | MIT | false | 2020-10-02T18:46:25 | 2020-02-20T16:53:19 | 2020-10-02T18:29:09 | 2020-10-02T18:29:06 | 10 | 0 | 1 | 1 | C++ | false | false | // Q : https://www.codechef.com/IARCSJUD/problems/REPFREE
// 9 outof 11 TC passed, 2 TLE
/**
* @author wasitshafi
* @since 14-03-20
*/
import java.util.Arrays;
import java.util.Scanner;
import java.math.BigInteger;
class RepetitionFreeNumbers
{
public static Boolean isRepetitionFree(String s)
... | UTF-8 | Java | 1,037 | java | RepetitionFreeNumbers.java | Java | [
{
"context": "E\r\n// 9 outof 11 TC passed, 2 TLE\r\n/**\r\n * @author wasitshafi\r\n * @since 14-03-20\r\n */\r\nimport java.util.Array",
"end": 117,
"score": 0.9970641136169434,
"start": 107,
"tag": "USERNAME",
"value": "wasitshafi"
}
] | null | [] | // Q : https://www.codechef.com/IARCSJUD/problems/REPFREE
// 9 outof 11 TC passed, 2 TLE
/**
* @author wasitshafi
* @since 14-03-20
*/
import java.util.Arrays;
import java.util.Scanner;
import java.math.BigInteger;
class RepetitionFreeNumbers
{
public static Boolean isRepetitionFree(String s)
... | 1,037 | 0.554484 | 0.537126 | 35 | 27.685715 | 20.578451 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742857 | false | false | 10 |
1c01ab49c30f8bb18676b513094bb5e48bdd5668 | 4,973,572,164,906 | 0f35e38d626100f6dd5be69f2e20136bf5cd9d6a | /src/test/java/com/helloworld/use/di/construcor/HelloWorld3Test.java | ae60e6be30379a66889f45677fdc3bb8667a6be2 | [] | no_license | Iwrbw/SpringLearning | https://github.com/Iwrbw/SpringLearning | 7afbcaedb53964131366fc86c3181d53d32744a2 | a4bdd04a0ec431b5da8227903f0449a76b19053a | refs/heads/master | 2020-03-08T14:21:47.240000 | 2018-04-07T04:19:27 | 2018-04-07T04:19:27 | 128,183,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.helloworld.use.di.construcor;
import com.helloworld.use.HelloApi;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Create by yangshunfan
* 2018/4/6 14:31
*/
public class HelloWorld3Test {
@... | UTF-8 | Java | 765 | java | HelloWorld3Test.java | Java | [
{
"context": ".ClassPathXmlApplicationContext;\n\n/**\n * Create by yangshunfan\n * 2018/4/6 14:31\n */\npublic class HelloWorld3Tes",
"end": 260,
"score": 0.9995974898338318,
"start": 249,
"tag": "USERNAME",
"value": "yangshunfan"
}
] | null | [] | package com.helloworld.use.di.construcor;
import com.helloworld.use.HelloApi;
import org.junit.Test;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Create by yangshunfan
* 2018/4/6 14:31
*/
public class HelloWorld3Test {
@... | 765 | 0.724183 | 0.705882 | 27 | 27.370371 | 27.441721 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
e57a68b833950dc153864af31020880c60d8d24a | 34,557,306,874,767 | 838d5e5a4c0edbdef7a70ffdf2950afb0e0d133a | /Safe/app/src/main/java/com/gipsyz/safe/dto/SimpleBeacon.java | 7d7bff7851d9b16614e71d542eb41eb0b28e60c0 | [] | no_license | marianmoldovan/cybercamp | https://github.com/marianmoldovan/cybercamp | 791450f64a5502e4b57bf63d85b9c3daddec5320 | 016be69c39a190fb44e434630d5df84cde1c7bcf | refs/heads/master | 2020-06-07T06:47:11.675000 | 2014-12-07T07:03:24 | 2014-12-07T07:03:24 | 27,601,347 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gipsyz.safe.dto;
import uk.co.alt236.bluetoothlelib.device.IBeaconDevice;
/**
* Created by batman on 06/12/2014.
*/
public class SimpleBeacon {
private String id;
private String uuid;
private int major, minor;
public SimpleBeacon(IBeaconDevice device){
this.uuid = device.getUUI... | UTF-8 | Java | 921 | java | SimpleBeacon.java | Java | [
{
"context": "package com.gipsyz.safe.dto;\n\nimport uk.co.alt236.bluetoothlelib.device.IBeaconDevice;\n\n/**\n * Crea",
"end": 49,
"score": 0.8513107299804688,
"start": 46,
"tag": "USERNAME",
"value": "236"
},
{
"context": "oothlelib.device.IBeaconDevice;\n\n/**\n * Created by batma... | null | [] | package com.gipsyz.safe.dto;
import uk.co.alt236.bluetoothlelib.device.IBeaconDevice;
/**
* Created by batman on 06/12/2014.
*/
public class SimpleBeacon {
private String id;
private String uuid;
private int major, minor;
public SimpleBeacon(IBeaconDevice device){
this.uuid = device.getUUI... | 921 | 0.581976 | 0.570033 | 51 | 17.058823 | 15.467121 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
268a36a82dcf5756a4c483942c06f8ab89dc9c35 | 13,108,240,253,716 | 0ace4d0442347ebc9eb0f1c728dd7ee84205a46a | /src/main/java/com/ssafy/safefood/dao/FoodDaoImpl.java | 78671e55b323323e209d4744633a22a1856e688a | [] | no_license | atlanboa/web_rest_back_end | https://github.com/atlanboa/web_rest_back_end | 8e4f69c71082343af345afef7df6084d2e819938 | 6f84acfa0441a7f99541905962a2a2bbfc742650 | refs/heads/master | 2022-11-28T06:53:08.665000 | 2019-11-27T05:51:12 | 2019-11-27T05:51:12 | 226,233,549 | 0 | 0 | null | false | 2022-11-16T09:59:49 | 2019-12-06T02:55:36 | 2020-01-18T06:19:49 | 2022-11-16T09:59:46 | 33,228 | 0 | 0 | 2 | CSS | false | false | package com.ssafy.safefood.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.ssafy.safefood.vo.FoodVO;
@Repository
public class FoodDaoImpl implements FoodDao... | UTF-8 | Java | 1,685 | java | FoodDaoImpl.java | Java | [] | null | [] | package com.ssafy.safefood.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.ssafy.safefood.vo.FoodVO;
@Repository
public class FoodDaoImpl implements FoodDao... | 1,685 | 0.711194 | 0.711194 | 64 | 23.265625 | 26.702202 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.34375 | false | false | 10 |
6dbbc5f5f91e450a14323f38ae2c38eea9039270 | 2,233,383,024,929 | ea46ba0d4a674578cba62e7fcfdf55306687ab0c | /src/analogyFinder/src/models/Subforest.java | 60c59fc85ac5eaffd029e76b5838901e4fc0138e | [
"MIT"
] | permissive | rrinott-coursera/codewebs | https://github.com/rrinott-coursera/codewebs | ee0a9143072f27e75578a2779be53803c1d16189 | 38302bcc9af16e3e879c8ed6fbf98f3407923c18 | refs/heads/master | 2021-01-20T17:53:46.069000 | 2017-02-03T21:33:56 | 2017-02-03T21:33:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import models.ast.Forest;
import models.ast.Node;
import org.json.JSONObject;
import util.FileSystem;
/**
* Class Subforest
* A subforest represents a subtree or a forest of statement subtrees (in many
*... | UTF-8 | Java | 2,224 | java | Subforest.java | Java | [] | null | [] | package models;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import models.ast.Forest;
import models.ast.Node;
import org.json.JSONObject;
import util.FileSystem;
/**
* Class Subforest
* A subforest represents a subtree or a forest of statement subtrees (in many
*... | 2,224 | 0.718525 | 0.718525 | 95 | 22.410526 | 22.095245 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347368 | false | false | 10 |
15b94db5c176b63086faeded8b1dd6ec53ab55fc | 22,093,311,772,185 | 854ae5673a5d1acf8c2d346156e7ed89a93aa821 | /app/src/main/java/com/coldzify/finalproject/Dialog/ProgressDialog.java | 703ecdaecfe15a64f2e07a962c0a8a8ef33cc3be | [] | no_license | nakkarintho/SCI-TU-REPORT | https://github.com/nakkarintho/SCI-TU-REPORT | c40dc0c1fb418d6697ac59bee9c0b43f9f35894a | 7b710269065c2e9666d2de29e502c3995b229d07 | refs/heads/master | 2023-05-23T19:16:29.282000 | 2021-06-18T07:04:32 | 2021-06-18T07:04:32 | 378,320,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coldzify.finalproject.Dialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.TextView;
imp... | UTF-8 | Java | 1,605 | java | ProgressDialog.java | Java | [] | null | [] | package com.coldzify.finalproject.Dialog;
import android.app.Dialog;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.TextView;
imp... | 1,605 | 0.691589 | 0.686604 | 55 | 28.181818 | 23.392378 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472727 | false | false | 10 |
117dd3aa02268ed7aab8375ce8906cb65fd46100 | 28,509,992,950,517 | 1505e2c83acccb3f765980c6e1ef635e8e6361d3 | /src/main/java/osmedile/intellij/javadochelper/IConfig.java | 8122a85877513453d67af63b83ceac7bd5c8e5e7 | [] | no_license | Longri/javadoc-helper | https://github.com/Longri/javadoc-helper | 29145d08c396d00b2a4b05f1d090865bfde2b04d | f69b82701c5c9df4f17a96e87c9c355ce4f93328 | refs/heads/master | 2021-01-10T16:58:15.518000 | 2015-10-20T12:52:34 | 2015-10-20T12:52:34 | 44,526,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package osmedile.intellij.javadochelper;
import java.util.List;
/**
* @author Olivier Smedile
* @version $Id: IConfig.java 52 2008-07-29 10:32:50Z osmedile $
*/
public interface IConfig {
boolean getAddIfDocDiffers();
List<ClassTag> getClassTags();
void setAddIfDocDiffers(boolean addIfNonEmpty);
... | UTF-8 | Java | 596 | java | IConfig.java | Java | [
{
"context": "dochelper;\n\nimport java.util.List;\n\n/**\n * @author Olivier Smedile\n * @version $Id: IConfig.java 52 2008-07-29 10:32",
"end": 96,
"score": 0.9998814463615417,
"start": 81,
"tag": "NAME",
"value": "Olivier Smedile"
}
] | null | [] | package osmedile.intellij.javadochelper;
import java.util.List;
/**
* @author <NAME>
* @version $Id: IConfig.java 52 2008-07-29 10:32:50Z osmedile $
*/
public interface IConfig {
boolean getAddIfDocDiffers();
List<ClassTag> getClassTags();
void setAddIfDocDiffers(boolean addIfNonEmpty);
void s... | 587 | 0.743289 | 0.716443 | 29 | 19.551723 | 21.881477 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 10 |
8fd59e7770c87e7ad1da8ae5451ccc229076c724 | 4,664,334,538,601 | d7f21e533df9dbd7362fa94d422ded766039b421 | /app/src/main/java/com/mingnong/xizangphone/dao/StoreProductA.java | 128fbc9f5a8f2eb3fff020c4f5633982b3f2b47a | [] | no_license | 2017HHL/XiZangPhone | https://github.com/2017HHL/XiZangPhone | 043c5757ad0521c83704ca746e8061d5b7404dbb | afb77c7eb7a459879ebefef853073a050b2c910a | refs/heads/master | 2021-05-08T12:01:28.613000 | 2018-02-02T01:38:19 | 2018-02-02T01:38:19 | 119,916,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mingnong.xizangphone.dao;
import com.mingnong.xizangphone.dao.local.DaoSession;
import com.mingnong.xizangphone.dao.local.Product_ADao;
import com.mingnong.xizangphone.dao.local.StoreProductADao;
import org.greenrobot.greendao.DaoException;
import org.greenrobot.greendao.annotation.Entity;
import org.gree... | UTF-8 | Java | 4,337 | java | StoreProductA.java | Java | [
{
"context": "obot.greendao.annotation.ToOne;\n\n/**\n * Created by wyw on 2017/2/21.\n */\n\n@Entity(nameInDb = \"StoreProdu",
"end": 475,
"score": 0.9991652965545654,
"start": 472,
"tag": "USERNAME",
"value": "wyw"
}
] | null | [] | package com.mingnong.xizangphone.dao;
import com.mingnong.xizangphone.dao.local.DaoSession;
import com.mingnong.xizangphone.dao.local.Product_ADao;
import com.mingnong.xizangphone.dao.local.StoreProductADao;
import org.greenrobot.greendao.DaoException;
import org.greenrobot.greendao.annotation.Entity;
import org.gree... | 4,337 | 0.623934 | 0.59857 | 134 | 31.365671 | 21.263288 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41791 | false | false | 10 |
12b97641b294c1bc239aac1ddd2c1e356d5e50a0 | 9,517,647,571,610 | 4556b65a82638df048c50edbe0d5b378e9b664f0 | /src/main/java/io/circleline/filter/auth/HmacAuth.java | ceea97f00d5ee8730b0674503a4f568dd137966b | [
"Apache-2.0"
] | permissive | circlelineio/circleline-gw | https://github.com/circlelineio/circleline-gw | 1334e25c18f627555e7a017dfaf5645c9851b270 | 77a28c0ebe1eed7492103acc52a04d15bc17406b | refs/heads/master | 2021-01-10T13:43:05.676000 | 2016-03-21T00:56:33 | 2016-03-21T00:56:33 | 50,407,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.circleline.filter.auth;
import io.circleline.filter.error.UnauthorizedException;
import org.apache.commons.codec.digest.HmacUtils;
import org.apache.commons.lang.StringUtils;
import javax.servlet.http.HttpServletRequest;
import java.util.Base64;
import java.util.HashMap;
import java.util.Map;
/**
* Creat... | UTF-8 | Java | 2,661 | java | HmacAuth.java | Java | [
{
"context": "HashMap;\nimport java.util.Map;\n\n/**\n * Created by 1002515 on 2016. 2. 25..\n */\npublic class HmacAuth implem",
"end": 333,
"score": 0.9982738494873047,
"start": 326,
"tag": "USERNAME",
"value": "1002515"
}
] | null | [] | package io.circleline.filter.auth;
import io.circleline.filter.error.UnauthorizedException;
import org.apache.commons.codec.digest.HmacUtils;
import org.apache.commons.lang.StringUtils;
import javax.servlet.http.HttpServletRequest;
import java.util.Base64;
import java.util.HashMap;
import java.util.Map;
/**
* Creat... | 2,661 | 0.636398 | 0.628074 | 80 | 32.037498 | 26.725664 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4875 | false | false | 10 |
49263e360210e3db77d2408d217805590d41ce42 | 13,108,240,244,867 | a2b26afc801eaaf3b3f89ffeefeba07600185c07 | /app/src/main/java/com/pigdogbay/foodhygieneratings/model/Coordinate.java | a2acd6a424059adcfbc7a13f0b1f62c61f9123d8 | [
"Apache-2.0"
] | permissive | PigDogBay/FHR-Android | https://github.com/PigDogBay/FHR-Android | 2df98c21e301d2984cc0d81ba672e72b70b48ffa | 9a32fd61d0fd20afd1cbca0321f2ed4b2e277f74 | refs/heads/master | 2020-05-25T22:39:41.384000 | 2019-08-05T09:32:19 | 2019-08-05T09:32:19 | 84,975,251 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pigdogbay.foodhygieneratings.model;
/**
* Created by Mark on 18/03/2017.
*/
public class Coordinate {
public static final double ukEast = 1.46;
public static final double ukWest = -8.638;
public static final double ukNorth = 60.51;
public static final double ukSouth = 49.53;
priva... | UTF-8 | Java | 1,000 | java | Coordinate.java | Java | [
{
"context": "ogbay.foodhygieneratings.model;\n\n/**\n * Created by Mark on 18/03/2017.\n */\n\npublic class Coordinate {\n\n ",
"end": 71,
"score": 0.9996540546417236,
"start": 67,
"tag": "NAME",
"value": "Mark"
}
] | null | [] | package com.pigdogbay.foodhygieneratings.model;
/**
* Created by Mark on 18/03/2017.
*/
public class Coordinate {
public static final double ukEast = 1.46;
public static final double ukWest = -8.638;
public static final double ukNorth = 60.51;
public static final double ukSouth = 49.53;
priva... | 1,000 | 0.656 | 0.631 | 41 | 23.390244 | 22.663904 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 10 |
a2c794b0f6edbe4deae91eb6378b8b336e025144 | 6,897,717,495,207 | 765c2b193810e421dbbf7ec37d71cfeedcdaa4d0 | /app/src/main/java/com/example/oviepos/databases/models/responses/TransactionsAndItems.java | 25d36eca176e7d69fc3982b30ede394e11f171f8 | [] | no_license | handharbeni/OviePOS | https://github.com/handharbeni/OviePOS | 22c7b55156048da14fc3bc226856a921f9de3881 | 9b04df4ca1c3602ee7057aa0bc5a838f6e20f658 | refs/heads/master | 2022-12-04T11:49:28.522000 | 2020-08-15T20:05:16 | 2020-08-15T20:05:16 | 277,265,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.oviepos.databases.models.responses;
import androidx.room.Embedded;
import androidx.room.Entity;
import androidx.room.Relation;
import java.util.List;
public class TransactionsAndItems {
@Embedded
public Transactions transactions;
@Relation(parentColumn = "id", entityColumn = "transact... | UTF-8 | Java | 415 | java | TransactionsAndItems.java | Java | [] | null | [] | package com.example.oviepos.databases.models.responses;
import androidx.room.Embedded;
import androidx.room.Entity;
import androidx.room.Relation;
import java.util.List;
public class TransactionsAndItems {
@Embedded
public Transactions transactions;
@Relation(parentColumn = "id", entityColumn = "transact... | 415 | 0.787952 | 0.787952 | 14 | 28.642857 | 26.421331 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 10 |
c5b393359939a774f54f466534b197b0f27d1d63 | 6,124,623,392,456 | 343239ee3de8776c5db93c2031ab427a8ea039fc | /src/com/mh/redis/jedis/config/bean/RedisPoolBean.java | bcae7bc07acccc7e9dcf3d6b9ac4a982bd740540 | [] | no_license | jasonsuzhou/JedisSDK | https://github.com/jasonsuzhou/JedisSDK | fc5625c1411941e3f42e5b634fdaf0e09e3852a0 | 62686f0542893cf9ec738dad7f812a165f0ada2d | refs/heads/master | 2021-05-06T03:05:18.767000 | 2018-07-20T09:00:21 | 2018-07-20T09:00:21 | 114,778,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mh.redis.jedis.config.bean;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="pool")
public class RedisPoolBean {
private int maxIdle;
private int maxTotal;
private boolean testOnBorrow;
private boolean testOnReturn;
pri... | UTF-8 | Java | 1,176 | java | RedisPoolBean.java | Java | [] | null | [] | package com.mh.redis.jedis.config.bean;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="pool")
public class RedisPoolBean {
private int maxIdle;
private int maxTotal;
private boolean testOnBorrow;
private boolean testOnReturn;
pri... | 1,176 | 0.719388 | 0.719388 | 60 | 17.6 | 16.519888 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 10 |
84ab718e0836e680fe4023a9a80358a134aea923 | 32,564,442,083,360 | 51a60a945d7c6f12ab438f189bb065351392f89a | /PhotoAppApiUsers/src/main/java/com/amsidh/mvc/util/UuidUtil.java | b3dd3acbd0254425cfc7a4c463898395969da069 | [] | no_license | amsidhlokhande/MyProject | https://github.com/amsidhlokhande/MyProject | 25f2a500c25f41c7a313946de6ceca099d66d13e | fd55fc4711698ff297a6cebb745e1ebf8fd58e9c | refs/heads/master | 2022-10-04T04:43:25.354000 | 2020-05-30T11:02:26 | 2020-05-30T11:02:26 | 266,879,059 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amsidh.mvc.util;
import org.springframework.stereotype.Service;
import static java.util.UUID.randomUUID;
@Service
public class UuidUtil {
public String getNextUuid() {
return randomUUID().toString();
}
}
| UTF-8 | Java | 236 | java | UuidUtil.java | Java | [] | null | [] | package com.amsidh.mvc.util;
import org.springframework.stereotype.Service;
import static java.util.UUID.randomUUID;
@Service
public class UuidUtil {
public String getNextUuid() {
return randomUUID().toString();
}
}
| 236 | 0.724576 | 0.724576 | 13 | 17.153847 | 17.328705 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 10 |
798cea6494dfab3a2ffee4ce977087e288349cda | 10,737,418,284,699 | 08266832f10ef10975b010dd430dfa65c7de36d2 | /src/main/java/com/example/dto/CategoryDto.java | e26c9ad3547cb8c2e6e23e6782a744519227eaff | [
"Apache-2.0"
] | permissive | AlexanderByzov/ads-manager | https://github.com/AlexanderByzov/ads-manager | 54f467bd24d7e14d6ba3cd8f35ec34c11758e8c9 | 3908c16d8ef10a967a4f1e58ac7445a350329c18 | refs/heads/master | 2020-05-27T17:27:36.546000 | 2019-05-29T11:52:45 | 2019-05-29T11:52:45 | 188,721,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
@Getter
@AllArgsConstructor
@ToString
@Builder(toBuilder = true)
public class CategoryDto {
priv... | UTF-8 | Java | 485 | java | CategoryDto.java | Java | [] | null | [] | package com.example.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
@Getter
@AllArgsConstructor
@ToString
@Builder(toBuilder = true)
public class CategoryDto {
priv... | 485 | 0.752577 | 0.740206 | 26 | 17.653847 | 13.606962 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 10 |
75576c6f494dc04218360cef2ca141cbd9f307c5 | 7,962,869,431,970 | 3986a6e2b96613dcc3438be838a97af349cb603e | /src/main/java/heritage/mergen/core/model/Media.java | 6eb122e8a753f10457da9e054596b8419b188780 | [] | no_license | MergenGroup/ProjectMergen | https://github.com/MergenGroup/ProjectMergen | 6375169aaaabe4828ad9076b3664769cca6eab0d | c9ddd4e87242116224c73bb1208d21c9c1555488 | refs/heads/master | 2016-08-30T19:05:43.616000 | 2016-06-01T16:31:15 | 2016-06-01T16:31:15 | 51,354,846 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package heritage.mergen.core.model;
/* User: baris Date: 27/03/16 Time: 22:00 */
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity
@Table(name = "media")
public class Media {
@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
@Getter @Setter private... | UTF-8 | Java | 566 | java | Media.java | Java | [
{
"context": "package heritage.mergen.core.model;\n/* User: baris Date: 27/03/16 Time: 22:00 */\n\nimport lombok.Gett",
"end": 50,
"score": 0.9993999004364014,
"start": 45,
"tag": "USERNAME",
"value": "baris"
}
] | null | [] | package heritage.mergen.core.model;
/* User: baris Date: 27/03/16 Time: 22:00 */
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity
@Table(name = "media")
public class Media {
@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
@Getter @Setter private... | 566 | 0.678445 | 0.660777 | 24 | 22.583334 | 17.480743 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
1d31fac5cbbfaad62cbde424ec7cf5dd520cfe79 | 9,620,726,806,574 | ca03133e02ecdccada8734eafe5c49ed335ed20b | /MailServer/src/java/DAO/FeedbackDAO.java | 217c44bed9a54b1c086208870c37420689633f90 | [] | no_license | anhdv282/MailServer | https://github.com/anhdv282/MailServer | dd0bd3779fcd231256f9235d5856f2e5c09cd12b | 1a0ed03fa424cd26ad76f8516e6831b356dc7235 | refs/heads/master | 2021-04-09T17:00:46.176000 | 2014-08-08T01:06:22 | 2014-08-08T01:06:22 | 21,929,310 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package DAO;
import entities.Feedback;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
impo... | UTF-8 | Java | 2,793 | java | FeedbackDAO.java | Java | [
{
"context": "ing.Logger;\nimport util.DbUtil;\n\n/**\n *\n * @author DANG\n */\npublic class FeedbackDAO {\n DbUtil util",
"end": 502,
"score": 0.6064105033874512,
"start": 501,
"tag": "NAME",
"value": "D"
},
{
"context": "g.Logger;\nimport util.DbUtil;\n\n/**\n *\n * @author DAN... | 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 DAO;
import entities.Feedback;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
impo... | 2,793 | 0.580022 | 0.575725 | 83 | 32.650604 | 22.845438 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.759036 | false | false | 10 |
b3e4a5f90dc5ab5f7fd0c8d02610ab2e86567165 | 21,122,649,189,477 | 8a233e93584930a536fd4a5b51ed4d0d3398d8d3 | /src/main/java/com/einevault/users/model/UserPWD.java | afd62b316961132bfa99f12e56f5ac95cd8bdffd | [
"MIT"
] | permissive | einevea/users | https://github.com/einevea/users | c452304e15ee5834b2bf3a1eaeabb8cda6954b84 | 0be565e508cb1163bc8c9161d4013b8bfd525ea2 | refs/heads/master | 2020-04-09T08:07:56.736000 | 2015-08-16T22:26:09 | 2015-08-16T22:26:09 | 40,806,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.einevault.users.model;
/**
* Created by einevea on 16/08/15.
*/
public class UserPWD {
public transient final static UserPWD ANONYMOUS = new UserPWD("","");
private final String username;
private final String pwd;
public UserPWD(String username, String pwd) {
this.username = user... | UTF-8 | Java | 480 | java | UserPWD.java | Java | [
{
"context": "kage com.einevault.users.model;\n\n/**\n * Created by einevea on 16/08/15.\n */\npublic class UserPWD {\n publi",
"end": 61,
"score": 0.9995937943458557,
"start": 54,
"tag": "USERNAME",
"value": "einevea"
},
{
"context": "ng username, String pwd) {\n this.user... | null | [] | package com.einevault.users.model;
/**
* Created by einevea on 16/08/15.
*/
public class UserPWD {
public transient final static UserPWD ANONYMOUS = new UserPWD("","");
private final String username;
private final String pwd;
public UserPWD(String username, String pwd) {
this.username = user... | 480 | 0.625 | 0.6125 | 23 | 19.869566 | 18.608797 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 10 |
b8a2323856b22b36cb3956f0e0850079a9c61320 | 7,773,890,839,959 | 19971beaf3f93a10c5029e4c3083151980022868 | /PatronesDsgApp/src/com/kaboom/strategy/Duck.java | f1e99eded6793c9a8be98e3b8f0e90a420c2ecc3 | [] | no_license | pabloantonio/glm_sw | https://github.com/pabloantonio/glm_sw | ee7253209539bc4560c39d48c2cbe06f14802e14 | 602ba0c5550e03f8632dfef176c692e8dfea4824 | refs/heads/master | 2021-01-17T17:07:12.770000 | 2013-09-18T21:47:42 | 2013-09-18T21:47:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.kaboom.strategy;
import com.kabom.interfaces.FlyBehavior;
import com.kabom.interfaces.QuakBehavior;
/**
* @author pablo
*
*/
public abstract class Duck {
FlyBehavior flyBehavior;
QuakBehavior quakBehavior;
public abstract void swim();
public abstract void display();
public ... | UTF-8 | Java | 724 | java | Duck.java | Java | [
{
"context": "com.kabom.interfaces.QuakBehavior;\n\n/**\n * @author pablo\n *\n */\npublic abstract class Duck {\n\t\n\t\n\t FlyBeha",
"end": 146,
"score": 0.7566400170326233,
"start": 141,
"tag": "USERNAME",
"value": "pablo"
}
] | null | [] | /**
*
*/
package com.kaboom.strategy;
import com.kabom.interfaces.FlyBehavior;
import com.kabom.interfaces.QuakBehavior;
/**
* @author pablo
*
*/
public abstract class Duck {
FlyBehavior flyBehavior;
QuakBehavior quakBehavior;
public abstract void swim();
public abstract void display();
public ... | 724 | 0.727901 | 0.727901 | 46 | 14.73913 | 17.121605 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 10 |
b2bfb0f4bb403497af284f48b96419ec0fa4b5d5 | 31,791,347,977,149 | 3b6cd6723c32138850993310a232682969ce57b5 | /app/src/main/java/com/example/carritocomprasfranz/PaginaPrincipal.java | 11e0d3ad184a41c6b330b912d870e9ae40cb9a70 | [] | no_license | fmamanim/inefmamanim | https://github.com/fmamanim/inefmamanim | dbaa1bdd03b2ab5db13f5e41731d322a86817318 | bf38481756dd31d4a343692aea33eff7539eba60 | refs/heads/master | 2021-01-01T04:00:22.452000 | 2016-04-19T20:48:11 | 2016-04-19T20:48:11 | 56,090,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.carritocomprasfranz;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.Button;
import android.widget.Toast;
public class PaginaPrincipal extends AppCompatActivity {
//private
... | UTF-8 | Java | 925 | java | PaginaPrincipal.java | Java | [] | null | [] | package com.example.carritocomprasfranz;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.Button;
import android.widget.Toast;
public class PaginaPrincipal extends AppCompatActivity {
//private
... | 925 | 0.728649 | 0.724324 | 29 | 30.896551 | 24.297503 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 10 |
bc7ff1938e6e9317800d6342fecec16b5fa8c5e0 | 360,777,314,226 | 0a455525ba5d492d5c04c9e171829a10976117f0 | /src/com/mybatis/entity/Answer.java | eae4dee5ef386bada9a601c8caf0d81ace42fce6 | [] | no_license | xu984386604/hiyouther | https://github.com/xu984386604/hiyouther | bc94a968743ef8c570c59e5dd08d7c03c210bb66 | a6241e2f950046a56726b4e3c1097d2c8785898b | refs/heads/master | 2020-12-25T08:58:50.799000 | 2016-06-14T11:34:28 | 2016-06-14T11:34:28 | 61,117,711 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mybatis.entity;
import java.util.Date;
public class Answer {
private Integer anid;
private Integer cid;
private Date antime;
private Integer listenerid;
private Integer speakerid;
private String type;
private String listener;
private String speaker... | UTF-8 | Java | 1,867 | java | Answer.java | Java | [] | null | [] | package com.mybatis.entity;
import java.util.Date;
public class Answer {
private Integer anid;
private Integer cid;
private Date antime;
private Integer listenerid;
private Integer speakerid;
private String type;
private String listener;
private String speaker... | 1,867 | 0.570434 | 0.570434 | 95 | 17.673685 | 17.771914 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305263 | false | false | 10 |
bd7fe0de3e227e57d2172167279fa607039661e1 | 10,874,857,207,357 | d5739694a5030d61f515c1d1860be68670038c49 | /spring-hqsm-smt/src/main/java/com/itdy/hqsm/zookeeper/OrderCodeGenerator.java | 97b14ec84d8d505a9b1c69e8af884ddcc78a1564 | [] | no_license | 17347116383/hzh | https://github.com/17347116383/hzh | 76b35bafb3d8dba5b6665b9a0c76453baeef61f5 | f34d4807e131a24594eaf95fe2547b7d41d1bbda | refs/heads/master | 2023-03-26T14:22:17.686000 | 2021-03-28T07:08:27 | 2021-03-28T07:08:27 | 352,245,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itdy.hqsm.zookeeper;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 第一种测试
* @author Administrator
*
*/
public class OrderCodeGenerator {
// 自增长序列
private static int i = 0;
// 按照“年-月-日-小时-分钟-秒-自增长序列”的规则生成订单编号
public String getOrderCode() {
Date now = new Date();
SimpleDateFor... | UTF-8 | Java | 479 | java | OrderCodeGenerator.java | Java | [
{
"context": "t;\nimport java.util.Date;\n\n/**\n * 第一种测试\n * @author Administrator\n *\n */\npublic class OrderCodeGenerator {\n\n\t// 自增长",
"end": 130,
"score": 0.9443100094795227,
"start": 117,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.itdy.hqsm.zookeeper;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 第一种测试
* @author Administrator
*
*/
public class OrderCodeGenerator {
// 自增长序列
private static int i = 0;
// 按照“年-月-日-小时-分钟-秒-自增长序列”的规则生成订单编号
public String getOrderCode() {
Date now = new Date();
SimpleDateFor... | 479 | 0.697789 | 0.695332 | 22 | 17.5 | 16.961855 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 10 |
97586144f5f4dce8b96c4799d8a5ad8db6f12d08 | 4,973,572,133,960 | fa2581b4ff5887271358463207a9df5b2eafbcb0 | /src/JUnit/TestSendChatting.java | d9400419d606245d7f573c8e9af37f6a0b96276c | [
"MIT"
] | permissive | sengeiou/MiniWechat | https://github.com/sengeiou/MiniWechat | 90afb38c964a5f1327279645e6ab482fade47ed1 | 99366d9987b9d462dd6eaf869e5aabb1d85bc861 | refs/heads/master | 2020-07-01T02:07:05.902000 | 2017-12-02T08:47:19 | 2017-12-02T09:35:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package JUnit;
import static org.junit.Assert.*;
import java.io.IOException;
import java.net.UnknownHostException;
import java.util.Date;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import protocol.ProtoHead;
import protocol.Data.ChatData.ChatItem;
import protocol.Data.ChatData.ChatItem.C... | UTF-8 | Java | 13,677 | java | TestSendChatting.java | Java | [
{
"context": "import tools.Debug;\n\n/**\n * 测试发消息功能\n * \n * @author Feng\n */\npublic class TestSendChatting {\n\n\t/**\n\t * 接收一",
"end": 662,
"score": 0.9996035099029541,
"start": 658,
"tag": "NAME",
"value": "Feng"
},
{
"context": "et\n\t * @return\n\t * @throws IOException\n\t ... | null | [] | package JUnit;
import static org.junit.Assert.*;
import java.io.IOException;
import java.net.UnknownHostException;
import java.util.Date;
import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import protocol.ProtoHead;
import protocol.Data.ChatData.ChatItem;
import protocol.Data.ChatData.ChatItem.C... | 13,677 | 0.726767 | 0.714163 | 385 | 32.176624 | 31.625732 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.353247 | false | false | 10 |
6c0a2753304f2e406ec770fb028605878ab098b1 | 29,051,158,839,328 | 250713e8ee2ec893df548024ef89d06f60b16dd5 | /2.0.0/CN-App-User-5000/src/main/java/org/zmsoft/config/MyJsonConfiger.java | 96030d2ff65729d3d9ba021e19bb2da887f28384 | [
"BSD-3-Clause-Clear"
] | permissive | moutainhigh/cnsoft | https://github.com/moutainhigh/cnsoft | 5ecda93285476041cde6711b8fa46dc7e7354a7d | b9b921d43ea9b06c881121ab5d98ce18e14df87d | refs/heads/master | 2023-07-31T23:20:56.388000 | 2021-04-30T03:50:46 | 2021-04-30T03:50:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zmsoft.config;
import org.springframework.boot.autoconfigure.http.HttpMessageConverters;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.converter.HttpMessageConverter;
import com.alibaba.fastjson.serializer.S... | UTF-8 | Java | 1,290 | java | MyJsonConfiger.java | Java | [
{
"context": "ttpMessageConverter;\n\n/**\n * 启用FastJson\n * @author spookfcy\n * @see https://www.cnblogs.com/skyblue-li/p/5946",
"end": 508,
"score": 0.9997074604034424,
"start": 500,
"tag": "USERNAME",
"value": "spookfcy"
},
{
"context": " @author spookfcy\n * @see https://www.cnb... | null | [] | package org.zmsoft.config;
import org.springframework.boot.autoconfigure.http.HttpMessageConverters;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.converter.HttpMessageConverter;
import com.alibaba.fastjson.serializer.S... | 1,290 | 0.806799 | 0.797678 | 41 | 28.414635 | 26.531137 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.02439 | false | false | 10 |
08d4603c7160913928416d9cf67f9987edf289cb | 35,828,617,195,397 | 8f80fa489cf5b13b504b79dc75a933f618ac2717 | /src/main/java/com/whjx/dao/SaveInfoMapper.java | 551e7e01b7d7c3ab28b448cea1b32d57ee8d7494 | [] | no_license | Zhang-xaio/FiveFlowers-2 | https://github.com/Zhang-xaio/FiveFlowers-2 | c3e272db91a6dae38167be71e6a914fb7121e2a0 | 831a4b9778a88656da111ced063ec4fa071321c4 | refs/heads/master | 2020-12-27T13:20:29.896000 | 2020-02-02T05:51:42 | 2020-02-02T05:51:42 | 237,916,391 | 1 | 0 | null | true | 2020-02-03T08:18:17 | 2020-02-03T08:18:16 | 2020-02-02T05:52:44 | 2020-02-02T05:52:42 | 47,034 | 0 | 0 | 0 | null | false | false | package com.whjx.dao;
import com.whjx.pojo.UserInfo;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface SaveInfoMapper {
int saveInfo(@Param("ui") UserInfo userInfo);
UserInfo selectUser(@Param("openid") String openid);
}
| UTF-8 | Java | 304 | java | SaveInfoMapper.java | Java | [] | null | [] | package com.whjx.dao;
import com.whjx.pojo.UserInfo;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface SaveInfoMapper {
int saveInfo(@Param("ui") UserInfo userInfo);
UserInfo selectUser(@Param("openid") String openid);
}
| 304 | 0.779605 | 0.779605 | 11 | 26.636364 | 20.303482 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 10 |
4dc7ce321de63d246465e10137d19f88f9d37b53 | 37,941,741,094,951 | 98a15bb6b79086d17a1f74f92e09d54530efec52 | /Pre-Exam-Coding/src/experiments/TestSortedMap.java | 97a048e25027835f1a71c6389d68eaafa61236ba | [] | no_license | christopher-clark/Pre-Exam-Coding | https://github.com/christopher-clark/Pre-Exam-Coding | 9db60395a7eff63392292b81867a1c31408b9d05 | 28337701e3fd8cddb78ea1c863464abed4a2d953 | refs/heads/master | 2020-12-21T19:44:52.625000 | 2016-08-11T07:55:07 | 2016-08-11T07:55:07 | 58,253,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package experiments;
import java.util.*;
public class TestSortedMap {
private static String[] data = {"Chris","Georgie","Liam","Antony","Lil","Brendan","Baka","Snez","Zebedee"};
public static void main(String[] args) {
TreeMap<Integer,String> myTreeMap = new TreeMap<Integer,String>();
for(int i = 0;... | UTF-8 | Java | 1,170 | java | TestSortedMap.java | Java | [
{
"context": "tSortedMap {\r\n\r\n\tprivate static String[] data = {\"Chris\",\"Georgie\",\"Liam\",\"Antony\",\"Lil\",\"Brendan\",\"Baka\"",
"end": 116,
"score": 0.9998034834861755,
"start": 111,
"tag": "NAME",
"value": "Chris"
},
{
"context": "ap {\r\n\r\n\tprivate static String[] d... | null | [] | package experiments;
import java.util.*;
public class TestSortedMap {
private static String[] data = {"Chris","Georgie","Liam","Antony","Lil","Brendan","Baka","Snez","Zebedee"};
public static void main(String[] args) {
TreeMap<Integer,String> myTreeMap = new TreeMap<Integer,String>();
for(int i = 0;... | 1,170 | 0.667521 | 0.652137 | 33 | 33.454544 | 31.798695 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 10 |
48c45630bba31f00bd0938041deae84b261f5eab | 37,160,057,053,813 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes2.dex_source_from_JADX/com/facebook/apptab/ui/BadgableGlyphView.java | cb7edc9c57e9bdff014ec31cf43b12156840cfa7 | [] | 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.apptab.ui;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Align;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDra... | UTF-8 | Java | 11,155 | java | BadgableGlyphView.java | Java | [] | null | [] | package com.facebook.apptab.ui;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Align;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDra... | 11,155 | 0.626535 | 0.532586 | 307 | 35.335506 | 27.821466 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.713355 | false | false | 10 |
ca42cd5473049df0bcf7725c50f434d39175f2f6 | 38,637,525,795,997 | 813d2cd6eed1ceb60b87023c6baaed23dfd7ce0a | /web-backend-workSeacher/src/main/java/com/workSearcher/backend/models/services/interfaces/IOfertaEmpleoService.java | 1e5f693079d6f95b3f932f7c3418c0f7fe3843ac | [] | no_license | JosueFerrin20/web-workSearcher | https://github.com/JosueFerrin20/web-workSearcher | 00d5d0f2b381318f350cdb47f5b3f643fecd62ad | 06d2ca706db786540ef1356d59b066e07755383e | refs/heads/main | 2023-07-17T00:07:44.263000 | 2021-09-02T16:40:28 | 2021-09-02T16:40:28 | 402,492,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.workSearcher.backend.models.services.interfaces;
import java.util.List;
import java.util.Optional;
import com.workSearcher.backend.models.entities.ofertaEmpleo;
public interface IOfertaEmpleoService {
public void save(ofertaEmpleo oferta);//guardar -> create/update
public Optional <ofertaEmpleo> fin... | UTF-8 | Java | 484 | java | IOfertaEmpleoService.java | Java | [] | null | [] | package com.workSearcher.backend.models.services.interfaces;
import java.util.List;
import java.util.Optional;
import com.workSearcher.backend.models.entities.ofertaEmpleo;
public interface IOfertaEmpleoService {
public void save(ofertaEmpleo oferta);//guardar -> create/update
public Optional <ofertaEmpleo> fin... | 484 | 0.789256 | 0.789256 | 14 | 33.57143 | 28.637424 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 10 |
ac4aa04c8b0295c1afff6268dc1f95306b2d5ee8 | 35,253,091,594,768 | b046f35cc7b7c5ba2069fc3a828741331a640c11 | /src/main/java/ar/edu/um/programacion2_2018/tp10/controller/TareaController.java | 2eb8d05f96a3b0e9f46bd41af9301c8733797e8a | [] | no_license | Matinho/Programacion-2.Trabajo-Practico-10 | https://github.com/Matinho/Programacion-2.Trabajo-Practico-10 | 5af8f9e52ec3cfe9b8c761ec7ee5594bf493d929 | 1a70afa6c390b7d2481216223c4f35ace71d5d29 | refs/heads/master | 2020-03-29T07:23:07.953000 | 2018-09-20T20:33:53 | 2018-09-20T20:33:53 | 149,662,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.um.programacion2_2018.tp10.controller;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.... | UTF-8 | Java | 2,512 | java | TareaController.java | Java | [] | null | [] | package ar.edu.um.programacion2_2018.tp10.controller;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.... | 2,512 | 0.745223 | 0.734076 | 72 | 32.888889 | 26.196138 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 10 |
eb1050f28b7a7b1b23f24c2923d9c01dd0fcd3a6 | 33,973,191,350,130 | a216c3b12aee66c2c5709d033bb7353177999feb | /src/com/sample/xpressapply/handlers/ReviseOfferCompletedIntentHandler.java | 397f64994d78b4d36b90b8e4523d97412139a523 | [] | no_license | nikhilnicks/xpressapply | https://github.com/nikhilnicks/xpressapply | 4218c2266079f3b574243d5d057ed28109004847 | 2bcc71c4a0df66a4eaf9641b4dd2fd8f01fb53fd | refs/heads/master | 2020-03-27T14:02:10.288000 | 2018-08-30T13:19:03 | 2018-08-30T13:19:03 | 146,640,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Copyright 2018 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "lice... | UTF-8 | Java | 3,719 | java | ReviseOfferCompletedIntentHandler.java | Java | [] | null | [] | /*
Copyright 2018 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "lice... | 3,719 | 0.686206 | 0.68271 | 90 | 40.322224 | 34.490845 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
eb36b282460fcfe107d175c0ff9f07d2c19cd646 | 15,418,932,650,428 | 215ecc382272b863ce043b14a595a98ecb7a8039 | /src/interviewquestions/easy/LinkedListCycle.java | 4d440549393c0f991af76316615e81548f3dc32d | [] | no_license | tianya2010/AlgoDS | https://github.com/tianya2010/AlgoDS | 0ed214b2af65ad2b655fc1b138cfe6e136bac58b | 1d56fe4587bf223a8ecc8f125815ca1478d553d8 | refs/heads/master | 2021-01-22T08:18:55.615000 | 2017-02-13T04:53:57 | 2017-02-13T04:53:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package interviewquestions.easy;
import interviewquestions.utils.ListNode;
/**
* Created by sherxon on 12/28/16.
*/
public class LinkedListCycle {
public boolean hasCycle(ListNode x) {
if(x==null || x.next==null)return false;
ListNode fast=x.next.next;
while(fast!=null && fast.next!=nul... | UTF-8 | Java | 617 | java | LinkedListCycle.java | Java | [
{
"context": "erviewquestions.utils.ListNode;\n\n/**\n * Created by sherxon on 12/28/16.\n */\npublic class LinkedListCycle {\n ",
"end": 102,
"score": 0.9996381402015686,
"start": 95,
"tag": "USERNAME",
"value": "sherxon"
}
] | null | [] | package interviewquestions.easy;
import interviewquestions.utils.ListNode;
/**
* Created by sherxon on 12/28/16.
*/
public class LinkedListCycle {
public boolean hasCycle(ListNode x) {
if(x==null || x.next==null)return false;
ListNode fast=x.next.next;
while(fast!=null && fast.next!=nul... | 617 | 0.539708 | 0.529984 | 31 | 18.935484 | 16.315311 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 10 |
a552b1bc182a7a5853f47ddf22d86b0c1e8f3e05 | 34,351,148,490,486 | 9780466dcf358ca1204b8c775815cfc98b971403 | /src/de/dimm/vsm/fsutils/VfsProxyFile.java | dbd9d7343da5d4419e644a8b0f624ca9ea195c55 | [
"Apache-2.0"
] | permissive | markymarkmk2/VSMFS | https://github.com/markymarkmk2/VSMFS | 0c855a63761e9dddf0199bf7bfe4f02bc1e96e05 | ac14572beb2ae0debd02843221733db65a622402 | refs/heads/master | 2021-01-12T04:34:50.479000 | 2017-01-03T12:30:59 | 2017-01-03T12:30:59 | 77,679,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.dimm.vsm.fsutils;
import de.dimm.vsm.net.RemoteFSElem;
import de.dimm.vsm.vfs.IBufferedEventProcessor;
import java.io.IOException;
/**
*
* @author Administrator
*/
public class VfsProxyFile ... | UTF-8 | Java | 2,798 | java | VfsProxyFile.java | Java | [
{
"context": "import java.io.IOException;\r\n\r\n/**\r\n *\r\n * @author Administrator\r\n */\r\npublic class VfsProxyFile implements IVirtu",
"end": 287,
"score": 0.6696398854255676,
"start": 274,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.dimm.vsm.fsutils;
import de.dimm.vsm.net.RemoteFSElem;
import de.dimm.vsm.vfs.IBufferedEventProcessor;
import java.io.IOException;
/**
*
* @author Administrator
*/
public class VfsProxyFile ... | 2,798 | 0.555039 | 0.555039 | 139 | 18.129496 | 18.50951 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345324 | false | false | 10 |
172f349d1b960b7c8e712bc4e8daaceda56771b5 | 39,548,058,861,601 | 1b8affd6df1e12270f8c9fedfacc2d6c45cea2f7 | /app/src/main/java/com/inventure/childcomunication/model/ModelOfData.java | b0225d4f37e1448fc0e2712633bbb95973eeebab | [] | no_license | magdy0000/ChildComunication | https://github.com/magdy0000/ChildComunication | 37680cba6342e69ed7d3a92d9e68beb2c0d7dabd | 3f413cb69e2a113af8ed550192b2a2abd6dc14a9 | refs/heads/master | 2023-07-11T20:37:57.664000 | 2021-08-18T09:36:30 | 2021-08-18T09:36:30 | 299,383,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inventure.childcomunication.model;
import java.util.ArrayList;
import java.util.List;
public class ModelOfData {
String names [] ;
int [] icon ;
int [] voice ;
public ModelOfData(String[] names, int[] icon, int[] voice) {
this.names = names;
this.icon = icon;
this.voic... | UTF-8 | Java | 741 | java | ModelOfData.java | Java | [] | null | [] | package com.inventure.childcomunication.model;
import java.util.ArrayList;
import java.util.List;
public class ModelOfData {
String names [] ;
int [] icon ;
int [] voice ;
public ModelOfData(String[] names, int[] icon, int[] voice) {
this.names = names;
this.icon = icon;
this.voic... | 741 | 0.562753 | 0.562753 | 41 | 17.073172 | 15.678773 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 10 |
10a8938cc0cab3dd039e8342d6a1bb104f298902 | 34,969,623,772,483 | b3981085ab63644954c6657c767de9a49aa915c4 | /src/inventory/CornerMatrix.java | 407ca81418edf5cc73674df82bc54fd509951fba | [] | no_license | leelizk/PathOfExile | https://github.com/leelizk/PathOfExile | 6d13036d8c8f7096190b3ce15951617775bf4d4a | 65cf3ef0651af1397f7f1b9be1b93789b6cfed1e | refs/heads/master | 2020-12-29T20:04:02.684000 | 2014-01-30T08:52:04 | 2014-01-30T08:52:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package inventory;
import java.awt.Point;
import java.util.ArrayList;
public class CornerMatrix
{
private ArrayList<Integer> rows = new ArrayList<Integer>();
private ArrayList<Integer> columns = new ArrayList<Integer>();
private Point[][] topLeftCorners; public Point getTLCorner(int x, int y) { return topLef... | UTF-8 | Java | 2,373 | java | CornerMatrix.java | Java | [] | null | [] | package inventory;
import java.awt.Point;
import java.util.ArrayList;
public class CornerMatrix
{
private ArrayList<Integer> rows = new ArrayList<Integer>();
private ArrayList<Integer> columns = new ArrayList<Integer>();
private Point[][] topLeftCorners; public Point getTLCorner(int x, int y) { return topLef... | 2,373 | 0.655289 | 0.612305 | 89 | 25.662922 | 30.977318 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.52809 | false | false | 10 |
4de66a98e5fd86025bb087ac190ff63b27549552 | 17,918,603,626,191 | 6ca76c60f8cc9e42ce42a7a4f6996916b8a969ea | /src/main/java/cn/classyex/learn/jpademo/service/WxUserServiceImpl.java | 69e8e7e54b75686d20948a5dd5ebe2eac55bd9e7 | [] | no_license | classyex/jpa_demo | https://github.com/classyex/jpa_demo | c169ba2e01cc708e4bcb6c018565f94c66bc2f89 | 1ac66dfd48a242a9005d35ef601d6eebf210d6af | refs/heads/master | 2022-06-21T23:57:06.072000 | 2020-04-06T11:22:49 | 2020-04-06T11:22:49 | 253,472,573 | 0 | 1 | null | false | 2022-06-17T03:02:36 | 2020-04-06T11:06:36 | 2020-04-06T11:22:53 | 2022-06-17T03:02:35 | 66 | 0 | 0 | 1 | Java | false | false | package cn.classyex.learn.jpademo.service;
import cn.classyex.learn.jpademo.domain.QWxUser;
import cn.classyex.learn.jpademo.domain.WxUser;
import cn.classyex.learn.jpademo.model.WxUserVO;
import cn.classyex.learn.jpademo.repo.WxUserRepo;
import com.querydsl.jpa.impl.JPAQueryFactory;
import lombok.AllArgsConstructor;
... | UTF-8 | Java | 1,095 | java | WxUserServiceImpl.java | Java | [
{
"context": "e.Service;\n\nimport java.util.List;\n\n/**\n * @author yex\n * @date 2020/4/6 17:07\n */\n@Service\n@AllArgsCons",
"end": 462,
"score": 0.9996964931488037,
"start": 459,
"tag": "USERNAME",
"value": "yex"
}
] | null | [] | package cn.classyex.learn.jpademo.service;
import cn.classyex.learn.jpademo.domain.QWxUser;
import cn.classyex.learn.jpademo.domain.WxUser;
import cn.classyex.learn.jpademo.model.WxUserVO;
import cn.classyex.learn.jpademo.repo.WxUserRepo;
import com.querydsl.jpa.impl.JPAQueryFactory;
import lombok.AllArgsConstructor;
... | 1,095 | 0.73242 | 0.723288 | 35 | 30.285715 | 22.769115 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 10 |
1a6719a9f8c3f453351c192f4f3aac3c139d7181 | 39,144,331,972,034 | eec11851679b77a13fba9f079cd46b2aa543e523 | /L3PAY_/src/controlador/EnviosDAO.java | 6534ff4064e81474f5c4f1082da08326b059fbcf | [] | no_license | agarcl16/L3PAY2 | https://github.com/agarcl16/L3PAY2 | 631b7c2610440e1d3b3686bd7a032efd83d21947 | 2f22889f775696354f4ab5a49c0ac14227196cbd | refs/heads/master | 2020-12-01T21:00:43.709000 | 2020-02-05T11:41:57 | 2020-02-05T11:41:57 | 230,768,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlador;
public class EnviosDAO {
private String sendUser;
private String receiveUser;
private double dinero;
private int cuentaEnvia;
private int cuentaRecibe;
private double dineroEnvia;
private double dineroRecibe;
private double newDineroEnvia;
private double newDineroRecibe;
publ... | UTF-8 | Java | 1,575 | java | EnviosDAO.java | Java | [] | null | [] | package controlador;
public class EnviosDAO {
private String sendUser;
private String receiveUser;
private double dinero;
private int cuentaEnvia;
private int cuentaRecibe;
private double dineroEnvia;
private double dineroRecibe;
private double newDineroEnvia;
private double newDineroRecibe;
publ... | 1,575 | 0.687619 | 0.684444 | 55 | 26.636364 | 28.877398 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.945455 | false | false | 10 |
4d5761eeca4298aa1f1ee128266116459a477bd9 | 34,445,637,774,616 | fccb4acf1585b4f7d578dd6687a2816dbcb38e15 | /src/test/java/org/ehony/dsl/SpringIntegrationTest.java | 101b83a7ff2f481f5ba5c351f9ffd267d3962502 | [
"MIT"
] | permissive | smikhalevski/dsl-backbone | https://github.com/smikhalevski/dsl-backbone | b88c0861bd1cb5e49478f99977b87d583d309a87 | afc0604784646568989256c6f96f9f13a57406e5 | refs/heads/master | 2021-01-01T19:30:13.157000 | 2014-08-28T13:32:06 | 2014-08-28T13:32:06 | 16,995,343 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ┌──┐
* │ │
* │Eh│ony
* └──┘
*/
package org.ehony.dsl;
import org.example.*;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import static junit.framework.Assert.*;
public class SpringIntegrationTest
{
... | UTF-8 | Java | 988 | java | SpringIntegrationTest.java | Java | [] | null | [] | /*
* ┌──┐
* │ │
* │Eh│ony
* └──┘
*/
package org.ehony.dsl;
import org.example.*;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import static junit.framework.Assert.*;
public class SpringIntegrationTest
{
... | 988 | 0.695021 | 0.689834 | 31 | 30.096775 | 34.099812 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645161 | false | false | 10 |
b6cc5cf4c00c07385baa16d93e903e094d09fc9f | 34,445,637,776,554 | 8a9a2734a027db90f8675bc19c61662a53ab7f94 | /src/com/collections/list/ListSorting.java | c4e7f13c542cbdba040cd76d3a68429b7fd7bc1b | [] | no_license | pavanvejju/MySamples | https://github.com/pavanvejju/MySamples | b6de25efacca2045c6550491d3d1f11b45948810 | 3ed8dfb976a8e3f1419b2b7f6f84358bc9120c99 | refs/heads/master | 2020-03-23T07:59:27.370000 | 2019-02-18T01:52:50 | 2019-02-18T01:52:50 | 141,301,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.collections.list;
import java.util.ArrayList;
import java.util.Collections;
/**
* list sorting with reverse order
* */
public class ListSorting {
public static void main(String args[]) {
ArrayList<String> arraylist = new ArrayList<String>();
arraylist.add("AA");
arraylist.add("ZZ");
arrayl... | UTF-8 | Java | 670 | java | ListSorting.java | Java | [] | null | [] | package com.collections.list;
import java.util.ArrayList;
import java.util.Collections;
/**
* list sorting with reverse order
* */
public class ListSorting {
public static void main(String args[]) {
ArrayList<String> arraylist = new ArrayList<String>();
arraylist.add("AA");
arraylist.add("ZZ");
arrayl... | 670 | 0.708955 | 0.708955 | 28 | 22.928572 | 20.582462 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.535714 | false | false | 10 |
5f295880da249cbefe241732eac75806550c96dc | 37,005,438,261,677 | 6a45f47a38c061475388c20a6554dbdf98c7f0d1 | /Week_03/src/Permutationsii.java | 7118c1151fda9d6e43e20c8af51deb861e97a6f4 | [] | no_license | xiguababa666/-algorithm015 | https://github.com/xiguababa666/-algorithm015 | b582b4b5dd7b77d6f76fbc5a50a038a384673612 | 3a844fff483617207e018eed0e0896497687cf7e | refs/heads/master | 2023-01-19T07:27:27.093000 | 2020-11-01T13:03:45 | 2020-11-01T13:03:45 | 289,673,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* 47. 全排列 II
*
* https://leetcode-cn.com/problems/permutations-ii/
*
* @author xyx
* @date 2020/9/13 15:28
*/
public class Permutationsii {
public static void main(String[] args) {
System.out.println(new Permutationsii().permuteUnique(
new int[] {1,1,2}));
... | UTF-8 | Java | 2,283 | java | Permutationsii.java | Java | [
{
"context": "ode-cn.com/problems/permutations-ii/\n *\n * @author xyx\n * @date 2020/9/13 15:28\n */\npublic class Permuta",
"end": 112,
"score": 0.9996331930160522,
"start": 109,
"tag": "USERNAME",
"value": "xyx"
}
] | null | [] | import java.util.*;
/**
* 47. 全排列 II
*
* https://leetcode-cn.com/problems/permutations-ii/
*
* @author xyx
* @date 2020/9/13 15:28
*/
public class Permutationsii {
public static void main(String[] args) {
System.out.println(new Permutationsii().permuteUnique(
new int[] {1,1,2}));
... | 2,283 | 0.498395 | 0.486016 | 84 | 24.964285 | 24.701284 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 10 |
41847310736a6f529db8f4adad5fcf6fa5f1cba7 | 39,651,138,103,913 | b28dc86becbcbdfdcdf40228893c491f743a2b37 | /designPatterns/src/designPatterns/chainofresponsibilitie/ClaculadorDesconto.java | 1c03099821b98a4cc66979aa56a1c71171addca6 | [] | no_license | diogofvieira/ModelsDP | https://github.com/diogofvieira/ModelsDP | eda1bfff7951450043e3d0fbeee364623fd35eca | d2f83bcfbf29a02a2d35d67123c3427895417446 | refs/heads/master | 2020-03-27T08:13:05.690000 | 2018-09-01T03:14:13 | 2018-09-01T03:14:13 | 146,232,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package designPatterns.chainofresponsibilitie;
import designPatterns.strategy.Orcamento;
public class ClaculadorDesconto {
public double calcula(Orcamento orcamento){
Desconto d1 = new DescontoCincoItens();
Desconto d2 = new DescontoQuinhentos();
Desconto d3 = new SemDesconto();
d1.setPr... | UTF-8 | Java | 401 | java | ClaculadorDesconto.java | Java | [] | null | [] | package designPatterns.chainofresponsibilitie;
import designPatterns.strategy.Orcamento;
public class ClaculadorDesconto {
public double calcula(Orcamento orcamento){
Desconto d1 = new DescontoCincoItens();
Desconto d2 = new DescontoQuinhentos();
Desconto d3 = new SemDesconto();
d1.setPr... | 401 | 0.710723 | 0.690773 | 19 | 19.105263 | 18.36729 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.473684 | false | false | 10 |
59888c8caf846b0ab26899a9ad1b7768e34045b9 | 34,471,407,573,715 | b1c48279a1bfac0925e8c8a4591fc8960cbd9706 | /src/main/java/br/com/vilapagode/web/jogo/InstrumentoController.java | 98202c63398ae10c5c96083da583dd3f95930bb5 | [] | no_license | luisribeiro/VilaPagode | https://github.com/luisribeiro/VilaPagode | 50f537b96e9490eee359f75dad7a75bd1b795ca4 | b833046c735b95a72687e2a05d7c90c7004e8f1d | refs/heads/master | 2019-07-29T08:52:46.504000 | 2014-12-25T17:36:18 | 2014-12-25T17:36:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.vilapagode.web.jogo;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletException;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller... | UTF-8 | Java | 926 | java | InstrumentoController.java | Java | [] | null | [] | package br.com.vilapagode.web.jogo;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletException;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller... | 926 | 0.785097 | 0.785097 | 38 | 23.368422 | 24.394156 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.184211 | false | false | 10 |
6ac58010ce2a0fc29f22f1edfcce8025e21b7f23 | 34,557,306,924,525 | ef159551ac7a1433510713344740b3d73efd95ae | /MyApplication2/app/src/main/java/com/example/suvam/myapplication/PhotoHandler.java | 0205602579f4c854601cd3ad4614480c59c4a13c | [] | no_license | kartikeyagup/SURA-Work | https://github.com/kartikeyagup/SURA-Work | 45966dc159a8bb14c3ba07880d941304982a8183 | 87bf1e0aacc7f1853b2f803e2dbf46518c24d949 | refs/heads/master | 2021-01-09T07:10:57.904000 | 2015-11-24T18:09:56 | 2015-11-24T18:09:56 | 28,535,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.suvam.myapplication;
import java.io.File;
import java.io.FileOutputStream;
import android.content.Context;
import android.hardware.Camera;
import android.hardware.Camera.PictureCallback;
import android.os.Environment;
import android.widget.Toast;
public class PhotoHandler implements Pi... | UTF-8 | Java | 1,769 | java | PhotoHandler.java | Java | [] | null | [] | package com.example.suvam.myapplication;
import java.io.File;
import java.io.FileOutputStream;
import android.content.Context;
import android.hardware.Camera;
import android.hardware.Camera.PictureCallback;
import android.os.Environment;
import android.widget.Toast;
public class PhotoHandler implements Pi... | 1,769 | 0.598643 | 0.596382 | 56 | 29.589285 | 25.615828 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.696429 | false | false | 10 |
c872535035ac27261513e998575ddc489bfe129a | 2,980,707,361,922 | f1ac8d2c5ee86b5c52d67ef902eec16ff2db9ca4 | /allight/src/main/java/com/all/light/dto/OrderDTO.java | 66be7014ca7b7c7ddcd465759c549fd53a4e32d5 | [] | no_license | dev-jiyoung-oh/allight | https://github.com/dev-jiyoung-oh/allight | adbbac79761c19e7d5fd9d227bfba87e66e0a18e | affa8edf719062f573d3ed51411adfd183a2a664 | refs/heads/master | 2023-07-18T04:26:45.169000 | 2021-08-28T14:12:47 | 2021-08-28T14:12:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.all.light.dto;
import java.sql.Date;
public class OrderDTO {
private int ono;//주문번호seq
private String mid;
private int mno;
private Date odate;//주문날짜
private String oaddno;//우편번호
private String oaddress1;//주소
private String oaddress2;//상세주소
private String otel;
private String oreceiver;
private ... | UTF-8 | Java | 3,254 | java | OrderDTO.java | Java | [] | null | [] | package com.all.light.dto;
import java.sql.Date;
public class OrderDTO {
private int ono;//주문번호seq
private String mid;
private int mno;
private Date odate;//주문날짜
private String oaddno;//우편번호
private String oaddress1;//주소
private String oaddress2;//상세주소
private String otel;
private String oreceiver;
private ... | 3,254 | 0.679156 | 0.673489 | 146 | 20.753426 | 19.437487 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.80137 | false | false | 10 |
68049c55369d81c33637a43db6566a3da2d74006 | 23,931,557,790,003 | 0b31f761cfc1fada7edfc116c515ed42fc817a4f | /src/main/java/thymeleafexamples/stsm/business/services/UserConversionService.java | 0a4a3313a462c73fb363a460d0f65f297f04d20f | [
"Apache-2.0"
] | permissive | flying-Pikachu/thymeleafexamples-stsm | https://github.com/flying-Pikachu/thymeleafexamples-stsm | dc8b914f8b3d2127ae6c719ff9b9a6e5793a5b7b | 1afa410db89787a6e6587986ff8257f82372c5fa | refs/heads/master | 2020-03-28T10:30:18.105000 | 2018-09-11T07:07:53 | 2018-09-11T07:07:53 | 148,115,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thymeleafexamples.stsm.business.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
import thymeleafexamples.stsm.business.entities.User;
/**
* @ Author ?xzp.
* @ Date ... | UTF-8 | Java | 630 | java | UserConversionService.java | Java | [
{
"context": "tsm.business.entities.User;\n\n/**\n * @ Author ?xzp.\n * @ Date ?Created in 2:12 PM 11/09/2018\n ",
"end": 303,
"score": 0.7643311023712158,
"start": 300,
"tag": "USERNAME",
"value": "xzp"
}
] | null | [] | package thymeleafexamples.stsm.business.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
import thymeleafexamples.stsm.business.entities.User;
/**
* @ Author ?xzp.
* @ Date ... | 630 | 0.747619 | 0.730159 | 22 | 27.636364 | 24.772686 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
b4d4db3a686f203f1abe3440772576d5cb71e339 | 4,114,578,696,850 | 113d7347fa3e0b9981f2bbf414b974880e1dd73b | /app/src/main/java/com/example/android/brutaljuices/Usuario.java | 0a1132dd0c2fbb6c20b06d6f45ecc6ab0faf6516 | [] | no_license | danielnietoperez/Proyecto | https://github.com/danielnietoperez/Proyecto | b9dfd2d1ab07169ea6bbe143f06540b7422585c3 | 0aee5d3d16024baf49d5de5bc183c3347e404e5b | refs/heads/master | 2020-03-02T13:40:14.785000 | 2017-05-31T00:10:15 | 2017-05-31T00:10:15 | 91,926,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.brutaljuices;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by Android on 18/05/2017.
*/
public class Usuario {
private String identificacion;
private String usuario;
private String contraseña;
private String nombre;
pri... | UTF-8 | Java | 3,377 | java | Usuario.java | Java | [] | null | [] | package com.example.android.brutaljuices;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by Android on 18/05/2017.
*/
public class Usuario {
private String identificacion;
private String usuario;
private String contraseña;
private String nombre;
pri... | 3,377 | 0.614676 | 0.612299 | 142 | 22.704226 | 23.623154 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
44f9c22b5fffac9f4ddd29bb81255ca823232c64 | 4,114,578,694,712 | 8c39e26d7477a0e98944ff019b9dbb142063fc5e | /college/src/practicals/Account.java | 2decacdd1c481199ba28e3019bb21bd822107038 | [] | no_license | nijatullahmansoor/JavaProject | https://github.com/nijatullahmansoor/JavaProject | 3710cb7a8adbb1c4c05d3b8628abf248767b0619 | dac52b69b555de387832f85cf9d6668577b16cc5 | refs/heads/master | 2020-08-03T03:04:03.962000 | 2019-09-29T10:52:10 | 2019-09-29T10:52:10 | 211,606,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practicals;
import java.util.*;
public class Account {
Scanner sc=new Scanner(System.in);
String cust_name;
int acc_no;
double bal;
String acc_type;
Account(String custname,int acno,double bal,String accType){
this.cust_name=custname;
this.acc_no=acno;
this.bal=bal;
this.acc_type=accTy... | UTF-8 | Java | 1,269 | java | Account.java | Java | [
{
"context": "generated method stub\r\n\t\tAccount obj=new Account(\"Nijatullah Mansoor\",100,1000,\"Sawing Account\");\r\n\t\tobj.display();\r\n\t",
"end": 1166,
"score": 0.9998791217803955,
"start": 1148,
"tag": "NAME",
"value": "Nijatullah Mansoor"
}
] | null | [] | package practicals;
import java.util.*;
public class Account {
Scanner sc=new Scanner(System.in);
String cust_name;
int acc_no;
double bal;
String acc_type;
Account(String custname,int acno,double bal,String accType){
this.cust_name=custname;
this.acc_no=acno;
this.bal=bal;
this.acc_type=accTy... | 1,257 | 0.659574 | 0.654058 | 52 | 22.403847 | 21.519455 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.057692 | false | false | 10 |
4b7d431e59ddaeb0331f906a4ca01652cd91c1b6 | 23,098,334,157,691 | 8204ff6fbe8e2c34559ed807488534a5e9b1fee2 | /src/com/juuda/droidmock/network/HttpUtils.java | 94eee3945aa84b2b7a8ac716d8b5724e19faf571 | [] | no_license | X2ools/droidMock | https://github.com/X2ools/droidMock | 82e74d0859d88a062c19349f1bd3aaba6b37526d | e0fba88d10d55a4b7358fefedd35dc04d31f4267 | refs/heads/master | 2021-01-12T20:57:08.658000 | 2014-06-21T06:00:42 | 2014-06-21T06:00:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juuda.droidmock.network;
import android.content.Context;
import android.net.http.AndroidHttpClient;
import android.os.AsyncTask;
import android.util.Log;
import com.juuda.droidmock.mock.MockUtils;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
i... | UTF-8 | Java | 3,392 | java | HttpUtils.java | Java | [] | null | [] | package com.juuda.droidmock.network;
import android.content.Context;
import android.net.http.AndroidHttpClient;
import android.os.AsyncTask;
import android.util.Log;
import com.juuda.droidmock.mock.MockUtils;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
i... | 3,392 | 0.462264 | 0.461969 | 81 | 40.876545 | 25.860682 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 10 |
4660a52a32908d0fe90221062471c690e30a5a6b | 893,353,261,300 | 3b7996e7dcf67506cd62af48008ebbf164282443 | /GameAi/src/agent/cosi/OpKi.java | 4055fc2ca3a0ada025bad8853d1d549dea3825e1 | [] | no_license | matteoc99/AI4j | https://github.com/matteoc99/AI4j | 517444a1d3fad3a51c6081c83e28804673829c11 | 414674ecf044730c3ffe26230f9ba7af3d3219a4 | refs/heads/master | 2020-12-30T14:19:53.425000 | 2018-07-10T16:50:26 | 2018-07-10T16:50:26 | 91,308,575 | 2 | 2 | null | false | 2018-04-11T15:12:19 | 2017-05-15T07:37:22 | 2017-08-08T19:59:20 | 2018-04-11T15:12:20 | 346 | 0 | 1 | 0 | Java | false | null | package agent.cosi;
import agent.Agent;
import network.Network;
/**
* @author Matteo Cosi
* @since 25.05.2017
*/
public class OpKi extends Agent {
public OpKi(Network net) {
super(net);
}
public double[] processData(double[] in) {
if (in[0] > in[1])
return new double[]{-1};... | UTF-8 | Java | 379 | java | OpKi.java | Java | [
{
"context": "ent.Agent;\nimport network.Network;\n\n/**\n * @author Matteo Cosi\n * @since 25.05.2017\n */\npublic class OpKi extend",
"end": 92,
"score": 0.9998700022697449,
"start": 81,
"tag": "NAME",
"value": "Matteo Cosi"
}
] | null | [] | package agent.cosi;
import agent.Agent;
import network.Network;
/**
* @author <NAME>
* @since 25.05.2017
*/
public class OpKi extends Agent {
public OpKi(Network net) {
super(net);
}
public double[] processData(double[] in) {
if (in[0] > in[1])
return new double[]{-1};
... | 374 | 0.556728 | 0.525066 | 22 | 16.227272 | 13.846338 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 10 |
d8333201b336d7943ebc743812e60be3544b45e1 | 11,407,433,199,811 | 3dd2b34c0331eca3791a6ad5592f68f8788f866f | /token-mj/src/main/java/cc/stbl/token/innerdisc/modules/basic/entity/VrUserLRValue.java | 8c9b2ae09652e68bc9b1ca57a4bc9cffecd89744 | [] | no_license | favorbob/qklproject | https://github.com/favorbob/qklproject | 1da6072fc76b4e30503584d6926baf32c042d539 | 71c15f3a12206d0fb946158b1a156403ce955859 | refs/heads/master | 2020-04-10T17:46:39.516000 | 2018-12-11T12:19:11 | 2018-12-11T12:19:11 | 161,183,704 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.stbl.token.innerdisc.modules.basic.entity;
import java.util.Date;
/**
* create by framework, create date 2018/10/10 16:10:20
*/
public class VrUserLRValue {
/**
* 字段:vr_user_lrvalue.user_id;备注:用户id
*/
private String userId;
/**
* 字段:vr_user_lrvalue.pid;备注:上级id
*/
private ... | UTF-8 | Java | 2,324 | java | VrUserLRValue.java | Java | [] | null | [] | package cc.stbl.token.innerdisc.modules.basic.entity;
import java.util.Date;
/**
* create by framework, create date 2018/10/10 16:10:20
*/
public class VrUserLRValue {
/**
* 字段:vr_user_lrvalue.user_id;备注:用户id
*/
private String userId;
/**
* 字段:vr_user_lrvalue.pid;备注:上级id
*/
private ... | 2,324 | 0.567164 | 0.560168 | 122 | 16.581966 | 15.582588 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.245902 | false | false | 10 |
f24372419e5cc6cf530dbb9211d0e44135bec8e4 | 26,405,458,977,765 | c0c62f9075338ae359396d2135ca44af5606d8f2 | /app/src/main/java/com/example/dharkael/tweeter/dagger/ViewModelSubComponent.java | 17b866a399f3d65ed46e53ddbd68fbc47ed5c9cc | [] | no_license | dharkael/tweeter | https://github.com/dharkael/tweeter | eb085a4c3daa51162159a5df8fecf3107dd57322 | 3e3cfc8bd95122a3196e0608792a60f49c055da7 | refs/heads/master | 2021-01-09T22:38:27.668000 | 2017-05-30T21:18:18 | 2017-05-30T21:18:18 | 92,736,027 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dharkael.tweeter.dagger;
import com.example.dharkael.tweeter.ui.login.LoginViewModel;
import com.example.dharkael.tweeter.ui.tweets.TweetsViewModel;
import dagger.Subcomponent;
@SuppressWarnings({"UnusedDeclaration"})
@Subcomponent
public interface ViewModelSubComponent {
@Subcomponent.Builde... | UTF-8 | Java | 472 | java | ViewModelSubComponent.java | Java | [
{
"context": "mple.dharkael.tweeter.dagger;\n\nimport com.example.dharkael.tweeter.ui.login.LoginViewModel;\nimport com.examp",
"end": 73,
"score": 0.6756351590156555,
"start": 65,
"tag": "USERNAME",
"value": "dharkael"
},
{
"context": "ter.ui.login.LoginViewModel;\nimport com.exampl... | null | [] | package com.example.dharkael.tweeter.dagger;
import com.example.dharkael.tweeter.ui.login.LoginViewModel;
import com.example.dharkael.tweeter.ui.tweets.TweetsViewModel;
import dagger.Subcomponent;
@SuppressWarnings({"UnusedDeclaration"})
@Subcomponent
public interface ViewModelSubComponent {
@Subcomponent.Builde... | 472 | 0.779661 | 0.779661 | 20 | 22.6 | 20.768726 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 10 |
5d51434f2a0bf1a83b5e80ab1a58df7eef3653e4 | 26,405,458,975,003 | 092c8235f62e92bbd340a0ed833b095b085daa72 | /code/mydemo/src/main/java/com/example/starterapp/controller/TestController.java | 9dbcf81497760599900e1b96c5f6ad54ee3f9494 | [] | no_license | flyflash/blog | https://github.com/flyflash/blog | 14008fb77ef7355fcd88fe4dd6a11d26f8e98ec6 | 96a758357cc61b3c2b43d4131ae267d6c3322f74 | refs/heads/master | 2022-07-02T06:27:21.891000 | 2019-09-09T07:34:17 | 2019-09-09T07:34:17 | 203,106,570 | 1 | 0 | null | false | 2021-04-26T19:26:24 | 2019-08-19T05:49:51 | 2020-03-16T07:14:38 | 2021-04-26T19:26:24 | 70 | 0 | 0 | 2 | Java | false | false | package com.example.starterapp.controller;
import com.example.starterapp.commons.ServerResponse;
import com.example.starterapp.enums.ResponseCode;
import com.example.starterapp.exception.CustomException;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.... | UTF-8 | Java | 2,062 | java | TestController.java | Java | [] | null | [] | package com.example.starterapp.controller;
import com.example.starterapp.commons.ServerResponse;
import com.example.starterapp.enums.ResponseCode;
import com.example.starterapp.exception.CustomException;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.... | 2,062 | 0.743147 | 0.736548 | 58 | 32.965519 | 25.149872 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 10 |
62d1cb7bcb2d7295073ba7306561739669deab5f | 25,933,012,581,928 | 79951dc47cb4c20a1640b4cd8ad446fd4c877926 | /styx-scheduler-service/src/test/java/com/spotify/styx/StateInitializingTriggerTest.java | 844d8da783b4f7874668fce70e95d987651d410e | [
"Apache-2.0"
] | permissive | zatine/styx | https://github.com/zatine/styx | b70086b40ae1e476c86de6cb41625e61741f2664 | ec10327fc2c2cb51c0c85d6ad46918a3eb17e2b4 | refs/heads/master | 2021-07-23T07:48:00.406000 | 2017-11-02T15:51:03 | 2017-11-02T15:51:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*-
* -\-\-
* Spotify Styx Scheduler Service
* --
* Copyright (C) 2016 Spotify AB
* --
* 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... | UTF-8 | Java | 6,240 | java | StateInitializingTriggerTest.java | Java | [
{
"context": "kage com.spotify.styx;\n\nimport static com.github.npathai.hamcrestopt.OptionalMatchers.hasValue;\nimport sta",
"end": 723,
"score": 0.7257605791091919,
"start": 717,
"tag": "USERNAME",
"value": "pathai"
}
] | null | [] | /*-
* -\-\-
* Spotify Styx Scheduler Service
* --
* Copyright (C) 2016 Spotify AB
* --
* 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... | 6,240 | 0.748878 | 0.736218 | 156 | 39 | 29.757782 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820513 | false | false | 10 |
5552cbacd395c95a7a3864304c471044791d6e8f | 30,520,037,653,868 | faea4aac6fc942fc85c06efff9e9f1b38e7ce8cc | /src/main/java/com/adapter/api/token/AccessToken.java | e2e5f9e3d6db080cebcadc0f3e019225d53d2cbd | [] | no_license | cham0919/Greengrocery-Adapter-Server | https://github.com/cham0919/Greengrocery-Adapter-Server | 89c215a6411114e73790432c4ec6eae0f80551a2 | 19de8667cac3ca285e00a7ab3210e6250bf19729 | refs/heads/main | 2023-06-29T00:14:38.026000 | 2021-07-10T13:23:54 | 2021-07-10T13:23:54 | 383,634,931 | 1 | 0 | null | false | 2021-07-07T01:01:52 | 2021-07-07T00:56:08 | 2021-07-07T00:56:11 | 2021-07-07T01:01:52 | 0 | 0 | 0 | 0 | null | false | false | package com.adapter.api.token;
import lombok.Getter;
import lombok.Setter;
public class AccessToken {
@Getter @Setter
private static String fruitAccessToken;
@Getter @Setter
private static String vegetableAccessToken;
}
| UTF-8 | Java | 240 | java | AccessToken.java | Java | [] | null | [] | package com.adapter.api.token;
import lombok.Getter;
import lombok.Setter;
public class AccessToken {
@Getter @Setter
private static String fruitAccessToken;
@Getter @Setter
private static String vegetableAccessToken;
}
| 240 | 0.754167 | 0.754167 | 13 | 17.461538 | 15.872644 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 10 |
7f5b8e46617e30aefa24310c6363b007aeec2abb | 30,391,188,621,856 | 38acd8fe1e34a37b631b36068de2cbf7f8dc3665 | /src/Lintcode/Array/String/DP/Backpack_I.java | bba1a0021ca38b65d59dda0fe1c339fd194bfd4f | [] | no_license | Yiming686/leetcode-project | https://github.com/Yiming686/leetcode-project | 1cfdfdcd84389a3a435503fbd5130e1b6904fd43 | dc65ff0438d3a65196570c4e9d95e5c7c37796c9 | refs/heads/master | 2022-02-22T01:55:01.154000 | 2022-02-18T00:29:36 | 2022-02-18T00:29:36 | 44,041,371 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lintcode.Array.String.DP;
import java.util.Arrays;
import java.util.Iterator;
import java.util.TreeSet;
import org.omg.PortableServer.POA;
import com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader.Array;
import Lintcode.Matrix.Matrix;
/**
Backpack I
Problem 单次选择+最大体积
Given n items with size... | GB18030 | Java | 9,722 | java | Backpack_I.java | Java | [] | null | [] | package Lintcode.Array.String.DP;
import java.util.Arrays;
import java.util.Iterator;
import java.util.TreeSet;
import org.omg.PortableServer.POA;
import com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader.Array;
import Lintcode.Matrix.Matrix;
/**
Backpack I
Problem 单次选择+最大体积
Given n items with size... | 9,722 | 0.506617 | 0.484347 | 243 | 31.337448 | 33.299385 | 357 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.781893 | false | false | 10 |
ece2b24f322a24cda4194926270a85041fdbec6f | 26,998,164,464,346 | 05830c062520d854382fcabcb4916e5386219a93 | /ZIG-ZAG-CONVERSION-PAPAL/abc.java | c274ef4c52c05e265eaa37b16e6a1988df6887e5 | [] | no_license | somya1212/JAVA-CODES | https://github.com/somya1212/JAVA-CODES | 42d810d88ab360f14d94e96e94c57fc894867f01 | 28ba7ad1fc12ad0bae542b2cbd4d525d76b7a2e9 | refs/heads/master | 2022-12-19T14:21:44.918000 | 2020-06-25T18:59:54 | 2020-06-25T18:59:54 | 275,212,258 | 2 | 0 | null | true | 2020-06-26T17:32:55 | 2020-06-26T17:32:54 | 2020-06-25T20:04:20 | 2020-06-25T20:04:17 | 401 | 0 | 0 | 0 | null | false | false | import java.util.*;
class abc
{
static String zigzag(String s,int numRows)
{
if(numRows==1)
{
return s;
}
ArrayList<String> al=new ArrayList<>();
int i=0,k;
String t;
while(i<s.length())
{
... | UTF-8 | Java | 1,948 | java | abc.java | Java | [] | null | [] | import java.util.*;
class abc
{
static String zigzag(String s,int numRows)
{
if(numRows==1)
{
return s;
}
ArrayList<String> al=new ArrayList<>();
int i=0,k;
String t;
while(i<s.length())
{
... | 1,948 | 0.348563 | 0.341376 | 70 | 26.842857 | 17.646235 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 10 |
03258038f3a8ac452034cebf436ffdafef0e9c7e | 7,808,250,581,850 | bc4ffa3bf17d2e2d68205fab8ce06405d4a793db | /src/main/java/com/hgsoft/system/dao/BusinessAccreditDao.java | 1a3e2ff7742e9b5b06ba15811581cd60223394d1 | [] | no_license | cckmit/RMIServer | https://github.com/cckmit/RMIServer | 64dbd16eb50fb00560f273dd429622bdfb4c57c7 | cb957dc93aeb083048a6f8eb2a13aa374ee3c8b2 | refs/heads/master | 2023-03-15T10:11:22.349000 | 2017-11-04T09:34:18 | 2017-11-04T09:34:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hgsoft.system.dao;
import com.hgsoft.common.dao.BaseDao;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository
public class BusinessAccreditDao extends BaseDao{
public List<Map<String, Object>> findBusinessAccreditByURL(String url){
String sql="se... | UTF-8 | Java | 1,679 | java | BusinessAccreditDao.java | Java | [
{
"context": "credit_admin ba join (select b.ID, b.LOGINNAME, b.USERNAME, b.PASSWORD, b.SEX, b.STAFFNO, b.EMAIL, b.PHONE, ",
"end": 995,
"score": 0.9737815260887146,
"start": 987,
"tag": "USERNAME",
"value": "USERNAME"
}
] | null | [] | package com.hgsoft.system.dao;
import com.hgsoft.common.dao.BaseDao;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository
public class BusinessAccreditDao extends BaseDao{
public List<Map<String, Object>> findBusinessAccreditByURL(String url){
String sql="se... | 1,679 | 0.757594 | 0.756403 | 29 | 56.896553 | 122.822647 | 676 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.931035 | false | false | 10 |
368a50818ea9ad4cc776d734199158de87bae9fc | 28,346,784,211,233 | 706c9202b4ccdba66a272d3df0ae509754036f08 | /src/main/java/com/bhaiti/kela/controllers/UserControllerPOST.java | d045d96c22801136a5a89ced873122af5893befc | [] | no_license | ncezar/user_test | https://github.com/ncezar/user_test | 60684d47ae4c2e0cda92e7632cbe495df61c248d | 1fe3ac6e31a4f40de85aef5f8b9aeae1b23bf146 | refs/heads/master | 2021-05-21T22:36:56.610000 | 2020-04-03T20:38:02 | 2020-04-03T20:38:02 | 252,835,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bhaiti.kela.controllers;
import java.util.List;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframewo... | UTF-8 | Java | 1,043 | java | UserControllerPOST.java | Java | [] | null | [] | package com.bhaiti.kela.controllers;
import java.util.List;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframewo... | 1,043 | 0.752637 | 0.752637 | 33 | 30.60606 | 25.575722 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.121212 | false | false | 10 |
a4758a0a02cc4e13da9745b963d8aa41b291a0e5 | 26,723,286,556,573 | c0271005128ccd0998686550bfb65a810550c973 | /IOPkgEx3.java | 913e031baf49891b8d7b1425f3786b152d0c3c82 | [] | no_license | suberadam/Java-programs | https://github.com/suberadam/Java-programs | d150eaad5aee29b064c1ae5ae82f705b9ebe8c93 | 0566ff9e9aa8f566479899397f3549f8df409923 | refs/heads/master | 2022-04-15T20:01:22.627000 | 2020-04-10T17:23:32 | 2020-04-10T17:23:32 | 254,693,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // accepting input from user System.in.read();
import java.io.*;
class Sample
{
public static void main(String args[]) throws Exception
{
int i; // accepting single character
FileOutputStream fos=new FileOutputStream("myfile1.txt");
System.out.println(" Type any text and press enter key "... | UTF-8 | Java | 474 | java | IOPkgEx3.java | Java | [] | null | [] | // accepting input from user System.in.read();
import java.io.*;
class Sample
{
public static void main(String args[]) throws Exception
{
int i; // accepting single character
FileOutputStream fos=new FileOutputStream("myfile1.txt");
System.out.println(" Type any text and press enter key "... | 474 | 0.603376 | 0.592827 | 17 | 26.882353 | 22.697195 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 10 |
b10aebcd9712994cc66c541d90a23e63f6dba7dd | 31,834,297,639,074 | abf3a88a10f07aae8211f23dc1432bbe52a3d566 | /src/main/java/com/rajkumar/spring/beans/package-info.java | 7f37291ce2d4e41bf3b00592cbf511130cc10ff9 | [] | no_license | rajdhandus/spring-tutorial-5 | https://github.com/rajdhandus/spring-tutorial-5 | dfbbba870e8a9ab85d830dcb10329f3fa4dd6f83 | 76a295295f77a31352218ca81ba4717009b130f5 | refs/heads/master | 2021-01-16T18:55:31.128000 | 2017-12-07T16:15:35 | 2017-12-07T16:15:35 | 100,129,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
/**
* @author rajkumarpurushothaman
*
*/
package com.rajkumar.spring.beans; | UTF-8 | Java | 90 | java | package-info.java | Java | [
{
"context": "/**\n * \n */\n/**\n * @author rajkumarpurushothaman\n *\n */\npackage com.rajkumar.spring.beans;",
"end": 48,
"score": 0.7436195015907288,
"start": 27,
"tag": "NAME",
"value": "rajkumarpurushothaman"
}
] | null | [] | /**
*
*/
/**
* @author rajkumarpurushothaman
*
*/
package com.rajkumar.spring.beans; | 90 | 0.622222 | 0.622222 | 8 | 10.375 | 13.076099 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 10 |
b3bc79cfcf161e915e55972be93aacb277eb272b | 33,629,593,973,396 | 447e18d725685c3549947ff9c0fde27b530c8440 | /src/main/java/com/shashank/spring/documentupload/serviceImpl/FileStore.java | 84aa263a6dee788105775d726fdd496d4cb91391 | [] | no_license | Shashank1116/S3-Spring-Document-Upload | https://github.com/Shashank1116/S3-Spring-Document-Upload | e6034f84073ebb8f8b4d929e45d5199a60dd0870 | 66c85e3087f0408ed0c8b189bb825c30b8165e69 | refs/heads/master | 2023-06-17T13:02:05.350000 | 2021-06-29T13:13:27 | 2021-06-29T13:13:27 | 378,218,883 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shashank.spring.documentupload.serviceImpl;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.model.*;
import com.amazonaws.util.IOUtils;
import com.shashank.spring.documentupload.config.BucketName;
import org.springframework.beans.fact... | UTF-8 | Java | 2,094 | java | FileStore.java | Java | [] | null | [] | package com.shashank.spring.documentupload.serviceImpl;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.model.*;
import com.amazonaws.util.IOUtils;
import com.shashank.spring.documentupload.config.BucketName;
import org.springframework.beans.fact... | 2,094 | 0.715377 | 0.709169 | 61 | 33.344261 | 27.761209 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.754098 | false | false | 10 |
c793d19cec841ade6eed5babdb682d788226e9be | 9,423,158,307,522 | ff0c7a1311cfcd6f45f1045b88008e8fc5d0393d | /src/test/java/com/selenium/stepdef/CalculatorTest.java | 97b3aa767d8d570663ae50d89448cf4bbbcbb12d | [] | no_license | prachi1983/automation-cucumber | https://github.com/prachi1983/automation-cucumber | 02409e9cfa8cda17456a05202fd7cfc2e9320bf2 | 7a584226d871a828003d55db2421fa5c1af48df1 | refs/heads/master | 2023-06-21T17:16:35.216000 | 2021-07-11T09:51:31 | 2021-07-11T09:51:31 | 384,911,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.selenium.stepdef;
import org.junit.Assert;
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 io.cucumber.java.After;
import io.cucumber.java.Before... | UTF-8 | Java | 4,167 | java | CalculatorTest.java | Java | [
{
"context": "import io.cucumber.java.en.When;\nimport io.github.bonigarcia.wdm.WebDriverManager;\n\npublic class CalculatorTes",
"end": 449,
"score": 0.9832676649093628,
"start": 439,
"tag": "USERNAME",
"value": "bonigarcia"
}
] | null | [] | package com.selenium.stepdef;
import org.junit.Assert;
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 io.cucumber.java.After;
import io.cucumber.java.Before... | 4,167 | 0.733381 | 0.725222 | 146 | 27.534246 | 31.462996 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.191781 | false | false | 10 |
a79d51fd0d69688c81a847de96972aea55a3eb53 | 8,383,776,211,876 | aff743f2446e8f11a98d899dcc5ad1623c993219 | /src/Fliperamemoria.java | 12f16387b12a14ce5f3d12fc188aadedeaf8ebcd | [] | no_license | pigortekids/Fliperamemoria | https://github.com/pigortekids/Fliperamemoria | 64be0ec22508b9c2be09dcb2d07938a27d591054 | f74ec93ac72163cf503ecc17de04f02c8a30b335 | refs/heads/master | 2021-06-19T21:20:18.528000 | 2017-05-18T02:25:34 | 2017-05-18T02:25:34 | 91,639,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Fliperamemoria {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int linhas = 8;
int colunas = 8;
int quantBarras = (linhas*colunas)/5;
Campo campo = new Campo(linhas, colunas, quantBarras);
... | UTF-8 | Java | 1,704 | java | Fliperamemoria.java | Java | [] | null | [] | import java.util.Scanner;
public class Fliperamemoria {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int linhas = 8;
int colunas = 8;
int quantBarras = (linhas*colunas)/5;
Campo campo = new Campo(linhas, colunas, quantBarras);
... | 1,704 | 0.553404 | 0.548122 | 46 | 36.04348 | 25.239683 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 10 |
8e5156935fffa72d8b28f9bbbe9871ea84485865 | 20,693,152,486,773 | 3a859a920abee10e28b833feda5734f71158ad87 | /src/main/java/com/ningpai/charts/bean/DataVo.java | 92e165f39462dc7a5cbb7c1368a8bde09223fbcd | [] | no_license | okeeper/jietongda | https://github.com/okeeper/jietongda | 84aef7ee2223ee91efc77c76f5fe297b8a97f611 | 9eed9b0d87aa912b40e264bffdd8b5d6ae6a111f | refs/heads/master | 2019-08-29T18:33:04.443000 | 2014-12-12T09:58:43 | 2014-12-12T09:58:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013 NINGPAI, Inc.All rights reserved.
* NINGPAI PROPRIETARY / CONFIDENTIAL.USE is subject to licence terms.
*/
package com.ningpai.charts.bean;
/**
* 成交量vo
* @version 创建时间:2013年11月25日 上午11:52:35
* @author zhangyue
*/
public class DataVo {
private Integer x;
private Long y;
... | UTF-8 | Java | 594 | java | DataVo.java | Java | [
{
"context": "* @version 创建时间:2013年11月25日 上午11:52:35\r\n * @author zhangyue\r\n */\r\npublic class DataVo {\r\n private Integer ",
"end": 243,
"score": 0.9948968291282654,
"start": 235,
"tag": "USERNAME",
"value": "zhangyue"
}
] | null | [] | /*
* Copyright 2013 NINGPAI, Inc.All rights reserved.
* NINGPAI PROPRIETARY / CONFIDENTIAL.USE is subject to licence terms.
*/
package com.ningpai.charts.bean;
/**
* 成交量vo
* @version 创建时间:2013年11月25日 上午11:52:35
* @author zhangyue
*/
public class DataVo {
private Integer x;
private Long y;
... | 594 | 0.552817 | 0.521127 | 29 | 17.586206 | 16.140583 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.