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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
82e4d0eb9039da8a844f542f4899c27220a48aee | 6,322,191,922,817 | 8a6ee57a638d05de15517d95b0fd946b1dbaa0f9 | /src/main/java/com/esoft/jdp2p/invest/service/impl/InvestCalculatorImpl.java | bf9ef50100cb4898dd4441a937e3559d060f9bd1 | [] | no_license | shi0288/guoshang | https://github.com/shi0288/guoshang | 46607a74fa8a7cb1547114deb755d98b7cfd9bca | af97e3d05e623049dfa9c3155a492e3655684264 | refs/heads/master | 2020-02-29T20:09:42.831000 | 2016-04-07T09:03:28 | 2016-04-07T09:03:28 | 48,344,864 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.esoft.jdp2p.invest.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.esoft.jdp2p.invest.service.InvestCalculator;
import com.esoft.jdp2p.repay.service.RepayCalculator;
@Service("investCalculator")
public class InvestCalculatorImpl implements Invest... | UTF-8 | Java | 559 | java | InvestCalculatorImpl.java | Java | [] | null | [] | package com.esoft.jdp2p.invest.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.esoft.jdp2p.invest.service.InvestCalculator;
import com.esoft.jdp2p.repay.service.RepayCalculator;
@Service("investCalculator")
public class InvestCalculatorImpl implements Invest... | 559 | 0.826476 | 0.821109 | 22 | 24.40909 | 25.149839 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 10 |
00d6be34206e4fa0c13c798359da994cfcc5ba92 | 26,980,984,615,455 | 5fca869392dce659ca7545c81f303771b0a80499 | /src/main/java/com/springrest/springrest/services/EmployeeServiceImpl.java | f1b106e339873b52cb5335261bafb250e3bedfc3 | [] | no_license | akshat31/spring-boot-rest-api | https://github.com/akshat31/spring-boot-rest-api | d24a9134c2cbd99d4f488e9b5530458c3daf7edb | 0b84fffbd21f2fc62286a4b5436d2551c6b02adf | refs/heads/master | 2022-11-21T23:43:32.450000 | 2020-07-29T07:08:39 | 2020-07-29T07:08:39 | 283,424,894 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springrest.springrest.services;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Service;
import com.springrest.springrest.entities.Employee;
@Service("employee")
public class EmployeeServiceImpl implements EmployeeService {
List<Employee> empl;
public Employ... | UTF-8 | Java | 1,028 | java | EmployeeServiceImpl.java | Java | [
{
"context": " new ArrayList<>();\n\t\templ.add(new Employee(001, \"akshat soni\", \"FrontEnd\"));\n\t\templ.add(new Employee(002, \"swa",
"end": 407,
"score": 0.9998539686203003,
"start": 396,
"tag": "NAME",
"value": "akshat soni"
},
{
"context": "oni\", \"FrontEnd\"));\n\t\templ.ad... | null | [] | package com.springrest.springrest.services;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Service;
import com.springrest.springrest.entities.Employee;
@Service("employee")
public class EmployeeServiceImpl implements EmployeeService {
List<Employee> empl;
public Employ... | 1,001 | 0.706226 | 0.694553 | 49 | 19.979591 | 20.091108 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.693878 | false | false | 10 |
3cc84811243658437f856c483a535ad17603e934 | 28,406,913,702,249 | fada4f8c65328edcf8ce34b3c3edbd1a4fe83812 | /core/src/main/java/com/imaibo/portfolio/repository/rdb/StockRepository.java | 18abe03de053c311bac7148b04a56bd16b647f5f | [] | no_license | AngusZhu/invest-portfolio | https://github.com/AngusZhu/invest-portfolio | 60758754e229f055321eb33f4dd7a793829c5d3a | c4f56f9c71c89164e3a0c2a91c9859427b2f62ac | refs/heads/master | 2016-09-01T11:45:47.508000 | 2015-10-17T06:03:43 | 2015-10-17T06:03:43 | 44,425,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imaibo.portfolio.repository.rdb;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.reposito... | UTF-8 | Java | 2,353 | java | StockRepository.java | Java | [] | null | [] | package com.imaibo.portfolio.repository.rdb;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.reposito... | 2,353 | 0.798555 | 0.794305 | 50 | 46.060001 | 47.946808 | 211 | false | false | 0 | 0 | 0 | 0 | 72 | 0.030599 | 1.28 | false | false | 10 |
79c0ed2d7d66703396098469e29552d004c9c0c0 | 25,211,458,040,286 | aec7ddc4cf6fb01fc508fc7496588f232adac4ef | /app/src/main/java/redleon/net/comanda/dialogs/TableNumberDialogForDiner.java | c52b15a4c22788aa753e99626e866ffe8065c55e | [] | no_license | leonlipe/Comanda | https://github.com/leonlipe/Comanda | 46fa51272b767d0b2ae8527d77ff30a87a22adf1 | 399314fa48eb4b1087c97610df3d6919866c3635 | refs/heads/master | 2021-01-18T21:44:07.155000 | 2017-05-29T05:54:36 | 2017-05-29T05:54:36 | 34,548,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package redleon.net.comanda.dialogs;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.widget.ListAdapter;
import android.widget.Toast;
import com.loo... | UTF-8 | Java | 4,681 | java | TableNumberDialogForDiner.java | Java | [
{
"context": "leon.net.comanda.utils.Network;\n\n/**\n * Created by leon on 05/01/16.\n */\npublic class TableNumberDialog",
"end": 888,
"score": 0.5130086541175842,
"start": 886,
"tag": "NAME",
"value": "le"
},
{
"context": "n.net.comanda.utils.Network;\n\n/**\n * Created by leon on... | null | [] | package redleon.net.comanda.dialogs;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.widget.ListAdapter;
import android.widget.Toast;
import com.loo... | 4,681 | 0.578722 | 0.577227 | 131 | 34.740459 | 33.025223 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534351 | false | false | 10 |
ac7b8fcd56b9951521758aa14d9788f046f32ce4 | 31,971,736,597,210 | f924a9a81abef5b368f599f1da56bb67d3207316 | /q1w1/src/q1_2w1/Q1_1w1.java | 0f6de3ca5cacd92d7548e385a264ac6ee9f07e61 | [] | no_license | kasperpagh/q1-w1 | https://github.com/kasperpagh/q1-w1 | 79979e1b495666b332fc0cc8aa585fa0b594a03e | e531533bd70285b148c7ba4643b3394bf41e1f3e | refs/heads/master | 2020-03-29T13:47:39.826000 | 2015-08-26T07:24:00 | 2015-08-26T07:24:00 | 41,360,923 | 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 q1_2w1;
/**
*
* @author pagh
*/
public class Q1_1w1
{
public static void main(String[] args)
{
boolean abek... | UTF-8 | Java | 815 | java | Q1_1w1.java | Java | [
{
"context": "the editor.\n */\npackage q1_2w1;\n\n/**\n *\n * @author pagh\n */\npublic class Q1_1w1\n{\n public static void ",
"end": 224,
"score": 0.9836069345474243,
"start": 220,
"tag": "USERNAME",
"value": "pagh"
}
] | 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 q1_2w1;
/**
*
* @author pagh
*/
public class Q1_1w1
{
public static void main(String[] args)
{
boolean abek... | 815 | 0.456442 | 0.431902 | 41 | 18.878048 | 18.584278 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 10 |
afab57d4020cc4c643929f99ac2a9d245de667c9 | 31,971,736,597,278 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Shopping/offerup_source/src/com/paypal/android/sdk/payments/av.java | 9eb0c7cda292bdb3377cdb1554955a28f377488f | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.paypal.android.sdk.payments;
import java.util.Calendar;
import java.util.Date;
import java.util.Timer;
// Referenced classes of pac... | UTF-8 | Java | 1,378 | java | av.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9995941519737244,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.paypal.android.sdk.payments;
import java.util.Calendar;
import java.util.Date;
import java.util.Timer;
// Referenced classes of package com.p... | 1,368 | 0.63135 | 0.625544 | 49 | 27.12245 | 26.483442 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 10 |
440cd3729ecb675835472cb43bd6f8fb2ec634a8 | 9,371,618,667,014 | 6656e047eb247a25b42b204842a2e8b5c339c1d2 | /app/src/main/java/com/bbeaggoo/myapplication/adapter/AdapterContract.java | ec3fba815b9d2d101796d89041a01a4622859f94 | [] | no_license | iamjunyoung/MyApplication | https://github.com/iamjunyoung/MyApplication | 0e60b323e05dbd5298fe00c7bf0c00e4b63b7457 | a707bda687bbac6a67f5ac550adbdb1dfd8a8046 | refs/heads/master | 2020-03-14T10:37:50.196000 | 2018-06-24T13:44:35 | 2018-06-24T13:44:35 | 131,571,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bbeaggoo.myapplication.adapter;
import com.bbeaggoo.myapplication.datas.ItemObjects;
import com.bbeaggoo.myapplication.listener.OnItemClickListener;
import java.util.List;
/**
* Created by junyoung on 2018. 3. 13..
*/
public interface AdapterContract{
interface Model {
void add(ItemObjects... | UTF-8 | Java | 790 | java | AdapterContract.java | Java | [
{
"context": "istener;\n\nimport java.util.List;\n/**\n * Created by junyoung on 2018. 3. 13..\n */\n\npublic interface AdapterCon",
"end": 213,
"score": 0.9994761943817139,
"start": 205,
"tag": "USERNAME",
"value": "junyoung"
}
] | null | [] | package com.bbeaggoo.myapplication.adapter;
import com.bbeaggoo.myapplication.datas.ItemObjects;
import com.bbeaggoo.myapplication.listener.OnItemClickListener;
import java.util.List;
/**
* Created by junyoung on 2018. 3. 13..
*/
public interface AdapterContract{
interface Model {
void add(ItemObjects... | 790 | 0.694937 | 0.686076 | 31 | 24.483871 | 21.141415 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 10 |
b5001397631525f1a5ca717bf50be61ece0fe47a | 20,143,396,654,611 | a7b448a9168e75a35cda944ab1bdd553957c890c | /app/src/main/java/kh/com/psnd/network/model/UserProfile.java | 221f93e8a71062ca9e6fd3392147bb38018594ce | [] | no_license | nicarayz/psnd-app | https://github.com/nicarayz/psnd-app | 35ec6c7e3d6deab3866d14ef7630448c50fcc376 | 272c502ccc881e6585d970394d5293e7a4122482 | refs/heads/master | 2022-12-26T16:29:25.225000 | 2020-10-14T08:27:53 | 2020-10-14T08:27:53 | 272,333,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kh.com.psnd.network.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import core.lib.network.model.BaseGson;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = false)
public class UserProfile extends BaseGson {
public static final S... | UTF-8 | Java | 1,113 | java | UserProfile.java | Java | [
{
"context": "id\")\n private String id;\n\n @SerializedName(\"username\")\n private String username;\n\n @SerializedNa",
"end": 429,
"score": 0.5528069138526917,
"start": 421,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package kh.com.psnd.network.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import core.lib.network.model.BaseGson;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = false)
public class UserProfile extends BaseGson {
public static final S... | 1,113 | 0.72327 | 0.72327 | 53 | 20 | 16.366095 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.358491 | false | false | 10 |
206eee188f742fff352c63631e828a4f478191a8 | 12,077,448,061,210 | a126673181d3c7b6838acf7182042073549f3eb7 | /src/jCiv/map/DisasterZone.java | 00235e642a3a9a1e49114f0eb0743c0ae70285f9 | [] | no_license | neviyn/jCiv | https://github.com/neviyn/jCiv | 2b5204b3f3dd448243c49b622529a49f5196084b | e26f99ddf05a7fcf5a0f03d34e6cbe5a0a01666f | refs/heads/master | 2021-01-18T11:40:43.595000 | 2012-05-29T10:56:50 | 2012-05-29T10:56:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jCiv.map;
import java.util.ArrayList;
/**
* User: nathan
* Date: 24/05/12
* Time: 13:42
*/
public abstract class DisasterZone {
private final ArrayList<MapNode> zones;
/**
*
* @param zones
*/
public DisasterZone(ArrayList<MapNode> zones)
{
this.zones = zones;
}
... | UTF-8 | Java | 1,602 | java | DisasterZone.java | Java | [
{
"context": "iv.map;\n\nimport java.util.ArrayList;\n\n/**\n * User: nathan\n * Date: 24/05/12\n * Time: 13:42\n */\npublic abstr",
"end": 67,
"score": 0.9985840320587158,
"start": 61,
"tag": "USERNAME",
"value": "nathan"
}
] | null | [] | package jCiv.map;
import java.util.ArrayList;
/**
* User: nathan
* Date: 24/05/12
* Time: 13:42
*/
public abstract class DisasterZone {
private final ArrayList<MapNode> zones;
/**
*
* @param zones
*/
public DisasterZone(ArrayList<MapNode> zones)
{
this.zones = zones;
}
... | 1,602 | 0.577403 | 0.571161 | 74 | 20.648649 | 21.061962 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 10 |
053010f2493728fafa41b6caa5b3661fc7fe3902 | 31,971,736,598,825 | 1ee29fce36a8deab98d74548457fad35a4324dfb | /Final/FinalProject/src/main/java/by/training/finalproject/dal/UserDAO.java | 6725fe6ced9d2bb6cd3c4735357cec606ad7a79c | [] | no_license | ArtemKolganow/trainingRep | https://github.com/ArtemKolganow/trainingRep | ca907dc2374d10dfdf888ad40131855e20fbd2a2 | e728c979e885680cde8b4d685d2d7f03eefa7e5b | refs/heads/master | 2022-06-30T17:28:24.307000 | 2020-05-09T20:39:23 | 2020-05-09T20:39:23 | 227,861,196 | 0 | 0 | null | false | 2022-01-04T16:39:59 | 2019-12-13T14:48:37 | 2020-05-10T17:47:51 | 2022-01-04T16:39:58 | 7,471 | 0 | 0 | 9 | Java | false | false | package by.training.finalproject.dal;
import by.training.finalproject.entity.User;
import java.util.List;
public interface UserDAO extends AbstractDAO<Integer, User> {
User findEntityByLoginAndPass(String login, String pass) throws DataObjectException;
User findEntityById(Integer id) throws DataObjectExcepti... | UTF-8 | Java | 326 | java | UserDAO.java | Java | [] | null | [] | package by.training.finalproject.dal;
import by.training.finalproject.entity.User;
import java.util.List;
public interface UserDAO extends AbstractDAO<Integer, User> {
User findEntityByLoginAndPass(String login, String pass) throws DataObjectException;
User findEntityById(Integer id) throws DataObjectExcepti... | 326 | 0.812883 | 0.812883 | 10 | 31.6 | 30.394737 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 10 |
91a0728c8ad672a279624e30b0f63c92f4084850 | 18,219,251,312,049 | 04d12be16f944590f4f7e0ba53c4cef6c8af879c | /practise-learning/src/main/java/nowcode/top101/_43_包含MIN函数的栈.java | 6a8fcb8985b2c2d52f581aad1a28643f62744484 | [
"MIT"
] | permissive | n1ck3dcydoom/learning-note | https://github.com/n1ck3dcydoom/learning-note | 3388016b0ca2648c5a6c3de0b420f2b472f1a424 | fcbf6ad37c4f8c0a44d8998b7283405f31736ab0 | refs/heads/master | 2023-04-29T23:49:21.100000 | 2022-12-12T01:51:57 | 2022-12-12T01:51:57 | 251,662,928 | 1 | 0 | MIT | false | 2023-04-17T17:43:02 | 2020-03-31T16:25:38 | 2022-01-10T15:36:46 | 2023-04-17T17:42:58 | 11,190 | 0 | 0 | 1 | Java | false | false | package nowcode.top101;
import java.util.Stack;
/**
* Created by n!Ck
* Date: 2022/11/18
* Time: 11:21
* Description:
*/
public class _43_包含MIN函数的栈 {
public static void main(String[] args) {
MyStack s = new MyStack();
s.push(-1);
s.push(2);
System.out.println(s.min());
... | UTF-8 | Java | 1,199 | java | _43_包含MIN函数的栈.java | Java | [
{
"context": "op101;\n\nimport java.util.Stack;\n\n/**\n * Created by n!Ck\n * Date: 2022/11/18\n * Time: 11:21\n * Description",
"end": 72,
"score": 0.9982032775878906,
"start": 68,
"tag": "USERNAME",
"value": "n!Ck"
}
] | null | [] | package nowcode.top101;
import java.util.Stack;
/**
* Created by n!Ck
* Date: 2022/11/18
* Time: 11:21
* Description:
*/
public class _43_包含MIN函数的栈 {
public static void main(String[] args) {
MyStack s = new MyStack();
s.push(-1);
s.push(2);
System.out.println(s.min());
... | 1,199 | 0.426132 | 0.409052 | 57 | 19.543859 | 13.654984 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 10 |
64202acbd3a7b7d08ed7290326082ea7873b99e0 | 5,068,061,432,391 | 9ca52103def57c4b51499608d9e46d2f87543e2a | /binarySearchTree/src/main/java/BinaryTree.java | dade9ccd36aa05a797b972b8b619b7cbed264c7f | [] | no_license | lengocnu8497/DataStructures | https://github.com/lengocnu8497/DataStructures | b181d52ca68529b76381b492191c38df7ca046a1 | 3db35f01776d39e0025c29daeac3d008279f1ad3 | refs/heads/master | 2020-09-10T03:16:04.701000 | 2020-07-09T04:02:27 | 2020-07-09T04:02:27 | 221,635,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | ///
//Name: Le, Nu
//Homework: 1
//Due: 11/14/2019
//Course: cs-2400-01-f19
//Description: A program that reads in user's input and build a binary search tree
//based upon these input. Then it displays the tree in pre-,post-,in- order format.
public class BinaryTree<T> implements BinaryTreeInte... | UTF-8 | Java | 1,661 | java | BinaryTree.java | Java | [
{
"context": "///\r\n//Name: Le, Nu\r\n//Homework: 1\r\n//Due: 11/14/2019\r\n//Cours",
"end": 24,
"score": 0.9997801780700684,
"start": 18,
"tag": "NAME",
"value": "Le, Nu"
}
] | null | [] | ///
//Name: <NAME>
//Homework: 1
//Due: 11/14/2019
//Course: cs-2400-01-f19
//Description: A program that reads in user's input and build a binary search tree
//based upon these input. Then it displays the tree in pre-,post-,in- order format.
public class BinaryTree<T> implements BinaryTreeInte... | 1,661 | 0.581577 | 0.571343 | 62 | 24.790323 | 25.729446 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403226 | false | false | 10 |
9852c18d6c7616b3cee82af5680b848032b57d98 | 33,389,075,818,291 | ca994f6d4da2703b3fe7b483fb3166201fad78fd | /portal-service-api/src/main/java/com/bestpay/portal/service/cum/request/PortalMerchantCodeQueryRequest.java | c29421a10f9a4fca712fde951c25873418affef8 | [] | no_license | daixiaohei/bpep-portal-service | https://github.com/daixiaohei/bpep-portal-service | eedbc470ed91a3cb4610a37c6d510a1b2b6622a7 | e58e4a68aa623999bc244b0d961ff0d27270948d | refs/heads/master | 2016-08-26T07:26:56.516000 | 2016-06-03T07:02:18 | 2016-06-03T07:02:18 | 61,784,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bestpay.portal.service.cum.request;
import com.bestpay.portal.service.account.request.base.PortalRequest;
import lombok.*;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotBlank;
import java.io.Serializable;
/**
* Created with IntelliJ IDEA.
* User: xieze... | UTF-8 | Java | 826 | java | PortalMerchantCodeQueryRequest.java | Java | [
{
"context": "able;\n\n/**\n * Created with IntelliJ IDEA.\n * User: xiezequn\n * Date: 2015/12/09\n * Depiction: 根据客户账户号查询 客户号,客",
"end": 323,
"score": 0.9995983242988586,
"start": 315,
"tag": "USERNAME",
"value": "xiezequn"
}
] | null | [] | package com.bestpay.portal.service.cum.request;
import com.bestpay.portal.service.account.request.base.PortalRequest;
import lombok.*;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotBlank;
import java.io.Serializable;
/**
* Created with IntelliJ IDEA.
* User: xieze... | 826 | 0.754167 | 0.736111 | 29 | 23.827587 | 22.982855 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 10 |
079c3927502a450c28538ea9e070989ae2fd9c76 | 10,247,791,972,964 | 037637a2c0d177362285e0608d4f4f00dc4cfce9 | /components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/composite/MapOfMapsConverter.java | 633b9c8ae7513bdcfcf838248e653c83f0555232 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | dmgerman/camel | https://github.com/dmgerman/camel | 07379b6a1d191078b085b62bbb0a6732141994aa | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | refs/heads/master | 2023-01-03T23:00:15.190000 | 2019-12-20T08:30:29 | 2019-12-20T08:30:29 | 230,528,998 | 0 | 0 | Apache-2.0 | false | 2023-01-02T22:14:35 | 2019-12-27T22:50:51 | 2019-12-28T01:30:10 | 2023-01-02T22:14:34 | 129,843 | 0 | 0 | 3 | Java | false | false | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses ... | UTF-8 | Java | 7,411 | java | MapOfMapsConverter.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses ... | 7,411 | 0.791931 | 0.790582 | 477 | 14.534591 | 37.565502 | 810 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.075472 | false | false | 10 |
16d4cd89e326b22ee57d1d774b8d918441f93dc6 | 8,675,833,986,000 | 98078bb3202a2532e31446c8436b1cc19ee2deb7 | /app/src/main/java/com/xiaozhiguang/impl/CallerImplement.java | ec7816507d0a77a4c75456878fbe65ebb95fece2 | [] | no_license | xiaozhiguang/DataResolve | https://github.com/xiaozhiguang/DataResolve | a15e276a64891f0681a3bcc6005fcffc619c7871 | a5b01d04a6475d3e64a09e682e5478b312e0dae5 | refs/heads/master | 2017-10-05T21:48:28.217000 | 2017-06-22T06:01:57 | 2017-06-22T06:01:57 | 94,876,406 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaozhiguang.impl;
import android.util.Base64;
import com.xiaozhiguang.bean.UserBean;
import com.xiaozhiguang.dataresolve.HttpCaller;
import com.xiaozhiguang.main.AppConfig;
import com.xiaozhiguang.dataresolve.RequestDataCallback;
import okhttp3.FormBody;
/**
* Created by xiaozhiguang on 2017/6/19.
*
... | UTF-8 | Java | 1,264 | java | CallerImplement.java | Java | [
{
"context": "back;\n\nimport okhttp3.FormBody;\n\n/**\n * Created by xiaozhiguang on 2017/6/19.\n *\n * 作用:作为网络请求的中间层 进行具体的网络请求操作\n *\n",
"end": 302,
"score": 0.9996627569198608,
"start": 290,
"tag": "USERNAME",
"value": "xiaozhiguang"
}
] | null | [] | package com.xiaozhiguang.impl;
import android.util.Base64;
import com.xiaozhiguang.bean.UserBean;
import com.xiaozhiguang.dataresolve.HttpCaller;
import com.xiaozhiguang.main.AppConfig;
import com.xiaozhiguang.dataresolve.RequestDataCallback;
import okhttp3.FormBody;
/**
* Created by xiaozhiguang on 2017/6/19.
*
... | 1,264 | 0.66806 | 0.651338 | 47 | 24.446808 | 23.785217 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 10 |
0670207d2d439a78dfe1d8f8685fda97a37f3b14 | 8,675,833,985,705 | ee83e7183dd94f82876553cddcaa76689231775e | /books-jpa/src/main/java/ru/otus/books/repositories/impl/BookRepositoryJpaImpl.java | d3f1ec36fc0783ae37b41df30af5f0ddd2f78534 | [] | no_license | ant-liza/2021-02-otus-spring-prokhorova | https://github.com/ant-liza/2021-02-otus-spring-prokhorova | 0897b07eac227f025917f65b853479fd08f063c6 | 48f6006568f6fff56211e416c76ac3f7f0dde7bd | refs/heads/main | 2023-06-15T09:52:21.520000 | 2021-06-30T14:29:28 | 2021-06-30T14:29:28 | 342,294,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.otus.books.repositories.impl;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import ru.otus.books.models.Book;
import ru.otus.books.models.Note;
import ru.otus.books.repositories.jpa.BookRepositoryJpa;
import javax.persistence.EntityManage... | UTF-8 | Java | 1,841 | java | BookRepositoryJpaImpl.java | Java | [] | null | [] | package ru.otus.books.repositories.impl;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import ru.otus.books.models.Book;
import ru.otus.books.models.Note;
import ru.otus.books.repositories.jpa.BookRepositoryJpa;
import javax.persistence.EntityManage... | 1,841 | 0.679522 | 0.678979 | 65 | 27.323076 | 23.633163 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 10 |
6b415faa653396f94fb8e77e98e482fe549ad6b4 | 27,462,020,958,697 | e68f6c877c3fcbc4e72a72c68831205b6c9f63fc | /core/src/com/mana_wars/model/entity/user/UserDungeonsAPI.java | 4510c35442ea7dd930d5ddda08a85ff6bf48a5d5 | [
"MIT"
] | permissive | dembanakh/mana-wars | https://github.com/dembanakh/mana-wars | 6945522c01452f5fe50112ef1137327229995da2 | d1aec1f3ab603238cec376e37cd1ee17c8b1bbd8 | refs/heads/master | 2023-07-23T22:01:55.561000 | 2021-08-29T20:19:38 | 2021-08-29T20:19:38 | 396,413,113 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mana_wars.model.entity.user;
public interface UserDungeonsAPI extends UserBaseAPI{
int getLevel();
int getManaAmount();
}
| UTF-8 | Java | 143 | java | UserDungeonsAPI.java | Java | [] | null | [] | package com.mana_wars.model.entity.user;
public interface UserDungeonsAPI extends UserBaseAPI{
int getLevel();
int getManaAmount();
}
| 143 | 0.755245 | 0.755245 | 6 | 22.833334 | 19.23033 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
5ee5e493185b7f7027885b5f0906ae82b482000d | 11,046,655,948,713 | 69185b9e08d7aef088470b7d4ffae67c9a85678d | /src/main/java/hw_12/task_4/LambdaUserMain.java | f7bf890c0f9965749f3f5761962aae60a196b483 | [] | no_license | AmberInsane/TMS_HomeworkProject | https://github.com/AmberInsane/TMS_HomeworkProject | 2676614b3b8a00299a6c84bfb7dc698e7c4bf1cc | b8cf9c43d2a5986b2da4eb84751456a35e83b42f | refs/heads/master | 2022-05-28T01:02:53.277000 | 2020-01-16T11:40:45 | 2020-01-16T11:40:45 | 212,679,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hw_12.task_4;
import java.util.Scanner;
import java.util.function.Supplier;
import java.util.regex.Pattern;
public class LambdaUserMain {
public static void main(String[] args) {
try {
Supplier<User> newUser = () -> {
Scanner scanner = new Scanner(System.in);
... | UTF-8 | Java | 906 | java | LambdaUserMain.java | Java | [] | null | [] | package hw_12.task_4;
import java.util.Scanner;
import java.util.function.Supplier;
import java.util.regex.Pattern;
public class LambdaUserMain {
public static void main(String[] args) {
try {
Supplier<User> newUser = () -> {
Scanner scanner = new Scanner(System.in);
... | 906 | 0.520134 | 0.516779 | 28 | 30.928572 | 20.542515 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
bef3e2da705503e01d48757d527896d5dd773dfb | 7,464,653,216,134 | 7fa1347865c232c6f4676be228e57dc368a9710f | /app/src/main/java/edu/wgu/gavin/c196/models/CourseMentor.java | 81bbf21dd21038608135f8ffeba9abc5567ef37f | [] | no_license | gavinwade12/C196 | https://github.com/gavinwade12/C196 | 3ded765380367103d6b5285378be9043af904dd4 | 373a10c15e321d15872c8f8aa543c15cb5de5d17 | refs/heads/master | 2020-03-28T19:43:40.553000 | 2018-09-30T04:40:26 | 2018-09-30T04:40:26 | 149,003,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.wgu.gavin.c196.models;
import android.database.Cursor;
import edu.wgu.gavin.c196.data.WGUContract;
public class CourseMentor {
public long id;
public long courseId;
public String name;
public String phoneNumber;
public String emailAddress;
public static CourseMentor fromCursor(C... | UTF-8 | Java | 927 | java | CourseMentor.java | Java | [] | null | [] | package edu.wgu.gavin.c196.models;
import android.database.Cursor;
import edu.wgu.gavin.c196.data.WGUContract;
public class CourseMentor {
public long id;
public long courseId;
public String name;
public String phoneNumber;
public String emailAddress;
public static CourseMentor fromCursor(C... | 927 | 0.747573 | 0.7411 | 25 | 36.080002 | 36.310791 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
d87cb372887f7e1bef550aba8ae548b955b6a8cd | 7,464,653,216,627 | 002bb305c109bf89957195cbb5dc2705f6abec5f | /src/main/java/cn/luoweifei/controller/UserController.java | ed6ba09b59fab042a3cc8a195ba19ae6fbe7bd69 | [] | no_license | lwfqw/ssm | https://github.com/lwfqw/ssm | 3eb21f512656537b27c0e2353216412b7066128f | 2535a62ac47e18fe272eec47f042cb89a794185c | refs/heads/master | 2021-05-16T20:43:29.589000 | 2020-03-29T07:45:29 | 2020-03-29T07:45:29 | 250,462,445 | 0 | 0 | null | false | 2020-10-13T20:43:55 | 2020-03-27T06:55:05 | 2020-03-29T07:45:32 | 2020-10-13T20:43:54 | 20,192 | 0 | 0 | 1 | Java | false | false | package cn.luoweifei.controller;
import cn.luoweifei.entity.User;
import cn.luoweifei.service.UserServer;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.... | UTF-8 | Java | 1,957 | java | UserController.java | Java | [] | null | [] | package cn.luoweifei.controller;
import cn.luoweifei.entity.User;
import cn.luoweifei.service.UserServer;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.... | 1,957 | 0.711628 | 0.711111 | 49 | 38.489796 | 23.71353 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755102 | false | false | 10 |
5531e71cc0a414bf3d09f92953976bb7361bbbe5 | 27,900,107,613,320 | cce32174c8d10682bb96cad60e46269cb4cd4ddc | /src/com/syntax/class07/workDay.java | 26eeee0618b1f9bd66a104007d0891b1779b1b6d | [] | no_license | Emanyasin/JavaCava | https://github.com/Emanyasin/JavaCava | 7af2f5369c3aa9985e0178ecfb3a0e693b505496 | 7b6cc06fe5062af9ccb594adc80a017c655ab097 | refs/heads/master | 2021-04-03T14:42:51.085000 | 2020-03-22T15:32:40 | 2020-03-22T15:32:40 | 248,367,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syntax.class07;
public class workDay {
// Create a boolean variable workDay and assign true create int variable day and
// assign it to 1
// As long as it is workDay print “I need a day off” and increase day.
// Once day is 6 print “I do not need a day off any more”
public static void main(... | WINDOWS-1250 | Java | 952 | java | workDay.java | Java | [] | null | [] | package com.syntax.class07;
public class workDay {
// Create a boolean variable workDay and assign true create int variable day and
// assign it to 1
// As long as it is workDay print “I need a day off” and increase day.
// Once day is 6 print “I do not need a day off any more”
public static void main(... | 952 | 0.57839 | 0.556144 | 48 | 17.666666 | 19.549438 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145833 | false | false | 10 |
b75e657298f96dd1bafcb4b3d72d4afea3851781 | 27,900,107,615,086 | e76205b76576ab1944b4f196cab424357121b1de | /jsp-jdbc/src/main/java/idiom/jsp/complex/jdbc/entity/Bookshelf.java | bfdf9f48933bd083952736c96e6d5d543aa5f2f7 | [] | no_license | aerben/idiomatic | https://github.com/aerben/idiomatic | 848f22e4eaa28dfc955d45a806718f91cce6adf9 | 14d2c6eb91af8112f8cf61158c050b01a1fcad89 | refs/heads/master | 2016-09-07T15:19:49.395000 | 2014-02-14T16:30:04 | 2014-02-14T16:30:04 | 16,008,364 | 0 | 1 | null | false | 2014-02-08T11:45:27 | 2014-01-17T18:43:41 | 2014-02-08T11:45:26 | 2014-02-08T11:45:27 | 1,940 | 0 | 0 | 0 | Java | null | null | package idiom.jsp.complex.jdbc.entity;
/**
* Bookshelf entity
*
* @author erben
*/
public class Bookshelf implements Entity {
private long id;
private String name;
private final String location;
public Bookshelf(String location) {
this.location = location;
}
public Bookshelf(lo... | UTF-8 | Java | 1,673 | java | Bookshelf.java | Java | [
{
"context": "dbc.entity;\n\n/**\n * Bookshelf entity\n *\n * @author erben\n */\npublic class Bookshelf implements Entity {\n\n ",
"end": 83,
"score": 0.9609208703041077,
"start": 78,
"tag": "USERNAME",
"value": "erben"
}
] | null | [] | package idiom.jsp.complex.jdbc.entity;
/**
* Bookshelf entity
*
* @author erben
*/
public class Bookshelf implements Entity {
private long id;
private String name;
private final String location;
public Bookshelf(String location) {
this.location = location;
}
public Bookshelf(lo... | 1,673 | 0.57621 | 0.570831 | 71 | 22.563381 | 24.668924 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43662 | false | false | 10 |
4c8a00123272972d16f5b887b1069c0e1aebc6b9 | 21,019,569,952,163 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes2.dex_source_from_JADX/com/facebook/katana/urimap/Fb4aComponentHelperFactory.java | 978e8c639a12ea3b239eb0a1bc67552ee5803ea8 | [] | 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.katana.urimap;
import com.facebook.common.errorreporting.AbstractFbErrorReporter;
import com.facebook.common.errorreporting.FbErrorReporterImpl;
import com.facebook.common.fragmentconstants.FragmentConstants;
import com.facebook.common.fragmentconstants.FragmentConstants$ContentFragmentType;
impor... | UTF-8 | Java | 5,786 | java | Fb4aComponentHelperFactory.java | Java | [] | null | [] | package com.facebook.katana.urimap;
import com.facebook.common.errorreporting.AbstractFbErrorReporter;
import com.facebook.common.errorreporting.FbErrorReporterImpl;
import com.facebook.common.fragmentconstants.FragmentConstants;
import com.facebook.common.fragmentconstants.FragmentConstants$ContentFragmentType;
impor... | 5,786 | 0.720705 | 0.658486 | 117 | 48.452991 | 46.826374 | 302 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 10 |
a0a06cdf23fde18a6d9e192403bc48542c982d81 | 31,911,607,016,224 | f1212cc702a31059df1f4b9f026ab92f1effcd73 | /src/main/java/com/scut/indoorLocation/mapper/AccessPointMapper.java | f043244604f444d8467bb0b508d0869ca6f89986 | [] | no_license | MMMMMMMingor/indoor_location_backend | https://github.com/MMMMMMMingor/indoor_location_backend | 449014006ba4fdd7c23c4d7cffabe7ca43c83932 | b5e0bb378c4f8c48d5c707bf3f866fdc5cbdfa85 | refs/heads/master | 2022-06-29T13:10:49.427000 | 2020-04-21T11:19:08 | 2020-04-21T11:19:08 | 249,469,775 | 6 | 0 | null | false | 2022-06-17T03:03:20 | 2020-03-23T15:31:17 | 2022-05-09T01:59:31 | 2022-06-17T03:03:20 | 246 | 6 | 0 | 1 | Java | false | false | package com.scut.indoorLocation.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.scut.indoorLocation.entity.AccessPoint;
/**
* Created by Mingor on 2020/2/18 20:26
*/
public interface AccessPointMapper extends BaseMapper<AccessPoint> {
}
| UTF-8 | Java | 268 | java | AccessPointMapper.java | Java | [
{
"context": "oorLocation.entity.AccessPoint;\n\n/**\n * Created by Mingor on 2020/2/18 20:26\n */\npublic interface AccessPoi",
"end": 173,
"score": 0.9983797669410706,
"start": 167,
"tag": "USERNAME",
"value": "Mingor"
}
] | null | [] | package com.scut.indoorLocation.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.scut.indoorLocation.entity.AccessPoint;
/**
* Created by Mingor on 2020/2/18 20:26
*/
public interface AccessPointMapper extends BaseMapper<AccessPoint> {
}
| 268 | 0.798507 | 0.757463 | 10 | 25.799999 | 25.6 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 10 |
3988e16ffd2e5741e55d9c44ffe9ab501913344a | 21,079,699,523,216 | 225011bbc304c541f0170ef5b7ba09b967885e95 | /com/vungle/publisher/kp.java | b9f65312fa096d4deb983ccb84f2e4192363ac2c | [] | no_license | sebaudracco/bubble | https://github.com/sebaudracco/bubble | 66536da5367f945ca3318fecc4a5f2e68c1df7ee | e282cda009dfc9422594b05c63e15f443ef093dc | refs/heads/master | 2023-08-25T09:32:04.599000 | 2018-08-14T15:27:23 | 2018-08-14T15:27:23 | 140,444,001 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vungle.publisher;
import com.vungle.publisher.ki.a;
import dagger.MembersInjector;
import dagger.internal.Factory;
import dagger.internal.MembersInjectors;
/* compiled from: vungle */
public final class kp implements Factory<a> {
static final /* synthetic */ boolean f10635a = (!kp.class.desiredAsserti... | UTF-8 | Java | 903 | java | kp.java | Java | [] | null | [] | package com.vungle.publisher;
import com.vungle.publisher.ki.a;
import dagger.MembersInjector;
import dagger.internal.Factory;
import dagger.internal.MembersInjectors;
/* compiled from: vungle */
public final class kp implements Factory<a> {
static final /* synthetic */ boolean f10635a = (!kp.class.desiredAsserti... | 903 | 0.665559 | 0.621262 | 32 | 27.21875 | 23.739122 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
a25190b94d4cb332685a655f8f30badb0ba30343 | 21,174,188,809,899 | 884d214faecc7378c8c803fd2327fca5d7733e58 | /src/sortingalgorithmsimulator/Client.java | 5742616aed0345749161044b2339c0dde57dc428 | [] | no_license | pranto47/Sorting-Algorithm-Simulator | https://github.com/pranto47/Sorting-Algorithm-Simulator | 16554bf4c3be88b7295f3d408324c4373175e583 | 4b4687900222f71e86dbc7d10d9d399382c90dd6 | refs/heads/main | 2023-02-21T18:05:17.712000 | 2021-01-26T17:03:50 | 2021-01-26T17:03:50 | 333,152,667 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sortingalgorithmsimulator;
import java.awt.HeadlessException;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOu... | UTF-8 | Java | 11,284 | java | Client.java | Java | [] | null | [] | package sortingalgorithmsimulator;
import java.awt.HeadlessException;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOu... | 11,284 | 0.509926 | 0.500443 | 286 | 37.454544 | 29.718075 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 10 |
c76b79a83fa941fec783791a70d5b6ef66ef6d8c | 22,247,930,599,871 | c69b09fe89c06e1d83ae8c1d87a46678288d0eda | /solon/src/main/java/org/noear/solon/core/Props.java | add4fb0891787543227b4a1f88b01c8d46d78936 | [
"Apache-2.0"
] | permissive | dongatsh/solon | https://github.com/dongatsh/solon | fb9d3da2ce67746dd8cfe1fef288e2de1bc3d1a2 | 4c3a074e8e4db7f367f75603ea8347d2c501c69d | refs/heads/master | 2023-08-28T18:16:44.023000 | 2021-10-31T16:21:03 | 2021-10-31T16:21:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.noear.solon.core;
import org.noear.solon.SolonProps;
import org.noear.solon.Utils;
import org.noear.solon.core.wrap.ClassWrap;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.function.BiConsumer;
import java.util.function.Function;
/**
* 通用属性集合(为 SolonPro... | UTF-8 | Java | 5,931 | java | Props.java | Java | [
{
"context": "erties 基础上,添加了些方法\n *\n * @see SolonProps\n * @author noear\n * @since 1.0\n * */\npublic class Props extends Pr",
"end": 401,
"score": 0.9996472597122192,
"start": 396,
"tag": "USERNAME",
"value": "noear"
}
] | null | [] | package org.noear.solon.core;
import org.noear.solon.SolonProps;
import org.noear.solon.Utils;
import org.noear.solon.core.wrap.ClassWrap;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import java.util.function.BiConsumer;
import java.util.function.Function;
/**
* 通用属性集合(为 SolonPro... | 5,931 | 0.498072 | 0.494215 | 219 | 23.863014 | 20.915998 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.442922 | false | false | 10 |
7d01613d6c497bf6e5edc9dec4fd588b1338e69f | 1,108,101,576,474 | 2bbec7d980f35bc6768c1c535b4100c2fdde8201 | /app/src/main/java/com/vpos/amedora/vposmerchant/TransactionListingActivity.java | 7e15cb71111ca1e80917d1c1aaa478457ab320b9 | [] | no_license | runningjack/vposmerchant | https://github.com/runningjack/vposmerchant | 7aeaac86be1bc6e04b84e7e3f5863e9730426603 | 4b0986a2e452755a0d6856caabcb6125062cf8ac | refs/heads/master | 2021-01-10T04:28:48.677000 | 2016-01-03T21:17:53 | 2016-01-03T21:18:28 | 48,961,001 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vpos.amedora.vposmerchant;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListAdapter;
import android.widget.ListView;
import android.widget.SimpleAdapter;
import com.vpos.amedora.vposmerchant.he... | UTF-8 | Java | 2,849 | java | TransactionListingActivity.java | Java | [
{
"context": ".List;\nimport java.util.Locale;\n\n/**\n * Created by Amedora on 8/5/2015.\n */\npublic class TransactionListingA",
"end": 557,
"score": 0.9825008511543274,
"start": 550,
"tag": "USERNAME",
"value": "Amedora"
}
] | null | [] | package com.vpos.amedora.vposmerchant;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListAdapter;
import android.widget.ListView;
import android.widget.SimpleAdapter;
import com.vpos.amedora.vposmerchant.he... | 2,849 | 0.657534 | 0.654724 | 88 | 31.352272 | 24.774456 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659091 | false | false | 10 |
006af75238229c5ad06bf94d11bc73e9cca5d038 | 1,108,101,574,110 | c602a04471f58504908224a6a138ec836a5d77f8 | /KolamRenang.java | 9d67ca192a2de72cda7ea2f409c93f94587a570c | [] | no_license | KevinStefano/Marketplace_System | https://github.com/KevinStefano/Marketplace_System | a8b460a7e26198fa91f89dec6bf2f6290db40222 | c96f821b2fd865c62eb17b45dfc240ca7141bc8b | refs/heads/master | 2022-06-20T10:43:18.782000 | 2020-05-07T15:42:18 | 2020-05-07T15:42:18 | 262,039,997 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class KolamRenang implements Fasilitas {
Properti prop;
public KolamRenang () {
}
@Override
public String getDeskripsi() {
return "Kolam Renang";
}
@Override
public int kalkulasiHarga() {
return 0;
}
} | UTF-8 | Java | 248 | java | KolamRenang.java | Java | [
{
"context": " public String getDeskripsi() {\n return \"Kolam Renang\";\n }\n\n\t@Override\n\tpublic int kalkulasiHarga() ",
"end": 179,
"score": 0.8277977108955383,
"start": 167,
"tag": "NAME",
"value": "Kolam Renang"
}
] | null | [] | public class KolamRenang implements Fasilitas {
Properti prop;
public KolamRenang () {
}
@Override
public String getDeskripsi() {
return "<NAME>";
}
@Override
public int kalkulasiHarga() {
return 0;
}
} | 242 | 0.633065 | 0.629032 | 16 | 14.5625 | 14.216929 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
cb8823ed1c2d911530d8feda5109f4ee66c0859c | 6,442,451,009,678 | 12803fe7254a09b75d0c0f2d5d3ca69a4596be85 | /DP/src/com/hs/dp/twoD/Triangle.java | c1a19a7ebf764b596f019691236d77f6d687aa02 | [] | no_license | hareramcse/Datastructure | https://github.com/hareramcse/Datastructure | 7b84f4f74cb8a5fde7b0614044251f9d184ef452 | 5a1f425d470184e6f03e5cba3d8d5a8fb8635e47 | refs/heads/master | 2023-04-29T20:47:40.085000 | 2023-04-22T10:08:03 | 2023-04-22T10:08:03 | 155,093,125 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hs.dp.twoD;
import java.util.Arrays;
public class Triangle {
public int minimumTotal(int[][] grid) {
int m = grid.length;
int n = grid.length;
int[][] dp = new int[m][n];
for (int[] row : dp) {
Arrays.fill(row, -1);
}
return solveMemo(0, 0, grid, dp);
}
private int solveMemo(int m, in... | UTF-8 | Java | 835 | java | Triangle.java | Java | [] | null | [] | package com.hs.dp.twoD;
import java.util.Arrays;
public class Triangle {
public int minimumTotal(int[][] grid) {
int m = grid.length;
int n = grid.length;
int[][] dp = new int[m][n];
for (int[] row : dp) {
Arrays.fill(row, -1);
}
return solveMemo(0, 0, grid, dp);
}
private int solveMemo(int m, in... | 835 | 0.564072 | 0.542515 | 37 | 21.594595 | 20.03977 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.27027 | false | false | 10 |
86855065061556df1fd5ed8389edc060ae4c9d37 | 14,671,608,309,713 | d8d1113b6b3657fa0b686c4c5d83b9cf95e228be | /comevokafka/src/main/java/com/evo/kafka/utils/ConsumerGroupLag.java | a6d0cdc781d80b13e744e591f4fd881e6d1ad304 | [] | no_license | arumugam-ramasamy/algorithms | https://github.com/arumugam-ramasamy/algorithms | a38a818e86f4236574d1929e733acc7464b318bd | 6a9f5c3598e650358d7224acfb8256d8cde95ea0 | refs/heads/master | 2023-08-09T22:10:23.103000 | 2023-01-30T22:33:48 | 2023-01-30T22:33:48 | 155,135,667 | 0 | 0 | null | false | 2023-09-05T22:00:41 | 2018-10-29T01:45:12 | 2022-05-01T16:02:52 | 2023-09-05T22:00:40 | 115,572 | 0 | 0 | 23 | Java | false | false | package com.evo.kafka.utils;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import kafka.admin.AdminClient;
import kafka.admin.AdminClient.ConsumerGroupSummary;
import kafka.admin.AdminClient.ConsumerSummary;
import org.apache.kafka.common.TopicPartition;... | UTF-8 | Java | 11,518 | java | ConsumerGroupLag.java | Java | [] | null | [] | package com.evo.kafka.utils;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import kafka.admin.AdminClient;
import kafka.admin.AdminClient.ConsumerGroupSummary;
import kafka.admin.AdminClient.ConsumerSummary;
import org.apache.kafka.common.TopicPartition;... | 11,518 | 0.616947 | 0.61304 | 281 | 39.989323 | 32.958672 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622776 | false | false | 10 |
fa03d7b34313c57dc82a86f989e0076f12fe50be | 10,007,273,809,934 | b6be5f0283dcbda6f8f37c777804a9a0b4cb416e | /app/src/main/java/com/facebook_sync/Facebook_Sync.java | 6a205d17d508caca7d946fdf957d3152d0f8478b | [] | no_license | shanzin/Facebook_Sync | https://github.com/shanzin/Facebook_Sync | 8fbcf977c5f0d02a84ce96d3ad9dd92ad0f25dfa | c87b349845c4a21a386758e6ab9a45479ef7cd75 | refs/heads/master | 2021-01-25T10:44:20.049000 | 2015-08-13T02:40:27 | 2015-08-13T02:40:27 | 40,635,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook_sync;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.IntentFilter;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.Drawable;
imp... | UTF-8 | Java | 8,499 | java | Facebook_Sync.java | Java | [] | null | [] | package com.facebook_sync;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.IntentFilter;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.Drawable;
imp... | 8,499 | 0.579969 | 0.578651 | 243 | 33.349792 | 24.548035 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559671 | false | false | 10 |
280ff92408d310e14af8d719bedfef14688b69b5 | 16,312,285,857,097 | 9b31469fd341891c93cf81ea950f97c1a6df8a4e | /工具代码/基础算法-数据结构/src/math/MathTest.java | 50535bd9ed731f0acaf3df741f2c09f56a446f60 | [] | no_license | luozhaoemail/java-demo | https://github.com/luozhaoemail/java-demo | 3a4ea606aba911c2b6a56c5153de4b36d2f3cb4d | ca9a0be928db4d92b067ff491249482f271ff71d | refs/heads/master | 2022-12-24T12:07:26.095000 | 2020-06-09T03:53:38 | 2020-06-09T03:53:38 | 187,343,711 | 1 | 1 | null | false | 2022-12-16T05:55:03 | 2019-05-18T10:20:34 | 2020-06-09T03:53:41 | 2022-12-16T05:55:00 | 55,729 | 1 | 1 | 15 | Java | false | false | package math;
import java.math.BigDecimal;
import org.apache.commons.math3.distribution.NormalDistribution;
import org.apache.commons.math3.stat.descriptive.moment.Kurtosis;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.moment.Skewness;
import org.apach... | UTF-8 | Java | 2,046 | java | MathTest.java | Java | [] | null | [] | package math;
import java.math.BigDecimal;
import org.apache.commons.math3.distribution.NormalDistribution;
import org.apache.commons.math3.stat.descriptive.moment.Kurtosis;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.moment.Skewness;
import org.apach... | 2,046 | 0.700524 | 0.65445 | 52 | 35.73077 | 31.666601 | 97 | false | false | 27 | 0.027749 | 0 | 0 | 0 | 0 | 2.096154 | false | false | 10 |
e807b151163bb5f273590fd70c29b710a49da4ab | 10,926,396,848,091 | 27171e5939eea40761257cfbd0fcf78435033433 | /src/StacksAndQueues/MaximumAreaHistogram.java | 3d2b8a76aa5220df857767e4369adc954961a5c7 | [
"Apache-2.0"
] | permissive | Shivamsharma009/Interview | https://github.com/Shivamsharma009/Interview | c8512a97fa71981bb2ebf82e3831dc8dc8a9a3df | 4c0d223cb2dca7e7a4ae279a03d5578ed5bd9e12 | refs/heads/master | 2020-12-13T05:59:37.001000 | 2020-05-19T21:20:50 | 2020-05-19T21:20:50 | 234,330,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package StacksAndQueues;
import java.util.Stack;
public class MaximumAreaHistogram {
static void MaxAreaHistogram(int[] arr, int n) {
int[] rb = new int[arr.length];//nse index on the right side
Stack<Integer> st = new Stack<>();
st.push(arr.length - 1);
rb[arr.length - 1] = arr.... | UTF-8 | Java | 1,643 | java | MaximumAreaHistogram.java | Java | [] | null | [] | package StacksAndQueues;
import java.util.Stack;
public class MaximumAreaHistogram {
static void MaxAreaHistogram(int[] arr, int n) {
int[] rb = new int[arr.length];//nse index on the right side
Stack<Integer> st = new Stack<>();
st.push(arr.length - 1);
rb[arr.length - 1] = arr.... | 1,643 | 0.409617 | 0.395618 | 66 | 23.89394 | 19.027992 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 10 |
12082940ebc16f28e4315bd56e9e7fc163390d23 | 1,855,425,906,245 | eabae988f94765fe58595d09faca1a0c4d404da9 | /exercicio3/Pessoa.java | e23c540d4dc9a777efb71a633b2176a3ef608d15 | [] | no_license | nicolasjosino/poo-uni7 | https://github.com/nicolasjosino/poo-uni7 | 13250c1b156d1f75a8d0f6860dc46bd9e27fabbf | e8166df9c2f80179ff4094b0b9edd1719e3d6190 | refs/heads/main | 2023-05-30T05:07:22.601000 | 2021-06-17T01:39:44 | 2021-06-17T01:39:44 | 335,805,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Pessoa {
private int alturaEmCm;
public void setAltura(int alturaEmCm) {
this.alturaEmCm = alturaEmCm;
}
public int setAltura(double alturaEmMetros) {
this.alturaEmCm = (int) alturaEmMetros * 100;
return this.alturaEmCm;
}
public int getAlturaEmCm() {
return alturaEmCm;... | UTF-8 | Java | 401 | java | Pessoa.java | Java | [] | null | [] | public class Pessoa {
private int alturaEmCm;
public void setAltura(int alturaEmCm) {
this.alturaEmCm = alturaEmCm;
}
public int setAltura(double alturaEmMetros) {
this.alturaEmCm = (int) alturaEmMetros * 100;
return this.alturaEmCm;
}
public int getAlturaEmCm() {
return alturaEmCm;... | 401 | 0.678304 | 0.663342 | 22 | 17.227272 | 16.908663 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 10 |
34835f89031574b7786834e25f463f65fccf4747 | 9,311,489,129,118 | 3e08872841f5fdb32e1334e0f9bf72dc0e827930 | /dopaas-uci/dopaas-uci-service-starter-facade/src/main/java/com/wl4g/dopaas/uci/service/impl/ProjectServiceImpl.java | 71d93046f0a0a53f6f255f6976b17de116fbadbb | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | wl4g/xcloud-devops | https://github.com/wl4g/xcloud-devops | 8fc8f9cd26d80b6083d7596441ebe3c631ac4150 | 1d094d15b35ab6e8ea9710ffaa8aa2df2addafe9 | refs/heads/master | 2023-03-14T01:02:02.794000 | 2022-02-21T06:58:04 | 2022-02-21T06:58:04 | 160,456,912 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017 ~ 2050 the original author or authors <Wanglsir@gmail.com, 983708408@qq.com>.
*
* 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/license... | UTF-8 | Java | 8,577 | java | ProjectServiceImpl.java | Java | [
{
"context": "right 2017 ~ 2050 the original author or authors <Wanglsir@gmail.com, 983708408@qq.com>.\n *\n * Licensed under the Apac",
"end": 78,
"score": 0.9999189376831055,
"start": 60,
"tag": "EMAIL",
"value": "Wanglsir@gmail.com"
},
{
"context": "e original author or authors <W... | null | [] | /*
* Copyright 2017 ~ 2050 the original author or authors <<EMAIL>, <EMAIL>>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | 8,557 | 0.765536 | 0.758074 | 244 | 34.155739 | 28.270218 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.008197 | false | false | 10 |
3da4bd80c8ea75d2873723dc0f80a0aa5a92e5e3 | 3,393,024,207,549 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/io/grpc/util/RoundRobinLoadBalancerFactory.java | 51063feeb031a74f73b299e7af69c5c6f7c56809 | [] | no_license | redpicasso/fluffy-octo-robot | https://github.com/redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515000 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.grpc.util;
import androidx.core.app.NotificationCompat;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
import com.google.firebase.analytics.FirebaseAnalytics.Param;
import io.grpc.Attributes;
import io.grpc.... | UTF-8 | Java | 18,011 | java | RoundRobinLoadBalancerFactory.java | Java | [
{
"context": "Nullable;\r\n\r\n@ExperimentalApi(\"https://github.com/grpc/grpc-java/issues/1771\")\r\npublic final class Round",
"end": 1558,
"score": 0.9993504881858826,
"start": 1554,
"tag": "USERNAME",
"value": "grpc"
},
{
"context": "essState != null) {\r\n Key... | null | [] | package io.grpc.util;
import androidx.core.app.NotificationCompat;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
import com.google.firebase.analytics.FirebaseAnalytics.Param;
import io.grpc.Attributes;
import io.grpc.... | 18,011 | 0.60402 | 0.595025 | 410 | 41.929268 | 35.755569 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597561 | false | false | 10 |
61c6d7e71e15171ec1c4d22f9adac2820974ce57 | 21,689,584,880,354 | d5c9c369f3909678c17e347d964c6935c86b0c9c | /src/main/java/model/Suscripcion.java | a2d08f2934abb9e586baa3e0fe8f4c9921b262f9 | [] | no_license | jmbustos010/PII_2021_1_p3_frontend | https://github.com/jmbustos010/PII_2021_1_p3_frontend | bf5a13fbc8bc83b3486a1fcf0d7d6ed28c99f011 | 26116864e9196bbd11f4592e6d0dc2afc55efbef | refs/heads/master | 2023-04-14T16:58:57.540000 | 2021-04-23T02:14:42 | 2021-04-23T02:14:42 | 360,737,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class Suscripcion { private long id;
private String tiposuscripcion;
private String fechainicio;
private String fechacierre;
private String nombrealumno;
private long precio;
public Suscripcion(){
}
public Suscripcion(long id, String tiposuscripcion, String fech... | UTF-8 | Java | 1,664 | java | Suscripcion.java | Java | [] | null | [] | package model;
public class Suscripcion { private long id;
private String tiposuscripcion;
private String fechainicio;
private String fechacierre;
private String nombrealumno;
private long precio;
public Suscripcion(){
}
public Suscripcion(long id, String tiposuscripcion, String fech... | 1,664 | 0.623798 | 0.623798 | 72 | 22.111111 | 21.964336 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 10 |
87cf48d19f2321e2e1139a29fef6b80e8cd47535 | 6,167,573,091,559 | 65cdbf762a9488aa5d10018a27752797482b999d | /jscience/mathematics/src/main/java/org/jscience/mathematics/linear/ComplexVector.java | 3a68e4bc25056530d8f7a13f570d52048a0c9e32 | [
"BSD-2-Clause"
] | permissive | krichter722/jscience | https://github.com/krichter722/jscience | 3386559f99e54b21be13741f8c22ccfbf0c8dbdb | 968a07f2c7838778feb19b6d04807a8d66b03fe0 | refs/heads/master | 2021-01-10T08:34:20.420000 | 2014-01-09T21:37:33 | 2014-01-09T21:37:33 | 47,670,017 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
* Copyright (C) 2014 - JScience (http://jscience.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package org.jscience.mathe... | UTF-8 | Java | 2,670 | java | ComplexVector.java | Java | [
{
"context": "de]</p> \n * \n * @author <a href=\"mailto:jean-marie@dautelle.com\">Jean-Marie Dautelle</a>\n * @version 5.0, Decembe",
"end": 1037,
"score": 0.9999276995658875,
"start": 1014,
"tag": "EMAIL",
"value": "jean-marie@dautelle.com"
},
{
"context": " @author <a hr... | null | [] | /*
* JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
* Copyright (C) 2014 - JScience (http://jscience.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package org.jscience.mathe... | 2,641 | 0.698502 | 0.678652 | 95 | 27.105263 | 25.662783 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.989474 | false | false | 10 |
18532bebc3a3d660204d1652087040848d24baf6 | 20,031,727,518,271 | bc9e2d905e9605371f3235159a28adf1375c068c | /indhio-crypt/src/main/java/com/indhio/crypt/services/ContaService.java | e79e9eabba31f6165ce6e7d8ff3593d3b88922dc | [] | no_license | indhio/portfolio | https://github.com/indhio/portfolio | 644da48ebdc9590c71674fb50354f2f2b83f687d | 2a36c4a3edd76f5e8dfc9f76cd6523cc70f7f6cd | refs/heads/master | 2016-07-26T19:42:50.242000 | 2013-12-26T13:36:49 | 2013-12-26T13:36:49 | 2,617,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.indhio.crypt.services;
import java.util.List;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import com.indhio.crypt.dao.ContaDAO;
import com.indhio.crypt.entity.Conta;
@Name("contaService")
public class ContaService {
@In(create = true, required = false)
... | UTF-8 | Java | 820 | java | ContaService.java | Java | [] | null | [] | package com.indhio.crypt.services;
import java.util.List;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Name;
import com.indhio.crypt.dao.ContaDAO;
import com.indhio.crypt.entity.Conta;
@Name("contaService")
public class ContaService {
@In(create = true, required = false)
... | 820 | 0.665854 | 0.664634 | 39 | 19.02564 | 18.748657 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 14 |
870b4f794ece50c7fae0c1d9eace84c2409f7a91 | 21,010,980,076,230 | b684071a6a928b0bc93031cb13024cee03896508 | /src/test/java/ipacs/pages/ICMCompanyProfilePage.java | b4d0de20175fcc155279c8715c5106576ed41167 | [] | no_license | ashwini-codoid/IPACS-e2e | https://github.com/ashwini-codoid/IPACS-e2e | 74f26fdb9a88413e123651a58a9e9a673e69dd70 | 8cb56fa7782841b8a7e75c1f9374f77b1e551b1d | refs/heads/master | 2023-03-29T06:07:01.518000 | 2021-04-07T08:10:04 | 2021-04-07T08:10:04 | 350,616,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ipacs.pages;
import cap.common.BasePage;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
public class ICMCompanyProfilePage extends BasePage {
public ICMCompanyProfilePage(WebDriver driver) {
... | UTF-8 | Java | 2,357 | java | ICMCompanyProfilePage.java | Java | [] | null | [] | package ipacs.pages;
import cap.common.BasePage;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
public class ICMCompanyProfilePage extends BasePage {
public ICMCompanyProfilePage(WebDriver driver) {
... | 2,357 | 0.710649 | 0.709376 | 69 | 33.173912 | 26.405949 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 14 |
ecb8017e354280ab3218286e179e8875f8ba7e5d | 14,568,529,129,961 | 26e888bf1d25bcdc42b6c82c601560e7d650ddc2 | /202108271515/springmvc/src/main/java/com/zichen/factory/DynamicFactory.java | a3f9038738f5716233b56e748f79608d670b2f70 | [] | no_license | zichenlbl/LearnSpringMVC | https://github.com/zichenlbl/LearnSpringMVC | 8ae59148cf6e02bf49d698aeac1e4eee82f2c943 | d0bc71e5b13e15a512cf28df0d90a93581d2e84d | refs/heads/main | 2023-07-25T09:25:55.478000 | 2021-08-29T11:55:51 | 2021-08-29T11:55:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zichen.factory;
import com.zichen.dao.UserDao;
import com.zichen.dao.impl.UserDaoImpl;
/**
* 工厂模式实例方法创建对象
* @author zc
* @date 2021-08-27 16:23
*/
public class DynamicFactory {
public UserDao getUserDao() {
return new UserDaoImpl();
}
}
| UTF-8 | Java | 297 | java | DynamicFactory.java | Java | [
{
"context": ".impl.UserDaoImpl;\n\n/**\n * 工厂模式实例方法创建对象\n * @author zc\n * @date 2021-08-27 16:23\n */\npublic class Dynami",
"end": 134,
"score": 0.9996448755264282,
"start": 132,
"tag": "USERNAME",
"value": "zc"
}
] | null | [] | package com.zichen.factory;
import com.zichen.dao.UserDao;
import com.zichen.dao.impl.UserDaoImpl;
/**
* 工厂模式实例方法创建对象
* @author zc
* @date 2021-08-27 16:23
*/
public class DynamicFactory {
public UserDao getUserDao() {
return new UserDaoImpl();
}
}
| 297 | 0.677656 | 0.6337 | 17 | 15.058824 | 14.094098 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 14 |
fb2c7122b37a7faa65f3abf2738aceff46d02357 | 9,070,970,995,720 | 3a3458b4f25ced3bf7024b56138cf29111c55270 | /src/main/java/com/example/shoppingmall/dao/UserRepository.java | bbaea36c7b2e40bfb4c8761c5819f3f88804131a | [] | no_license | kinlll/shopping-mall | https://github.com/kinlll/shopping-mall | 8fb718eeff77a49def00377bceb77b3bd8a09908 | ec40fbad0e36950b662be8cf6bb9214660d9971f | refs/heads/master | 2020-11-29T17:29:51.434000 | 2020-01-03T08:23:26 | 2020-01-03T08:23:26 | 230,178,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.shoppingmall.dao;
import com.example.shoppingmall.po.User;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User,Integer> {
User findByLoginacctAndUserpswd(String loginacct, String userpswd);
}
| UTF-8 | Java | 287 | java | UserRepository.java | Java | [] | null | [] | package com.example.shoppingmall.dao;
import com.example.shoppingmall.po.User;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User,Integer> {
User findByLoginacctAndUserpswd(String loginacct, String userpswd);
}
| 287 | 0.832753 | 0.832753 | 8 | 34.875 | 29.075064 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
e8cf9c180e8413e4cb904cc784056f117f8a9c8e | 14,508,399,574,369 | c7daf6639f424024f28a55822a6cfa2f1e6974c4 | /SocialLoginServlets/src/com/casey/gae/sociallogin/SocialLoginServlet.java | 572056dc3adfd80cb96dd5f3ae5e880abcf8289e | [] | no_license | KCastillo/WebServices | https://github.com/KCastillo/WebServices | 4b804fd3755ad0f5b5e04a93806a48203fa3f62f | 42c76de3b76594423dde723d649e4ec20afde34c | refs/heads/master | 2016-09-05T17:42:01.763000 | 2013-05-14T15:36:47 | 2013-05-14T15:36:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.casey.gae.sociallogin;
import java.io.IOException;
import javax.servlet.http.*;
@SuppressWarnings("serial")
public class SocialLoginServlet extends HttpServlet {
public void doGet(HttpServletRequest req, HttpServletResponse resp){
try {
processRequest(req,resp);
} catch (IOException... | UTF-8 | Java | 842 | java | SocialLoginServlet.java | Java | [] | null | [] | package com.casey.gae.sociallogin;
import java.io.IOException;
import javax.servlet.http.*;
@SuppressWarnings("serial")
public class SocialLoginServlet extends HttpServlet {
public void doGet(HttpServletRequest req, HttpServletResponse resp){
try {
processRequest(req,resp);
} catch (IOException... | 842 | 0.709026 | 0.709026 | 33 | 23.515152 | 24.17878 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.939394 | false | false | 14 |
a7db0f50cf06f70bfe447d7773f39ac75b232b8b | 13,632,226,234,169 | c498cefc16ba5d75b54d65297b88357d669c8f48 | /gameserver/src/ru/catssoftware/gameserver/handler/itemhandlers/SoulCrystals.java | 77e78f072dc018a858c2eb210840c90e2ac79911 | [] | no_license | ManWithShotgun/l2i-JesusXD-3 | https://github.com/ManWithShotgun/l2i-JesusXD-3 | e17f7307d9c5762b60a2039655d51ab36ec76fad | 8e13b4dda28905792621088714ebb6a31f223c90 | refs/heads/master | 2021-01-17T16:10:42.561000 | 2016-07-22T18:41:22 | 2016-07-22T18:41:22 | 63,967,514 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.catssoftware.gameserver.handler.itemhandlers;
import ru.catssoftware.gameserver.ThreadPoolManager;
import ru.catssoftware.gameserver.datatables.SkillTable;
import ru.catssoftware.gameserver.handler.IItemHandler;
import ru.catssoftware.gameserver.model.L2Attackable;
import ru.catssoftware.gameserver.model.L2... | UTF-8 | Java | 3,075 | java | SoulCrystals.java | Java | [] | null | [] | package ru.catssoftware.gameserver.handler.itemhandlers;
import ru.catssoftware.gameserver.ThreadPoolManager;
import ru.catssoftware.gameserver.datatables.SkillTable;
import ru.catssoftware.gameserver.handler.IItemHandler;
import ru.catssoftware.gameserver.model.L2Attackable;
import ru.catssoftware.gameserver.model.L2... | 3,075 | 0.719024 | 0.651057 | 137 | 21.452555 | 24.148861 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.729927 | false | false | 14 |
ae2fd30593a00ec3113d7567c47a0f7311e9430a | 2,448,131,384,943 | 0a46859cce8da115814bf043fe0e965eafb1b08b | /maximum_subarray_sum/kadane.java | 6acc42b50089aeb16414662fd4b54fb64e51f129 | [
"MIT"
] | permissive | Sahil-Gupta582/CP-Dictionary | https://github.com/Sahil-Gupta582/CP-Dictionary | 8f1deed3a0a67d716ac45e5d741fc6d9bb0cfa5e | 7755d347b4e7fe0c03b063cb58cb0a6dbb67f08f | refs/heads/master | 2023-06-02T05:06:39.536000 | 2020-10-02T07:54:19 | 2020-10-02T07:54:19 | 298,664,384 | 2 | 1 | MIT | true | 2022-04-01T14:11:43 | 2020-09-25T19:38:48 | 2021-06-15T09:44:52 | 2021-06-15T10:15:16 | 184 | 2 | 1 | 0 | C++ | false | false | import java.io.*;
import java.util.StringTokenizer;
public class kadane {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
PrintWriter out = new PrintWriter(outputStre... | UTF-8 | Java | 2,116 | java | kadane.java | Java | [] | null | [] | import java.io.*;
import java.util.StringTokenizer;
public class kadane {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
PrintWriter out = new PrintWriter(outputStre... | 2,116 | 0.528828 | 0.524102 | 76 | 26.855263 | 19.640656 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 14 |
0c83c48978069a786ace838274bf3eeb38fe8438 | 2,448,131,381,979 | 914775a0f641d3487f996e04baf1effde53432ba | /connectToDb/src/main/java/com/javaeeeee/api/group_table.java | 86a9c0fd496f5159a0abfcb4ed7dac628677ddb1 | [] | no_license | VartikaBhatia/Splitwise-Java | https://github.com/VartikaBhatia/Splitwise-Java | 9b250cd1fa856712525d6f93d03845f9f0f2e8c8 | 005c962c59a281ee7251c9b993da793c69229cc5 | refs/heads/master | 2020-05-23T12:31:42.515000 | 2019-05-15T06:02:23 | 2019-05-15T06:02:23 | 186,758,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaeeeee.api;
import java.util.List;
public class group_table {
private String group_name;
private String group_id;
public group_table(){}
public group_table( String group_name,String group_id)
{
this.group_id=group_id;
this.group_name=group_name;
}
publi... | UTF-8 | Java | 634 | java | group_table.java | Java | [] | null | [] | package com.javaeeeee.api;
import java.util.List;
public class group_table {
private String group_name;
private String group_id;
public group_table(){}
public group_table( String group_name,String group_id)
{
this.group_id=group_id;
this.group_name=group_name;
}
publi... | 634 | 0.61041 | 0.61041 | 37 | 16.135136 | 17.167162 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 14 |
e7aff0d7b74a83428669d771692f104a9ac5fdfc | 7,842,610,334,496 | 1fd0e659afd5e39b69faa8ded5a0eb654ec60d9a | /src/Editor/DrawTools/TilePencil.java | ecb4d8f3c84c228100e08928d6ff19f39b075104 | [] | no_license | HazilTheNut/WonderText | https://github.com/HazilTheNut/WonderText | 8cbfd5ce66ac104c9b95bdb1bb61b2fa3db13cbe | 721b89ac98802ff9724cf1e7fcc68050a55bf8fc | refs/heads/master | 2021-04-28T15:20:02.493000 | 2019-10-03T03:08:08 | 2019-10-03T03:08:08 | 121,986,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Editor.DrawTools;
import Data.LevelData;
import Engine.Layer;
import Engine.SpecialText;
import Data.TileStruct;
import javax.swing.*;
/**
* Created by Jared on 2/25/2018.
*/
public class TilePencil extends DrawTool {
/**
* TilePencil:
*
* Ever wanted to make a tiny change without bothe... | UTF-8 | Java | 1,436 | java | TilePencil.java | Java | [
{
"context": "eStruct;\n\nimport javax.swing.*;\n\n/**\n * Created by Jared on 2/25/2018.\n */\npublic class TilePencil extends",
"end": 169,
"score": 0.9990101456642151,
"start": 164,
"tag": "NAME",
"value": "Jared"
}
] | null | [] | package Editor.DrawTools;
import Data.LevelData;
import Engine.Layer;
import Engine.SpecialText;
import Data.TileStruct;
import javax.swing.*;
/**
* Created by Jared on 2/25/2018.
*/
public class TilePencil extends DrawTool {
/**
* TilePencil:
*
* Ever wanted to make a tiny change without bothe... | 1,436 | 0.672006 | 0.665738 | 50 | 27.719999 | 29.146553 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78 | false | false | 14 |
07e53b3541d085c5aea9583131a4b19a25c313bc | 8,014,408,993,241 | 7aff2921589fc5e1c58c54c0ca92f5e65ecd2414 | /dms-portal/src/main/java/com/emxcel/dms/portal/controller/ClientController.java | bceb039f16ce83bff56c761b60684df8d9c6994a | [] | no_license | khatriarpit/Arpit_Booking | https://github.com/khatriarpit/Arpit_Booking | cd71dd4fbbc007087fd198f034be75b146b7b280 | 8b2ed6624eaad2b21f922a3bde9f8dcac501f330 | refs/heads/master | 2021-01-23T05:19:17.908000 | 2017-03-27T06:11:55 | 2017-03-27T06:11:55 | 86,297,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.emxcel.dms.portal.controller;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URISyntaxException;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Base64;
import java.util.Calendar;
impo... | UTF-8 | Java | 46,295 | java | ClientController.java | Java | [
{
"context": "mport com.twilio.type.PhoneNumber;\n\n/**\n * @author Jimit Patel.\n */\n\n@Controller\npublic class ClientController {",
"end": 4188,
"score": 0.9997879266738892,
"start": 4177,
"tag": "NAME",
"value": "Jimit Patel"
},
{
"context": "vice alertSchedulerService;\n\n\t/**... | null | [] | package com.emxcel.dms.portal.controller;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URISyntaxException;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Base64;
import java.util.Calendar;
impo... | 46,178 | 0.722195 | 0.713144 | 1,144 | 39.468533 | 31.864426 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.874126 | false | false | 14 |
64d60232fb16f4ce4f375aab4a5032e1e510e852 | 8,014,408,995,015 | 52184d4dd2f072b6c680d67d496e0fb02f58f9b8 | /src/org/usfirst/frc/team1747/robot/CyborgController.java | 9f32cd5cb4048ce2af74c91b5c7620f03b64eeb0 | [] | no_license | frc1747/Robot2015 | https://github.com/frc1747/Robot2015 | 911d926c768284849dae68938ba434a762e75583 | 35899369fefee02ed35f1e946e23a17a3ed48b06 | refs/heads/master | 2021-01-15T13:43:13.225000 | 2016-01-14T00:27:15 | 2016-01-14T00:27:15 | 29,637,073 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.usfirst.frc.team1747.robot;
import edu.wpi.first.wpilibj.buttons.JoystickButton;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
public class CyborgController extends Cyborg{
private static final int LEFT_JOY_HORIZ_AXIS = 0;
private static final int LEFT_JOY_VERT_AXIS = 1;
private static ... | UTF-8 | Java | 2,289 | java | CyborgController.java | Java | [] | null | [] | package org.usfirst.frc.team1747.robot;
import edu.wpi.first.wpilibj.buttons.JoystickButton;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
public class CyborgController extends Cyborg{
private static final int LEFT_JOY_HORIZ_AXIS = 0;
private static final int LEFT_JOY_VERT_AXIS = 1;
private static ... | 2,289 | 0.753604 | 0.747925 | 79 | 27.987341 | 23.70787 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.696203 | false | false | 14 |
2c1ea71b2c119adcb2c4816c82bd9f24a5853c00 | 32,409,823,217,468 | 226a1c2f4e40489ec8a154e4104c77fc20b48d2c | /dali/src/com/credit/CreditPublicity/dao/SGSEntityDao.java | dc4a7793abffd737c6e8d88c2b7ae0bf9e32a28a | [] | no_license | ysy183beauty/zx_mh | https://github.com/ysy183beauty/zx_mh | 582dd768df84bb9d5f5e9c916613764fb1918e71 | c4c84b41c40d8df787ea50a33b32022eb00f59d6 | refs/heads/master | 2023-02-12T02:47:25.547000 | 2020-12-22T13:23:04 | 2020-12-22T13:23:04 | 323,548,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.credit.CreditPublicity.dao;
import com.credit.CreditPublicity.entity.QzqdEntity;
import com.credit.CreditPublicity.entity.SGSEntity;
import com.npt.bridge.base.NptBaseDao;
import java.util.List;
/**
* 项目: 〔大理〕征信
* 作者: jiaoss
* 日期: 2018年3月20日16:08:45
* 备注:
*/
public interface SGSEntityDao extends Npt... | UTF-8 | Java | 465 | java | SGSEntityDao.java | Java | [
{
"context": "\n\nimport java.util.List;\n\n/**\n * 项目: 〔大理〕征信\n * 作者: jiaoss\n * 日期: 2018年3月20日16:08:45\n * 备注:\n */\npublic inter",
"end": 241,
"score": 0.9996369481086731,
"start": 235,
"tag": "USERNAME",
"value": "jiaoss"
}
] | null | [] | package com.credit.CreditPublicity.dao;
import com.credit.CreditPublicity.entity.QzqdEntity;
import com.credit.CreditPublicity.entity.SGSEntity;
import com.npt.bridge.base.NptBaseDao;
import java.util.List;
/**
* 项目: 〔大理〕征信
* 作者: jiaoss
* 日期: 2018年3月20日16:08:45
* 备注:
*/
public interface SGSEntityDao extends Npt... | 465 | 0.763341 | 0.733179 | 18 | 22.944445 | 21.15675 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
8be9e5fc4eb859b49b1c8dac638f3f04db151b6b | 2,310,692,445,650 | c056fcb7427fc06eb2168412f48187405f10e34b | /aisinoprotocolutils/src/main/java/com/aisino/protocol/bean/REQUEST_KBFPMB.java | 959772cf3f51c1eb9dc2366d54f153906dc6960e | [] | no_license | wwx441476/aisino | https://github.com/wwx441476/aisino | b1fd3c6d56a047faed8f5ba7c0473a0416e138c5 | 69a3c10ef104e9550d3b8811dfe16ca14f230621 | refs/heads/master | 2020-08-01T17:42:03.768000 | 2019-09-26T10:34:35 | 2019-09-26T10:34:35 | 211,063,889 | 0 | 1 | null | false | 2021-01-21T00:26:05 | 2019-09-26T10:34:06 | 2019-09-26T10:34:58 | 2021-01-21T00:26:03 | 3,028 | 0 | 1 | 48 | Java | false | false | package com.aisino.protocol.bean;
public class REQUEST_KBFPMB implements REQUEST_BEAN {
private String DSPTBM;
public String getDSPTBM() {
return DSPTBM;
}
public void setDSPTBM(String dSPTBM) {
DSPTBM = dSPTBM;
}
}
| UTF-8 | Java | 228 | java | REQUEST_KBFPMB.java | Java | [] | null | [] | package com.aisino.protocol.bean;
public class REQUEST_KBFPMB implements REQUEST_BEAN {
private String DSPTBM;
public String getDSPTBM() {
return DSPTBM;
}
public void setDSPTBM(String dSPTBM) {
DSPTBM = dSPTBM;
}
}
| 228 | 0.736842 | 0.736842 | 13 | 16.538462 | 17.018612 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
e77385f423be8802e79a740b0213662d59d89295 | 13,125,420,115,978 | 328970ce1df915b3021359267f2fbe653359fc37 | /Leetcode/problems/Array/888_FairCandySwap_1.java | 9624325e3335db24b1b8284a0c19025ba54b850b | [] | no_license | baiyue12138/leetcode | https://github.com/baiyue12138/leetcode | 997f060115874eb37035c470b7c375948af4ce67 | 8e0f96eeb07f20d94eb5000baaad67228b6a5a36 | refs/heads/master | 2020-06-21T00:30:37.275000 | 2019-07-17T02:46:31 | 2019-07-17T02:46:31 | 190,007,358 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int[] fairCandySwap(int[] A, int[] B) {
int[]C=new int[2];
int sumA=0;
int sumB=0;
int sizeA=A.length;
int sizeB=B.length;
for(int i=0;i<sizeA;i++){
sumA+=A[i];
}
for(int i=0;i<sizeB;i++){
sumB... | UTF-8 | Java | 674 | java | 888_FairCandySwap_1.java | Java | [] | null | [] | class Solution {
public int[] fairCandySwap(int[] A, int[] B) {
int[]C=new int[2];
int sumA=0;
int sumB=0;
int sizeA=A.length;
int sizeB=B.length;
for(int i=0;i<sizeA;i++){
sumA+=A[i];
}
for(int i=0;i<sizeB;i++){
sumB... | 674 | 0.321958 | 0.307122 | 27 | 23.037037 | 10.884857 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 14 |
b85de112a6c6e211293d7325e7d07dd9ca6677ef | 4,492,535,827,593 | 2e58ec96755618d1a8605191bc866d58d5e479df | /locationweb1/src/main/java/com/psa/locationweb1/repositories/LocationRepository.java | 486b6f4c8ec87a6e27cab501f3500f133b15d06d | [] | no_license | Pradeep1003/SpringBoot-Project | https://github.com/Pradeep1003/SpringBoot-Project | 5316ec55184145293b7988ad36342db294c8b364 | 6b25ac07f89df213a869136b413eb6e65b67e8f5 | refs/heads/master | 2022-11-24T19:54:14.107000 | 2020-07-23T09:58:21 | 2020-07-23T09:58:21 | 281,914,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.psa.locationweb1.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import com.psa.locationweb1.entities.Location;
public interface LocationRepository extends JpaRepository<Location, Integer> {
}
| UTF-8 | Java | 296 | java | LocationRepository.java | Java | [] | null | [] | package com.psa.locationweb1.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import com.psa.locationweb1.entities.Location;
public interface LocationRepository extends JpaRepository<Location, Integer> {
}
| 296 | 0.847973 | 0.841216 | 10 | 28.6 | 29.783216 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
e465ec2ba6e6b6c36a45e3b6756db13b43292243 | 16,312,285,818,136 | 9fa378791170e904a10d1a70b4484b5dd6fa4813 | /app/src/main/java/com/qgfun/go/entity/Category.java | c5290271fef61f022680c276fa9edecc9d5d23ba | [] | no_license | colaly/Go | https://github.com/colaly/Go | 213f6863a2f4fdb00d59c219eac9187d8c6e1dc3 | f5d288f3b105dc50bdf96deb99d881d08419a4ef | refs/heads/master | 2023-02-15T16:08:20.336000 | 2021-01-11T08:02:12 | 2021-01-11T08:02:12 | 327,781,555 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qgfun.go.entity;
import android.os.Parcel;
import android.os.Parcelable;
/**
* @author LLY
* date: 2020/4/18 10:39
* package name: com.qgfun.go.entity
*/
public class Category implements Parcelable {
private String category;
private String remark;
private String id;
public Category(S... | UTF-8 | Java | 1,738 | java | Category.java | Java | [
{
"context": "cel;\nimport android.os.Parcelable;\n\n/**\n * @author LLY\n * date: 2020/4/18 10:39\n * package name: com.qgf",
"end": 105,
"score": 0.9992027282714844,
"start": 102,
"tag": "USERNAME",
"value": "LLY"
}
] | null | [] | package com.qgfun.go.entity;
import android.os.Parcel;
import android.os.Parcelable;
/**
* @author LLY
* date: 2020/4/18 10:39
* package name: com.qgfun.go.entity
*/
public class Category implements Parcelable {
private String category;
private String remark;
private String id;
public Category(S... | 1,738 | 0.596663 | 0.589758 | 81 | 20.456791 | 17.995918 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382716 | false | false | 14 |
8544995aacecb4cd37c8775fdfe129e2a6cebcf7 | 15,573,551,464,314 | 73ea1876a54d5abe90af65d948c4d79641330c9d | /src/test/java/net/bndy/wf/test/UtilsTest.java | 9f2e3d4c0f4a43ed0129261fd04c4d5e7086c21f | [
"MIT"
] | permissive | limingxu/web-framework-for-java | https://github.com/limingxu/web-framework-for-java | 55f9f54e9abf7ca4c7278bce8bf997064cb1581c | 7af055b8fd35d65d4e0992c009241ff0e66a75bf | refs/heads/master | 2021-08-26T09:44:46.519000 | 2017-11-23T02:54:31 | 2017-11-23T02:54:31 | 111,752,945 | 0 | 1 | null | true | 2017-11-23T02:17:02 | 2017-11-23T02:17:01 | 2017-11-21T01:17:05 | 2017-11-21T13:12:05 | 11,447 | 0 | 0 | 0 | null | false | null | package net.bndy.wf.test;
import org.junit.Assert;
import org.junit.Test;
import net.bndy.wf.lib.StringHelper;
import net.bndy.wf.lib.HttpHelper;
public class UtilsTest extends _Test {
@Test
public void generateRandomString() {
System.out.println(StringHelper.generateRandomString(11));
System.out.println(Str... | UTF-8 | Java | 722 | java | UtilsTest.java | Java | [] | null | [] | package net.bndy.wf.test;
import org.junit.Assert;
import org.junit.Test;
import net.bndy.wf.lib.StringHelper;
import net.bndy.wf.lib.HttpHelper;
public class UtilsTest extends _Test {
@Test
public void generateRandomString() {
System.out.println(StringHelper.generateRandomString(11));
System.out.println(Str... | 722 | 0.739612 | 0.729917 | 29 | 23.896551 | 25.32049 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.310345 | false | false | 14 |
85d693072618b12c57aaa3de8ce87f828ee3b17e | 16,363,825,453,058 | f87a15b7b357236e311e37bf571b94c0f38f1f9a | /src/main/java/com/openclinica/ui/repository/AuthorizationRepository.java | 40d75ae038be9d8946aa5c4d87c03715614ab2d5 | [] | no_license | kkrumlian/jhipster-app | https://github.com/kkrumlian/jhipster-app | 332f7d4bdc8b31ab9601a2c316bb1ded2c5a8260 | c9293a7ad47a0b30885fe28fd4808d9f76025938 | refs/heads/master | 2021-01-21T22:34:30.849000 | 2014-10-21T02:23:46 | 2014-10-21T02:23:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openclinica.ui.repository;
import com.openclinica.ui.domain.Authorization;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* Spring Data JPA repository for the Authorization entity.
*/
public interface AuthorizationRepository extends JpaRepository<Author... | UTF-8 | Java | 451 | java | AuthorizationRepository.java | Java | [] | null | [] | package com.openclinica.ui.repository;
import com.openclinica.ui.domain.Authorization;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* Spring Data JPA repository for the Authorization entity.
*/
public interface AuthorizationRepository extends JpaRepository<Author... | 451 | 0.809313 | 0.809313 | 15 | 29.066668 | 35.431561 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
23359a7582126b52b1aa9f8bfcc80d7fb7c37226 | 27,711,129,032,625 | b1f7606b96bb3becb12e693eb8ab8eeb6da6a2ad | /ExemploRectangulo1/src/exemplorectangulo1/ExemploRectangulo1.java | 30fa341dafbe65a1364a5472e62075ce7fb324a8 | [] | no_license | agarridogarcia123/ExemploObxetos | https://github.com/agarridogarcia123/ExemploObxetos | e4a29a77d33dddf12fa9f2322d0a3e298f06d24c | ea505ce8d1638bb4fd10903e58f27ea9ff11f0d4 | refs/heads/master | 2021-01-10T23:48:29.420000 | 2016-10-13T10:12:07 | 2016-10-13T10:12:07 | 70,794,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package exemplorectangulo1;
import javax.swing.JOptionPane;
public class ExemploRectangulo1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Rectangulo rec1= new Rectangulo(5f,10f);
rec1.amosar();
rec1.setAltura(7f);
rec1.a... | UTF-8 | Java | 1,151 | java | ExemploRectangulo1.java | Java | [] | null | [] |
package exemplorectangulo1;
import javax.swing.JOptionPane;
public class ExemploRectangulo1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Rectangulo rec1= new Rectangulo(5f,10f);
rec1.amosar();
rec1.setAltura(7f);
rec1.a... | 1,151 | 0.549088 | 0.517811 | 45 | 24.555555 | 19.051456 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 14 |
7884b923c7110f0c2f65ac8cabd8cc074f7e2686 | 1,408,749,318,914 | 4e912dfcace17225686c916667fb7cbb993e9196 | /app/src/main/java/com/example/hitman1337x/journalapp/database/DiaryEntry.java | a72fe2d9b09859cafcca6e4558b3571df3775f47 | [] | no_license | NicholasTurner23/Journal-App | https://github.com/NicholasTurner23/Journal-App | 0a2e18e43ff93dcc09c5e48e586636b634f03a25 | c0a52a9a0ba5d1f402d28911210b30859b487873 | refs/heads/master | 2021-09-17T11:38:51.886000 | 2018-07-01T20:57:35 | 2018-07-01T20:57:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hitman1337x.journalapp.database;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.PrimaryKey;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Text... | UTF-8 | Java | 1,529 | java | DiaryEntry.java | Java | [
{
"context": "package com.example.hitman1337x.journalapp.database;\n\nimport android.arch.persist",
"end": 31,
"score": 0.9976083636283875,
"start": 20,
"tag": "USERNAME",
"value": "hitman1337x"
}
] | null | [] | package com.example.hitman1337x.journalapp.database;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.Ignore;
import android.arch.persistence.room.PrimaryKey;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Text... | 1,529 | 0.678875 | 0.675605 | 67 | 21.835821 | 19.806976 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492537 | false | false | 14 |
2809d9eeec2ff15d74a5effd42542a6f31954f31 | 5,463,198,440,946 | b27fda3c6a74adf5eab2ac043f641991a2a3668f | /DBProjSecurityClient/src/com/jeeihyun/client/handle/KeyGenerator.java | 0294e0e4887cdb79bd886865c9496aabd339a447 | [] | no_license | elis0m/DBSecurityProj | https://github.com/elis0m/DBSecurityProj | 7dac3373af21eaef9b5de79b946164093c61ce0d | 7ec1677de4a9d4d30efefc630f2277e2740762d2 | refs/heads/master | 2022-12-18T13:26:30.864000 | 2020-09-25T15:14:15 | 2020-09-25T15:14:15 | 298,605,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jeeihyun.client.handle;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Random;
import java.util.Vector;
import com.jeeihyun.client.security.AES;
import com.jeeihyun.client.security.SHA256;
import com.jeeihyun.client.utils.kMap;
public class KeyGenerator {
public static ... | UTF-8 | Java | 4,170 | java | KeyGenerator.java | Java | [] | null | [] | package com.jeeihyun.client.handle;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Random;
import java.util.Vector;
import com.jeeihyun.client.security.AES;
import com.jeeihyun.client.security.SHA256;
import com.jeeihyun.client.utils.kMap;
public class KeyGenerator {
public static ... | 4,170 | 0.469544 | 0.441727 | 128 | 31.578125 | 22.865643 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 14 |
3e985069ad847e62188cd5067049fe8c0077410d | 12,884,901,940,628 | 1fcb375ec7fd5f6a721cc19faa43f55fa5dcb1a6 | /src/com/github/nikbenson/roleplaybot/modules/player/PlayerModule.java | ddc0c1af67ee51bfe274024a1e59ea672728d83b | [] | no_license | NikBenson/RoleplayBot-modules-Player | https://github.com/NikBenson/RoleplayBot-modules-Player | ba06a7309b273c867506255c131c19abceb06065 | 1d018cfca0717dc89e9add5e95a2c6503d5e285c | refs/heads/main | 2023-02-21T17:08:30.046000 | 2021-01-23T10:51:25 | 2021-01-23T10:51:25 | 330,474,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.nikbenson.roleplaybot.modules.player;
import com.github.nikbenson.roleplaybot.configurations.ConfigurationManager;
import com.github.nikbenson.roleplaybot.modules.RoleplayBotModule;
import net.dv8tion.jda.api.entities.Guild;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map... | UTF-8 | Java | 1,582 | java | PlayerModule.java | Java | [
{
"context": "package com.github.nikbenson.roleplaybot.modules.player;\n\nimport com.github.ni",
"end": 28,
"score": 0.9996457695960999,
"start": 19,
"tag": "USERNAME",
"value": "nikbenson"
},
{
"context": "on.roleplaybot.modules.player;\n\nimport com.github.nikbenson.roleplaybot.con... | null | [] | package com.github.nikbenson.roleplaybot.modules.player;
import com.github.nikbenson.roleplaybot.configurations.ConfigurationManager;
import com.github.nikbenson.roleplaybot.modules.RoleplayBotModule;
import net.dv8tion.jda.api.entities.Guild;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map... | 1,582 | 0.747788 | 0.745891 | 61 | 24.934425 | 24.741859 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.655738 | false | false | 14 |
8c4f11d768967185aa9bbc2aeff6eebf55ac28ae | 5,746,666,307,324 | 4edce2a17e0c0800cdfeaa4b111e0c2fbea4563b | /net/minecraft/src/MainShutdownHook.java | 95251f415b2bd6ccf3aa8d9bc1ed85eed7369fea | [] | no_license | zaices/minecraft | https://github.com/zaices/minecraft | da9b99abd99ac56e787eef1b6fecbd06b2d4cd51 | 4a99d8295e7ce939663e90ba8f1899c491545cde | refs/heads/master | 2021-01-10T20:20:38.388000 | 2013-10-06T00:16:11 | 2013-10-06T00:18:48 | 13,142,359 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.src;
public final class MainShutdownHook extends Thread
{
public void run()
{
Minecraft.stopIntegratedServer();
}
}
| UTF-8 | Java | 159 | java | MainShutdownHook.java | Java | [] | null | [] | package net.minecraft.src;
public final class MainShutdownHook extends Thread
{
public void run()
{
Minecraft.stopIntegratedServer();
}
}
| 159 | 0.685535 | 0.685535 | 9 | 16.666666 | 17.79513 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 14 |
f63cc319163ba212dd29c20c8974adc745e09d35 | 20,521,353,753,157 | 2bd62a0a91451d454d5b130ff91465d35d210646 | /src/main/java/com/kobe/nucleus/web/rest/RetourFournisseurResource.java | 8a697ec128a30fcae428dd4f8bda1ecb7718625a | [] | no_license | kkobena/nucleus | https://github.com/kkobena/nucleus | ce54c036a489da5618e0f3b035761e01387494cb | 62ff795f09cd015b844db53d3e3025cbf3ca39eb | refs/heads/master | 2023-08-14T20:52:52.631000 | 2021-09-29T11:30:42 | 2021-09-29T11:30:42 | 256,178,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kobe.nucleus.web.rest;
import com.kobe.nucleus.service.RetourFournisseurService;
import com.kobe.nucleus.web.rest.errors.BadRequestAlertException;
import com.kobe.nucleus.service.dto.RetourFournisseurDTO;
import io.github.jhipster.web.util.HeaderUtil;
import io.github.jhipster.web.util.PaginationUtil;
imp... | UTF-8 | Java | 6,322 | java | RetourFournisseurResource.java | Java | [] | null | [] | package com.kobe.nucleus.web.rest;
import com.kobe.nucleus.service.RetourFournisseurService;
import com.kobe.nucleus.web.rest.errors.BadRequestAlertException;
import com.kobe.nucleus.service.dto.RetourFournisseurDTO;
import io.github.jhipster.web.util.HeaderUtil;
import io.github.jhipster.web.util.PaginationUtil;
imp... | 6,322 | 0.739956 | 0.735369 | 127 | 48.779526 | 43.012161 | 204 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527559 | false | false | 14 |
0036b4e7cdc7b68c8345508eb9f1b71ca3941c72 | 25,056,839,237,879 | 5ed6e7df2f65c1bb4c1f031662f99eebbfafcbdf | /Team6/src/kr/co/koo/izone/user/stu_List.java | 6551e7bdb69228f22f204b1064c89e45cff81dfd | [] | no_license | garamv20/azaz | https://github.com/garamv20/azaz | d48d657ed479865597bfd1d590f7e8fdc1e7b168 | 2caaec41a4ed602d357b3d30bdf75b38113870a0 | refs/heads/master | 2023-05-08T23:46:03.729000 | 2021-05-27T09:00:58 | 2021-05-27T09:00:58 | 358,091,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.koo.izone.user;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class stu_List implements stu_Service {
public void execute(HttpServletRequest request, HttpServletResponse response) {
StudentDBBean dao = StudentDBBean.g... | UTF-8 | Java | 429 | java | stu_List.java | Java | [] | null | [] | package kr.co.koo.izone.user;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class stu_List implements stu_Service {
public void execute(HttpServletRequest request, HttpServletResponse response) {
StudentDBBean dao = StudentDBBean.g... | 429 | 0.771562 | 0.771562 | 20 | 20.35 | 24.24103 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95 | false | false | 14 |
bb8b7a677d15ab32f151bbb1cd43e9d4d3ec5865 | 20,237,885,963,907 | 2951b0a34ed6370183da6af66e291cdb2ceb9dc5 | /jstl-lib/src/lib/LeftMenu.java | cdf868380f8c2726e3b0db9cf953e43a310dc5ce | [] | no_license | DmitryKuzin/Java_Informatics | https://github.com/DmitryKuzin/Java_Informatics | 49a36cc50de3a9a31703a1f648be3307f0608125 | 0e4c7b6138510f3a5b82c863b912fdeef76cc4d1 | refs/heads/master | 2021-01-10T18:06:20.909000 | 2015-12-08T11:56:02 | 2015-12-08T11:56:02 | 44,623,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lib;
import lib.Header;
import java.util.List;
import java.util.Map;
/**
* Created by kuzin on 30.10.2015.
*/
public class LeftMenu extends Header {
// public LeftMenu(){}
// public LeftMenu(Map<String,List<String>> src) {
// super(src);
// }
// @Override
// public String toString(){
... | UTF-8 | Java | 608 | java | LeftMenu.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by kuzin on 30.10.2015.\n */\npublic class LeftMenu extends ",
"end": 103,
"score": 0.9995986819267273,
"start": 98,
"tag": "USERNAME",
"value": "kuzin"
}
] | null | [] | package lib;
import lib.Header;
import java.util.List;
import java.util.Map;
/**
* Created by kuzin on 30.10.2015.
*/
public class LeftMenu extends Header {
// public LeftMenu(){}
// public LeftMenu(Map<String,List<String>> src) {
// super(src);
// }
// @Override
// public String toString(){
... | 608 | 0.495066 | 0.481908 | 28 | 20.714285 | 14.824827 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 14 |
7468a0753e9f9a68356dbc40b22e4bf5e57c8253 | 2,388,001,884,350 | c3318c5aa49b3e848cf8a4a7460117e09599c0a7 | /app/src/main/java/com/yuahp/falling/TestSurface.java | 6e31a4110f5c257263c14012f38a51f3a1cc3dc0 | [] | no_license | YuahP/Falling | https://github.com/YuahP/Falling | a24b9acd01c299b98e7a5212072d7b9218f4a34b | bfa3228548157440148201c85bc8abd396bd4811 | refs/heads/master | 2020-04-16T15:45:22.700000 | 2016-08-17T02:38:25 | 2016-08-17T02:38:25 | 41,727,799 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yuahp.falling;
import android.content.Context;
import android.content.res.Configuration;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphi... | UTF-8 | Java | 7,213 | java | TestSurface.java | Java | [] | null | [] | package com.yuahp.falling;
import android.content.Context;
import android.content.res.Configuration;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphi... | 7,213 | 0.487315 | 0.476501 | 227 | 30.779736 | 24.823162 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.687225 | false | false | 14 |
65c3bdf68f83271b4983ea0d780b0ae8cc5c85ad | 2,362,232,054,578 | 2cd444d31fff771d9a18acf77f72de09b1758aed | /AAU/P4/SPO/Lectures/SPO 01 - 2014_02_04/src/spo/opg2_simple/Program.java | f20692911d4ac7b540f0867a6904d7d6f7985c97 | [] | no_license | Stg3orge/TheVault | https://github.com/Stg3orge/TheVault | cf691afcd56e46d2e65415a656b7dedf50b386fb | 12a75c4b7bb44c49899694f028216c646a30c56d | refs/heads/master | 2021-04-03T10:25:38.403000 | 2019-05-08T06:11:54 | 2019-05-08T06:11:54 | 124,516,647 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* A _simple_ solution to assignment 2 from "before Lecture 1" on 4/2 - 2014
*
* @author Thomas Bøgholm - boegholm@cs.aau.dk
*/
package spo.opg2_simple;
public class Program {
public static void main(String[] args) {
Node root =
new Node("Times", // root
new Node("Plus", // left ... | UTF-8 | Java | 1,572 | java | Program.java | Java | [
{
"context": " \"before Lecture 1\" on 4/2 - 2014\r\n * \r\n * @author Thomas Bøgholm - boegholm@cs.aau.dk\r\n */\r\n\r\npackage spo.opg2_sim",
"end": 113,
"score": 0.9998953342437744,
"start": 99,
"tag": "NAME",
"value": "Thomas Bøgholm"
},
{
"context": "1\" on 4/2 - 2014\r\n * \r\n... | null | [] | /**
* A _simple_ solution to assignment 2 from "before Lecture 1" on 4/2 - 2014
*
* @author <NAME> - <EMAIL>
*/
package spo.opg2_simple;
public class Program {
public static void main(String[] args) {
Node root =
new Node("Times", // root
new Node("Plus", // left of Times
new ... | 1,552 | 0.583068 | 0.576703 | 60 | 24.216667 | 17.492943 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.516667 | false | false | 14 |
62de53a1e2cfd76ba1ed176ca1c9368e4a45cf10 | 2,362,232,054,541 | 54e18e5e7d6ae2ec10a0a8767fc8a73e5a7bc9d0 | /src/main/java/org/perscholas/security/AppSecurityConfiguration.java | e9c577eccc05a244b138349bb8252c0fb4b282a4 | [] | no_license | loitrem/WarehouseInventoryManagementCaseStudy | https://github.com/loitrem/WarehouseInventoryManagementCaseStudy | 12609902c7362bdcb0ab62fb4a6b331e6fb9aee0 | b5fe4ed2dc10ede6473cb10a4c2518b64fa748d2 | refs/heads/main | 2023-06-11T19:57:16.302000 | 2021-07-05T03:00:43 | 2021-07-05T03:00:43 | 374,270,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.perscholas.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springframework.s... | UTF-8 | Java | 4,173 | java | AppSecurityConfiguration.java | Java | [
{
"context": "age(\"/login\")\n .usernameParameter(\"username\")\n .passwordParameter(\"password\")\n",
"end": 1945,
"score": 0.9995073080062866,
"start": 1937,
"tag": "USERNAME",
"value": "username"
},
{
"context": "r(\"username\")\n .pas... | null | [] | package org.perscholas.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springframework.s... | 4,175 | 0.688474 | 0.686317 | 98 | 41.581635 | 30.129625 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540816 | false | false | 14 |
37bc139bcb86f38c8acc2d4eeff4e39e7492d164 | 5,918,464,951,160 | 3a487a8f87e7336d802c360688810df93652d4be | /src/main/java/dbService/DBService.java | b949f2d3279d1837aa15c556a993feebd9dae699 | [] | no_license | Sguhaaa/ServletWithJSPHibernate-master_ | https://github.com/Sguhaaa/ServletWithJSPHibernate-master_ | aa0e66da05eeb5a46cbc072ca6e517d2bafee240 | d75cf737dfe9807479a9c893d9db8c11d0fadf67 | refs/heads/master | 2023-05-03T06:26:49.219000 | 2021-05-26T19:54:15 | 2021-05-26T19:54:15 | 371,153,421 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dbService;
import dbService.dao.UserDAO;
import dbService.data.UserProfile;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.servi... | UTF-8 | Java | 2,598 | java | DBService.java | Java | [
{
"context": "ion.setProperty(\"hibernate.connection.password\", \"root\");\n configuration.setProperty(\"hibernate.s",
"end": 2394,
"score": 0.9363630414009094,
"start": 2390,
"tag": "PASSWORD",
"value": "root"
}
] | null | [] | package dbService;
import dbService.dao.UserDAO;
import dbService.data.UserProfile;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.servi... | 2,604 | 0.743264 | 0.74057 | 60 | 42.299999 | 37.103146 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.783333 | false | false | 14 |
524cb0f74a833daf9f5245eab1ace66dd412f4e1 | 6,631,429,526,004 | b0767133c0873b9848a4b3cae36846f1fe3e98bf | /OnedayClass/src/com/javaproject/home/empty.java | 19d9cd89cce88f255ecf95f323c87bc76c663be5 | [] | no_license | Hyoeun-Kwon/JavaProject_OnedayClass_team2 | https://github.com/Hyoeun-Kwon/JavaProject_OnedayClass_team2 | 5bd9e415cf8e59853e903410e96d236707ce9bfe | df0cb5d57f207da4109ce160f572c082f6091779 | refs/heads/main | 2023-04-16T09:14:46.222000 | 2021-04-26T07:15:08 | 2021-04-26T07:15:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaproject.home;
public class empty {
}
| UTF-8 | Java | 55 | java | empty.java | Java | [] | null | [] | package com.javaproject.home;
public class empty {
}
| 55 | 0.745455 | 0.745455 | 5 | 10 | 12.181953 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 14 |
fcbd6b19a1fd40bbbdce3333df04149ad35e4fe7 | 6,631,429,529,065 | 3400055bae00fdeab9c39f7b4dff8f7d74f7fc22 | /gotopXmzh/src/com/eos/web/taglib/html/PrivateRadioTag.java | 60cd85f0f9ff2f0b9302f7a5546ef502f4d3d436 | [] | no_license | junzero/XMXM | https://github.com/junzero/XMXM | ce250507601bcdc78dd1781971c89e01ac25049e | f53b17749c119522f84e4f615bfe985e9a16ebe2 | refs/heads/master | 2016-08-10T13:54:46.754000 | 2015-09-28T06:28:04 | 2015-09-28T06:28:04 | 43,273,873 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: PrivateRadioTag.java
package com.eos.web.taglib.html;
import com.eos.web.taglib.util.XpathUtil;
import com.primeton.web.core.con... | UTF-8 | Java | 2,417 | java | PrivateRadioTag.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996551275253296,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: PrivateRadioTag.java
package com.eos.web.taglib.html;
import com.eos.web.taglib.util.XpathUtil;
import com.primeton.web.core.control.Compo... | 2,407 | 0.619363 | 0.615639 | 98 | 23.663265 | 21.423306 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 14 |
261c2aa3df1831577f3f4bbace70e23da9d7b9f3 | 30,270,929,545,752 | df7f5043e2437caf7f3532346de2a6f0e1b81fa9 | /FlightBookingApp/src/main/java/com/example/demo/repository/FlightRepository.java | a3a50789e691705ef9918a0d575d88eb5cfaf14d | [] | no_license | privaratsabari33/Boot | https://github.com/privaratsabari33/Boot | 9bbed50f111b314915387e99012003467d49e087 | 669d28a7ca6df1a792d5cecb8fbca499e7568fcd | refs/heads/master | 2021-03-15T08:51:24.663000 | 2020-03-13T12:10:23 | 2020-03-13T12:10:23 | 246,838,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.example.demo.model.FlightBook;
@Repository
public interface FlightRepository extends JpaRepository<FlightBook, Long>{
... | UTF-8 | Java | 397 | java | FlightRepository.java | Java | [] | null | [] | package com.example.demo.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.example.demo.model.FlightBook;
@Repository
public interface FlightRepository extends JpaRepository<FlightBook, Long>{
... | 397 | 0.783375 | 0.783375 | 17 | 21.235294 | 26.280231 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 14 |
ab48b6ad4139dd57faf92ba8f2718c76efee46be | 30,270,929,548,199 | c27743f5cf02fbefaf644c432b87e09da54e0664 | /src/test/java/weibo4j/AccountTest.java | ef20344d00e4b9c5864e20a3bb9ee9945de6c307 | [] | no_license | georgecao/weibo-java-sdk-v2 | https://github.com/georgecao/weibo-java-sdk-v2 | c6e5287bda12bc5f18721476b20420f91392bb79 | c55d6094a7bce8ebd94dc95aad566b4f86e2d89e | refs/heads/master | 2021-07-18T22:26:09.748000 | 2020-06-16T04:18:50 | 2020-06-16T04:18:50 | 4,256,289 | 0 | 0 | null | false | 2021-06-04T01:02:02 | 2012-05-08T02:14:42 | 2020-06-16T04:18:54 | 2021-06-04T01:02:01 | 236 | 2 | 0 | 2 | Java | false | false | package weibo4j;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import weibo4j.model.*;
import weibo4j.util.ParamUtils;
import java.util.Date;
import java.util.List;
import static org.junit.Assert.assertNotNull;
/**
* Say something?
* <pre>
* User: zhangzhi.cao
* Date: 12-7-2
*... | UTF-8 | Java | 2,441 | java | AccountTest.java | Java | [
{
"context": "tNotNull;\n\n/**\n * Say something?\n * <pre>\n * User: zhangzhi.cao\n * Date: 12-7-2\n * Time: 下午3:36\n * </p",
"end": 290,
"score": 0.6840328574180603,
"start": 289,
"tag": "NAME",
"value": "z"
},
{
"context": "otNull;\n\n/**\n * Say something?\n * <pre>\n * User: zha... | null | [] | package weibo4j;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import weibo4j.model.*;
import weibo4j.util.ParamUtils;
import java.util.Date;
import java.util.List;
import static org.junit.Assert.assertNotNull;
/**
* Say something?
* <pre>
* User: zhangzhi.cao
* Date: 12-7-2
*... | 2,432 | 0.595404 | 0.56627 | 78 | 30.243589 | 23.487141 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410256 | false | false | 14 |
ced11b480887f721b4d9a7dd39d890d196141694 | 21,019,569,949,776 | 7d24ba67181f203d097aa35edddff65521b3fa4a | /app/src/main/java/com/example/fitnessapp/BackHomeActivity.java | 4b7eba2bbb888c96407fdca3903d2507a828806f | [] | no_license | YueyangLiulyy/CISC325 | https://github.com/YueyangLiulyy/CISC325 | 1106f81fc3c2abfdf11257b4148471dc1abc7fd6 | 039c09cda84fef08ba0b485b43dd61c54886bd60 | refs/heads/master | 2022-04-13T18:22:16.166000 | 2020-04-04T00:13:21 | 2020-04-04T00:13:21 | 234,967,948 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fitnessapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
public class BackHomeActivity extends AppCompatActivity {
@Override
p... | UTF-8 | Java | 4,745 | java | BackHomeActivity.java | Java | [] | null | [] | package com.example.fitnessapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
public class BackHomeActivity extends AppCompatActivity {
@Override
p... | 4,745 | 0.620232 | 0.616017 | 117 | 39.555557 | 30.030025 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 14 |
d44419305f4d4e20da520b33d6beba3589336c53 | 9,363,028,765,000 | eac3415f1847c83152d585853b5cacea1d47ebd1 | /src/com/instancia2/ejemploinicializacion/ClaseEstatica.java | 66e7231b6d587188490f737286455de4b52c64e6 | [] | no_license | jorgiom4/002-Clases | https://github.com/jorgiom4/002-Clases | d2154c4c443d8db7f6603f5d1169e36cf270f168 | 3fa43ebda44c00ea08bd9c261d033ddb06f04a6e | refs/heads/master | 2020-03-19T10:22:28.133000 | 2018-06-18T19:18:30 | 2018-06-18T19:18:30 | 136,364,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.instancia2.ejemploinicializacion;
/**
* Ejemplo de tipo static
*
*/
public class ClaseEstatica {
public static int numeroEstatico;
public static String nombreCompuesto (String nombre, String apellidos){
return nombre + " " + apellidos;
}
}
| UTF-8 | Java | 281 | java | ClaseEstatica.java | Java | [] | null | [] | package com.instancia2.ejemploinicializacion;
/**
* Ejemplo de tipo static
*
*/
public class ClaseEstatica {
public static int numeroEstatico;
public static String nombreCompuesto (String nombre, String apellidos){
return nombre + " " + apellidos;
}
}
| 281 | 0.690391 | 0.686833 | 16 | 16.5625 | 22.033976 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
ed93796dc45df75351241276b4ff537927558129 | 21,174,188,806,571 | f2b349ccbf3b6bfee7ebc3047dfd7b8d5bf8b487 | /Fre.java | 74ceb632b2328c6717ab44ab51fd6dc60a941ffb | [] | no_license | hcyuser/NTU_Digital_Humanities_2016 | https://github.com/hcyuser/NTU_Digital_Humanities_2016 | cc4483c061be7ce028f4de4e20945123ac0bbe22 | 0e95912a4d788e3b626f4a6c80910ac1780a411b | refs/heads/master | 2021-06-08T17:09:07.280000 | 2016-12-05T07:08:31 | 2016-12-05T07:08:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Fre {
int counter;
String name;
Fre(String name,int c){
this.name = name;
counter = c;
}
public int getCounter(){
return counter;
}
public void setCounter(int c){
counter = c;
}
public String getName(){
return name;
}
}
| UTF-8 | Java | 255 | java | Fre.java | Java | [] | null | [] |
public class Fre {
int counter;
String name;
Fre(String name,int c){
this.name = name;
counter = c;
}
public int getCounter(){
return counter;
}
public void setCounter(int c){
counter = c;
}
public String getName(){
return name;
}
}
| 255 | 0.643137 | 0.643137 | 17 | 13.941176 | 9.238479 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.647059 | false | false | 14 |
9b54bc01d5c5cb78745fbe8c4b2ab95916a7f730 | 22,041,772,227,266 | 4d5e501d014a7cf53176390472710feb3495028b | /src/com/grayWidjaya/dao/RoleDaolmpl.java | c1797054722a875e7fa9a2bcb0f7ad38bb556305 | [] | no_license | graywidjaya/PBO2_Project_01 | https://github.com/graywidjaya/PBO2_Project_01 | 9141db3fa3006889f78d7e0deeac64cad038ad88 | 48573f2ea52bed2c6aed148db2b801026d3b0c05 | refs/heads/master | 2021-10-11T04:38:25.707000 | 2021-10-01T04:58:45 | 2021-10-01T04:58:45 | 121,521,838 | 0 | 0 | null | false | 2021-10-01T04:58:45 | 2018-02-14T14:46:38 | 2021-09-22T01:58:20 | 2021-10-01T04:58:45 | 239 | 0 | 0 | 0 | Java | false | false | package com.grayWidjaya.dao;
import com.grayWidjaya.Entity.Role;
import com.grayWidjaya.utility.DBUtil;
import com.grayWidjaya.utility.DaoService;
import com.grayWidjaya.utility.ViewUtil;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java... | UTF-8 | Java | 3,523 | java | RoleDaolmpl.java | Java | [
{
"context": "ort javafx.scene.control.Alert;\n\n/**\n *\n * @author G'ray Widjaya\n */\npublic class RoleDaolmpl implements DaoServic",
"end": 492,
"score": 0.999879002571106,
"start": 479,
"tag": "NAME",
"value": "G'ray Widjaya"
}
] | null | [] | package com.grayWidjaya.dao;
import com.grayWidjaya.Entity.Role;
import com.grayWidjaya.utility.DBUtil;
import com.grayWidjaya.utility.DaoService;
import com.grayWidjaya.utility.ViewUtil;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java... | 3,516 | 0.556344 | 0.55237 | 108 | 31.620371 | 23.11754 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648148 | false | false | 14 |
9a788b210f6e4595c835c5f7d37cd78216060963 | 17,944,373,377,171 | 7da8c5866b91f742f5ac233fff7f60d641eaccc7 | /Site/Trabalho interdisciplinar - V10 - FINAL - Copia/src/java/controle/UsuarioDAO.java | f4cbdff94d386c055274c85518955151e820b808 | [] | no_license | mateusfilipe/VFeRoma | https://github.com/mateusfilipe/VFeRoma | 008207c6d536849ba4cc26d134ca95b35b0ef400 | c9af0456cd62a8891c3bb1a06b2675f9949dfefa | refs/heads/master | 2023-06-22T10:32:22.509000 | 2023-06-16T12:08:37 | 2023-06-16T12:08:37 | 221,236,957 | 4 | 2 | null | false | 2023-06-16T12:08:38 | 2019-11-12T14:26:54 | 2023-03-15T17:13:27 | 2023-06-16T12:08:38 | 161,769 | 3 | 2 | 0 | HTML | false | false | /*
* 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 controle;
import com.mysql.jdbc.PreparedStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLE... | UTF-8 | Java | 4,497 | java | UsuarioDAO.java | Java | [
{
"context": "vax.faces.context.FacesContext;\n\n/**\n *\n * @author aluno\n */\npublic class UsuarioDAO {\n\n public String ",
"end": 608,
"score": 0.998272180557251,
"start": 603,
"tag": "USERNAME",
"value": "aluno"
}
] | 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 controle;
import com.mysql.jdbc.PreparedStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLE... | 4,497 | 0.597865 | 0.59653 | 107 | 41.018692 | 29.075788 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869159 | false | false | 14 |
e95817276f9d524367ae1b25a828a6dd815cc80f | 23,063,974,384,288 | 5e393191c7556b583c30a73ccfe62545e76b3404 | /server/test/repository/ApiKeyRepositoryTest.java | fe06f64d1c7f4f0b09cc2a909fbddee2471bf5ec | [
"CC0-1.0",
"Apache-2.0"
] | permissive | seattle-uat/universal-application-tool | https://github.com/seattle-uat/universal-application-tool | aff0f8a0834b2ecf2105caa68a3c21d131cf1e9e | 8a7cfa79adffb98cb7051dd41c6e825387cf7493 | refs/heads/main | 2023-03-20T02:21:14.572000 | 2023-03-17T22:57:48 | 2023-03-17T22:57:48 | 327,165,048 | 9 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repository;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import auth.ApiKeyGrants;
import io.ebean.DataIntegrityException;
import java.time.Instant;
import java.util.concurrent.CompletionException;
import models.ApiKey;
import org.... | UTF-8 | Java | 2,339 | java | ApiKeyRepositoryTest.java | Java | [
{
"context": " .setKeyId(\"key-id\")\n .setCreatedBy(\"test@example.com\")\n .setSaltedKeySecret(\"secret\")\n .",
"end": 879,
"score": 0.9999209642410278,
"start": 863,
"tag": "EMAIL",
"value": "test@example.com"
},
{
"context": " assertThat(foundKey.get... | null | [] | package repository;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import auth.ApiKeyGrants;
import io.ebean.DataIntegrityException;
import java.time.Instant;
import java.util.concurrent.CompletionException;
import models.ApiKey;
import org.... | 2,321 | 0.723814 | 0.716118 | 68 | 33.39706 | 26.231514 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 14 |
db543592aecac921daabc6a00f29d7b3d966ce01 | 9,998,683,925,659 | f8320bba421f7deef8f1442145381dc1379377ab | /app/models/geo/GeometryCollection.java | 0daaf2bfc75981ea32eb61e4a624df44cb298980 | [
"Apache-2.0"
] | permissive | midas-isg/ls | https://github.com/midas-isg/ls | ef4dcf17f82e80b51e72e35a014a3e16584a8faa | 04ad56f7d3a3fbce99364354f3fea36a40890cda | refs/heads/master | 2020-05-21T13:48:08.272000 | 2019-04-11T21:08:48 | 2019-04-11T21:08:48 | 60,782,964 | 2 | 0 | NOASSERTION | false | 2019-04-11T21:08:49 | 2016-06-09T14:55:33 | 2019-03-29T21:28:23 | 2019-04-11T21:08:49 | 44,293 | 2 | 0 | 16 | JavaScript | false | false | package models.geo;
import java.util.List;
public class GeometryCollection extends FeatureGeometry {
private List<FeatureGeometry> geometries;
public GeometryCollection() {
setType(GeometryCollection.class.getSimpleName());
return;
}
public List<FeatureGeometry> getGeometries() {
return geometries;
}... | UTF-8 | Java | 1,167 | java | GeometryCollection.java | Java | [] | null | [] | package models.geo;
import java.util.List;
public class GeometryCollection extends FeatureGeometry {
private List<FeatureGeometry> geometries;
public GeometryCollection() {
setType(GeometryCollection.class.getSimpleName());
return;
}
public List<FeatureGeometry> getGeometries() {
return geometries;
}... | 1,167 | 0.689803 | 0.686375 | 53 | 21.018867 | 19.364908 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.90566 | false | false | 14 |
4b592d1094ad8fdc11118f0367c6960f3ea9c710 | 33,122,787,800,104 | 0e775a708f97082322c2a41be2700928980ed2e4 | /CodeSnippets/Java/Strings/StringCheck.java | a04b7b78562fbd509317f7474de5edebce85ade3 | [] | no_license | shahhardik/Repo | https://github.com/shahhardik/Repo | 6257278cc8370cf8a220602d1200f19f201dde10 | d2cbbf3a90f7e4a39e42990038c3e97d40a550cd | refs/heads/master | 2023-03-23T02:58:21.073000 | 2021-03-11T19:16:54 | 2021-03-11T19:16:54 | 241,337,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.shahhardik;
import java.text.Collator;
public class StringCheck {
public static void main(String args[]) {
Collator collator = Collator.getInstance();
String a = "Hello";
String b = "Hello";
String c = new String("Hello");
String d = new String("Hello");
... | UTF-8 | Java | 1,653 | java | StringCheck.java | Java | [] | null | [] | package in.shahhardik;
import java.text.Collator;
public class StringCheck {
public static void main(String args[]) {
Collator collator = Collator.getInstance();
String a = "Hello";
String b = "Hello";
String c = new String("Hello");
String d = new String("Hello");
... | 1,653 | 0.586207 | 0.586207 | 52 | 30.788462 | 20.140217 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788462 | false | false | 14 |
e658279316cd8c243baf8a18662abb485c485964 | 10,831,907,543,553 | 01cd85a66afd7ab37331d65e562b212cbef9effa | /src/StringPair.java | 1797645d8f93db981c82a13364a4a429b2d0a411 | [] | no_license | fwu1/TestJavaHash | https://github.com/fwu1/TestJavaHash | f0b7236aa507e959efe1580396f92c3fa58f2d50 | 6095034895192a0d327dc0334999d9727dc2c0c6 | refs/heads/master | 2020-07-05T04:07:26.043000 | 2014-11-12T00:42:31 | 2014-11-12T00:42:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
// a object that uses 2 strings to present,
// not sequence sensitive, not case sensitive
public class StringPair {
String[] values;
StringPair() {
init("","");
}
StringPair(String v1,String v2) {
init(v1,v2);
}
void init(String v1,String v2)
{
values = new String[2];
values[0]... | UTF-8 | Java | 1,253 | java | StringPair.java | Java | [] | null | [] |
// a object that uses 2 strings to present,
// not sequence sensitive, not case sensitive
public class StringPair {
String[] values;
StringPair() {
init("","");
}
StringPair(String v1,String v2) {
init(v1,v2);
}
void init(String v1,String v2)
{
values = new String[2];
values[0]... | 1,253 | 0.616121 | 0.590583 | 55 | 20.745455 | 22.873739 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.036364 | false | false | 14 |
315583813dc1102e507b6e48166823ec6f965fb8 | 6,210,522,710,865 | ff7ab42ffac7d8cdc1520b3899bb5c60136e3664 | /src/com/gbg/util/HostPageNavigation.java | 789345ba9e69efcba001e51056c8f87686aef7a2 | [] | no_license | didhomin/gabogga | https://github.com/didhomin/gabogga | 5a78363a12bfdbad4bddda46dd95b669ddc29532 | 51c1c0a53d97304a84f8e1945b39e334a7c82306 | refs/heads/master | 2021-01-01T16:22:12.789000 | 2017-08-12T13:42:55 | 2017-08-12T13:42:55 | 97,813,796 | 5 | 2 | null | false | 2017-07-23T17:00:58 | 2017-07-20T08:59:03 | 2017-07-21T03:58:22 | 2017-07-23T17:00:57 | 2,967 | 1 | 0 | 0 | Java | null | null | package com.gbg.util;
public class HostPageNavigation {
private String root;
private boolean nowFirst;// 이전관리
private boolean nowEnd;// 다음관리
private int newArticleCount;// 새글수
private int totalArticleCount;// 전체글수
private int totalPageCount;// 전체페이지수
private int pag... | UTF-8 | Java | 4,516 | java | HostPageNavigation.java | Java | [] | null | [] | package com.gbg.util;
public class HostPageNavigation {
private String root;
private boolean nowFirst;// 이전관리
private boolean nowEnd;// 다음관리
private int newArticleCount;// 새글수
private int totalArticleCount;// 전체글수
private int totalPageCount;// 전체페이지수
private int pag... | 4,516 | 0.524899 | 0.523553 | 128 | 32.84375 | 31.390295 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
d71a7f728f01dcda03e9dea26566fb893bb16c19 | 21,835,613,784,310 | 67f1cfb838914b0c19bbdfd2bbcd873d2a922da9 | /src/main/java/com/pruebapost/dummy/restController/DummyRestController.java | b7c72959dc589400747f8e183edf30ba11cb3773 | [] | no_license | SoniaGama/mockTest | https://github.com/SoniaGama/mockTest | 957a0e52377def34cc8ae1c18a291a76fab5f2d8 | 4f4fb0b5a287ac8768268b1fe885dc0a21a1cd4a | refs/heads/master | 2020-06-23T10:21:18.966000 | 2019-07-24T09:09:02 | 2019-07-24T09:09:02 | 198,595,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pruebapost.dummy.restController;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 826 | java | DummyRestController.java | Java | [] | null | [] | package com.pruebapost.dummy.restController;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotatio... | 826 | 0.820823 | 0.820823 | 22 | 36.545456 | 29.506128 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 14 |
60545e3eecfd863db3cbffd4709346d17cf8cbf4 | 21,423,296,874,135 | d921b5e532529792838dce21647411f9bfa0fa0f | /WeX5/src/main/java/com/zlzkj/app/util/ExcelTransport.java | f12276e078f1739de3bd0433cbabe73aae1dd9f0 | [] | no_license | jijianfeng/WeX5 | https://github.com/jijianfeng/WeX5 | 207182547942d956742cf73e04523b56a34059b9 | 8cc56993700acd1e5324baaab503fcfea64f907d | refs/heads/master | 2020-12-25T13:34:15.440000 | 2017-02-20T12:20:36 | 2017-02-20T12:20:36 | 61,274,041 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zlzkj.app.util;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.zlzkj.core.sql.Row;
import jxl.Cell;
import jxl.CellType;
import jxl.DateCell;
import jxl.NumberCell;
import jxl.Sh... | UTF-8 | Java | 3,780 | java | ExcelTransport.java | Java | [] | null | [] | package com.zlzkj.app.util;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.zlzkj.core.sql.Row;
import jxl.Cell;
import jxl.CellType;
import jxl.DateCell;
import jxl.NumberCell;
import jxl.Sh... | 3,780 | 0.587894 | 0.580984 | 124 | 27.17742 | 22.301832 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.572581 | false | false | 14 |
b5777174629bee30512760b5cb3e818e7cc7cb9a | 24,129,126,336,918 | b938c48135c0d35267f7941e8da41a4a1605e54f | /app/src/main/java/com/edomar/battleship/engines/BattleFieldBroadcaster.java | 23176c638432f99588019581fcb0cff6be480385 | [] | no_license | EdoardoMarchetti/BattleShip | https://github.com/EdoardoMarchetti/BattleShip | 5759dd9e165f7df134ba0437bc30978f1cc9683a | 33a80c139ef97a8444f963483de1b1fefd573447 | refs/heads/main | 2022-12-28T23:27:47.384000 | 2022-08-23T15:55:36 | 2022-08-23T15:55:36 | 305,448,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edomar.battleship.engines;
import com.edomar.battleship.entities.InputObserver;
public interface BattleFieldBroadcaster {
void addObserver(InputObserver o);
}
| UTF-8 | Java | 178 | java | BattleFieldBroadcaster.java | Java | [] | null | [] | package com.edomar.battleship.engines;
import com.edomar.battleship.entities.InputObserver;
public interface BattleFieldBroadcaster {
void addObserver(InputObserver o);
}
| 178 | 0.814607 | 0.814607 | 8 | 21.25 | 21.393633 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 14 |
62d4da4202be1890e26bbdd43ac5219aee72b003 | 29,446,295,783,690 | 12722bec9e357a8c6748d1694f5e540585a110e7 | /src/main/java/com/windf/module/priority/service/impl/MenuServiceImpl.java | f3fc37809cddd3c5348c6666ae2ed16ad37cdf5b | [] | no_license | windfChen/windf | https://github.com/windfChen/windf | eeb2e27e666f98a5184a7ff712878d3caae94586 | 68ffe0d309446c7d001304826abd8bfab7f4f9fb | refs/heads/master | 2021-01-01T04:32:12.165000 | 2017-10-10T09:02:46 | 2017-10-10T09:02:46 | 97,186,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.windf.module.priority.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.windf.core.util.CollectionUtil;
import com.windf.module.priority.dao.MenuDao;
import com.windf.module.priority.ent... | UTF-8 | Java | 1,487 | java | MenuServiceImpl.java | Java | [] | null | [] | package com.windf.module.priority.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.windf.core.util.CollectionUtil;
import com.windf.module.priority.dao.MenuDao;
import com.windf.module.priority.ent... | 1,487 | 0.68091 | 0.68091 | 63 | 21.031746 | 19.136078 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904762 | false | false | 14 |
1c0d5f19c31c63a2fd2ce261770f512b672180a8 | 29,446,295,782,355 | 6f2e20e201d5029c5a6d80bf24a4afa19d29c4ea | /IFT1135/Devoir3corneauf/app/src/main/java/com/udem/corneau/devoir3corneauf/ViewClassmatesActivity.java | bec821ba699bef2b939672467b99967fba2ccc1a | [] | no_license | DatCorno/university_homeworks | https://github.com/DatCorno/university_homeworks | 5e1c7ecf6f12b5fb87607ee2eb9e2689e6bbb80e | 7970cbe851c4e726b1e936dc9f538df8741e2b34 | refs/heads/master | 2021-08-23T18:12:57.364000 | 2017-12-06T01:35:06 | 2017-12-06T01:35:06 | 112,354,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udem.corneau.devoir3corneauf;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
imp... | UTF-8 | Java | 2,904 | java | ViewClassmatesActivity.java | Java | [] | null | [] | package com.udem.corneau.devoir3corneauf;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
imp... | 2,904 | 0.730372 | 0.726584 | 81 | 33.851852 | 33.093998 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.024691 | false | false | 14 |
86ee0d69921d302bbf616a9eab1bbc78c632fa36 | 21,749,714,407,715 | f55580e75aba266281bfc7fa36f81b9dc4277a96 | /src/java/com/planit/smsrenta/modelos/SmsCostosservicios.java | 6c1a097cde5a57c3a62412e59c9f9528fca18f43 | [] | no_license | CristianRestrepo/SMSRenta_Actualizado | https://github.com/CristianRestrepo/SMSRenta_Actualizado | add0b4690406246457dcd8c9070e227db899d53b | 776dcfe4dd7c3dcff988f8cef180c9ec363c687c | refs/heads/master | 2021-01-17T15:14:36.778000 | 2016-10-27T22:49:15 | 2016-10-27T22:49:15 | 52,380,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.planit.smsrenta.modelos;
// Generated 02-mar-2016 12:47:17 by Hibernate Tools 4.3.1
/**
* SmsCostosservicios generated by hbm2java
*/
public class SmsCostosservicios implements java.io.Serializable {
private Integer idCostosServicio;
private SmsCategoria smsCategoria;
private SmsLugar... | UTF-8 | Java | 2,781 | java | SmsCostosservicios.java | Java | [] | null | [] | package com.planit.smsrenta.modelos;
// Generated 02-mar-2016 12:47:17 by Hibernate Tools 4.3.1
/**
* SmsCostosservicios generated by hbm2java
*/
public class SmsCostosservicios implements java.io.Serializable {
private Integer idCostosServicio;
private SmsCategoria smsCategoria;
private SmsLugar... | 2,781 | 0.731032 | 0.724919 | 84 | 32.083332 | 31.346834 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440476 | false | false | 14 |
5f8161a3a50e753aefc9bbc9981564ae1dcc8d08 | 26,766,236,211,217 | f33b1a05ddc8d411b2348f00267fbba07620d62d | /src/test/java/com/learnautomation/pages/BaseClass.java | 40de829648f7fed9671aa0ea94436d392acefde0 | [] | no_license | sagarroy2709/HybridFrameworkbyMukeshOtwani | https://github.com/sagarroy2709/HybridFrameworkbyMukeshOtwani | ed038777630b1f6fd2af1593b6f233afd96a105e | 97784148a95be9a346a36a18a702f4ea40db0a1d | refs/heads/master | 2022-05-20T20:09:56.774000 | 2020-04-24T12:24:52 | 2020-04-24T12:24:52 | 260,395,792 | 1 | 0 | null | true | 2020-05-01T06:38:37 | 2020-05-01T06:38:36 | 2020-04-24T12:24:55 | 2020-04-24T12:24:52 | 7,551 | 0 | 0 | 0 | null | false | false | package com.learnautomation.pages;
import java.io.IOException;
import javax.naming.spi.DirStateFactory.Result;
import org.openqa.selenium.WebDriver;
import org.testng.ITestResult;
import org.testng.Reporter;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annota... | UTF-8 | Java | 2,854 | java | BaseClass.java | Java | [] | null | [] | package com.learnautomation.pages;
import java.io.IOException;
import javax.naming.spi.DirStateFactory.Result;
import org.openqa.selenium.WebDriver;
import org.testng.ITestResult;
import org.testng.Reporter;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annota... | 2,854 | 0.765592 | 0.765592 | 95 | 29.042105 | 28.286844 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.936842 | false | false | 14 |
3ed50546a606aafa99a338e5d23af3959acaab87 | 25,237,227,898,962 | ac9fb0e69a28cbc580cba64f70dd5799e9e4bd34 | /CrossVal/src/util/Utility.java | 36d158cc648e298de0028f66d953a54f47a7d654 | [] | no_license | prafullasurve/SarcasmSVM | https://github.com/prafullasurve/SarcasmSVM | 5c60879577a72af098db151e02012f6acde74d0e | 35b801433072f79de65f640b2b709576d9e508eb | refs/heads/master | 2016-08-04T04:50:03.249000 | 2013-04-28T06:41:39 | 2013-04-28T06:41:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import... | UTF-8 | Java | 16,156 | java | Utility.java | Java | [
{
"context": "ey(token))\n\t\t\treturn token;\n\n\t\t//if(token.contains(\"#sarcasm\") || token.contains(\"#sarcastic\") || token.starts",
"end": 2834,
"score": 0.9894550442695618,
"start": 2826,
"tag": "USERNAME",
"value": "#sarcasm"
},
{
"context": "\t//if(token.contains(\"#sarcasm... | null | [] | package util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import... | 16,156 | 0.639639 | 0.63413 | 729 | 21.161865 | 21.759405 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.633745 | false | false | 14 |
a432cb043edd08cfce2bdc584616a6ef5bb75e73 | 6,451,040,887,445 | 2489f7c9ee1080a3cc2f4fdf69a4ac2831096e17 | /doc/zem/EM.java | 0a604fabd129ff1b1326b95fbcaa4411c98fc8d6 | [] | no_license | asvcer/em-algorithm | https://github.com/asvcer/em-algorithm | 722a1bdce23e4de2d9e27884a740fbb44d19b307 | 888bcfad7ce22b600d9291a0e4ed1e0ada1e4619 | refs/heads/master | 2019-01-26T12:00:53.753000 | 2017-03-25T07:15:08 | 2017-03-25T07:15:08 | 86,139,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // EM.java
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// This library is distributed in the hope th... | UTF-8 | Java | 10,024 | java | EM.java | Java | [
{
"context": "rimary author contact info: www.idiom.com/~zilla zilla@computer.org\n\npackage ZS;\n\nimport java.awt.*;\t\t// for algorith",
"end": 830,
"score": 0.9998893737792969,
"start": 812,
"tag": "EMAIL",
"value": "zilla@computer.org"
}
] | null | [] | // EM.java
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// This library is distributed in the hope th... | 10,013 | 0.567837 | 0.547885 | 374 | 25.802139 | 21.517395 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.034759 | false | false | 14 |
c5b02116da0122a026ce98db1e0236c63cb4ec5d | 18,064,632,517,544 | 2294d375c2d28c74447cdfeb5f452d74ec6f9a28 | /dungeoncrawler/src/main/java/whatexe/dungeoncrawler/entities/behavior/collision/PlayerCollisionBehavior.java | ba929fda4fd52c3c097f17777c69c0fb18ce3d32 | [] | no_license | Russell-Newton/NotMalware-Game | https://github.com/Russell-Newton/NotMalware-Game | f035f1341b45e514a5b50db92e12d478d5d52321 | 5e30eecfeaacb7546df5bb8b10acdc7d65906dcc | refs/heads/master | 2023-07-18T07:41:39.489000 | 2021-04-27T02:36:21 | 2021-04-27T02:36:21 | 399,507,704 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package whatexe.dungeoncrawler.entities.behavior.collision;
import whatexe.dungeoncrawler.entities.Entity;
import whatexe.dungeoncrawler.entities.doors.Door;
import whatexe.dungeoncrawler.entities.doors.ExitLevelDoor;
import whatexe.dungeoncrawler.entities.player.Player;
import java.util.ArrayList;
import java.util.L... | UTF-8 | Java | 1,019 | java | PlayerCollisionBehavior.java | Java | [] | null | [] | package whatexe.dungeoncrawler.entities.behavior.collision;
import whatexe.dungeoncrawler.entities.Entity;
import whatexe.dungeoncrawler.entities.doors.Door;
import whatexe.dungeoncrawler.entities.doors.ExitLevelDoor;
import whatexe.dungeoncrawler.entities.player.Player;
import java.util.ArrayList;
import java.util.L... | 1,019 | 0.707556 | 0.707556 | 36 | 27.305555 | 25.494902 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 14 |
71c578d462c0f84fbfad09a1747b50df04500c53 | 21,492,016,415,823 | 172463dadd739279ecc9e11d3c2aff910097f1ff | /src/com/advance/MultiThread3/MyThread/MyThread34_1.java | e68df2da34ba60dd4cc554c5e7bf12f820708c88 | [] | no_license | mingge12321/Java_Advanced_Knowledge | https://github.com/mingge12321/Java_Advanced_Knowledge | 2aa44f153b28895e166966d7dd1da3f36eb26ede | 23584e253271f0860c3838872d04690865589cdd | refs/heads/master | 2022-06-23T04:27:26.500000 | 2019-11-03T17:14:09 | 2019-11-03T17:14:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.advance.MultiThread3.MyThread;
/**
* @Author: 谷天乐
* @Date: 2019/7/15 18:50
* @Description:
*/
public class MyThread34_1 extends Thread{
private Object lock;
public MyThread34_1(Object lock)
{
this.lock = lock;
}
public void run()
{
synchronized (lock)
... | UTF-8 | Java | 375 | java | MyThread34_1.java | Java | [
{
"context": "m.advance.MultiThread3.MyThread;\n\n/**\n * @Author: 谷天乐\n * @Date: 2019/7/15 18:50\n * @Description:\n */\npu",
"end": 63,
"score": 0.9995372891426086,
"start": 60,
"tag": "NAME",
"value": "谷天乐"
}
] | null | [] | package com.advance.MultiThread3.MyThread;
/**
* @Author: 谷天乐
* @Date: 2019/7/15 18:50
* @Description:
*/
public class MyThread34_1 extends Thread{
private Object lock;
public MyThread34_1(Object lock)
{
this.lock = lock;
}
public void run()
{
synchronized (lock)
... | 375 | 0.555556 | 0.506775 | 24 | 14.416667 | 13.465749 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 14 |
06ef09439e14f05eb8e9f41b7c8a62707f7cffc0 | 15,298,673,574,653 | dff938312a130b66748e10600b5fd6fbc7aa132b | /app/src/main/java/com/jere/test/article/view/completeproject/CompleteProjectArticleFragment.java | 4bf595b11e9d8bd5e42c13c3791451935c5221aa | [] | no_license | JereChen11/JereTestApp | https://github.com/JereChen11/JereTestApp | c503ba678464c8bd32fe123086c72a57aaafd203 | e2c117b95e51d1965deb34c4ddcec516b49b1ce4 | refs/heads/master | 2020-08-10T01:22:20.828000 | 2020-07-10T13:03:48 | 2020-07-10T13:03:48 | 214,220,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jere.test.article.view.completeproject;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.jere.test.R;
import com.jere.test.article.modle.beanfiles.completeproject.ProjectTreeItem;
import com.jer... | UTF-8 | Java | 3,995 | java | CompleteProjectArticleFragment.java | Java | [
{
"context": "recyclerview.widget.RecyclerView;\n\n\n/**\n * @author jere\n */\npublic class CompleteProjectArticleFragment e",
"end": 888,
"score": 0.995091438293457,
"start": 884,
"tag": "USERNAME",
"value": "jere"
},
{
"context": " final String PROJECT_ITEM_ID_KEY = \"PROJECT_ITEM... | null | [] | package com.jere.test.article.view.completeproject;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.jere.test.R;
import com.jere.test.article.modle.beanfiles.completeproject.ProjectTreeItem;
import com.jer... | 3,995 | 0.707635 | 0.707384 | 98 | 39.765305 | 33.758991 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612245 | false | false | 14 |
b304a329afbb6e56bc1780ec7f5bdc5af1e4a1d1 | 22,780,506,559,004 | c3598e2cd45ae6d23e56cdaa4652efee26895c7c | /Directory.java | 556ffd7fd4af9ca94fcc55768d57c6d6a5450fc5 | [] | no_license | ssechoss/FileSystemSimulation | https://github.com/ssechoss/FileSystemSimulation | a2c1c33d38b69e8afaf568b1dabcaadce809ab5f | 3aef66b13b076c399be3929fc7bce129555ec11d | refs/heads/master | 2021-05-03T10:38:52.582000 | 2018-02-07T00:16:51 | 2018-02-07T00:16:51 | 120,539,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fileSystemSimulation;
import static fileSystemSimulation.Command.NAME_SIZE;
public class Directory {
private char type;
private char[] name;
private Sector link;// block number of first block of files.
private int size;
public Directory() {
type = 'f';
name =... | UTF-8 | Java | 1,643 | java | Directory.java | Java | [] | null | [] | package fileSystemSimulation;
import static fileSystemSimulation.Command.NAME_SIZE;
public class Directory {
private char type;
private char[] name;
private Sector link;// block number of first block of files.
private int size;
public Directory() {
type = 'f';
name =... | 1,643 | 0.493609 | 0.488131 | 76 | 19.618422 | 17.068722 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.486842 | false | false | 14 |
91f85f5825b6abee2b37f5a3ee7545acde746f32 | 26,139,171,032,507 | 6adbda9f6faa1dc86e766d1b82fe3f9c77ad6c75 | /igloo/igloo-components/igloo-component-wicket-more/src/main/java/org/iglooproject/wicket/more/export/SimpleFileDownloadAjaxLink.java | 730cab7cb7b6a92c8e64e0080c61e41f5b5a5690 | [
"Apache-2.0"
] | permissive | igloo-project/igloo-parent | https://github.com/igloo-project/igloo-parent | 61219a09d14b8968838362d76ff77dfdd0cf5e01 | 65e3e8da61e7c07584596b2ad4dc2af3b627a0f0 | refs/heads/dev | 2023-08-17T23:32:47.163000 | 2023-08-10T13:54:18 | 2023-08-10T14:04:50 | 101,907,993 | 20 | 6 | Apache-2.0 | false | 2023-08-10T14:00:32 | 2017-08-30T17:09:22 | 2023-06-09T17:12:19 | 2023-08-10T14:00:30 | 43,672 | 17 | 5 | 9 | Java | false | false | package org.iglooproject.wicket.more.export;
import java.io.File;
import org.apache.wicket.model.IModel;
import org.apache.wicket.model.Model;
import org.iglooproject.commons.util.mime.MediaType;
import org.iglooproject.wicket.more.export.util.ExportFileUtils;
import org.javatuples.LabelValue;
import igloo.bootstrap... | UTF-8 | Java | 1,463 | java | SimpleFileDownloadAjaxLink.java | Java | [] | null | [] | package org.iglooproject.wicket.more.export;
import java.io.File;
import org.apache.wicket.model.IModel;
import org.apache.wicket.model.Model;
import org.iglooproject.commons.util.mime.MediaType;
import org.iglooproject.wicket.more.export.util.ExportFileUtils;
import org.javatuples.LabelValue;
import igloo.bootstrap... | 1,463 | 0.818182 | 0.805195 | 43 | 33.023254 | 38.152382 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.534884 | false | false | 14 |
30412ec1e1b5b3daebdce6aeb8884a491033ca0a | 21,225,728,377,953 | 357688b297d4cc4564c3e979839d69bd3225fa19 | /app/src/main/java/com/openclassrooms/entrevoisins/ui/neighbour_list/DetailActivity.java | dc99c5e43c5a1f4b4c94ce38e1786cc7a74c5f2d | [] | no_license | lioneldg/entrevoisins | https://github.com/lioneldg/entrevoisins | d98b13aead599e3645f553a85241258e487b0048 | cb4b3f77763ac55caedcba45940eeee89824b99c | refs/heads/master | 2023-01-14T11:08:54.644000 | 2020-11-15T09:30:32 | 2020-11-15T09:30:32 | 308,913,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openclassrooms.entrevoisins.ui.neighbour_list;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fra... | UTF-8 | Java | 4,079 | java | DetailActivity.java | Java | [] | null | [] | package com.openclassrooms.entrevoisins.ui.neighbour_list;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fra... | 4,079 | 0.665768 | 0.660863 | 95 | 41.926315 | 33.830303 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694737 | false | false | 14 |
855cf49289bbd8c56c48c11a5509f4fa925a4450 | 11,501,922,482,627 | 8ea5843290044aa9319e16ff531205f8b7093542 | /Exabit/src/main/java/com/exabit/Services/MessagePropertiesEntityServiceImpl.java | 66d996491587aad943c836818d67b4445d2bd600 | [
"Apache-2.0"
] | permissive | Casperinous/Exabit | https://github.com/Casperinous/Exabit | 5fb068cbd88e6dec12698128c457c7d5c841a5b2 | 0af440d900196353d6609b107d20c36de0379a44 | refs/heads/master | 2020-03-21T09:05:02.191000 | 2018-06-23T07:56:31 | 2018-06-23T07:56:31 | 138,380,871 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.exabit.Services;
import main.java.com.exabit.Entities.MessagePropertiesEntity;
import main.java.com.exabit.Repositories.MessagePropertiesEntityRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | UTF-8 | Java | 1,864 | java | MessagePropertiesEntityServiceImpl.java | Java | [] | null | [] | package main.java.com.exabit.Services;
import main.java.com.exabit.Entities.MessagePropertiesEntity;
import main.java.com.exabit.Repositories.MessagePropertiesEntityRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | 1,864 | 0.757511 | 0.756438 | 55 | 31.890909 | 31.044058 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
60d054e293b1be6cbb06e689f8596253c381543f | 171,798,697,900 | a7b5d9fee7ecbb6acb9d4515805cceb599a5e928 | /Java/lab5/zadanie5_Maciej_Michalec.java | 5c58a6b9365499050527e1a757e0a549be476f9a | [] | no_license | trivelt/academic-projects | https://github.com/trivelt/academic-projects | 942246d636f8554e623638e2ce24de062faea9ce | a862251d2ac9b7e6cd609182a348b9aa58c88591 | refs/heads/master | 2021-09-11T01:33:46.060000 | 2018-04-05T19:28:54 | 2018-04-05T19:28:54 | 68,510,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Move2D implements Move2DInterface {
double krok;
int licznik=0;
double posX=0;
double posY=0;
boolean setStep=false;
public void setStep( double step ){
krok = step;
setStep=true;
}
public void north(){
if(setStep==true){
posY=posY+krok;
licznik++;
}
}
public void south(){
if(setStep==tru... | UTF-8 | Java | 743 | java | zadanie5_Maciej_Michalec.java | Java | [] | null | [] | class Move2D implements Move2DInterface {
double krok;
int licznik=0;
double posX=0;
double posY=0;
boolean setStep=false;
public void setStep( double step ){
krok = step;
setStep=true;
}
public void north(){
if(setStep==true){
posY=posY+krok;
licznik++;
}
}
public void south(){
if(setStep==tru... | 743 | 0.643338 | 0.633917 | 53 | 13.018867 | 12.463517 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.471698 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.