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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c74a99186c803b21ed4c7b6287f4614c943e182 | 29,686,813,955,186 | 97e3320a400b7bc13fdde428d8b0f32c1463cf1e | /DynamicProgramming/OptimalBinarySearchTree.java | 1ca58d760670e67cfc41f1dc29b124b3ca2398a6 | [] | no_license | rushkinrenny/AAD-Programs | https://github.com/rushkinrenny/AAD-Programs | b3011613ff2bee9263e9881218655e917bc2d83a | 496bc2915d787c00efeffaaca5e1cb3d898ac89b | refs/heads/master | 2023-06-09T23:28:24.491000 | 2021-06-27T14:37:56 | 2021-06-27T14:37:56 | 380,755,534 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DynamicProgramming;
import java.util.Scanner;
public class OptimalBinarySearchTree {
public static void obst(int []p,int []q,int[][]cost, int [][]w, int [][]root){
int n=cost.length;
for(int i=0;i<n;i++)
{
w[i][i]=q[i];
cost[i][i]=0;
root[i][i]=... | UTF-8 | Java | 2,223 | java | OptimalBinarySearchTree.java | Java | [] | null | [] | package DynamicProgramming;
import java.util.Scanner;
public class OptimalBinarySearchTree {
public static void obst(int []p,int []q,int[][]cost, int [][]w, int [][]root){
int n=cost.length;
for(int i=0;i<n;i++)
{
w[i][i]=q[i];
cost[i][i]=0;
root[i][i]=... | 2,223 | 0.437697 | 0.426451 | 71 | 30.309858 | 17.346178 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.887324 | false | false | 0 |
df2589fdb1f6b5f6c2fd53be974bbfa6540da3fb | 28,097,676,120,295 | f0500a1a1522d5bca897ff61450dd3dfabd82b35 | /interface/Menu.java | 4617da5d789fe9e30aff4ef70c44c2abc40655c6 | [] | no_license | GusevVrn/Presentation | https://github.com/GusevVrn/Presentation | 04efe1dec854040c85f5b6a6a63518b340895fe4 | 5c28fe890b1d2ece2ee55a26734a5416565354a9 | refs/heads/main | 2023-06-25T05:57:08.570000 | 2021-07-27T14:06:02 | 2021-07-27T14:06:02 | 387,728,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interface;
import Interface.AutoHT.AutoFrameOne;
import Interface.Calc.CalcFrame;
import Interface.Calc.CalcFrameCopy;
import javax.swing.*;
import java.awt.*;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Menu extends JFrame {
... | UTF-8 | Java | 2,449 | java | Menu.java | Java | [] | null | [] | package Interface;
import Interface.AutoHT.AutoFrameOne;
import Interface.Calc.CalcFrame;
import Interface.Calc.CalcFrameCopy;
import javax.swing.*;
import java.awt.*;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Menu extends JFrame {
... | 2,449 | 0.562133 | 0.557095 | 81 | 27.407408 | 19.14711 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 0 |
a6344988feb1d08907c5e28d8aed8f6a50d26df3 | 19,086,834,667,345 | ce17708b7fb94eacaac615c32ada22a6ec47ca5e | /app/src/main/java/com/yl/youthlive/Response/FollowerResponse.java | a3f041b798283e40a384626c37380bb95d1acd1d | [] | no_license | sachinyouthlive/youthlive | https://github.com/sachinyouthlive/youthlive | 7e081241deb49cb967c35bcbd72b09ecdcf1b36b | ea8e01b7ce386af96b41d1810466489bba5eb4e6 | refs/heads/master | 2020-03-26T08:40:12.079000 | 2018-08-23T06:38:24 | 2018-08-23T06:38:24 | 144,714,418 | 1 | 0 | null | false | 2018-08-14T13:08:26 | 2018-08-14T12:02:30 | 2018-08-14T12:25:58 | 2018-08-14T12:59:08 | 0 | 1 | 0 | 1 | Java | false | null | package com.yl.youthlive.Response;
import com.google.gson.annotations.SerializedName;
/**
* Created by admin on 4/28/2017.
*/
public class FollowerResponse {
@SerializedName("follow_status")
private String follow_status;
@SerializedName("success")
private int success;
public int getSuccess() ... | UTF-8 | Java | 620 | java | FollowerResponse.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by admin on 4/28/2017.\n */\npublic class FollowerResponse {",
"end": 111,
"score": 0.9330883622169495,
"start": 106,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.yl.youthlive.Response;
import com.google.gson.annotations.SerializedName;
/**
* Created by admin on 4/28/2017.
*/
public class FollowerResponse {
@SerializedName("follow_status")
private String follow_status;
@SerializedName("success")
private int success;
public int getSuccess() ... | 620 | 0.658065 | 0.646774 | 32 | 18.375 | 17.821598 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
2ed86dff22339aed5a02da3517193412c853c37c | 30,030,411,357,883 | f1f3e3552eb618efc657c04f075b7fc1276424e1 | /src/main/java/org/liujk/algorithm/base/sort/Radix.java | f9c775487b107fbd4f8e5c0aa93c45189e362813 | [] | no_license | liujingkun2017/algorithm-base | https://github.com/liujingkun2017/algorithm-base | aabdc81d0129ca3ea489da0cb0f28c97cba73407 | 5d2638339994ef1204c5f82ecb512951a73d55d0 | refs/heads/master | 2020-11-27T15:03:56.177000 | 2020-01-03T01:37:18 | 2020-01-03T01:37:18 | 229,502,582 | 0 | 0 | null | false | 2020-10-13T18:23:14 | 2019-12-22T01:09:30 | 2020-01-03T01:37:29 | 2020-10-13T18:23:13 | 1,164 | 0 | 0 | 1 | Java | false | false | package org.liujk.algorithm.base.sort;
import java.util.ArrayList;
import java.util.List;
/**
* 基数排序
* <p>
* 时间复杂度:n
* 稳定排序算法
* <p>
* 基数排序对要排序的数据是有要求的,需要可以分割出独立的“位”来比较,而且位之间有递进的关系,
* 如果 a 数据的高位比 b 数据大,那剩下的低位就不用比较了。除此之外,每一位的数据范围不能太大,
* 要可以用线性排序算法来排序,否则,基数排序的时间复杂度就无法做到 O(n) 了
*/
public class Radix {
publ... | UTF-8 | Java | 1,535 | java | Radix.java | Java | [] | null | [] | package org.liujk.algorithm.base.sort;
import java.util.ArrayList;
import java.util.List;
/**
* 基数排序
* <p>
* 时间复杂度:n
* 稳定排序算法
* <p>
* 基数排序对要排序的数据是有要求的,需要可以分割出独立的“位”来比较,而且位之间有递进的关系,
* 如果 a 数据的高位比 b 数据大,那剩下的低位就不用比较了。除此之外,每一位的数据范围不能太大,
* 要可以用线性排序算法来排序,否则,基数排序的时间复杂度就无法做到 O(n) 了
*/
public class Radix {
publ... | 1,535 | 0.460384 | 0.449541 | 50 | 22.98 | 18.804775 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 0 |
631645e9bbdaca27e4ebec6f965e6cc9682b5284 | 4,372,276,709,209 | 41163385e340843c0ae76d6f837b12e6615d0628 | /backoffice-service/src/main/java/com/craftsmanship/toledo/eagle/backoffice/model/impl/IssueCacheModel.java | 9a06a4cde16f1045e8be2be180a3af8d922e0f55 | [] | no_license | craftsmanship-toledo/eagle-backoffice | https://github.com/craftsmanship-toledo/eagle-backoffice | 70bbab034611591a0aec96094a2e007b9115e4f5 | 39e007944a18526b3dc82703165fff1f76cfc6b8 | refs/heads/master | 2020-06-11T07:30:06.681000 | 2016-12-09T07:38:39 | 2016-12-09T07:38:39 | 75,733,571 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | UTF-8 | Java | 6,414 | java | IssueCacheModel.java | Java | [
{
"context": " representing Issue in entity cache.\n *\n * @author Brian Wing Shun Chan\n * @see Issue\n * @generated\n */\n@ProviderType\npub",
"end": 1209,
"score": 0.9982330799102783,
"start": 1189,
"tag": "NAME",
"value": "Brian Wing Shun Chan"
},
{
"context": "(userId);\n\t\tsb.... | null | [] | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | 6,400 | 0.698472 | 0.697069 | 303 | 20.171618 | 18.474411 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.960396 | false | false | 0 |
5705b6b41526a2d5398ddac0683be7b2fc4e2345 | 6,519,760,377,162 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Spotify_source/src/com/spotify/mobile/android/spotlets/show/proto/ProtoEpisodeMetadata$Builder.java | b4e51b4ab1c366984a330f5c16fce2b94cf5435a | [] | 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.spotify.mobile.android.spotlets.show.proto;
import com.squareup.wire.Message;
import gxc;
// Referenced classes of package com.spot... | UTF-8 | Java | 3,397 | java | ProtoEpisodeMetadata$Builder.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.9995915293693542,
"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.spotify.mobile.android.spotlets.show.proto;
import com.squareup.wire.Message;
import gxc;
// Referenced classes of package com.spotify.mobile... | 3,387 | 0.632911 | 0.629379 | 138 | 23.615942 | 21.883858 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427536 | false | false | 0 |
805e04252491b0da911b92739e9d5e94a62f3e05 | 29,274,497,101,346 | 6df56ed92e178297d44f67c102083a4181adf8d5 | /src/main/java/com/lokesh/tracker/web/service/implementations/UserServiceImpl.java | d6c7f175d1ccc50c8e3fe1a692873876ced4ff81 | [] | no_license | lc4377/tracker | https://github.com/lc4377/tracker | c1f59490d5666d92bcca8684d5e1088824fd6d67 | 99beccec6b2761954d2777a0c4c23bf56f83be37 | refs/heads/master | 2016-12-05T07:10:01.703000 | 2016-12-04T21:23:07 | 2016-12-04T21:23:07 | 37,888,085 | 0 | 1 | null | false | 2015-12-18T04:20:27 | 2015-06-23T00:31:22 | 2015-09-24T23:36:47 | 2015-12-18T04:20:27 | 525 | 0 | 1 | 0 | Java | null | null | package com.lokesh.tracker.web.service.implementations;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import javax.mail.MessagingException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impo... | UTF-8 | Java | 7,768 | java | UserServiceImpl.java | Java | [
{
"context": "eb.service.interfaces.UserService;\n\n/**\n * @author lokesh.cherukuri\n *\n */\n@Service\npublic class UserServiceImpl impl",
"end": 1280,
"score": 0.9920902848243713,
"start": 1264,
"tag": "NAME",
"value": "lokesh.cherukuri"
},
{
"context": "(user);\n\t\treturn custom... | null | [] | package com.lokesh.tracker.web.service.implementations;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import javax.mail.MessagingException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impo... | 7,728 | 0.738028 | 0.736354 | 266 | 28.203007 | 32.432522 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.962406 | false | false | 0 |
bc9c86b0d88c62d36fea9e7a987cef581be0b3f8 | 5,806,795,796,503 | 6015b8288855544f2b582db219bd769dba631acb | /src/test/java/ua/training/spring/hometask/controller/UsersControllerTest.java | 4662228f9ba76f9d8a6966899ab2b489bc517eb1 | [] | no_license | VladRybkin/hometask-skeleton | https://github.com/VladRybkin/hometask-skeleton | d2ea0949c96730ae9047eddef31a956ee58f8fd1 | b2c201a1d355343944750f7dfb62618c93859603 | refs/heads/master | 2022-12-22T07:24:32.413000 | 2021-08-14T17:12:06 | 2021-08-14T17:12:06 | 228,201,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.training.spring.hometask.controller;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.test.context.support.WithMockUser;
import org... | UTF-8 | Java | 3,227 | java | UsersControllerTest.java | Java | [
{
"context": ");\n }\n\n @Test\n @WithMockUser(username = \"test\", authorities = {\"BOOKING_MANAGER\"})\n void add",
"end": 2126,
"score": 0.9995774626731873,
"start": 2122,
"tag": "USERNAME",
"value": "test"
},
{
"context": ");\n }\n\n @Test\n @WithMockUser(use... | null | [] | package ua.training.spring.hometask.controller;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.test.context.support.WithMockUser;
import org... | 3,227 | 0.709328 | 0.707158 | 83 | 37.891567 | 27.182121 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46988 | false | false | 0 |
cd40ea34b55e989d57c1aa83d205d25948337b6a | 3,959,959,899,511 | a91812d4b29e1c44885d75e8eabd560bb1f99589 | /src/kaya/examples/adapter/SomeBird.java | 3e79945c9c8bdadd1bcfc3e19dcab0fbe7c67e63 | [] | no_license | ibrahimkaya/desingPatternExamples | https://github.com/ibrahimkaya/desingPatternExamples | cc4eaa12f6505c0b9b51f7bf986a7ffede9f414e | 6eb690529e1f14e3501618960e27d6bd2736d0c2 | refs/heads/master | 2022-12-30T16:22:51.867000 | 2020-10-10T17:30:13 | 2020-10-10T17:30:13 | 300,558,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kaya.examples.adapter;
/**
* @Author ibrahim
* @create 10.10.2020 20:15
*/
public class SomeBird implements Bird {
@Override
public void fly() {
System.out.println("bird fly");
}
@Override
public void makeSound() {
System.out.println("bird make sound");
}
}
| UTF-8 | Java | 311 | java | SomeBird.java | Java | [
{
"context": "package kaya.examples.adapter;\n\n/**\n * @Author ibrahim\n * @create 10.10.2020 20:15\n */\npublic class Some",
"end": 54,
"score": 0.9902198910713196,
"start": 47,
"tag": "USERNAME",
"value": "ibrahim"
}
] | null | [] | package kaya.examples.adapter;
/**
* @Author ibrahim
* @create 10.10.2020 20:15
*/
public class SomeBird implements Bird {
@Override
public void fly() {
System.out.println("bird fly");
}
@Override
public void makeSound() {
System.out.println("bird make sound");
}
}
| 311 | 0.610932 | 0.572347 | 17 | 17.294117 | 14.957842 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 0 |
f8d0096c0a5961e110e9447e336c58b274a71389 | 34,832,184,789,731 | d88784857acf8a7e997334d82908c351211b44f3 | /06-hibernate/src/main/java/cz/vsmie/example/hibernate/db/dao/UsersDAO.java | e0b4bc05e9af6ba383eeeffb7d5405310d30488e | [] | no_license | Rikky007/workspace | https://github.com/Rikky007/workspace | a05131fbef07a95fbb8754a626707703f02699cc | 206f13c661334cbe1280f12501977c5e75341f04 | refs/heads/master | 2021-01-10T16:13:13.155000 | 2016-02-20T09:52:34 | 2016-02-20T09:52:34 | 50,137,170 | 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 cz.vsmie.example.hibernate.db.dao;
import cz.vsmie.example.hibernate.db.entity.Users;
/**
*
* @author Grant
*/... | UTF-8 | Java | 569 | java | UsersDAO.java | Java | [
{
"context": ".hibernate.db.entity.Users;\r\n\r\n/**\r\n *\r\n * @author Grant\r\n */\r\npublic interface UsersDAO {\r\n public Use",
"end": 315,
"score": 0.998751699924469,
"start": 310,
"tag": "NAME",
"value": "Grant"
}
] | 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 cz.vsmie.example.hibernate.db.dao;
import cz.vsmie.example.hibernate.db.entity.Users;
/**
*
* @author Grant
*/... | 569 | 0.688928 | 0.688928 | 25 | 20.76 | 22.954355 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
fcac9ff70fb5d7fd2ac4172a5e6dfa2fe7582826 | 34,943,853,941,422 | 01767b3590765781b1ef6205fec4d80f4a4d24f9 | /src/main/java/student_aleksejs_ivanovs/homework/lesson_4/level_6/Stock.java | 4f66a791635ab5046d59703910bd537c15ed18d7 | [] | no_license | ApTyPuk/java_1_monday_2020_online | https://github.com/ApTyPuk/java_1_monday_2020_online | 127284d6f58a28862dd2682b62fb5c0237d3e8c0 | c16bb3786d00a16ff7a70276b967caebbbc0d476 | refs/heads/master | 2023-02-04T06:22:19.475000 | 2020-12-22T00:13:46 | 2020-12-22T00:13:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package student_aleksejs_ivanovs.homework.lesson_4.level_6;
import teacher.annotations.CodeReview;
@CodeReview(approved = true)
class Stock {
public String companyName;
public int currentPrice;
public int minPrice;
public int maxPrice;
public Stock(String companyName, int currentPrice) {
... | UTF-8 | Java | 1,176 | java | Stock.java | Java | [] | null | [] | package student_aleksejs_ivanovs.homework.lesson_4.level_6;
import teacher.annotations.CodeReview;
@CodeReview(approved = true)
class Stock {
public String companyName;
public int currentPrice;
public int minPrice;
public int maxPrice;
public Stock(String companyName, int currentPrice) {
... | 1,176 | 0.617347 | 0.615646 | 48 | 23.5 | 24.152294 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 0 |
a46f0644f4d2a5ae7743314981849bc8dc0b1024 | 5,952,824,732,872 | 0a0752dd39277c619e8c89823632b0757d5051f3 | /findbugs/aware_run/mid/classes/org/apache/batik/ext/awt/image/rendered/TileCacheRed.java | c8f67f12744f020168795510e876b44c8e44dace | [] | no_license | anthonycanino1/entbench | https://github.com/anthonycanino1/entbench | fc5386f6806124a13059a1d7f21ba1128af7bb19 | 3c664cc693d4415fd8367c8307212d5aa2f3ae68 | refs/heads/master | 2021-01-10T13:49:12.811000 | 2016-11-14T21:57:38 | 2016-11-14T21:57:38 | 52,231,403 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.batik.ext.awt.image.rendered;
public class TileCacheRed extends org.apache.batik.ext.awt.image.rendered.AbstractTiledRed {
public TileCacheRed(org.apache.batik.ext.awt.image.rendered.CachableRed cr) {
super(
cr,
null);
}
public TileCacheRed(org.apache.batik.ext... | UTF-8 | Java | 17,137 | java | TileCacheRed.java | Java | [
{
"context": "inal java.lang.String jlc$ClassType$jl7 =\n (\"H4sIAAAAAAAAAMVYfWwUxxWfO9tn+zD4AzAUggFjiHCS2yKgSWTaxnYwGM5w\" +\n \"tQlRTZtjbnfOt3hvd9mdtQ8TCkRpQVRCaXASGh",
"end": 4820,
"score": 0.9525274634361267,
"start": 4760,
"tag": "KEY",
"value": "H4sIAAAAAAAAAMVYfWwUxxWfO9tn+... | null | [] | package org.apache.batik.ext.awt.image.rendered;
public class TileCacheRed extends org.apache.batik.ext.awt.image.rendered.AbstractTiledRed {
public TileCacheRed(org.apache.batik.ext.awt.image.rendered.CachableRed cr) {
super(
cr,
null);
}
public TileCacheRed(org.apache.batik.ext... | 16,911 | 0.655774 | 0.560133 | 301 | 55.933556 | 23.202751 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.152824 | false | false | 0 |
a7a8aef793495a82c4a45d57c74489a2d36942c5 | 26,371,099,243,613 | 0a4c2ea523f2babe596c92f4cdac11cddbe05d82 | /src/main/java/com/amaker/toutiao/service/MessageService.java | e5201abab978a0e47482f0d6bae1eb4f71515590 | [] | no_license | Luck12138/Toutiao | https://github.com/Luck12138/Toutiao | 5b85211d54a1c536dbeaf9d4d3bf456bb512601f | 4470357f8c254558f50d50149be3678548a0013c | refs/heads/master | 2020-04-11T11:09:08.680000 | 2019-01-04T05:45:29 | 2019-01-04T05:45:29 | 161,739,446 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amaker.toutiao.service;
import com.amaker.toutiao.dao.MessageDao;
import com.amaker.toutiao.model.Message;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* @program: toutiao
* @Date: 2018/12/20 0020 21:24
* @Auth... | UTF-8 | Java | 1,015 | java | MessageService.java | Java | [
{
"context": "outiao\n * @Date: 2018/12/20 0020 21:24\n * @Author: GHH\n * @Description:\n */\n@Service\npublic class Messag",
"end": 327,
"score": 0.9995682239532471,
"start": 324,
"tag": "USERNAME",
"value": "GHH"
}
] | null | [] | package com.amaker.toutiao.service;
import com.amaker.toutiao.dao.MessageDao;
import com.amaker.toutiao.model.Message;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* @program: toutiao
* @Date: 2018/12/20 0020 21:24
* @Auth... | 1,015 | 0.747783 | 0.73202 | 37 | 26.432432 | 27.348146 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 0 |
460676e355e67b4fcd2b7472b02e8bec85ced5e2 | 35,442,070,148,417 | a11f84d798339da5a82126f2dc801457535dae67 | /app/src/main/java/com/egecius/demo_designpatterns/g_facade/Projector.java | f85ae64af03df5ab3959deec25b0ccd35b2a18a5 | [] | no_license | EGecius/Demo_DesignPatterns | https://github.com/EGecius/Demo_DesignPatterns | 5c9f7e7036ce7907eeb5c0969633d59013f8fdeb | b7b842accaef830454d893a36b6566005567d3c0 | refs/heads/master | 2021-01-10T17:09:49.644000 | 2018-03-24T09:02:44 | 2018-03-24T09:02:56 | 51,579,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.egecius.demo_designpatterns.g_facade;
final class Projector {
public void turnOn() {
System.out.println("turning projector on");
}
}
| UTF-8 | Java | 150 | java | Projector.java | Java | [] | null | [] | package com.egecius.demo_designpatterns.g_facade;
final class Projector {
public void turnOn() {
System.out.println("turning projector on");
}
}
| 150 | 0.74 | 0.74 | 7 | 20.428572 | 19.152451 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 0 |
3389ad86d348aadfb9b83f5b36e37a742cc6c318 | 33,913,061,801,805 | 7fc8b0e59f04c1a72fd39cfe61ac4d498fecf733 | /src/lesson_22/IRead.java | 68e9be3fdd4e596a8fd28558ea2f91eaca9aabf7 | [] | no_license | yuriygold12/Yura1 | https://github.com/yuriygold12/Yura1 | daa5fd3e5a05003014c6d8593ae5adb487eb87ca | ff84f7becc55903caa6ba6dd193ca48a0bee44d2 | refs/heads/master | 2021-05-14T20:13:20.883000 | 2018-05-10T09:59:03 | 2018-05-10T09:59:03 | 113,847,596 | 0 | 0 | null | false | 2018-05-10T18:15:24 | 2017-12-11T10:52:36 | 2018-05-10T09:59:11 | 2018-05-10T18:14:02 | 132 | 0 | 0 | 7 | Java | false | null | package lesson_22;
import java.io.IOException;
public interface IRead {
public String readInformation() throws IOException;
}
| UTF-8 | Java | 132 | java | IRead.java | Java | [] | null | [] | package lesson_22;
import java.io.IOException;
public interface IRead {
public String readInformation() throws IOException;
}
| 132 | 0.772727 | 0.757576 | 7 | 17.857143 | 18.604366 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
2aa71b959971bdcca37028e6b7fda838388cdc88 | 25,486,335,973,060 | 61105eb5dde34e306a153d4eebb11d70bbecfd3b | /src/ProblemSolving_Easy/Breaking_the_record.java | 653fa1ef5c1c2fa478ec582c2b8f35e1bbf05e38 | [] | no_license | trangkiu/Hackerrank-Problem-Solving | https://github.com/trangkiu/Hackerrank-Problem-Solving | c41307d4e24fe343aca924208639766f868f15ff | 3782a31b69a29a6ef8c967233913a9556bf7957b | refs/heads/master | 2020-06-22T09:57:28.526000 | 2019-07-27T23:28:58 | 2019-07-27T23:28:58 | 197,695,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ProblemSolving_Easy;
import java.util.Arrays;
import java.util.Scanner;
/*
https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem
*/
public class Breaking_the_record {
static int[] breakingRecords(int[] scores) {
int max = scores[0];
int min = scores[... | UTF-8 | Java | 1,114 | java | Breaking_the_record.java | Java | [] | null | [] | package ProblemSolving_Easy;
import java.util.Arrays;
import java.util.Scanner;
/*
https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem
*/
public class Breaking_the_record {
static int[] breakingRecords(int[] scores) {
int max = scores[0];
int min = scores[... | 1,114 | 0.495512 | 0.490126 | 45 | 22.755556 | 19.546135 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 0 |
414359a08a0a532925d91c3112e6a24bc94515e0 | 26,164,940,817,180 | 0d1fc214c7f634abfccf52159af9e6f80e2d37c6 | /ProjectGame/Item.java | 9ab480de544d3976f3b80a8bf398e660e71852e8 | [] | no_license | esmeraldastan/APCS_Project | https://github.com/esmeraldastan/APCS_Project | 1df6e214d25aaa0fa8c208593d40e76f498bd53f | 76578c0fb5263f7b829872f7e719a16b6ed4bebc | refs/heads/master | 2021-01-19T09:21:46.379000 | 2017-04-03T05:55:37 | 2017-04-03T05:55:37 | 82,102,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Write a description of class Item here.
*
* @author Wiebe
* @version 1.2
*/
import java.util.ArrayList;
public abstract class Item implements ItemInterface{
// name and value of an item
String name;
public Item(String name){
this.name = name;
}
public String getName(){
retu... | UTF-8 | Java | 530 | java | Item.java | Java | [
{
"context": "e a description of class Item here.\n * \n * @author Wiebe \n * @version 1.2\n */\nimport java.util.ArrayList;\n",
"end": 68,
"score": 0.9997038841247559,
"start": 63,
"tag": "NAME",
"value": "Wiebe"
}
] | null | [] |
/**
* Write a description of class Item here.
*
* @author Wiebe
* @version 1.2
*/
import java.util.ArrayList;
public abstract class Item implements ItemInterface{
// name and value of an item
String name;
public Item(String name){
this.name = name;
}
public String getName(){
retu... | 530 | 0.601887 | 0.598113 | 28 | 17.857143 | 15.445097 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
f6e58dc387eed710df258dec806e33bddbdb8e31 | 34,437,047,813,748 | ba2ab4f4a530369cb56f5cbab33eaea709bb43a9 | /rest/src/main/java/com/cup/rest/Phone.java | f4a5c32a12de0006371fd0a9d2b20307a08d4c48 | [] | no_license | reifurther/angularjs_proj | https://github.com/reifurther/angularjs_proj | d2eb3712d96c340770833ffbb9755bdc2a61b9e3 | cfdde88ab5fb17b8bd802c4b05f2d0c62f5d52b2 | refs/heads/master | 2021-01-18T01:51:56.079000 | 2015-01-09T03:04:48 | 2015-01-09T03:04:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cup.rest;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "phone")
public class Phone {
int age;
String id;
String name;
String snippet;
@XmlAttribute
public int ge... | UTF-8 | Java | 802 | java | Phone.java | Java | [] | null | [] | package com.cup.rest;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "phone")
public class Phone {
int age;
String id;
String name;
String snippet;
@XmlAttribute
public int ge... | 802 | 0.649626 | 0.649626 | 49 | 14.367347 | 13.538598 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 0 |
f3c51ccb18567ee3051f7a2a10db081165d34ff9 | 36,215,164,264,281 | 9dfb2a42bd1163c10463016125729af86155b732 | /app/src/main/java/com/buddy/tiki/ui/fragment/UpdateProfileFragment$$Lambda$2.java | b3dc0237a04c58bf89b9cc27ef14db3a589248a4 | [] | no_license | chefer/TikiDec | https://github.com/chefer/TikiDec | 1315794882331b5d662e89edd6127a213c0b6d10 | 0669e3e3b0dba5e6291c401e7291b1c33068400c | refs/heads/master | 2020-03-25T03:45:44.137000 | 2017-06-14T05:03:57 | 2017-06-14T05:03:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buddy.tiki.ui.fragment;
import io.reactivex.functions.Function;
import java.lang.invoke.LambdaForm.Hidden;
final /* synthetic */ class UpdateProfileFragment$$Lambda$2 implements Function {
private static final UpdateProfileFragment$$Lambda$2 f2240a = new UpdateProfileFragment$$Lambda$2();
private... | UTF-8 | Java | 553 | java | UpdateProfileFragment$$Lambda$2.java | Java | [] | null | [] | package com.buddy.tiki.ui.fragment;
import io.reactivex.functions.Function;
import java.lang.invoke.LambdaForm.Hidden;
final /* synthetic */ class UpdateProfileFragment$$Lambda$2 implements Function {
private static final UpdateProfileFragment$$Lambda$2 f2240a = new UpdateProfileFragment$$Lambda$2();
private... | 553 | 0.717902 | 0.696203 | 20 | 26.65 | 29.370522 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 0 |
1cd4ebadf42f65fd1252c0e7fb304b85de4a8002 | 38,852,274,163,730 | c039cc4ddb512e32be27d1c5246f5fb4b10b72da | /src/backend/efiling-api/src/test/java/ca/bc/gov/open/jag/efilingapi/lookup/lookupApiDelegateImpl/GetDocumentTypesTest.java | cc19045465e221ca75c5a9440a13f39904064e37 | [
"Apache-2.0"
] | permissive | vdhanapa/jag-file-submission | https://github.com/vdhanapa/jag-file-submission | 7edf5d696039d2673c17ed9b800b221f857b14fb | 49ab69e72acb34370776f58b24accb3a76122ec8 | refs/heads/master | 2023-01-31T06:54:45.259000 | 2020-12-16T19:25:19 | 2020-12-16T19:25:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.bc.gov.open.jag.efilingapi.lookup.lookupApiDelegateImpl;
import ca.bc.gov.open.jag.efilingapi.TestHelpers;
import ca.bc.gov.open.jag.efilingapi.api.model.DocumentTypes;
import ca.bc.gov.open.jag.efilingapi.api.model.EfilingError;
import ca.bc.gov.open.jag.efilingapi.document.DocumentStore;
import ca.bc.gov.... | UTF-8 | Java | 2,870 | java | GetDocumentTypesTest.java | Java | [] | null | [] | package ca.bc.gov.open.jag.efilingapi.lookup.lookupApiDelegateImpl;
import ca.bc.gov.open.jag.efilingapi.TestHelpers;
import ca.bc.gov.open.jag.efilingapi.api.model.DocumentTypes;
import ca.bc.gov.open.jag.efilingapi.api.model.EfilingError;
import ca.bc.gov.open.jag.efilingapi.document.DocumentStore;
import ca.bc.gov.... | 2,870 | 0.767944 | 0.764808 | 67 | 41.835819 | 37.61692 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746269 | false | false | 0 |
62909519168839a047cf65b86cf22260a28feadb | 30,992,484,063,406 | 6cdef9954febfe9f5036b26dd3358a2f385db298 | /src/main/java/be/bagofwords/distributed/computingClient/NetworkedResourceLoader.java | 4b4c9a689b7db6c48a64167870193c347c4abc71 | [
"MIT"
] | permissive | koendeschacht/bow-distributed | https://github.com/koendeschacht/bow-distributed | 968be06efe051bddf11b8fe80426157070d1dd4f | e4cda2855b6c75dc85af31ee6224d445f93fb429 | refs/heads/master | 2020-06-02T09:12:19.858000 | 2015-07-04T08:25:56 | 2015-07-04T08:25:56 | 25,073,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.bagofwords.distributed.computingClient;
import be.bagofwords.util.Pair;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.ResourcePatternResolver;
import java.io.IOException;
import java.util.List;
public class NetworkedResourceLoader implements ResourcePatternResolve... | UTF-8 | Java | 1,510 | java | NetworkedResourceLoader.java | Java | [] | null | [] | package be.bagofwords.distributed.computingClient;
import be.bagofwords.util.Pair;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.ResourcePatternResolver;
import java.io.IOException;
import java.util.List;
public class NetworkedResourceLoader implements ResourcePatternResolve... | 1,510 | 0.660265 | 0.659603 | 46 | 31.826086 | 28.297567 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
280966480d06c04e66175f3729bd8163d3b722ec | 4,964,982,221,161 | bfa0643f7d116eab256c83e0cac61af0f4716488 | /java_project/ch6-ClassAndInstance/src/fruit/FruitMain.java | 3106c9789715677afa248945b99c93a94e63ec1e | [] | no_license | maiorem/Practice-to-JAVA | https://github.com/maiorem/Practice-to-JAVA | ab6edba8d3a72b9a678c512b4b2e228b1adaacbe | 743c643fd90d125fe75dc3df098fcb7277c659fb | refs/heads/master | 2023-03-05T11:22:15.192000 | 2023-02-26T11:28:05 | 2023-02-26T11:28:05 | 253,974,237 | 1 | 0 | null | false | 2023-03-09T16:15:46 | 2020-04-08T03:19:55 | 2023-03-07T08:42:38 | 2023-03-09T16:15:44 | 13,814 | 1 | 0 | 17 | Java | false | false | package fruit;
public class FruitMain {
public static void main(String[] args) {
// 셀러 생성 : 인스턴스화
FruitSeller seller = new FruitSeller();
// new FruitSeller() -> 객체 생성, 메모리에 변수와 변수의 데이터, 메서드 코드들이 저장된다.
// 구매자 생성 : 인스턴스화
FruitBuyer buyer = new FruitBuyer();
// 바이어가 사과를 구매
buyer.buyApple(seller, 2... | UTF-8 | Java | 875 | java | FruitMain.java | Java | [] | null | [] | package fruit;
public class FruitMain {
public static void main(String[] args) {
// 셀러 생성 : 인스턴스화
FruitSeller seller = new FruitSeller();
// new FruitSeller() -> 객체 생성, 메모리에 변수와 변수의 데이터, 메서드 코드들이 저장된다.
// 구매자 생성 : 인스턴스화
FruitBuyer buyer = new FruitBuyer();
// 바이어가 사과를 구매
buyer.buyApple(seller, 2... | 875 | 0.624448 | 0.618557 | 28 | 23.25 | 21.461967 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 0 |
b497fa2236f966aaf9135c2fa19c27441b8bb1b8 | 23,716,809,472,318 | 13ca5cb95e1d477237c733bae3831a52d9e6e349 | /src/main/java/com/czx/encryption/CodecAndCryp.java | a866bcf3ebf937c25df8cc5a98b672382f02b6d3 | [] | no_license | huisetiankongj/javaProject | https://github.com/huisetiankongj/javaProject | a139afd10895d8fb9accd967b06eb9f577a50b74 | cf45482a75f49b511ee18474d1238ae023e21080 | refs/heads/master | 2022-12-27T10:21:00.824000 | 2020-01-02T09:46:18 | 2020-01-02T09:46:18 | 51,814,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.czx.encryption;
import java.io.IOException;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.crypto.KeyGenerator;
import javax.crypto.Mac;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import org.junit.As... | GB18030 | Java | 4,514 | java | CodecAndCryp.java | Java | [
{
"context": "http://snowolf.iteye.com/category/68576\n * @author admin\n *\n */\n\npublic class CodecAndCryp {\n\n\t public sta",
"end": 672,
"score": 0.9925910234451294,
"start": 667,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "ndCryp {\n\n\t public static final String KEY... | null | [] | package com.czx.encryption;
import java.io.IOException;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.crypto.KeyGenerator;
import javax.crypto.Mac;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import org.junit.As... | 4,514 | 0.664168 | 0.633933 | 150 | 25.68 | 24.168386 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 0 |
6b707eed2bd1a42b603bfac20347e9d10a7c7423 | 32,177,894,993,719 | 85d2e429d3a3903faa7e5cc23ed494114926086c | /projetomovie_back/src/main/java/com/pitang/projetomovie/projetomovie/controller/SerieController2.java | 2f8fe12ad08bc495477c292928dedb1a19f1bc1d | [] | no_license | emanoelgomessilva/PitangDB | https://github.com/emanoelgomessilva/PitangDB | a2f64b2b8717831b753c75b8ece699f815a42bb9 | 1b8c8f6ac6bf74a466283650f5b4cd4e91cf23fb | refs/heads/master | 2022-12-01T23:07:12.315000 | 2019-05-26T23:12:09 | 2019-05-26T23:12:09 | 186,131,215 | 0 | 0 | null | false | 2022-11-16T11:40:17 | 2019-05-11T12:38:16 | 2019-05-26T23:12:20 | 2022-11-16T11:40:14 | 150 | 0 | 0 | 2 | Java | false | false | package com.pitang.projetomovie.projetomovie.controller;
import com.pitang.projetomovie.projetomovie.models.Serie;
import com.pitang.projetomovie.projetomovie.repository.SerieRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframewo... | UTF-8 | Java | 1,273 | java | SerieController2.java | Java | [] | null | [] | package com.pitang.projetomovie.projetomovie.controller;
import com.pitang.projetomovie.projetomovie.models.Serie;
import com.pitang.projetomovie.projetomovie.repository.SerieRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframewo... | 1,273 | 0.767478 | 0.762765 | 36 | 34.361111 | 29.742556 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 0 |
e82ac86b6b622bf64094e423b0b923e1ecc72c2a | 29,901,562,314,895 | aad86889d10f11cde5c698fabcf89d0fa21440bf | /app/src/androidTest/java/com/example/administrator/demo/android_base/junit4/UITestActivityTest.java | 59af4290159e9b9efeb6371b248876025b8377e7 | [] | no_license | tanglonghui/Demo | https://github.com/tanglonghui/Demo | c3c9681c2eae01ac4079ee2d1142f7508d03f213 | 49816bd0430d514610a7b1ea11204f2aa7d6e527 | refs/heads/master | 2021-07-13T06:46:41.129000 | 2020-07-23T06:47:17 | 2020-07-23T06:47:17 | 185,001,156 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.demo.android_base.junit4;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import com.example.administrator.demo.R;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import static android.support.test.... | UTF-8 | Java | 1,373 | java | UITestActivityTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by Administrator on 2020/5/29.\n */\n@RunWith(AndroidJUnit4.class)\np",
"end": 829,
"score": 0.37461432814598083,
"start": 816,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.administrator.demo.android_base.junit4;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import com.example.administrator.demo.R;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import static android.support.test.... | 1,373 | 0.742391 | 0.733482 | 42 | 31.071428 | 24.933619 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 0 |
b3a24c52c9d3a53f4c21feaea276adbb122d406e | 33,028,298,563,154 | 9a7d9ace14196185f648055324256b45d6e4c315 | /TestForexGenetic/test/estrategiaoperacionperiodo/IndividuoPeriodoManagerTest.java | c271c969a5d3c23b62464272a690a3ae04589095 | [] | no_license | ricardorq85/genetic-forex | https://github.com/ricardorq85/genetic-forex | 58e3ffe9f60efe87e94726daf65ca9ca25208e67 | 6a29386bc01814e03d598acecdac621fca1f9b50 | refs/heads/master | 2020-04-12T01:20:12.246000 | 2019-09-18T16:30:50 | 2019-09-18T16:30:50 | 53,884,753 | 0 | 1 | null | false | 2018-11-13T19:46:57 | 2016-03-14T19:17:32 | 2018-11-13T19:38:59 | 2018-11-13T19:41:02 | 62,932 | 0 | 1 | 0 | Java | false | null | package estrategiaoperacionperiodo;
import static forex.genetic.manager.PropertiesManager.load;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterCla... | UTF-8 | Java | 6,604 | java | IndividuoPeriodoManagerTest.java | Java | [] | null | [] | package estrategiaoperacionperiodo;
import static forex.genetic.manager.PropertiesManager.load;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterCla... | 6,604 | 0.763931 | 0.759085 | 160 | 39.275002 | 31.912174 | 120 | false | false | 0 | 0 | 0 | 0 | 98 | 0.04043 | 2.55625 | false | false | 0 |
836205a3e0898cc02a8d34d1e6dcdebf3bcbadd4 | 2,508,260,918,961 | 0c2f80702a74527a0a0799a06e2788e3c20135a0 | /src/com/ejia/abplayer/model/User.java | de8d7d6c29c04c3b95b28c71ca5189a385b16849 | [
"MIT"
] | permissive | dotcool/mvideo | https://github.com/dotcool/mvideo | 46f84a97b7ad0a4e2b65607b736bf963aa5ab537 | 0de093ae4b2d9ae8fcf0f1f882870eb5aec2a615 | refs/heads/master | 2020-04-22T06:58:32.127000 | 2015-06-21T14:08:23 | 2015-06-21T14:08:23 | 37,810,554 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ejia.abplayer.model;
public class User {
private String mid;
private String name;
private Boolean isApprove = false; //是否是认证账号
private String spaceName;
private String sex;
private String rank;
private String avatar;
private String follow ; //关注好友数目
private String fans; //... | UTF-8 | Java | 2,210 | java | User.java | Java | [] | null | [] | package com.ejia.abplayer.model;
public class User {
private String mid;
private String name;
private Boolean isApprove = false; //是否是认证账号
private String spaceName;
private String sex;
private String rank;
private String avatar;
private String follow ; //关注好友数目
private String fans; //... | 2,210 | 0.679754 | 0.679754 | 102 | 19.725491 | 14.871448 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.598039 | false | false | 0 |
8bd38a53df544523bb4f5a96610b80f6149797e4 | 2,508,260,919,124 | bdd15b01ab139e410a57bb3a0346eb21edcafdd5 | /Java/chapter4/src/pk4/BitTest_01.java | a79338dfc3abbb95c608dcf0b47625184b6435e9 | [] | no_license | YunhyukJang/Soldesk | https://github.com/YunhyukJang/Soldesk | e725bd2ec0d79d2cc03136e3029abc5bf1f6117d | 53129d0b88727ddec9f11bf051af3ea28dae5a0e | refs/heads/master | 2023-08-17T12:39:31.927000 | 2021-09-23T04:20:33 | 2021-09-23T04:20:33 | 375,034,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pk4;
public class BitTest_01 {
public static void main(String[] args) {
//bit 연산
int num1=5;
int num2=10;
//bit or
int result=num1 | num2;
System.out.println(result);
//bit and
result=num1 & num2;
System.out.println(result);
//bit xor
result=num1 ^ num2;
System.out.p... | UTF-8 | Java | 391 | java | BitTest_01.java | Java | [] | null | [] | package pk4;
public class BitTest_01 {
public static void main(String[] args) {
//bit 연산
int num1=5;
int num2=10;
//bit or
int result=num1 | num2;
System.out.println(result);
//bit and
result=num1 & num2;
System.out.println(result);
//bit xor
result=num1 ^ num2;
System.out.p... | 391 | 0.612403 | 0.571059 | 28 | 12.821428 | 11.554385 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964286 | false | false | 0 |
1875861eb2921ccf148dcbc5007d8cd0098cf717 | 24,575,802,881,444 | 47b2dfcb254997c76c8ad6fad5dabe820654339f | /reCapProject/src/main/java/com/etiya/reCapProject/business/concrates/HeaterCarManager.java | a8bb8ce6e403b2091847eb98091e8c508eb73d68 | [] | no_license | GulaySahin/EtiyaCamp | https://github.com/GulaySahin/EtiyaCamp | 0157477d7e17c107f182d8a4abc165f25a19172c | cfca3a98b6fe7aef08eadf20b1344354e94593ba | refs/heads/main | 2023-09-01T20:55:29.487000 | 2021-10-03T14:31:45 | 2021-10-03T14:31:45 | 397,737,452 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.etiya.reCapProject.business.concrates;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import com.etiya.reCapProject.business.abstracts.HeaterCarService;
import com.etiya.reCapProject.business.constants.Messages;
import com.etiya.reCapProject.core.utilities.business.... | UTF-8 | Java | 2,628 | java | HeaterCarManager.java | Java | [] | null | [] | package com.etiya.reCapProject.business.concrates;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import com.etiya.reCapProject.business.abstracts.HeaterCarService;
import com.etiya.reCapProject.business.constants.Messages;
import com.etiya.reCapProject.core.utilities.business.... | 2,628 | 0.776847 | 0.776847 | 80 | 31.7125 | 28.395948 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1875 | false | false | 0 |
03020c128e3d0d7094f41cafa585d4a337c9f5b6 | 33,706,903,405,666 | 6f19835a556debef00fd2e31b0d2ab25d928555f | /src/test/java/helpdesk/HelpDeskTest.java | dd8de08a6697843f6f6a1334a92df2630b745267 | [] | no_license | Ozymadias/TimeDependentTesting | https://github.com/Ozymadias/TimeDependentTesting | 08863c83ca142a4ba55c9d6c59b437bf41d254ca | cf8af1d3d623f194ba8f9145f79ec344cd5cb26f | refs/heads/master | 2021-09-06T05:14:21.389000 | 2018-02-02T17:10:17 | 2018-02-02T17:10:17 | 119,566,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package helpdesk;
import issue.Issue;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import static org.mockito.Mockito.mock;
import static org.mockit... | UTF-8 | Java | 3,114 | java | HelpDeskTest.java | Java | [] | null | [] | package helpdesk;
import issue.Issue;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import static org.mockito.Mockito.mock;
import static org.mockit... | 3,114 | 0.648683 | 0.644188 | 99 | 30.464647 | 24.184189 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 0 |
33cb062e2770238815cb2792e3e6e8d6ac54ad1a | 33,706,903,406,535 | f7a4bb24a570dafea0617aff6ad9cacf6791e808 | /src/com/allinone/service/api/UserRegistrationServiceAPI.java | 85ea4463439de762378ece63822a2d11b04fe665 | [] | no_license | rahpsing/All-in-One-FantasyGame | https://github.com/rahpsing/All-in-One-FantasyGame | f88415aee93a72107c400d3fb963b30c32c53ffb | 63ff48a7bef66a3124aeede2190c4d2f28cd46af | refs/heads/master | 2021-08-23T15:51:16.249000 | 2017-12-05T14:14:24 | 2017-12-05T14:14:24 | 104,920,191 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.allinone.service.api;
import com.allinone.pojos.User;
/**
* @author rahul
*
*/
public interface UserRegistrationServiceAPI {
public String addUser(String userName, String password, String emailAddress, String phoneNumber,String firstName,String lastName);
public User checkU... | UTF-8 | Java | 517 | java | UserRegistrationServiceAPI.java | Java | [
{
"context": "import com.allinone.pojos.User;\r\n\r\n/**\r\n * @author rahul\r\n *\r\n */\r\npublic interface UserRegistrationServic",
"end": 108,
"score": 0.9961921572685242,
"start": 103,
"tag": "USERNAME",
"value": "rahul"
},
{
"context": "ationServiceAPI {\r\n\r\n\tpublic String ... | null | [] | /**
*
*/
package com.allinone.service.api;
import com.allinone.pojos.User;
/**
* @author rahul
*
*/
public interface UserRegistrationServiceAPI {
public String addUser(String userName, String password, String emailAddress, String phoneNumber,String firstName,String lastName);
public User checkU... | 517 | 0.756286 | 0.756286 | 18 | 26.722221 | 37.48304 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 0 |
a1a83e3efce27325732edf21502745ae893e2680 | 5,849,745,461,745 | 3559757e6cd15c68ba581f8ee71c13c115c7f90d | /app/src/main/java/com/example/fourth/Connections/ApiCall.java | 3fa6f4f00a5d44653d97cfa4296114156667fb99 | [] | no_license | maroondre/Fourth | https://github.com/maroondre/Fourth | 56a91b6a416385cb94a0d1a745bfd9ee64f2e7b8 | f37e2426a282512a48367cb7ba58624489a25f5b | refs/heads/master | 2023-01-11T13:56:30.514000 | 2020-11-11T12:41:58 | 2020-11-11T12:41:58 | 311,967,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fourth.Connections;
import com.example.fourth.ListModels.ListBansa;
import com.example.fourth.ListModels.ListLiga;
import com.example.fourth.ListModels.ListScore;
import com.example.fourth.ListModels.ListStandings;
import com.example.fourth.ListModels.ListTeams;
import com.example.fourth.ListModels... | UTF-8 | Java | 1,461 | java | ApiCall.java | Java | [] | null | [] | package com.example.fourth.Connections;
import com.example.fourth.ListModels.ListBansa;
import com.example.fourth.ListModels.ListLiga;
import com.example.fourth.ListModels.ListScore;
import com.example.fourth.ListModels.ListStandings;
import com.example.fourth.ListModels.ListTeams;
import com.example.fourth.ListModels... | 1,461 | 0.715264 | 0.711157 | 39 | 36.46154 | 44.315216 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794872 | false | false | 0 |
133d3445322cb98757e096cbf0113d043efef4fb | 4,466,766,026,696 | 57809b2bf25a10638fa0eb48372b00524a9e111d | /app/src/main/java/com/gruposalinas/elektra/sociomas/UI/Fragments/Gafete/Parallax/ParallaxGafeteInteractor.java | 6b59c1ff0d9c73c82ac11421600340da2f109857 | [] | no_license | Aguayo91/PruebasVersion | https://github.com/Aguayo91/PruebasVersion | 431641722b623a54901470f65b762de1e712cbab | 99a887865bdb93db1bea5bf924f4d93b9eb1dd4e | refs/heads/master | 2021-05-02T15:18:21.937000 | 2017-12-20T19:49:38 | 2017-12-20T19:49:38 | 120,693,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gruposalinas.elektra.sociomas.UI.Fragments.Gafete.Parallax;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.gruposalinas.elektra.sociomas.Utils.ApplicationBase;
import com.sociomas.core.MVP.BaseInteractor;
import com.sociomas.core.Utils.Constants;
import com.sociomas.core.Utils.Const... | UTF-8 | Java | 3,361 | java | ParallaxGafeteInteractor.java | Java | [
{
"context": "ack;\nimport retrofit2.Response;\n\n/**\n * Created by oemy9 on 22/11/2017.\n */\n\npublic class ParallaxGafeteIn",
"end": 732,
"score": 0.9996287226676941,
"start": 727,
"tag": "USERNAME",
"value": "oemy9"
}
] | null | [] | package com.gruposalinas.elektra.sociomas.UI.Fragments.Gafete.Parallax;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.gruposalinas.elektra.sociomas.Utils.ApplicationBase;
import com.sociomas.core.MVP.BaseInteractor;
import com.sociomas.core.Utils.Constants;
import com.sociomas.core.Utils.Const... | 3,361 | 0.668156 | 0.66339 | 86 | 38.034885 | 33.856209 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.476744 | false | false | 0 |
eede9b66331e2182daa9bd33c35f2bcc2d78de80 | 16,501,264,384,751 | 200a207ed990bf2b427160f7e9a2b5690be65788 | /src/main/java/net/minecraft/world/gen/structure/MapGenStructureData.java | c92da9cfbe5f5653d5fe0ec6c122e815cd8fcd82 | [
"WTFPL"
] | permissive | 8MiYile/HomoCraftServer | https://github.com/8MiYile/HomoCraftServer | 8fae0e35a82267dbac023531c63903a293861e71 | 06c52bccad746256a08f78bfc56ae9e4c847445c | refs/heads/master | 2021-02-07T20:55:22.127000 | 2020-05-06T10:01:49 | 2020-05-06T10:01:49 | 244,075,912 | 13 | 8 | WTFPL | false | 2020-10-13T19:58:13 | 2020-03-01T02:49:30 | 2020-05-12T07:41:59 | 2020-10-13T19:58:12 | 16,170 | 12 | 4 | 4 | Java | false | false | package net.minecraft.world.gen.structure;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.storage.WorldSavedData;
public class MapGenStructureData extends WorldSavedData
{
private NBTTagCompound tagCompound = new NBTTagCompound();
public MapGenStructureData(String name)
{
sup... | UTF-8 | Java | 1,011 | java | MapGenStructureData.java | Java | [] | null | [] | package net.minecraft.world.gen.structure;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.storage.WorldSavedData;
public class MapGenStructureData extends WorldSavedData
{
private NBTTagCompound tagCompound = new NBTTagCompound();
public MapGenStructureData(String name)
{
sup... | 1,011 | 0.689416 | 0.689416 | 40 | 24.299999 | 26.271849 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 0 |
1d004434efc67ffe18ceb38c4fb9a0b6116890ef | 17,978,733,102,316 | c17c6a08ff609ba4d4c314494a21becaf11cb24c | /common/src/main/java/jabot/common/Texter.java | 3fe3c4baf524dff76183a53a5d2703ecdf10a48d | [] | no_license | borisshvonder/jabot | https://github.com/borisshvonder/jabot | c675961a23639060b657932b4d0db9bf28fe072c | f41831eb26c94efc7d7f4af2f56fd7f70ab4577f | refs/heads/master | 2023-04-17T00:43:05.213000 | 2020-04-20T01:48:18 | 2020-04-20T01:48:18 | 254,695,102 | 0 | 0 | null | false | 2021-04-26T20:09:29 | 2020-04-10T17:28:23 | 2020-04-20T01:49:09 | 2021-04-26T20:09:29 | 1,376 | 0 | 0 | 3 | Java | false | false | package jabot.common;
import javolution.text.Text;
import javolution.text.TextBuilder;
/**
* Thin wrapper around javolution TextBuilder that provides adaptable initial
* sizing. This class guarantees that (eventually) no reallocations will be
* made.
*
* @threadsafe
*/
public class Texter {
private static fin... | UTF-8 | Java | 3,860 | java | Texter.java | Java | [] | null | [] | package jabot.common;
import javolution.text.Text;
import javolution.text.TextBuilder;
/**
* Thin wrapper around javolution TextBuilder that provides adaptable initial
* sizing. This class guarantees that (eventually) no reallocations will be
* made.
*
* @threadsafe
*/
public class Texter {
private static fin... | 3,860 | 0.617617 | 0.616062 | 156 | 23.743589 | 22.647203 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.929487 | false | false | 0 |
76b8918c53a02cf6968df2de18ad5860233dc3b1 | 31,353,261,276,681 | 492be20afb2b9f6782efe4a9b8be1878ac7c77e9 | /src/main/java/com/demo/vanlinh/restfulapidemo/model/Book.java | afba38b61f9f5bf1e3aa803254caeb9992deea4b | [] | no_license | vanlinhb0/restfulapidemo | https://github.com/vanlinhb0/restfulapidemo | b965514b91d3f68276ba5aeb7416662f7c7fe801 | 340a4c1a0661e570f25f91acd70edfeef446e7b1 | refs/heads/master | 2020-12-05T07:12:17.406000 | 2020-01-06T08:03:13 | 2020-01-06T08:03:13 | 232,044,136 | 0 | 0 | null | false | 2020-07-02T01:56:05 | 2020-01-06T07:06:10 | 2020-01-06T08:03:24 | 2020-07-02T01:56:03 | 55 | 0 | 0 | 1 | Java | false | false | package com.demo.vanlinh.restfulapidemo.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "book")
public class Book {
@Id
@... | UTF-8 | Java | 523 | java | Book.java | Java | [] | null | [] | package com.demo.vanlinh.restfulapidemo.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "book")
public class Book {
@Id
@... | 523 | 0.745698 | 0.745698 | 30 | 16.433332 | 14.98818 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
d9309033fab18af0f285d4a22a5fd64453dbf5a6 | 24,610,162,647,527 | 74b18be639323349e8c951e983345e02649894f2 | /src/com/bearhockey/terra/Cord.java | 661f451d3c1f0985cde37ca38e177040cd72ed8b | [] | no_license | bearhockey/Terra | https://github.com/bearhockey/Terra | 0465d3b1223a036c14d65ba57340f250e690d4a6 | 3ab46c3150e53940ce7fa1cabca9cd11ed9a14c4 | refs/heads/master | 2019-11-28T05:21:59.787000 | 2014-09-29T16:53:28 | 2014-09-29T16:53:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bearhockey.terra;
public class Cord {
private final float maxElevation=1.0f;
private final float minElevation=-1.0f;
private final float maxMoisture=1.0f;
private final float minMoisture=0.0f;
private float elevation;
private int temperature;
private float moisture;
private boolean ... | UTF-8 | Java | 2,064 | java | Cord.java | Java | [] | null | [] | package com.bearhockey.terra;
public class Cord {
private final float maxElevation=1.0f;
private final float minElevation=-1.0f;
private final float maxMoisture=1.0f;
private final float minMoisture=0.0f;
private float elevation;
private int temperature;
private float moisture;
private boolean ... | 2,064 | 0.696705 | 0.689438 | 75 | 25.52 | 19.241871 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.933333 | false | false | 0 |
3c44358751fe578808e84ae0e2f58e05cd4fd427 | 33,526,514,723,045 | e1dd7955add826174e9c33f923e4d972507c0e42 | /belvedere-core/src/main/java/zendesk/belvedere/BitmapUtils.java | 4b9678cb2d7152a327620e43fbb16f4ff70db995 | [
"Apache-2.0"
] | permissive | zendesk/belvedere | https://github.com/zendesk/belvedere | e592d083b65fee541696f51c642949bea3529261 | 6de4814eabd83b24a40b4d6926c70ee129144544 | refs/heads/master | 2023-09-01T06:48:10.860000 | 2022-08-04T09:20:56 | 2022-08-04T09:20:56 | 59,029,808 | 159 | 37 | Apache-2.0 | false | 2023-05-20T20:17:19 | 2016-05-17T14:27:23 | 2023-03-31T21:20:03 | 2023-05-18T19:20:55 | 3,296 | 147 | 28 | 14 | Java | false | false | package zendesk.belvedere;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Pair;
import androidx.annotation.NonNull;
import java.io.File;
/**
* Utility methods for {@link Bitmap}
*/
@SuppressWarnings("WeakerAccess")
public class BitmapUtils {
/**
* Gets the dim... | UTF-8 | Java | 878 | java | BitmapUtils.java | Java | [] | null | [] | package zendesk.belvedere;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.Pair;
import androidx.annotation.NonNull;
import java.io.File;
/**
* Utility methods for {@link Bitmap}
*/
@SuppressWarnings("WeakerAccess")
public class BitmapUtils {
/**
* Gets the dim... | 878 | 0.708428 | 0.70615 | 30 | 28.266666 | 27.762005 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 0 |
4487c26e3b71ecadd4b58b8a5e0103146c7e1dbf | 1,125,281,447,110 | 986481556802532ac94999647453f5599c42fd48 | /prog/src/API/datatypes/DTUsuario.java | edf927e7e128d6a098da2235744b319f5111cd04 | [] | no_license | tomba14/ProgApps | https://github.com/tomba14/ProgApps | 804d33a531bd11f22a885574effc16f4e4f8a0b2 | cd3018af6490112165b23c1a4f435963fba3679f | refs/heads/master | 2023-03-03T22:50:07.557000 | 2020-11-27T00:12:50 | 2020-11-27T00:12:50 | 339,832,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package API.datatypes;
import java.lang.String;
import java.sql.Date;
import java.util.List;
import javax.persistence.OneToMany;
import logica.entidades.Usuario;
import java.io.File;
public class DTUsuario {
public String nickname;
public String nombre;
public String apellido;
public String mail;
public Stri... | UTF-8 | Java | 681 | java | DTUsuario.java | Java | [
{
"context": " Date nac, String passp) {\n\t\tsuper();\n\t\tnickname = nick;\n\t\tnombre = name;\n\t\tapellido = ape;\n\t\tmail = emai",
"end": 575,
"score": 0.8339841961860657,
"start": 571,
"tag": "USERNAME",
"value": "nick"
},
{
"context": "il = email;\n\t\tfechaNac = nac.toString... | null | [] | package API.datatypes;
import java.lang.String;
import java.sql.Date;
import java.util.List;
import javax.persistence.OneToMany;
import logica.entidades.Usuario;
import java.io.File;
public class DTUsuario {
public String nickname;
public String nombre;
public String apellido;
public String mail;
public Stri... | 686 | 0.731278 | 0.731278 | 39 | 16.461538 | 16.694613 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.410256 | false | false | 0 |
ea69d7761e924c538658b0dabbc528d794a70b16 | 1,125,281,450,155 | a7d267c16a8f445ead8167512f78cf72fe5cd515 | /Arduino e linguagens/JavaArduino/10 - Java + Arduino/serialcomm/demos-3.3.5/demos/cobra5329/WombatDemo/src/ListBoxPage.java | 5b0b470c691760509204987a130cafb8b768bbe1 | [] | no_license | fernandomoreira/sketchbook | https://github.com/fernandomoreira/sketchbook | 6c59e77925c129aefa8029affe3df383491fca8e | e724156c0ed54d9c13bf11d1cc4e7959a6380945 | refs/heads/master | 2020-03-20T07:41:05.448000 | 2018-07-03T02:53:18 | 2018-07-03T02:53:18 | 137,288,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Java file created by JControl/IDE
*
* Created on 28.02.07 16:17
*
* @author timmer
*/
import jcontrol.ui.wombat.Container;
import jcontrol.ui.wombat.event.ActionListener;
import jcontrol.io.Resource;
import java.io.IOException;
import jcontrol.ui.wombat.Border;
import jcontrol.ui.wombat.Label;... | UTF-8 | Java | 2,495 | java | ListBoxPage.java | Java | [
{
"context": "\r\n *\r\n * Created on 28.02.07 16:17\r\n *\r\n * @author timmer\r\n */\r\n\r\nimport jcontrol.ui.wombat.Container;\r\nimp",
"end": 98,
"score": 0.9933415651321411,
"start": 92,
"tag": "USERNAME",
"value": "timmer"
}
] | null | [] | /**
* Java file created by JControl/IDE
*
* Created on 28.02.07 16:17
*
* @author timmer
*/
import jcontrol.ui.wombat.Container;
import jcontrol.ui.wombat.event.ActionListener;
import jcontrol.io.Resource;
import java.io.IOException;
import jcontrol.ui.wombat.Border;
import jcontrol.ui.wombat.Label;... | 2,495 | 0.684569 | 0.644489 | 73 | 32.205479 | 30.326967 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.219178 | false | false | 0 |
5ea89a8909d5f05303bc0218f041b6a5ddaf6d7d | 16,518,444,236,315 | 2031a03bd1841f49937ec9a6087f463af95b246e | /trunk/Warehouse/src/main/java/com/nyb/warehouse/entity/User.java | 71dad434e3060add5d19489cfb4ae9dccb30cc14 | [] | no_license | 0811112150/Warehouse | https://github.com/0811112150/Warehouse | 92b12d8d53ac22347f014a7eb36c4e389e8ebbf1 | 90cffe76aed0fea76d27c12e541c281c04b77fd9 | refs/heads/master | 2020-06-11T08:43:01.881000 | 2016-12-09T09:05:20 | 2016-12-09T09:05:20 | 75,707,265 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nyb.warehouse.entity;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* Created by aa on 2016/12/7.
*/
@Entity
@Table(name = "user", schema = "warehouse", catalog = "")
public class User {
private String address;
private Timestamp createDateTime;
private String email;
private ... | UTF-8 | Java | 4,895 | java | User.java | Java | [
{
"context": "e.*;\nimport java.sql.Timestamp;\n\n/**\n * Created by aa on 2016/12/7.\n */\n@Entity\n@Table(name = \"user\", s",
"end": 111,
"score": 0.9867510199546814,
"start": 109,
"tag": "USERNAME",
"value": "aa"
},
{
"context": "ic void setName(String name) {\n this.name ... | null | [] | package com.nyb.warehouse.entity;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* Created by aa on 2016/12/7.
*/
@Entity
@Table(name = "user", schema = "warehouse", catalog = "")
public class User {
private String address;
private Timestamp createDateTime;
private String email;
private ... | 4,895 | 0.602452 | 0.594893 | 174 | 27.132183 | 26.751944 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385057 | false | false | 0 |
14775a6e3044a5188ee50a2c84821b9832b58395 | 14,379,550,521,625 | ae28cec5bb6eacc8e2b7f45c7e400c92d430d7b4 | /LTV/app/src/main/java/com/fongmi/android/ltv/network/task/DownloadTask.java | 4ccbafa73500bf02b5f3adfa52716d611fdd1baf | [] | no_license | lishangwl/LTV | https://github.com/lishangwl/LTV | ea68b2528ceb37a9419d3d69cb57e20779e579e4 | dcd1cd5c838e3150a2394b90d26bfbe89b17d936 | refs/heads/master | 2022-12-26T20:12:58.283000 | 2020-10-14T01:45:01 | 2020-10-14T01:45:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fongmi.android.ltv.network.task;
import com.fongmi.android.ltv.network.HttpHelper;
import java.net.HttpURLConnection;
import java.util.TimerTask;
public class DownloadTask extends TimerTask {
private String url;
public DownloadTask(String url) {
this.url = url;
}
@Override
public void run() {
... | UTF-8 | Java | 519 | java | DownloadTask.java | Java | [] | null | [] | package com.fongmi.android.ltv.network.task;
import com.fongmi.android.ltv.network.HttpHelper;
import java.net.HttpURLConnection;
import java.util.TimerTask;
public class DownloadTask extends TimerTask {
private String url;
public DownloadTask(String url) {
this.url = url;
}
@Override
public void run() {
... | 519 | 0.728324 | 0.728324 | 26 | 19 | 18.53894 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 0 |
9b93bf0ce22dd959bd50b8ad215f93076d3f3a10 | 1,675,037,271,745 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_0198f262af33bc38a56c0c5fdb9408bcc877faa5/MacInstalledJREs/14_0198f262af33bc38a56c0c5fdb9408bcc877faa5_MacInstalledJREs_s.java | 903b6c7bd21cee30c0b2d692f71952aae71dc3cd | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*******************************************************************************
* Copyright (c) 2010, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | UTF-8 | Java | 7,527 | java | 14_0198f262af33bc38a56c0c5fdb9408bcc877faa5_MacInstalledJREs_s.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2010, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | 7,527 | 0.639033 | 0.63239 | 237 | 30.755274 | 28.44788 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.379747 | false | false | 0 |
128da8d1ae6abb532dc23ec6eb6a6d15699fdec8 | 3,719,441,692,953 | 639056f3cb9ca3215fcf9fd7e004352f24e29ec8 | /src/main/java/com/aiaaa/web/controller/ProductController.java | 8286db8a841ef8b6799435c82a0c10cee54b1fc4 | [] | no_license | iLudan/aisns | https://github.com/iLudan/aisns | fc08441b0c325dff79d408bd67df1eed1d734931 | 77c7c93413db6ced8c738e578dd39ef5eb2f4120 | refs/heads/master | 2020-05-22T14:47:07.729000 | 2019-05-18T09:29:13 | 2019-05-18T09:29:13 | 186,393,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aiaaa.web.controller;
import com.aiaaa.annotation.LuxLog;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.PathVariable;
impo... | UTF-8 | Java | 942 | java | ProductController.java | Java | [] | null | [] | package com.aiaaa.web.controller;
import com.aiaaa.annotation.LuxLog;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.PathVariable;
impo... | 942 | 0.762693 | 0.757174 | 30 | 29.200001 | 25.321136 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
fe73ade7ab10f865a907dda7425827e1c174e0b9 | 3,719,441,697,272 | 9d81c9bbe427218040fb6be67755f4c269670c8b | /app/src/main/java/com/jasonhezz/github/rxandroidtemplate/network/Constraint.java | f1842c8ba77d09243d12dff4de1b63b7fda4d46a | [] | no_license | JasonHezz/ProjectTemplate | https://github.com/JasonHezz/ProjectTemplate | ac49e448293170484060914ff83a656d50ceb1ee | fa17fdb1a04a6e48135710837026ffbdf7cd7e5f | refs/heads/master | 2021-01-10T16:31:42.156000 | 2016-04-06T09:30:47 | 2016-04-06T09:30:47 | 55,593,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jasonhezz.github.rxandroidtemplate.network;
/**
* Created by JasonHezz on 2016/3/2.
*/
public class Constraint {
public static long DEFAULT_CONNECT_TIMEOUT_MILLIS = 15;
public static long DEFAULT_READ_TIMEOUT_MILLIS = 20;
public static long DEFAULT_WRITE_TIMEOUT_MILLIS = 20;
public static Strin... | UTF-8 | Java | 371 | java | Constraint.java | Java | [
{
"context": "thub.rxandroidtemplate.network;\n\n/**\n * Created by JasonHezz on 2016/3/2.\n */\npublic class Constraint {\n\n pub",
"end": 84,
"score": 0.987645149230957,
"start": 75,
"tag": "USERNAME",
"value": "JasonHezz"
}
] | null | [] | package com.jasonhezz.github.rxandroidtemplate.network;
/**
* Created by JasonHezz on 2016/3/2.
*/
public class Constraint {
public static long DEFAULT_CONNECT_TIMEOUT_MILLIS = 15;
public static long DEFAULT_READ_TIMEOUT_MILLIS = 20;
public static long DEFAULT_WRITE_TIMEOUT_MILLIS = 20;
public static Strin... | 371 | 0.74124 | 0.706199 | 13 | 27.538462 | 26.395266 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 0 |
689184c4bc0b2b06771099d64c2159c404c97969 | 17,008,070,512,820 | dbafe62711ba96e51309901e42422d0aaa4d4035 | /src/main/java/Object/Character.java | 8d51acddf330e1d5de9ebc1efcc9eee8b30cf19e | [] | no_license | andytlim/schooled | https://github.com/andytlim/schooled | 50f56c0ca521658cc95128563920edfe0bd57f42 | 76c85a8023607ae4495b046dd8fd65f6f62ae400 | refs/heads/master | 2020-06-06T17:01:52.679000 | 2017-11-23T04:01:49 | 2017-11-23T04:01:49 | 35,743,084 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Object;
import java.util.ArrayList;
import org.newdawn.slick.Animation;
public class Character {
/* Variables */
private String name;
private String esp;
private ArrayList<Skill> skills;
private ArrayList<Available> available;
private ArrayList<Animation> animations;
private int maxHealth;
private... | UTF-8 | Java | 2,373 | java | Character.java | Java | [] | null | [] | package Object;
import java.util.ArrayList;
import org.newdawn.slick.Animation;
public class Character {
/* Variables */
private String name;
private String esp;
private ArrayList<Skill> skills;
private ArrayList<Available> available;
private ArrayList<Animation> animations;
private int maxHealth;
private... | 2,373 | 0.693637 | 0.692373 | 134 | 16.708956 | 15.015327 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 0 |
2089f992c89903836c006a4d4d0910354669d951 | 7,103,875,927,175 | ff9a0b70897af1d963bbf1b291527fdc52bdab33 | /src/main/java/com/licyun/dao/UserPermissionDao.java | ff1bb7a0e972c649aac9780c78750c5054566d9d | [] | no_license | zhangdu2000/SpringMVCmovie | https://github.com/zhangdu2000/SpringMVCmovie | 3ab2706a1480d8fbfab2f4687739b599b0f87e46 | d38b29d68da8ce81132cade8389d0d78a5d04a98 | refs/heads/master | 2023-02-18T04:23:34.884000 | 2020-09-01T14:36:59 | 2020-09-01T14:36:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.licyun.dao;
import com.licyun.model.User;
import com.licyun.model.UserPermission;
import com.licyun.model.UserRole;
/**
* Created by 李呈云
* Description:
* 2016/10/18.
*/
public interface UserPermissionDao {
String findPermissionsByEmail(String email);
Long insertPermissions(UserPermission use... | UTF-8 | Java | 452 | java | UserPermissionDao.java | Java | [
{
"context": "ort com.licyun.model.UserRole;\n\n/**\n * Created by 李呈云\n * Description:\n * 2016/10/18.\n */\npublic interfa",
"end": 151,
"score": 0.9887003898620605,
"start": 148,
"tag": "NAME",
"value": "李呈云"
}
] | null | [] | package com.licyun.dao;
import com.licyun.model.User;
import com.licyun.model.UserPermission;
import com.licyun.model.UserRole;
/**
* Created by 李呈云
* Description:
* 2016/10/18.
*/
public interface UserPermissionDao {
String findPermissionsByEmail(String email);
Long insertPermissions(UserPermission use... | 452 | 0.7713 | 0.753363 | 21 | 20.238094 | 20.400524 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 0 |
a99e6dc060d2ebc61a624be08360c3d439809dfb | 2,929,167,717,768 | de2fa32bf4a7bbb5054d066c94255460dd47f626 | /OnlineExamSystemProject/src/main/java/com/lti/entity/Admin.java | 60a33fb12c4c24edf22bd6cde367ff3e69dd5ed9 | [] | no_license | manikya-aravind/ONLINE-EXAM-SYSTEM-PROJECT | https://github.com/manikya-aravind/ONLINE-EXAM-SYSTEM-PROJECT | d7f801664a6b4b4b126cdc20e817320869a04f19 | 3d2e558366943bff30ebb40cd0053fb0e0cde953 | refs/heads/master | 2023-02-15T22:56:57.007000 | 2021-01-09T04:41:48 | 2021-01-09T04:41:48 | 328,068,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lti.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
@Entity
@Table(name="tbl_admin")
public c... | UTF-8 | Java | 1,056 | java | Admin.java | Java | [
{
"context": "(name=\"admin_id\")\n\tlong adminId;\n\t\n\t@Column(name=\"admin_username\")\n\tString adminName;\n\t\n\t@Column(name=\"admin_passw",
"end": 559,
"score": 0.9951093196868896,
"start": 545,
"tag": "USERNAME",
"value": "admin_username"
},
{
"context": ";\n\t}\n\n\tpublic ... | null | [] | package com.lti.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
@Entity
@Table(name="tbl_admin")
public c... | 1,050 | 0.767045 | 0.761364 | 50 | 20.120001 | 18.733541 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12 | false | false | 0 |
08766b59f211ad0a632de5cb8ebd82407f1dc690 | 20,727,512,184,904 | e8d42dc743d8e906dab4d32c87a194f3a041049d | /src/ar/com/ada/Producto.java | 7c06824f1a9d77a28641ef297a863e61ab172d72 | [] | no_license | gabykode/ada_java | https://github.com/gabykode/ada_java | 5a38e8684fcd08dd59644722709bcba90682a430 | 805b75e843550dcdc37f969fc783036044fa0e8c | refs/heads/master | 2020-08-17T06:45:01.780000 | 2019-10-16T19:25:34 | 2019-10-16T19:25:34 | 215,627,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.ada;
import java.util.Objects;
public abstract class Producto {
protected String marca;
protected double precioLista;
public Producto() {
}
public Producto(String pMarca, double pPrecioLista) {
this.marca = pMarca;
this.precioLista = pPrecioLista;
... | UTF-8 | Java | 1,137 | java | Producto.java | Java | [] | null | [] | package ar.com.ada;
import java.util.Objects;
public abstract class Producto {
protected String marca;
protected double precioLista;
public Producto() {
}
public Producto(String pMarca, double pPrecioLista) {
this.marca = pMarca;
this.precioLista = pPrecioLista;
... | 1,137 | 0.595427 | 0.594547 | 46 | 22.717392 | 21.755222 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 0 |
2456a25ae94572fb3e76335bf326f70bc1f49084 | 137,439,021,306 | 9ab812c58a02be2322d3b79373f60618502e291e | /src/LinkedList/middlelinkedlist/MiddleLinkedList.java | bb87c94d1d3502a1c07af56e0e4fc40b9e5b2781 | [] | no_license | naruto227/leetcode | https://github.com/naruto227/leetcode | 26423f7706a61c0404ef81f056e07e2a1fdf9ab6 | 8c5a1a2c89e6d52f7dc85434d62600860bfbc5cd | refs/heads/master | 2021-06-20T06:40:25.514000 | 2021-02-02T15:18:45 | 2021-02-02T15:18:45 | 177,989,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LinkedList.middlelinkedlist;
import list.ListNode;
/**
* 876. Middle of the Linked List
* Given a non-empty, singly linked list with head node head, return a middle node of linked list.
If there are two middle nodes, return the second middle node.
链接:https://leetcode-cn.com/problems/middle-of-the-linked... | UTF-8 | Java | 801 | java | MiddleLinkedList.java | Java | [
{
"context": "m/problems/middle-of-the-linked-list\n * Created by Michael Allan on 2020/3/23.\n */\npublic class MiddleLinkedList {",
"end": 353,
"score": 0.9997243285179138,
"start": 340,
"tag": "NAME",
"value": "Michael Allan"
}
] | null | [] | package LinkedList.middlelinkedlist;
import list.ListNode;
/**
* 876. Middle of the Linked List
* Given a non-empty, singly linked list with head node head, return a middle node of linked list.
If there are two middle nodes, return the second middle node.
链接:https://leetcode-cn.com/problems/middle-of-the-linked... | 794 | 0.612374 | 0.599747 | 31 | 24.548388 | 24.080294 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 0 |
ebda18d0ffeb886d65b66daa2f315fc6c143afa8 | 4,191,888,126,071 | 2a0e1ec660f11b1c9b9086a554fbdc9c0f41d70c | /Hibernate and Spring training/src/training/cfg/AppConfig4.java | 59ebbb8a5f840e7c6d617433731955e75174050d | [] | no_license | kayartaya-vinod/2018_06_HPE_HIBERNATE_SPRING | https://github.com/kayartaya-vinod/2018_06_HPE_HIBERNATE_SPRING | f0cde2a825c058abe1d7bb18dcc31a2c6839076d | b55a68cec88538fe336cedd9508eda96a8b756ea | refs/heads/master | 2020-03-21T02:34:35.305000 | 2019-02-06T07:25:12 | 2019-02-06T07:25:12 | 138,005,201 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package training.cfg;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotati... | UTF-8 | Java | 1,059 | java | AppConfig4.java | Java | [
{
"context": "tcp://localhost/~/hpe201806\");\n\t\tbds.setUsername(\"sa\");\n\t\tbds.setPassword(\"\");\n\n\t\tbds.setInitialSize(5",
"end": 920,
"score": 0.9188855290412903,
"start": 918,
"tag": "USERNAME",
"value": "sa"
}
] | null | [] | package training.cfg;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.springframework.beans.factory.annotation.Autowire;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotati... | 1,059 | 0.777148 | 0.761095 | 38 | 26.868422 | 21.345739 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.289474 | false | false | 0 |
7241fbda981aec5b64de628e347026fa652191a4 | 32,109,175,518,203 | bfc9cde4a227705699cf0643d47c56fd63eb6994 | /lib-task/src/main/java/com/gcml/task/adapter/TaskChoiceAdapter.java | 5aa50f71a41aa6b6b57f28244c04ef701c78a10e | [] | no_license | dcy000/MLxiao | https://github.com/dcy000/MLxiao | debcf371230832bef283507dedbbff8cd6271fb7 | 02df66d1d22c3a0658ef1a86acb28885c2dbb691 | refs/heads/master | 2021-01-20T10:14:11.370000 | 2018-10-19T10:23:02 | 2018-10-19T10:23:02 | 101,597,000 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gcml.task.adapter;
import android.support.annotation.Nullable;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.gcml.task.R;
import com.gcml.task.bean.get.TaskHealthBean;
import java.util.List;
public class TaskChoiceAdapter extends B... | UTF-8 | Java | 927 | java | TaskChoiceAdapter.java | Java | [] | null | [] | package com.gcml.task.adapter;
import android.support.annotation.Nullable;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.gcml.task.R;
import com.gcml.task.bean.get.TaskHealthBean;
import java.util.List;
public class TaskChoiceAdapter extends B... | 927 | 0.7411 | 0.7411 | 27 | 33.333332 | 35.228355 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 0 |
3154a562aaa97787c3d3aa1aa66f1f7545e21b78 | 2,654,289,840,862 | 801c39e8bbeee2e25ed1ba2b74aa039f8b3d62ae | /fizteh-java-2014/src/ru/fizteh/fivt/students/torunova/junit/tests/TableProviderTest.java | 81b4839eb7404c958fe132b30940e346701e4ea5 | [] | no_license | grapefroot/mipt | https://github.com/grapefroot/mipt | 2f6572b3120e28a0e63e28f2542782520384828f | 51d13fa07b37bdbdda943bd47d7e356a3a126177 | refs/heads/master | 2020-12-24T21:12:03.706000 | 2016-11-08T07:40:20 | 2016-11-08T07:40:20 | 56,529,254 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.fizteh.fivt.students.torunova.junit.tests;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import ru.fizteh.fivt.storage.strings.TableProvider;
import ru.fizteh.fivt.students.torunova.junit.Database;
import ru.fizteh.fivt.students.torunova.junit... | UTF-8 | Java | 3,733 | java | TableProviderTest.java | Java | [] | null | [] | package ru.fizteh.fivt.students.torunova.junit.tests;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import ru.fizteh.fivt.storage.strings.TableProvider;
import ru.fizteh.fivt.students.torunova.junit.Database;
import ru.fizteh.fivt.students.torunova.junit... | 3,733 | 0.698366 | 0.695955 | 105 | 34.55238 | 24.102945 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.438095 | false | false | 0 |
e02072be62264ab49ae8c57ff524e7563e9436d3 | 13,700,945,730,448 | 16259b3d576b0a47fbdc746dc866d06c6360df81 | /NitutzProject4/src/DataBase/IRelationalDB.java | 4f990d92b2a48905f25f62c5f5d58de61b70374c | [] | no_license | saharbenbaruch/EmergencySystem | https://github.com/saharbenbaruch/EmergencySystem | 85c0fc4e1a6815f3e42581562424b59a5c00f6ee | a2e83155356c60eed55d7ec338b2ac0b3f58bb28 | refs/heads/master | 2020-06-07T02:48:32.011000 | 2019-06-20T11:00:23 | 2019-06-20T11:00:23 | 192,904,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataBase;
import java.sql.ResultSet;
public interface IRelationalDB {
boolean executeSQLCommand(String toExecute);
public boolean executeInsertCommand(String[] fields, String toExecute);
public String executeSelectCommand(String sql);
public String executeSelectPWCommand(String sql);
publi... | UTF-8 | Java | 354 | java | IRelationalDB.java | Java | [] | null | [] | package DataBase;
import java.sql.ResultSet;
public interface IRelationalDB {
boolean executeSQLCommand(String toExecute);
public boolean executeInsertCommand(String[] fields, String toExecute);
public String executeSelectCommand(String sql);
public String executeSelectPWCommand(String sql);
publi... | 354 | 0.785311 | 0.785311 | 11 | 31.181818 | 23.80534 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 0 |
68cdb64715777c90416fa5ffc6993b9dbc917236 | 25,383,256,782,628 | 99473a50a822efec4422aa41dd1567ff609c3f5e | /src/main/java/me/blayyke/reflex/database/keys/guild/KeyPrefix.java | d3dd786e43c1af7e91307a8e9bf26292557c6a74 | [] | no_license | Blayyke/Reflex | https://github.com/Blayyke/Reflex | faa4a11805c0a99bbf24de56d7dfe1dfa3160d56 | 487af1fbf30313a9593232c4d08fed2f30957ead | refs/heads/master | 2021-05-08T21:21:13.627000 | 2018-04-13T02:03:12 | 2018-04-13T02:03:12 | 119,639,901 | 3 | 2 | null | false | 2018-04-13T02:03:13 | 2018-01-31T05:35:03 | 2018-03-22T12:18:45 | 2018-04-13T02:03:13 | 210 | 2 | 2 | 0 | Java | false | null | package me.blayyke.reflex.database.keys.guild;
import net.dv8tion.jda.core.entities.Guild;
public class KeyPrefix extends AbstractGuildKey {
public KeyPrefix(Guild guild) {
super(guild);
}
@Override
public String getFormattedKey() {
return getGuild().getId() + "_prefix";
}
} | UTF-8 | Java | 314 | java | KeyPrefix.java | Java | [] | null | [] | package me.blayyke.reflex.database.keys.guild;
import net.dv8tion.jda.core.entities.Guild;
public class KeyPrefix extends AbstractGuildKey {
public KeyPrefix(Guild guild) {
super(guild);
}
@Override
public String getFormattedKey() {
return getGuild().getId() + "_prefix";
}
} | 314 | 0.678344 | 0.675159 | 14 | 21.5 | 19.393482 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 0 |
e9d5b48617537cd4652a67f9eaa0dc030976cfa6 | 8,598,524,530,919 | e9b9afd703384323dddabad6cf560309b1cabe0a | /ReferenceAndValue.java | 46fb157955e445b5381e68382b17ff84c5d634ec | [] | no_license | yrvaibhav/Java-Programming-Basics- | https://github.com/yrvaibhav/Java-Programming-Basics- | 608afc5da7242404408b8438e913692250f71795 | 34e504e8b3216142060fb23256642e92523978df | refs/heads/master | 2020-06-13T14:18:42.257000 | 2019-07-01T15:53:12 | 2019-07-01T15:53:12 | 194,685,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tutorial.basic;
public class ReferenceAndValue {
public static void main(String[] args) {
int x=5;
addOneTo(x);
System.out.println(x);
Person john;
john = new Person("John");
john.setAge(20);
celebrateBirthday(john);
System.out.println(john.getAge());
}
... | UTF-8 | Java | 472 | java | ReferenceAndValue.java | Java | [
{
"context": "(x);\r\n\t\t \r\n\t\t Person john;\r\n\t\t john = new Person(\"John\");\r\n\t\t john.setAge(20);\r\n\t\t celebrateBirthday(joh",
"end": 217,
"score": 0.9976151585578918,
"start": 213,
"tag": "NAME",
"value": "John"
}
] | null | [] | package tutorial.basic;
public class ReferenceAndValue {
public static void main(String[] args) {
int x=5;
addOneTo(x);
System.out.println(x);
Person john;
john = new Person("John");
john.setAge(20);
celebrateBirthday(john);
System.out.println(john.getAge());
}
... | 472 | 0.620763 | 0.612288 | 24 | 17.666666 | 15.178567 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.875 | false | false | 0 |
800673f8988148a20201bdecec4f0f17383b08c1 | 25,975,962,208,601 | 816fdec60b818b747167985d3778db6a4b5278dd | /tugas14/src/test/java/com/Sepotipi/tugas14/service/impl/AccountServiceImplTest.java | ae4666106a09876ccc0fbddbf4a2512509c22769 | [] | no_license | Vergiananta/tugas14 | https://github.com/Vergiananta/tugas14 | 30ac4a25dd98cf03cf918f00c9c2977a8708404e | aa23c9e0012f6ee3aa7c1bea60daa10954244187 | refs/heads/master | 2023-04-18T22:22:38.927000 | 2020-04-29T12:15:34 | 2020-04-29T12:15:34 | 258,921,347 | 0 | 0 | null | false | 2021-04-26T20:12:48 | 2020-04-26T02:32:42 | 2020-04-29T12:16:19 | 2021-04-26T20:12:48 | 1,718 | 0 | 0 | 1 | Java | false | false | package com.Sepotipi.tugas14.service.impl;
import com.Sepotipi.tugas14.entity.Account;
import com.Sepotipi.tugas14.repository.AccountRepository;
import com.Sepotipi.tugas14.service.AccountService;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.beans.factory.annotation.Autowir... | UTF-8 | Java | 1,710 | java | AccountServiceImplTest.java | Java | [] | null | [] | package com.Sepotipi.tugas14.service.impl;
import com.Sepotipi.tugas14.entity.Account;
import com.Sepotipi.tugas14.repository.AccountRepository;
import com.Sepotipi.tugas14.service.AccountService;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.beans.factory.annotation.Autowir... | 1,710 | 0.735088 | 0.728655 | 67 | 24.537313 | 26.118176 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447761 | false | false | 0 |
92b9f3a6ba4bd635add06bf9910bc3b0e6a2c6e8 | 25,975,962,208,901 | f6f096995c417b847a24e1aa63325cf3bd11864a | /src/OtherClasses/TestDownloadJSoup.java | f19b5ebe02390e41e846e23829a0cfa3ff05948e | [] | no_license | VarunRaval48/WebCrawler | https://github.com/VarunRaval48/WebCrawler | 1167018959486c4021531ea181c2d792b8604360 | 4f502458be3eb04a605ce940b69572879de48202 | refs/heads/master | 2021-01-01T19:23:55.592000 | 2015-08-07T15:18:45 | 2015-08-07T15:18:45 | 40,366,574 | 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 OtherClasses;
import java.io.File;
import java.io.IOException;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org... | UTF-8 | Java | 1,617 | java | TestDownloadJSoup.java | Java | [
{
"context": "port org.jsoup.select.Elements;\n\n/**\n *\n * @author Varun\n */\npublic class TestDownloadJSoup \n{\n public ",
"end": 433,
"score": 0.9987004399299622,
"start": 428,
"tag": "NAME",
"value": "Varun"
},
{
"context": " Connection con = Jsoup.connect(\"http://208.... | 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 OtherClasses;
import java.io.File;
import java.io.IOException;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org... | 1,617 | 0.576376 | 0.550402 | 49 | 32 | 27.796638 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 0 |
3c7f7e4603a1aea2602109e0aab5d14d9ef0cee8 | 8,856,222,576,694 | bd1ee418ea9abb23844adee3ace78fec626bff45 | /app/src/main/java/com/example/quizmaster/MainActivity.java | c6c84a9a821fb08ad8465bcf2a7b9c5c2336204a | [] | no_license | renzo-moran/QuizMaster | https://github.com/renzo-moran/QuizMaster | cf55f7be220c39e036d311bd7a62c2575077d71b | cf3ee65e2f58018213b85ebec94c841fe5f7771d | refs/heads/master | 2023-04-20T17:29:19.917000 | 2021-04-25T19:17:04 | 2021-04-25T19:17:04 | 354,457,599 | 0 | 1 | null | false | 2021-04-25T19:17:05 | 2021-04-04T04:45:36 | 2021-04-25T18:39:27 | 2021-04-25T19:17:04 | 3,110 | 0 | 1 | 0 | Java | false | false | package com.example.quizmaster;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentTransaction;
import an... | UTF-8 | Java | 7,726 | java | MainActivity.java | Java | [] | null | [] | package com.example.quizmaster;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentTransaction;
import an... | 7,726 | 0.649625 | 0.649625 | 191 | 39.455498 | 32.68919 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633508 | false | false | 0 |
ed960def385734276a5e12d1bf60d3fc92aabb72 | 10,359,461,184,750 | 05445253d7c818ddef5f57478e2cc85a8c973221 | /src/main/java/server/sender/SimpleMessageSender.java | f88563516fecc1f93f0b52d161b26d46de08753c | [] | no_license | AlexKarandash/Chat | https://github.com/AlexKarandash/Chat | ab5130fccc53409ab9df853d72d94f0bc80fe2fd | a042bc0e3c5f9896e58766c444aecc70415c3e06 | refs/heads/master | 2021-08-16T23:58:27.584000 | 2017-11-20T14:57:08 | 2017-11-20T14:57:08 | 111,421,862 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server.sender;
import common.enums.CommandMessage;
import common.json.MessageFactory;
import common.json.bodymessage.BodyMessage;
import server.client.ChatClient;
import server.client.ChatClients;
import java.io.IOException;
import server.handler.MessageQueue;
import server.lastmessages.LastMessages;
//клас... | UTF-8 | Java | 2,654 | java | SimpleMessageSender.java | Java | [] | null | [] | package server.sender;
import common.enums.CommandMessage;
import common.json.MessageFactory;
import common.json.bodymessage.BodyMessage;
import server.client.ChatClient;
import server.client.ChatClients;
import java.io.IOException;
import server.handler.MessageQueue;
import server.lastmessages.LastMessages;
//клас... | 2,654 | 0.713125 | 0.712312 | 70 | 34.157143 | 29.107504 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528571 | false | false | 0 |
eb8d87d58d952d639f19ac51de7a5ccd09d758ad | 14,508,399,593,384 | 42bc8047db7b72e52741898fcbcece3d1897fed2 | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/model/ContactData.java | f5dd4f3b1f1117d1ba9531313776f516909a1ae1 | [
"Apache-2.0"
] | permissive | 9nnnice/java_home | https://github.com/9nnnice/java_home | 7072db949c9479ed4ad89c2073289b68fdc238df | 501b77982352f17d92c00c65550de8f88917bebe | refs/heads/main | 2023-07-13T03:09:33.239000 | 2021-08-24T10:48:32 | 2021-08-24T10:48:32 | 371,752,002 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.stqa.pft.addressbook.model;
public class ContactData {
private final String name1;
private final String name2;
private final String number;
private final String mail;
public ContactData(String name1, String name2, String number, String mail) {
this.name1 = name1;
this.name2 = name2;
t... | UTF-8 | Java | 577 | java | ContactData.java | Java | [] | null | [] | package ru.stqa.pft.addressbook.model;
public class ContactData {
private final String name1;
private final String name2;
private final String number;
private final String mail;
public ContactData(String name1, String name2, String number, String mail) {
this.name1 = name1;
this.name2 = name2;
t... | 577 | 0.670711 | 0.649913 | 31 | 17.612904 | 16.480051 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 0 |
edd092711a5416da33015f5a201a15d9d12555be | 20,950,850,474,550 | e63a5db57cba9fb8407c5492a9daf90ade84354d | /microservicios-spring-distributed/microservicio-answers-mongo/src/main/java/co/jdti/example/microservicioanswers/mongo/app/services/IAnswerServices.java | 871d5d3f871b070446ff7c84e89daf1d80080662 | [
"MIT"
] | permissive | martinparrella/spring-practice | https://github.com/martinparrella/spring-practice | 8a9d8aa1ae39f6e283a62017bb88fd40d9c84242 | 7ef4c8d0c0a459d85d9ef5106b303534637309d5 | refs/heads/master | 2023-03-31T14:56:27.514000 | 2021-04-07T11:45:18 | 2021-04-07T11:45:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.jdti.example.microservicioanswers.mongo.app.services;
import co.jdti.example.microservicioanswers.mongo.app.models.entities.AnswerEntity;
import java.util.List;
public interface IAnswerServices {
List<AnswerEntity> saveAll(List<AnswerEntity> answers);
List<AnswerEntity> findAnswerByStudentByExa... | UTF-8 | Java | 417 | java | IAnswerServices.java | Java | [] | null | [] | package co.jdti.example.microservicioanswers.mongo.app.services;
import co.jdti.example.microservicioanswers.mongo.app.models.entities.AnswerEntity;
import java.util.List;
public interface IAnswerServices {
List<AnswerEntity> saveAll(List<AnswerEntity> answers);
List<AnswerEntity> findAnswerByStudentByExa... | 417 | 0.808153 | 0.808153 | 15 | 26.799999 | 31.768328 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 0 |
cbb84ec01f26f7eebc9b9f0c1185094ddfc81b12 | 14,937,896,273,414 | f88642b5465a05f4c6f5c42bd48dc926106d33e4 | /src/com/moshiko/enums/TypeOfLayer.java | 03d7fdab275fc4b02798f73f61dc431850fc80f0 | [] | no_license | moshikoNet/UL-58 | https://github.com/moshikoNet/UL-58 | aa43ca98842f29d86510ac02280d8cc5ab009f01 | ef63eb0cb5bb514a927dd1d6a0056b45b0b0248c | refs/heads/master | 2020-04-13T23:44:08.784000 | 2018-12-29T15:46:00 | 2018-12-29T15:46:00 | 163,514,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moshiko.enums;
public enum TypeOfLayer {
PRIMARY,
SECONDARY;
}
| UTF-8 | Java | 81 | java | TypeOfLayer.java | Java | [] | null | [] | package com.moshiko.enums;
public enum TypeOfLayer {
PRIMARY,
SECONDARY;
}
| 81 | 0.728395 | 0.728395 | 8 | 9.125 | 10.240087 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 0 |
f0df5bff632b554973ec16d0475a12717cb99051 | 16,569,983,885,442 | b6d4efa01b4a523c9cf25d49abd28c1d7ae427f4 | /guides/micronaut-scope-types/java/src/main/java/example/micronaut/request/RobotMother.java | 33b47f7ac2e9f220ad8c0f2ca49385565c5eb223 | [] | no_license | micronaut-projects/micronaut-guides | https://github.com/micronaut-projects/micronaut-guides | c0e21fe1a5c57312ad47e52bb560f3a9757eecbf | a5f6ed7142b790fc7dd71df4a72350169a61445e | refs/heads/master | 2023-08-17T04:43:05.856000 | 2023-08-07T15:25:00 | 2023-08-07T15:25:00 | 130,372,703 | 44 | 15 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.micronaut.request;
import io.micronaut.core.annotation.NonNull;
import jakarta.inject.Singleton;
@Singleton
public class RobotMother {
private final Robot robot;
public RobotMother(Robot robot) {
this.robot = robot;
}
@NonNull
public Robot child() {
return this.ro... | UTF-8 | Java | 333 | java | RobotMother.java | Java | [] | null | [] | package example.micronaut.request;
import io.micronaut.core.annotation.NonNull;
import jakarta.inject.Singleton;
@Singleton
public class RobotMother {
private final Robot robot;
public RobotMother(Robot robot) {
this.robot = robot;
}
@NonNull
public Robot child() {
return this.ro... | 333 | 0.684685 | 0.684685 | 18 | 17.5 | 14.765763 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
99a38a8c316ae1220f48f896a4f995bce7bc3ec3 | 9,053,791,110,153 | b824c073367ffdfb80850439d9413645f7df0d73 | /app/src/main/java/type/many/extend/pakage/appdemo/custom/DemoActivity.java | 3115b87cdd35cba9cfc72e5f25713dca5e8e154a | [] | no_license | daniel098962/AppDemo | https://github.com/daniel098962/AppDemo | 87b02b293c5c1fdc6163eb670a86dbf8dfe18dea | 1310d7b7c7fca7e8bf914424d04cb833b873abe4 | refs/heads/master | 2022-06-13T22:30:45.535000 | 2020-05-05T17:13:32 | 2020-05-05T17:13:32 | 261,533,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package type.many.extend.pakage.appdemo.custom;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.util.Log;
import type.many.extend.pakage.appdemo.R;
/**
* Created by User on 2020/5/5.
*/
public class DemoActivity exten... | UTF-8 | Java | 2,288 | java | DemoActivity.java | Java | [
{
"context": "e.many.extend.pakage.appdemo.R;\n\n/**\n * Created by User on 2020/5/5.\n */\n\npublic class DemoActivity exten",
"end": 270,
"score": 0.8837910294532776,
"start": 266,
"tag": "USERNAME",
"value": "User"
}
] | null | [] | package type.many.extend.pakage.appdemo.custom;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.util.Log;
import type.many.extend.pakage.appdemo.R;
/**
* Created by User on 2020/5/5.
*/
public class DemoActivity exten... | 2,288 | 0.511842 | 0.509211 | 71 | 31.112677 | 27.992729 | 105 | false | false | 0 | 0 | 0 | 0 | 67 | 0.176316 | 0.323944 | false | false | 0 |
1abe29adb12239a585fbed56f4addefa8be42874 | 13,245,679,183,799 | 2628d27c705681d3170368029e79a7ea5bfa64ac | /ProjectsManagement/src/main/java/org/taskManagement/dao/ProjectRepository.java | 0643d74b4a08037de958354befb53ad676ad408d | [] | no_license | anass-dev-ops/projectsManagementSpringBoot | https://github.com/anass-dev-ops/projectsManagementSpringBoot | 9e89a8de614d4b90d7ea12483c8efa767829f613 | b3041c19e40faf01f661dca52e804366ee0cfd72 | refs/heads/master | 2023-01-03T06:31:49.378000 | 2020-10-27T12:03:42 | 2020-10-27T12:03:42 | 307,679,515 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.taskManagement.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.taskManagement.entities.Project;
public interface ProjectRepository extends JpaRepository<Project, Long>{
}
| UTF-8 | Java | 215 | java | ProjectRepository.java | Java | [] | null | [] | package org.taskManagement.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.taskManagement.entities.Project;
public interface ProjectRepository extends JpaRepository<Project, Long>{
}
| 215 | 0.846512 | 0.846512 | 7 | 29.714285 | 28.120731 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
88db1f44a359b16b6ead69069158291133993a92 | 9,242,769,629,344 | 61f7888800a97bce90c7101c080a7310b650ec7c | /src/com/dumaisoft/collection/HashMapUsage.java | 9da1be5de746ec8f1ceb617423929e483bfaa777 | [] | no_license | apkkids/JavaExampleCode | https://github.com/apkkids/JavaExampleCode | 743a57a001b357958ed25f27532dacc6f0372f45 | 3a0c4a8b33ba9828d69b2f24fa5aa2904ccf1af6 | refs/heads/master | 2021-01-18T21:12:10.404000 | 2019-04-23T09:39:32 | 2019-04-23T09:39:32 | 55,299,169 | 3 | 1 | null | false | 2019-03-18T12:53:32 | 2016-04-02T14:34:44 | 2019-03-18T12:48:37 | 2019-03-18T12:53:31 | 138 | 3 | 1 | 0 | Java | false | null | package com.dumaisoft.collection;
import com.dumaisoft.reflection.ReflectionUtils;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* Author: wxb
* Project: JavaExampleCode
* Create Date: 2016/4/4
* Create Time: 19:52
* Description: Introduce the base usage of HashMap.
*/
publ... | UTF-8 | Java | 2,947 | java | HashMapUsage.java | Java | [
{
"context": "il.Map;\nimport java.util.Set;\n\n/**\n * Author: wxb\n * Project: JavaExampleCode\n * Create Date: 2",
"end": 179,
"score": 0.9996778964996338,
"start": 176,
"tag": "USERNAME",
"value": "wxb"
}
] | null | [] | package com.dumaisoft.collection;
import com.dumaisoft.reflection.ReflectionUtils;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* Author: wxb
* Project: JavaExampleCode
* Create Date: 2016/4/4
* Create Time: 19:52
* Description: Introduce the base usage of HashMap.
*/
publ... | 2,947 | 0.529013 | 0.517136 | 101 | 28.178217 | 18.609268 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.70297 | false | false | 0 |
42332ad90aab346367d5618d87d98e651ee3b76f | 8,985,071,636,225 | b152993f856e9598e67d046e6243350dcd622abe | /chrome/browser/xsurface/android/java/src/org/chromium/chrome/browser/xsurface/FeedActionsHandler.java | 5679b9e4b12fdd29634fe45bacea7709e09f0f04 | [
"BSD-3-Clause"
] | permissive | monad-one/chromium | https://github.com/monad-one/chromium | 10e4a585fbd2b66b55d5afcba72c50a872708238 | 691b5c9cfa2a4fc38643509932e62438dc3a0d54 | refs/heads/main | 2023-05-14T07:36:48.032000 | 2023-05-10T13:47:48 | 2023-05-10T13:47:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.xsurface;
import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/** This... | UTF-8 | Java | 1,238 | java | FeedActionsHandler.java | Java | [] | null | [] | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.xsurface;
import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/** This... | 1,238 | 0.701939 | 0.695477 | 33 | 36.515152 | 28.867641 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 0 |
8261d6b9078b8b05d22c5f0b61020da351cc4a28 | 27,315,992,010,453 | bc02100436f146e459414f73cd73285155525784 | /src/main/java/utilities/Browser.java | c138e50aaf3c1ae6beb3a6524a40d59f1f45a4fc | [] | no_license | AsafKaravani/whatsapp-automation | https://github.com/AsafKaravani/whatsapp-automation | 48800cbe514c4969e9a24a2cd2a895083ca56b16 | 2fd00ece0495f48e434e64978cbb06692df98b37 | refs/heads/master | 2021-01-22T23:06:58.393000 | 2017-06-08T09:26:04 | 2017-06-08T09:26:04 | 85,610,844 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utilities;
public enum Browser {
FIREFOX, CHROME, PHANTOMJS
}
| UTF-8 | Java | 77 | java | Browser.java | Java | [] | null | [] | package utilities;
public enum Browser {
FIREFOX, CHROME, PHANTOMJS
}
| 77 | 0.714286 | 0.714286 | 5 | 13.4 | 10.928861 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 0 |
682d8d0660500d16547922dd64573376095bc3c8 | 12,867,722,071,591 | a4a6fab01f0a1bc4302482f2f952e68d1fb9410f | /src/hanoitowers/Peg.java | ecbba10797cb11a20213ee11aee76b417ecad6fc | [] | no_license | gevorgyangor/HanoiTower | https://github.com/gevorgyangor/HanoiTower | a8374681eec5c446edd4d765633e98bf1306e5ac | be420e1fd8ff86ccb25f3cc02458c758971f4f71 | refs/heads/master | 2020-04-06T13:39:59.007000 | 2018-11-14T07:36:46 | 2018-11-14T07:36:46 | 157,509,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hanoitowers;
import figure.Figure;
import java.awt.*;
import java.util.ArrayList;
public class Peg extends Figure {
ArrayList<Disc> discs = new ArrayList<Disc>();
private int xBottom;
private int yBottom;
private int widthBottom;
private int heightBottom;
private TowerCanvas towe... | UTF-8 | Java | 4,326 | java | Peg.java | Java | [] | null | [] | package hanoitowers;
import figure.Figure;
import java.awt.*;
import java.util.ArrayList;
public class Peg extends Figure {
ArrayList<Disc> discs = new ArrayList<Disc>();
private int xBottom;
private int yBottom;
private int widthBottom;
private int heightBottom;
private TowerCanvas towe... | 4,326 | 0.503467 | 0.497688 | 167 | 24.904192 | 22.022099 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532934 | false | false | 0 |
c0f7be6aa997f09074ed14e44f6aec60cb12f2c9 | 12,867,722,073,299 | 0b0d2c4a69e54c99a08cfa7462f5e0c7936d1011 | /src/ru/vovac/wrappers/IntegerIntegerHashMapWrapper.java | b1b7369212bc39de0b03abd141fb8250f8f9f497 | [] | no_license | CpedaMonsterEnergyLover/GBHJava | https://github.com/CpedaMonsterEnergyLover/GBHJava | 28c32923b057268a9d4d8f2ea4bcd9a14f60d53f | c5ee9be72bd5b0293982406990e06ba665e48859 | refs/heads/master | 2023-06-05T18:37:24.586000 | 2021-06-20T19:32:56 | 2021-06-20T19:32:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.vovac.wrappers;
import com.jme3.export.*;
import org.apache.commons.lang3.ArrayUtils;
import java.io.IOException;
import java.util.*;
import java.util.stream.IntStream;
public class IntegerIntegerHashMapWrapper implements HashMapWrapper<Integer, Integer>, Savable {
private int[] keys;
private int[... | UTF-8 | Java | 2,337 | java | IntegerIntegerHashMapWrapper.java | Java | [] | null | [] | package ru.vovac.wrappers;
import com.jme3.export.*;
import org.apache.commons.lang3.ArrayUtils;
import java.io.IOException;
import java.util.*;
import java.util.stream.IntStream;
public class IntegerIntegerHashMapWrapper implements HashMapWrapper<Integer, Integer>, Savable {
private int[] keys;
private int[... | 2,337 | 0.641421 | 0.638853 | 74 | 30.581081 | 26.887156 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662162 | false | false | 0 |
27abc4cf41c83dbd0caa1c20b2a80525f325a797 | 23,029,614,703,633 | 82b5e99e1849df81875fb8d0c55d72f7866f841c | /src/main/java/dao/mapper/PerClassCourseMapper.java | eb7a59c489eb1b49f8396dc8dd10f6830ed0fc27 | [] | no_license | liaoNuanPing/CourseSelect | https://github.com/liaoNuanPing/CourseSelect | 3b6349af1faa203ce653994b25721160a992c8fc | c57d29ab9ba12aab353b9c82d665e5926de7299c | refs/heads/master | 2020-05-19T14:07:28.252000 | 2019-05-06T06:03:10 | 2019-05-06T06:03:10 | 185,053,196 | 1 | 0 | null | true | 2019-05-05T16:03:45 | 2019-05-05T16:03:44 | 2019-05-05T16:03:43 | 2019-04-29T14:00:20 | 8,929 | 0 | 0 | 0 | null | false | false | package dao.mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import pojo.PerClassCourse;
import pojo.PerClassCourseExample;
import java.util.List;
@Repository
public interface PerClassCourseMapper {
int countByExample(PerClassCourseExample example);
int d... | UTF-8 | Java | 1,461 | java | PerClassCourseMapper.java | Java | [] | null | [] | package dao.mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import pojo.PerClassCourse;
import pojo.PerClassCourseExample;
import java.util.List;
@Repository
public interface PerClassCourseMapper {
int countByExample(PerClassCourseExample example);
int d... | 1,461 | 0.794661 | 0.794661 | 50 | 28.24 | 34.413113 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 0 |
ac76dfe8bd145b2d6e91e0ac1e510ff0a8479ddd | 24,017,457,142,133 | 871feed7a03ecc6bdbc173f9ab8cc919f4dc1b2b | /src/com/google/buscador/venta/bean/UbigeoBean.java | a1d123c1f50a217c5578193ec8b6f80667490a6c | [] | no_license | ASJL0317/Proyect_CDS | https://github.com/ASJL0317/Proyect_CDS | 7813ab084455441f0bd811f066552409bcfc5733 | a1ff30d969eb2e05d67961560a460dbdc0e9c146 | refs/heads/master | 2016-09-06T04:29:32.372000 | 2015-04-16T04:40:03 | 2015-04-16T04:40:03 | 33,802,031 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.buscador.venta.bean;
public class UbigeoBean {
private String idUbigeo;
private String idDepartamento;
private String idProvincia;
private String idDistrito;
private String departamento;
private String provincia;
private String distrito;
public String getIdUbigeo() {
return idUbigeo;
}
... | UTF-8 | Java | 1,269 | java | UbigeoBean.java | Java | [] | null | [] | package com.google.buscador.venta.bean;
public class UbigeoBean {
private String idUbigeo;
private String idDepartamento;
private String idProvincia;
private String idDistrito;
private String departamento;
private String provincia;
private String distrito;
public String getIdUbigeo() {
return idUbigeo;
}
... | 1,269 | 0.754137 | 0.754137 | 57 | 21.228069 | 16.250256 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.561404 | false | false | 0 |
a093f34a5c14d5139089d67730a3b7d4ddb01def | 27,419,071,227,937 | 1425f56b22b50e4e3205415ab87ae34f83d31910 | /app/src/main/java/com/example/unimag/email/AddEmailResult.java | c0703bb4e28c5c46405f27f850fc6f2e2a9f6c9f | [] | no_license | jenjd228/Unimag | https://github.com/jenjd228/Unimag | b9f391fb546c0b4dd234dc5464a3f8a44815befa | d7b83ba94364a3bc34630c7072d6ba81cf77f938 | refs/heads/master | 2023-04-21T03:27:13.436000 | 2021-04-08T20:57:48 | 2021-04-08T20:57:48 | 282,885,376 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.unimag.email;
import com.google.gson.annotations.SerializedName;
public class AddEmailResult {
@SerializedName("email")
public String email;
@SerializedName("primary")
public Boolean primary;
@SerializedName("verified")
public Boolean verified;
}
| UTF-8 | Java | 293 | java | AddEmailResult.java | Java | [] | null | [] | package com.example.unimag.email;
import com.google.gson.annotations.SerializedName;
public class AddEmailResult {
@SerializedName("email")
public String email;
@SerializedName("primary")
public Boolean primary;
@SerializedName("verified")
public Boolean verified;
}
| 293 | 0.740614 | 0.740614 | 12 | 23.416666 | 14.676843 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 0 |
651faea5ea982d190911b3ae317a41871abb2c59 | 19,679,540,180,628 | 448f709287cb8460543ceb9684cc71a75b3e7027 | /src/main/java/com/jary/naruto/map/controller/LocationController.java | 1691ba6a2db84ebc21fee80414ff07f53693dab9 | [] | no_license | jary0524/naruto | https://github.com/jary0524/naruto | c52c0bc03d3cef16904028bcfce4142c8068e332 | 89dbc97508e00c044ca77fc8aa00c5851b629e0b | refs/heads/master | 2021-01-01T05:29:14.805000 | 2016-05-23T09:38:25 | 2016-09-21T06:12:27 | 59,270,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jary.naruto.map.controller;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import o... | UTF-8 | Java | 2,686 | java | LocationController.java | Java | [
{
"context": "y.naruto.sys.util.LocationUtil;\r\n\r\n/**\r\n * @author hjl\r\n * @date 2016年5月25日 下午5:57:20 \r\n */\r\n@Controller",
"end": 885,
"score": 0.9996761679649353,
"start": 882,
"tag": "USERNAME",
"value": "hjl"
}
] | null | [] | package com.jary.naruto.map.controller;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import o... | 2,686 | 0.725596 | 0.697156 | 87 | 27.908047 | 25.667025 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.54023 | false | false | 12 |
c861fe594a288b79281e14163ad4924afa7ac988 | 33,526,514,739,923 | 81a41c0f631b4756be2ff854e2e03738b3089572 | /champions/DetailListHashKey.java | 8429e5a9262afe5771c77a8a5a1fde6f8ba7cd8e | [] | no_license | thomasjeffreyandersontwin/HeroCombatSimulator | https://github.com/thomasjeffreyandersontwin/HeroCombatSimulator | 3d6b42f4c7b40509cd813df214258f633bff6479 | efb019c150f011e319a3c779500329b034f163d7 | refs/heads/master | 2021-05-06T16:28:17.088000 | 2018-03-09T08:02:56 | 2018-03-09T08:02:56 | 113,687,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package champions;
public class DetailListHashKey extends Object {
protected DetailList source;
protected String property;
public DetailListHashKey(DetailList source, String property) {
this.source = source;
this.property = property;
}
p... | UTF-8 | Java | 1,017 | java | DetailListHashKey.java | Java | [] | null | [] | package champions;
public class DetailListHashKey extends Object {
protected DetailList source;
protected String property;
public DetailListHashKey(DetailList source, String property) {
this.source = source;
this.property = property;
}
p... | 1,017 | 0.511308 | 0.507375 | 36 | 27.25 | 21.498547 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
7d755c3b318d26c97a667bc9ccbb0a0cfb2229fa | 128,849,049,440 | 1cf0194fe3ea9cd9ab5fd7002b49f3f228e79b69 | /app/src/main/java/com/example/phuong/healthy/models/Provices.java | 61f9f4c87cbfcf9b9f5c8dfb1a5f18a2eebbf7c1 | [] | no_license | phuongpham149/Healthy | https://github.com/phuongpham149/Healthy | 171562dd218c391d869eeb00f168447525fa152a | f47699afed1592ee1f20ac538f2fd9a6fb554ec6 | refs/heads/master | 2021-01-12T03:08:40.707000 | 2017-01-18T04:23:39 | 2017-01-18T04:23:39 | 78,165,702 | 0 | 0 | null | false | 2017-01-18T04:23:39 | 2017-01-06T02:18:42 | 2017-01-06T02:18:53 | 2017-01-18T04:23:39 | 7,563 | 0 | 0 | 0 | Java | null | null | package com.example.phuong.healthy.models;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Created by phuong on 28/12/2016.
*/
@AllArgsConstructor(suppressConstructorProperties = true)
@Data
public class Provices {
private int id;
private String name;
private String image;
private int fa... | UTF-8 | Java | 356 | java | Provices.java | Java | [
{
"context": "onstructor;\nimport lombok.Data;\n\n/**\n * Created by phuong on 28/12/2016.\n */\n@AllArgsConstructor(suppressCo",
"end": 123,
"score": 0.9979788661003113,
"start": 117,
"tag": "USERNAME",
"value": "phuong"
}
] | null | [] | package com.example.phuong.healthy.models;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Created by phuong on 28/12/2016.
*/
@AllArgsConstructor(suppressConstructorProperties = true)
@Data
public class Provices {
private int id;
private String name;
private String image;
private int fa... | 356 | 0.716292 | 0.69382 | 19 | 17.736841 | 15.893866 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 12 |
f92235ca6668f550fc7d47d7837d92603c04be98 | 128,849,051,710 | 5f0b7a2e5675a4c9364a5b59555f86dfcc357192 | /src/test/java/Test/ServiceTest.java | b19622351050efdb511a3bc2f6127a7a39c76b68 | [] | no_license | AbdiHussein/Accounts-App | https://github.com/AbdiHussein/Accounts-App | 32ab66c47c0916cfa53ec6eb48e1cb6420661389 | 165a95cf97ac4dcf22b25f6c547edd735fe93374 | refs/heads/master | 2020-03-11T14:57:01.146000 | 2018-04-19T13:52:54 | 2018-04-19T13:52:54 | 130,070,040 | 0 | 0 | null | false | 2018-04-19T13:52:55 | 2018-04-18T13:53:30 | 2018-04-19T13:43:46 | 2018-04-19T13:52:55 | 3 | 0 | 0 | 0 | Java | false | null | package Test;
import org.junit.Test;
import accountapp.Account;
import accountapp.Service;
import org.junit.Assert;
public class ServiceTest {
@Test
public void testAddAccounts() {
Account a = new Account(1, "Abdirahman", "Hussein");
Service s = new Service();
s.addAccount(a);
Assert.assert... | UTF-8 | Java | 722 | java | ServiceTest.java | Java | [
{
"context": "estAddAccounts() {\r\n\t\tAccount a = new Account(1, \"Abdirahman\", \"Hussein\");\r\n\t\t\r\n\t\tService s = new Service();\r\n",
"end": 235,
"score": 0.9998635053634644,
"start": 225,
"tag": "NAME",
"value": "Abdirahman"
},
{
"context": "() {\r\n\t\tAccount a = new Ac... | null | [] | package Test;
import org.junit.Test;
import accountapp.Account;
import accountapp.Service;
import org.junit.Assert;
public class ServiceTest {
@Test
public void testAddAccounts() {
Account a = new Account(1, "Abdirahman", "Hussein");
Service s = new Service();
s.addAccount(a);
Assert.assert... | 722 | 0.680055 | 0.67313 | 30 | 22.133333 | 17.5152 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 12 |
211cc5c3ae94c0a1160dd161add21e790aa936ac | 20,358,145,016,505 | d4bf818fb304449a7e703d679daf19d6b3035ee5 | /src/main/java/com/appCrawler/pagePro/apkDetails/Mgapp_Detail.java | b79b4ed4309175632fdb01baa68a4730d84cd394 | [] | no_license | muyundefeng/SpringLearning | https://github.com/muyundefeng/SpringLearning | 11524d754c97bf20f18c5810556b084200d4da70 | 15821700372be76d33ca943c38c76d7117c489d2 | refs/heads/master | 2020-04-06T05:01:16.391000 | 2016-10-25T02:58:02 | 2016-10-25T02:58:02 | 57,977,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appCrawler.pagePro.apkDetails;
/**
* 应用酷 http://www.mgyapp.com/
* Mgapp #119
* @author DMT
*/
import java.util.List;
import org.slf4j.LoggerFactory;
import us.codecraft.webmagic.Apk;
import us.codecraft.webmagic.Page;
public class Mgapp_Detail {
private static final org.slf4j.Logger LOGGER = Log... | UTF-8 | Java | 5,118 | java | Mgapp_Detail.java | Java | [
{
"context": "酷 http://www.mgyapp.com/\n * Mgapp #119\n * @author DMT\n */\nimport java.util.List;\n\nimport org.slf4j.Logg",
"end": 108,
"score": 0.9996496438980103,
"start": 105,
"tag": "USERNAME",
"value": "DMT"
}
] | null | [] | package com.appCrawler.pagePro.apkDetails;
/**
* 应用酷 http://www.mgyapp.com/
* Mgapp #119
* @author DMT
*/
import java.util.List;
import org.slf4j.LoggerFactory;
import us.codecraft.webmagic.Apk;
import us.codecraft.webmagic.Page;
public class Mgapp_Detail {
private static final org.slf4j.Logger LOGGER = Log... | 5,118 | 0.691997 | 0.680679 | 140 | 34.342857 | 23.165174 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6 | false | false | 12 |
f10fbd54394b36744feb6f5c25c91a90aea1ae62 | 28,037,546,541,285 | 0fe72973b9268401bf53c59c0dcfba6b2fbb30c6 | /src/main/java/com/hr/framework/projections/persons/SkillsProcessedPersonProjection.java | d2e6e4b98657a7ea9567bad8a210423de8ba2fa8 | [
"MIT"
] | permissive | yousef1876/Ecommerce-Banking-IngenicoConnectAPI | https://github.com/yousef1876/Ecommerce-Banking-IngenicoConnectAPI | 23b90b3af3b4810ee56b33542a1d727b58e8b9d7 | 31e0bafccbd2fb6fc3fdaecce7afcba54d5efc74 | refs/heads/master | 2021-05-09T19:22:37.023000 | 2018-01-23T17:41:08 | 2018-01-23T17:41:08 | 118,640,234 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hr.framework.projections.persons;
import com.hr.framework.po.person.Person;
import com.hr.framework.po.person.Skills;
import com.hr.framework.po.person.SkillsProcessed;
import org.springframework.data.rest.core.config.Projection;
import java.util.Date;
@Projection(name = "skillsProcessedProje... | UTF-8 | Java | 525 | java | SkillsProcessedPersonProjection.java | Java | [] | null | [] | package com.hr.framework.projections.persons;
import com.hr.framework.po.person.Person;
import com.hr.framework.po.person.Skills;
import com.hr.framework.po.person.SkillsProcessed;
import org.springframework.data.rest.core.config.Projection;
import java.util.Date;
@Projection(name = "skillsProcessedProje... | 525 | 0.733333 | 0.733333 | 23 | 20.826086 | 23.90498 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 12 |
b834c884e927fd5db9f5cfa216ff0fb5be309f52 | 1,254,130,486,915 | bcfd8833abe558208be9feefabeed7eba57d8d6a | /app/src/main/java/br/com/digitalhouse/digital/tarefa_aula1/MainActivity.java | 9ed717349c31d35c9152f24ab2099c6442627b0a | [] | no_license | Roelifela/Tarefaaula1 | https://github.com/Roelifela/Tarefaaula1 | de682066742b47376167c051d46887e97aee5eee | dae08a6ec41d58c259b22ab1ac3349256b3b86c8 | refs/heads/master | 2020-07-13T07:56:10.479000 | 2019-08-28T23:08:41 | 2019-08-28T23:08:41 | 205,038,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.digitalhouse.digital.tarefa_aula1;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatA... | UTF-8 | Java | 1,413 | java | MainActivity.java | Java | [] | null | [] | package br.com.digitalhouse.digital.tarefa_aula1;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatA... | 1,413 | 0.626506 | 0.625089 | 49 | 27.795918 | 26.860167 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530612 | false | false | 12 |
1c6b6be5dcf451421bfc7bcaba79d88ac2501cef | 438,086,693,200 | 42851d187a54ac3cfe5f18fdab624081219bd865 | /Codeforces/src/C1178.java | 3f8b44d116c04b01fa41ba94c513e00d9b092561 | [] | no_license | allenye66/Codeforces-Solutions | https://github.com/allenye66/Codeforces-Solutions | 39518358e81c3f08789dbcf97c144634e714eb63 | b46f3d1ffcc2b881cb23c33507f791c2d90b15d3 | refs/heads/master | 2020-08-07T02:10:11.220000 | 2020-03-21T06:33:09 | 2020-03-21T06:33:09 | 213,254,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class C1178{
public static void main(String[] args) throws FileNotFoundException{
Scanner scan = new Scanner(new File("txt"));
int width = scan.nextInt();
int height = scan.nextInt();
l... | UTF-8 | Java | 590 | java | C1178.java | Java | [] | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class C1178{
public static void main(String[] args) throws FileNotFoundException{
Scanner scan = new Scanner(new File("txt"));
int width = scan.nextInt();
int height = scan.nextInt();
l... | 590 | 0.554237 | 0.508475 | 22 | 25.863636 | 19.13658 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.772727 | false | false | 12 |
669d820cd843d0c6f7f4fa2a920caf8d09cd93ef | 6,708,738,950,897 | fbcc3b4b424c9d71e076593787007f9247f463d1 | /src/main/java/com/yoyo/chunze/security/utils/SecurityKeyServiceImpl.java | 63fc425a0494e1729f442e91ba4772191de2a174 | [] | no_license | helmsli/chunze-k12 | https://github.com/helmsli/chunze-k12 | 179ecd78816ec14ac2bacd87cee9c133e0cc3ba5 | 17fd1878b78cd3ea6f7c12667c2b05449f847d0a | refs/heads/master | 2021-06-17T18:15:20.432000 | 2019-09-30T02:14:06 | 2019-09-30T02:14:06 | 201,170,726 | 0 | 0 | null | false | 2021-04-26T19:36:30 | 2019-08-08T03:26:46 | 2019-09-30T02:15:10 | 2021-04-26T19:36:30 | 54,382 | 0 | 0 | 1 | TSQL | false | false | package com.yoyo.chunze.security.utils;
import java.security.KeyPair;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.util.concurrent.TimeUnit;
import javax.annotation.Resource;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import o... | UTF-8 | Java | 5,311 | java | SecurityKeyServiceImpl.java | Java | [] | null | [] | package com.yoyo.chunze.security.utils;
import java.security.KeyPair;
import java.security.PrivateKey;
import java.security.PublicKey;
import java.util.concurrent.TimeUnit;
import javax.annotation.Resource;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import o... | 5,311 | 0.729895 | 0.726266 | 193 | 26.124352 | 21.355007 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.476684 | false | false | 12 |
bed2f49251bdfa120ad9ac1f9d8b0f74f50f226a | 23,373,212,066,139 | 4bc3fd4ef689d287e985b75872beb34dd3e5b8f9 | /src/ua/nure/gunko/SummaryTask4/web/command/user/ActivateUserCommand.java | 4140908221c04a605745f128b855341a5e52ee4a | [] | no_license | annhv/railway_tickets_booking_system | https://github.com/annhv/railway_tickets_booking_system | ea6508d38466133da5590c0073649ca41b3d1521 | 9a08fd36b46eb78e7a3e4a41a8238c6eefd85b4d | refs/heads/master | 2019-07-30T02:03:09.543000 | 2017-03-17T14:24:45 | 2017-03-17T14:24:45 | 84,875,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.nure.gunko.SummaryTask4.web.command.user;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ua.nure.gunko.SummaryTask4.Fields;
import ua.nure.gunko.SummaryTask4.Path;
import ua.nure.gunko.S... | UTF-8 | Java | 1,838 | java | ActivateUserCommand.java | Java | [
{
"context": "/**\n * Command for activating user.\n * \n * @author Anna Hunko\n *\n */\npublic class ActivateUserCommand implement",
"end": 847,
"score": 0.999871551990509,
"start": 837,
"tag": "NAME",
"value": "Anna Hunko"
}
] | null | [] | package ua.nure.gunko.SummaryTask4.web.command.user;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ua.nure.gunko.SummaryTask4.Fields;
import ua.nure.gunko.SummaryTask4.Path;
import ua.nure.gunko.S... | 1,834 | 0.785637 | 0.779108 | 57 | 31.245613 | 24.265549 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.526316 | false | false | 12 |
adf937382e6c1d715a56e070b1435d715a694af8 | 29,102,698,434,023 | f072ede71bcc2fa370146bee0f1cced88a240d67 | /OGP1415-JumpingAlien/src/jumpingalien/model/elements/GameElement.java | 98ab3a74f46f96e19930837136f9eb4f60174650 | [] | no_license | BertVandenBosch/ogp-jumping-alien | https://github.com/BertVandenBosch/ogp-jumping-alien | d72628ec086b7cd0b041d6833ae3d88847da4158 | dbeaa0a315418a93dd3733697876723e1869e874 | refs/heads/master | 2020-05-07T15:10:03.293000 | 2015-05-18T17:34:52 | 2015-05-18T17:34:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jumpingalien.model.elements;
import jumpingalien.model.World;
/**
* An interface of game elements.
*
* @author Andreas Schryvers & Jonathan Oostvogels
* 2e Bachelor ingenieurswetenschappen
* Subversion repository: https://code.google.com/p/ogp-jumping-alien/
*/
public interface GameElement {
p... | UTF-8 | Java | 489 | java | GameElement.java | Java | [
{
"context": " * An interface of game elements.\n * \n * @author \tAndreas Schryvers & Jonathan Oostvogels\n * \t\t\t2e Bachelor ingenieur",
"end": 144,
"score": 0.9998730421066284,
"start": 127,
"tag": "NAME",
"value": "Andreas Schryvers"
},
{
"context": "game elements.\n * \n * @au... | null | [] | package jumpingalien.model.elements;
import jumpingalien.model.World;
/**
* An interface of game elements.
*
* @author <NAME> & <NAME>
* 2e Bachelor ingenieurswetenschappen
* Subversion repository: https://code.google.com/p/ogp-jumping-alien/
*/
public interface GameElement {
public abstract double ge... | 465 | 0.748466 | 0.746421 | 18 | 26.166666 | 19.757559 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 12 |
a777489897c80962725cafa879d11adf6022f43d | 5,583,457,520,390 | 221e90aa0bbf693e7dba0ef912636807ec84c3ff | /src/chat/Server.java | 833af1a7c99769c361ceaa5aa95d0681961bc7b3 | [] | no_license | zypzs/javaTest2 | https://github.com/zypzs/javaTest2 | 9da529fa8c223cd0e0b70007528f4c50bb02fd4b | f558ad3be5e391f95f999dc3f988b2922aa2c07e | refs/heads/master | 2020-06-27T18:39:59.124000 | 2016-08-24T04:47:23 | 2016-08-24T04:47:23 | 66,430,506 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chat;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.BlockingQueue;
import ... | GB18030 | Java | 1,726 | java | Server.java | Java | [] | null | [] | package chat;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.BlockingQueue;
import ... | 1,726 | 0.680128 | 0.673718 | 73 | 20.369864 | 17.126848 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.246575 | false | false | 12 |
10ad1cb4e09b8c9a763b05c2dec02ade61ece1ad | 7,722,351,227,006 | bb7ba9a41e374656b09097dbb316798dc94b58f6 | /app/src/main/java/com/qiscus/chat/sample/ui/homepagetab/RecentConversationFragmentHolder.java | 2d5e5cbef778fd1b1b5c4e4b6d5b4600a0b59490 | [] | no_license | hikmahgumelar/qiscus-chat-sample-android | https://github.com/hikmahgumelar/qiscus-chat-sample-android | 3425b1559be192583c715d995baef4220e3c19cf | 6197fe958d92508a23ca778c60a77d9f64811bd6 | refs/heads/master | 2020-03-27T02:40:24.122000 | 2018-01-03T11:41:28 | 2018-01-03T11:41:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qiscus.chat.sample.ui.homepagetab;
/**
* Created by asyrof on 17/11/17.
*/
import android.app.Activity;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.qiscus.sdk.Qiscus;
import com.qiscus.sdk.data.m... | UTF-8 | Java | 4,306 | java | RecentConversationFragmentHolder.java | Java | [
{
"context": "cus.chat.sample.ui.homepagetab;\n\n/**\n * Created by asyrof on 17/11/17.\n */\n\n\nimport android.app.Activity;\ni",
"end": 72,
"score": 0.9996858239173889,
"start": 66,
"tag": "USERNAME",
"value": "asyrof"
},
{
"context": ".qiscus.chat.sample.model.Room;\n\n/**\n * Cr... | null | [] | package com.qiscus.chat.sample.ui.homepagetab;
/**
* Created by asyrof on 17/11/17.
*/
import android.app.Activity;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.qiscus.sdk.Qiscus;
import com.qiscus.sdk.data.m... | 4,306 | 0.667209 | 0.662564 | 113 | 37.097343 | 30.539389 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522124 | false | false | 12 |
19537097f039c3474260df9c1fe1c54530475166 | 4,183,298,174,983 | 8fceaba0121aa7aadd4a08f14d346cffa989b3d0 | /indoor/src/elevator_data_ad/java/com/pjj/xsp/manage/AppConfig.java | 4659b2904503f3efaa4fcf82ec54cbe4e7760ad8 | [] | no_license | xinyongheng/PJJ | https://github.com/xinyongheng/PJJ | bd16116091e12456103cd010fab5b54748467c53 | 7cca5012eee9169de31cb50bf0d2fd4a6da5c19a | refs/heads/master | 2022-08-02T20:13:41.900000 | 2020-05-27T17:36:50 | 2020-05-27T17:36:50 | 267,385,244 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pjj.xsp.manage;
import android.os.Environment;
import com.pjj.xsp.PjjApplication;
public class AppConfig {
public static int SERIAL_PORT_BAUDRATE_T = 115200;
public static int SERIAL_PORT_BAUDRATE = 9600;
public static String SERIAL_PORT_DEVICE_S1 = "dev/ttyS1";
public static String SER... | UTF-8 | Java | 8,844 | java | AppConfig.java | Java | [
{
"context": "alse;\n public static final String accessKey = \"h-l4teG_1wgG7w9r1PNQzOnxzpiUbMG5LJ7VL-pI\";\n public static final String secretKey = \"39B",
"end": 1220,
"score": 0.9997294545173645,
"start": 1180,
"tag": "KEY",
"value": "h-l4teG_1wgG7w9r1PNQzOnxzpiUbMG5LJ7VL-pI"
},
... | null | [] | package com.pjj.xsp.manage;
import android.os.Environment;
import com.pjj.xsp.PjjApplication;
public class AppConfig {
public static int SERIAL_PORT_BAUDRATE_T = 115200;
public static int SERIAL_PORT_BAUDRATE = 9600;
public static String SERIAL_PORT_DEVICE_S1 = "dev/ttyS1";
public static String SER... | 8,774 | 0.693629 | 0.667294 | 194 | 40.097939 | 29.325857 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.639175 | false | false | 12 |
1e96346311f027c724bca36331f5143e06b3fded | 4,183,298,175,069 | 3699bd2522730a625e9a82eec39f38f743cbc142 | /src/main/java/iskallia/ibuilders/net/packet/util/PacketHandler.java | 80d32bc7fcb553ed9b89a3bbae6a5ec08ca68db3 | [
"MIT"
] | permissive | Iskallia/iBuilders | https://github.com/Iskallia/iBuilders | 9bb56d483cf4f736f0cc22213671df46ec84e5b0 | d18f6d2551a43de2fe818dcbd32dffd90f9032f4 | refs/heads/master | 2020-09-01T04:01:37.310000 | 2019-12-08T22:35:09 | 2019-12-08T22:35:09 | 218,875,370 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iskallia.ibuilders.net.packet.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import iskallia.ibuilders.net.context.ClientContext;
import iskallia.ibuilders.net.context.Context;
import iskallia.ibuilders.net.context.ServerContext;
import iskallia.ibuilders.net.packet.Packet;
public clas... | UTF-8 | Java | 1,454 | java | PacketHandler.java | Java | [] | null | [] | package iskallia.ibuilders.net.packet.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import iskallia.ibuilders.net.context.ClientContext;
import iskallia.ibuilders.net.context.Context;
import iskallia.ibuilders.net.context.ServerContext;
import iskallia.ibuilders.net.packet.Packet;
public clas... | 1,454 | 0.71458 | 0.709766 | 41 | 34.463413 | 30.251867 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560976 | false | false | 12 |
8fc92fcff952a688b615349c33465ef5afbf5cae | 7,645,041,814,876 | cb7a12b44d269371b45f6ba220f7ef54899dfb0c | /test/com/implemica/kozhanov/MainTest.java | e6bc0d674b1df5d970b11e3e1d6224a0bd705d0b | [] | no_license | KozhanovDmytro/ImplemicaFirstTasks | https://github.com/KozhanovDmytro/ImplemicaFirstTasks | 6b84e92f6f83e2b922f91539ddd750965ae79536 | b22a9a40ebdcfde1a4c8070a0a375da4d3ec9880 | refs/heads/master | 2018-10-28T08:42:48.178000 | 2018-08-28T12:28:41 | 2018-08-28T12:28:41 | 145,723,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.implemica.kozhanov;
import org.junit.jupiter.api.*;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* Class for testing Demonstration class.
*
* @author Dmytro K... | UTF-8 | Java | 1,998 | java | MainTest.java | Java | [
{
"context": "ass for testing Demonstration class.\n *\n * @author Dmytro Kozhanov\n */\nclass MainTest {\n\n /**\n * The instance o",
"end": 327,
"score": 0.9998696446418762,
"start": 312,
"tag": "NAME",
"value": "Dmytro Kozhanov"
}
] | null | [] | package com.implemica.kozhanov;
import org.junit.jupiter.api.*;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* Class for testing Demonstration class.
*
* @author <NAME>
... | 1,989 | 0.549172 | 0.531056 | 81 | 22.864197 | 19.984409 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283951 | false | false | 12 |
2c2e0bf3e86e96be53608f48a40e7fa45a193695 | 30,923,764,572,992 | 59d915acef1b06fed1f7e6260b22e5c681080001 | /src/DocList.java | 093c523e61ec32384ee7776243ceb01d246dc570 | [] | no_license | alin4627/InfoRetrievalSystem | https://github.com/alin4627/InfoRetrievalSystem | 223e00b9b2a6e8d3cdb58002c0619067b00b906c | c101a47d54f6131eb97b79127427e05b116c5e76 | refs/heads/master | 2020-04-09T00:42:23.704000 | 2018-12-04T05:49:42 | 2018-12-04T05:49:42 | 159,877,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class DocList extends ArrayList<Document>{
public List<Document> DocList;
public DocList( String input )throws IOException {
Scanner scanner = new Scanner(new File(input));
... | UTF-8 | Java | 1,661 | java | DocList.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class DocList extends ArrayList<Document>{
public List<Document> DocList;
public DocList( String input )throws IOException {
Scanner scanner = new Scanner(new File(input));
... | 1,661 | 0.579771 | 0.573149 | 71 | 22.394365 | 16.573761 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.830986 | false | false | 12 |
c6a9318b95300b740f0f5f8fdd48001f1a23bb57 | 14,705,968,080,761 | c61837d344b27e0d8c0aeb8f02e0638b46ae9f69 | /app/src/main/java/layout/EpisodePage.java | 54e3627fec9c1a3897630178bcb1c4ab4daf1762 | [
"MIT"
] | permissive | robbiestells/Capstone-Project | https://github.com/robbiestells/Capstone-Project | 0719f2b4fa717abd4d55534cb01e73679a45dd01 | 229cf9815da4ffd61002485df41be2f4794cce99 | refs/heads/master | 2021-01-14T08:21:42.474000 | 2017-02-25T18:05:40 | 2017-02-25T18:05:40 | 81,947,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package layout;
import android.app.Activity;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.prime.perspe... | UTF-8 | Java | 2,235 | java | EpisodePage.java | Java | [
{
"context": "ve.commentist.Objects.FeedItem;\n\n/**\n * Created by rsteller on 1/18/2017.\n */\n\npublic class EpisodePage exten",
"end": 480,
"score": 0.9996551871299744,
"start": 472,
"tag": "USERNAME",
"value": "rsteller"
}
] | null | [] | package layout;
import android.app.Activity;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.prime.perspe... | 2,235 | 0.70962 | 0.70604 | 67 | 32.373135 | 29.560884 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522388 | false | false | 12 |
d97cb2d6c42610d6766187286be53b7bd66a0de5 | 3,736,621,596,762 | 704863133483073b1d28410d832965c926873a53 | /Oeving4opp5_Person/src/person/Meny.java | 852b699001624f5116d6c5d9c90652fc3bf09cfa | [] | no_license | ahaggi/java_DAT102 | https://github.com/ahaggi/java_DAT102 | 007513a21a2ee63da3c38e7889fd452cda631788 | 1d5940afd20c65560dc2a812a7651ea932f8e4ff | refs/heads/master | 2021-02-16T10:26:02.273000 | 2020-03-04T20:16:16 | 2020-03-04T20:16:16 | 244,994,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package person;
import easyIO.*;
import kjede_koe.KjedetKoe;
import no.hib.dat102.listeordnet.adt.OrdnetListeADT;
import no.hib.dat102.listeordnet.kjedet.KjedetOrdnetListe;
import no.hib.dat102.listeordnet.tabell.TabellOrdnetListe;
public class Meny {
Out skjerm= new Out();
In tastValg=new In();
String filnavn="r... | UTF-8 | Java | 4,977 | java | Meny.java | Java | [] | null | [] | package person;
import easyIO.*;
import kjede_koe.KjedetKoe;
import no.hib.dat102.listeordnet.adt.OrdnetListeADT;
import no.hib.dat102.listeordnet.kjedet.KjedetOrdnetListe;
import no.hib.dat102.listeordnet.tabell.TabellOrdnetListe;
public class Meny {
Out skjerm= new Out();
In tastValg=new In();
String filnavn="r... | 4,977 | 0.583786 | 0.563267 | 210 | 22.676191 | 24.286581 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.3 | false | false | 12 |
b554dc499a95d39ecc346240fa6c0e2d1be5461b | 15,444,702,457,912 | 515c9772233bec06ed3a789351a89701761f3b03 | /eclipse/forloo/src/forloo/Forloopapplication.java | a50afc2f5a1ac93f1dccb7ff5de9fad2a99706fe | [] | no_license | leopangchan/CSS-255 | https://github.com/leopangchan/CSS-255 | d5f8d88fd4e2a5a101928d2c7c1a18a78fb3b7d5 | 774eb237f2da140b7c9d421a4fdb85410563c177 | refs/heads/master | 2016-08-09T23:52:20.970000 | 2016-01-22T18:30:47 | 2016-01-22T18:30:47 | 50,199,264 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package forloo;
public class Forloopapplication {
public static void main(String[] args)
{
int total = 0;// initialize the total
//total even integers from 1 through 20
for( int number = 2;number<=20;number+=2)
total += number;
System.out.printf("total:%s\n", total);
}}
| UTF-8 | Java | 285 | java | Forloopapplication.java | Java | [] | null | [] | package forloo;
public class Forloopapplication {
public static void main(String[] args)
{
int total = 0;// initialize the total
//total even integers from 1 through 20
for( int number = 2;number<=20;number+=2)
total += number;
System.out.printf("total:%s\n", total);
}}
| 285 | 0.687719 | 0.659649 | 14 | 19.357143 | 17.588987 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.214286 | false | false | 12 |
2aa51a539e45f5967122e5905e135b57333c804a | 25,718,264,231,344 | af080f12b3eb087db1abe9eeabf5f25e231ed3a8 | /Practica 5/PR5 Terminada/src/tp/pr5/Observable.java | 7e7adef5092d50ddc51dfdab1620fbe5afd75566 | [] | no_license | Vignusv/Tecnologia-Programacion | https://github.com/Vignusv/Tecnologia-Programacion | e55fcaa256d4885b551e03deafc94d97bd03fe3e | 1bd4e72703ae503d8b8a9a184a901a6acaa823ca | refs/heads/master | 2020-06-05T20:29:11.152000 | 2016-10-02T18:11:38 | 2016-10-02T18:11:38 | 40,588,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tp.pr5;
import java.util.ArrayList;
public class Observable<T> {
protected ArrayList<T> observers;
/**
* Constructor de la clase observable
*/
public Observable(){
this.observers = new ArrayList<T>();
}
/**
* Añade un observador si este ya no está en la lista de observadores
* @param observer... | ISO-8859-1 | Java | 669 | java | Observable.java | Java | [] | null | [] | package tp.pr5;
import java.util.ArrayList;
public class Observable<T> {
protected ArrayList<T> observers;
/**
* Constructor de la clase observable
*/
public Observable(){
this.observers = new ArrayList<T>();
}
/**
* Añade un observador si este ya no está en la lista de observadores
* @param observer... | 669 | 0.708709 | 0.707207 | 29 | 21.965517 | 20.109156 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.172414 | false | false | 12 |
db6178c68545026a4f487820b3ba28c8d1f81134 | 25,718,264,234,655 | 37eaa13399b8d14849788609fc6f40b350ffa591 | /identity-core/identity-core-db-entities/src/main/java/com/sflpro/identity/core/db/entities/Identity.java | 1aa6bb3542e589fb8fa9ce44391448bc42693b7d | [
"Apache-2.0"
] | permissive | sflpro/identity | https://github.com/sflpro/identity | 21582e812c449c997e2eb5577a99d87c0f753fc0 | c1761c14341581b5709a9f2ac1dab8f9236b5036 | refs/heads/develop | 2021-12-27T16:47:52.050000 | 2021-12-27T11:14:42 | 2021-12-27T11:14:42 | 116,670,936 | 3 | 0 | Apache-2.0 | false | 2022-02-02T13:11:29 | 2018-01-08T11:56:28 | 2021-12-27T11:14:46 | 2022-02-02T13:11:08 | 1,086 | 4 | 0 | 14 | Java | false | false | package com.sflpro.identity.core.db.entities;
import com.sflpro.identity.core.datatypes.IdentityContactMethod;
import com.sflpro.identity.core.datatypes.IdentityStatus;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.... | UTF-8 | Java | 5,054 | java | Identity.java | Java | [
{
"context": " SFL LLC\r\n * Created on 20/11/2017\r\n *\r\n * @author Davit Harutyunyan\r\n */\r\n@Entity\r\n@Table(\r\n name = \"identity\"",
"end": 548,
"score": 0.9998722076416016,
"start": 531,
"tag": "NAME",
"value": "Davit Harutyunyan"
}
] | null | [] | package com.sflpro.identity.core.db.entities;
import com.sflpro.identity.core.datatypes.IdentityContactMethod;
import com.sflpro.identity.core.datatypes.IdentityStatus;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.... | 5,043 | 0.579937 | 0.576375 | 191 | 24.460733 | 19.587828 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382199 | false | false | 12 |
098f67efc920cdc83c0b6247295ad0f29b9d63a1 | 10,067,403,365,029 | dc8a337ea1d8a285577d33e5cfd4dbbe846ee1a0 | /src/main/scala/PalindromeNumber.java | cc70260335736a778c307bcd3a20ff49d78ddc52 | [] | no_license | joestalker1/leetcode | https://github.com/joestalker1/leetcode | 8a5cdda17abd33c3eef859732f75d7bec77a9d0e | ae392ddbc7eb56cb814b9e9715043c98a89a6314 | refs/heads/master | 2023-04-13T22:09:54.407000 | 2023-04-09T19:22:54 | 2023-04-09T19:22:54 | 131,803,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
/**
* Created by jstalker on 18.06.17.
*/
public class PalindromeNumber {
public static boolean isPalindrome(int x) {
if(x == 0) return true;
if(x < 0) return false;
int i = 0,j = 9;
int k = 1000000000;
while(x / k == 0) {
k /= 10;
j-= 1;
... | UTF-8 | Java | 986 | java | PalindromeNumber.java | Java | [
{
"context": "package leetcode;\n\n/**\n * Created by jstalker on 18.06.17.\n */\npublic class PalindromeNumber {\n",
"end": 45,
"score": 0.991386353969574,
"start": 37,
"tag": "USERNAME",
"value": "jstalker"
}
] | null | [] | package leetcode;
/**
* Created by jstalker on 18.06.17.
*/
public class PalindromeNumber {
public static boolean isPalindrome(int x) {
if(x == 0) return true;
if(x < 0) return false;
int i = 0,j = 9;
int k = 1000000000;
while(x / k == 0) {
k /= 10;
j-= 1;
... | 986 | 0.514199 | 0.460446 | 41 | 23.04878 | 15.197803 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 12 |
9b41dc8e13d1ac2c46aae96ec0e8b516aaddaeb9 | 31,817,117,797,288 | 53210969e9e39b3943a4cb3b775c7969734d956b | /job-server/src/main/java/com/worldelite/job/entity/CompanyEmployee.java | 72f69a6279aae6064cbb395cf2ac26df39f93049 | [] | no_license | ryleeliyixuan/world-elite | https://github.com/ryleeliyixuan/world-elite | 2cf229e74ab018052fbd3b3c7dc2aaed4273e1b7 | b3ca7cfc34a0ffda4037bb8d9159377845e45eb5 | refs/heads/master | 2023-03-24T18:21:20.818000 | 2021-03-22T03:28:30 | 2021-03-22T03:28:30 | 349,533,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.worldelite.job.entity;
import java.util.Date;
/**
* Database Table Remarks:
* 企业雇员数量表
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table t_company_employee
*/
public class CompanyEmployee {
/**
* Database Column Remarks:
* 雇员数量ID
... | UTF-8 | Java | 5,769 | java | CompanyEmployee.java | Java | [] | null | [] | package com.worldelite.job.entity;
import java.util.Date;
/**
* Database Table Remarks:
* 企业雇员数量表
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table t_company_employee
*/
public class CompanyEmployee {
/**
* Database Column Remarks:
* 雇员数量ID
... | 5,769 | 0.620472 | 0.620472 | 222 | 24.747747 | 25.080938 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.09009 | false | false | 12 |
ae75b4c8b159ea9216e323b0ce0e6e6e4a9d374a | 4,501,125,785,394 | e241460eeaded2379d3fdb05067612df92efd6a2 | /skills_challenge/src/skills_challenge/main.java | e451c61776b39ab97a4e8befdd6439de3d759e78 | [] | no_license | hunterkempf/skills_challenge- | https://github.com/hunterkempf/skills_challenge- | b810ab5e177e29446ada5828089bd1e58cb32377 | 32fd4580c86ab985bc6f5f2b8c6745c2a773e88c | refs/heads/master | 2020-04-05T05:44:22.533000 | 2018-11-12T16:19:27 | 2018-11-12T16:19:27 | 156,608,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package skills_challenge;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.net.SocketException;
public class main {
public static void main(String[] args) {
// test get data on specific .gz file
try {
get_data file1 = ne... | UTF-8 | Java | 1,443 | java | main.java | Java | [] | null | [] | package skills_challenge;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.net.SocketException;
public class main {
public static void main(String[] args) {
// test get data on specific .gz file
try {
get_data file1 = ne... | 1,443 | 0.668746 | 0.643798 | 46 | 29.369566 | 31.065399 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.108696 | false | false | 12 |
2a798ca448970e6cb6c55fce6d006438b118dcb4 | 21,182,778,732,323 | fd8b77c6c104cf41185c8e9bd2eefbe9a12ecf96 | /Assignments/a3/Node.java | 454696d3b03ece7eaac12979b54d2418d4a401cd | [] | no_license | devroopb/CSC115---Fundamentals-of-Programming-II | https://github.com/devroopb/CSC115---Fundamentals-of-Programming-II | f9c44762aa902d2aa6c94432dfa32721e43ed0a7 | b837fcc75c84840bc3b6e8baf662cf3d9906677c | refs/heads/master | 2020-03-16T09:10:21.214000 | 2018-05-08T13:23:25 | 2018-05-08T13:23:25 | 132,610,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* CSC115 Assignment 3
* V00837868
* 10/12/2K15
* Node.java
* Node is an integer singly linked node class. It stores an integer and an Node object which points to the next Node object <n>.
* @author Devroop Banerjee.
*/
public class Node<E>{
public E item;
public Node<E> next;
public Node<E> prev;
/*
Default con... | UTF-8 | Java | 910 | java | Node.java | Java | [
{
"context": "hich points to the next Node object <n>.\n* @author Devroop Banerjee.\n*/\n\npublic class Node<E>{\n\tpublic E item;\n\tpubli",
"end": 217,
"score": 0.9998900294303894,
"start": 201,
"tag": "NAME",
"value": "Devroop Banerjee"
}
] | null | [] | /*
* CSC115 Assignment 3
* V00837868
* 10/12/2K15
* Node.java
* Node is an integer singly linked node class. It stores an integer and an Node object which points to the next Node object <n>.
* @author <NAME>.
*/
public class Node<E>{
public E item;
public Node<E> next;
public Node<E> prev;
/*
Default constructor. ... | 900 | 0.687912 | 0.667033 | 48 | 17.979166 | 23.455179 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9375 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.