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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f0fecc21afa11e2138359154b99b2326149f9bb9 | 12,309,376,295,521 | ce8fef4cc72d2f6dcc018cb6a07b1bbaf0c4f37b | /src/main/java/interview/leetcode/prob/CountOfSmallerNumberAfterSelf.java | 6fc66ab3567e5829c3220ee6e8ce2d9b08287eb8 | [] | no_license | jojo8775/leet-code | https://github.com/jojo8775/leet-code | f931b30b293178602e7d142c25f9aeef01b43ab0 | 2b40cb94883cc5ebc079edb3c98a4a01825c71f9 | refs/heads/master | 2023-08-04T11:49:15.131000 | 2023-07-23T00:08:50 | 2023-07-23T00:08:50 | 49,825,862 | 1 | 0 | null | false | 2022-05-20T22:01:52 | 2016-01-17T16:40:49 | 2022-01-05T06:12:34 | 2022-05-20T22:01:52 | 22,482 | 0 | 0 | 2 | HTML | false | false | package interview.leetcode.prob;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number of smaller elements to the right of nums[i].
Example:
Giv... | UTF-8 | Java | 3,785 | java | CountOfSmallerNumberAfterSelf.java | Java | [
{
"context": "element.\nReturn the array [2, 1, 1, 0].\n * @author jojo\n *\n */\npublic class CountOfSmallerNumberAfterSelf",
"end": 599,
"score": 0.9982525706291199,
"start": 595,
"tag": "USERNAME",
"value": "jojo"
}
] | null | [] | package interview.leetcode.prob;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number of smaller elements to the right of nums[i].
Example:
Giv... | 3,785 | 0.505944 | 0.493263 | 137 | 26.627737 | 25.349817 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868613 | false | false | 3 |
ee5e2d6488f11b0c84997fc0200ddc088ad3182e | 16,741,782,582,849 | 677e1fa837c9ee1507bab8f52494b95a43ce169f | /Cmaq/src/main/java/com/jabm/cmaq/negocio/impl/CMaqHerramientasManagerImpl.java | 6d7b3cff5273c984c9b4f4ef95a00d50e62a0602 | [] | no_license | jbastiasm/cmaq | https://github.com/jbastiasm/cmaq | 0857ed409a5a6402943a109b50d072eda3a87f64 | 60e8204a245789a70b50e6a0fb4d807df9cb89fc | refs/heads/master | 2016-09-09T22:02:48.085000 | 2016-02-17T15:09:37 | 2016-02-17T15:09:37 | 41,501,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jabm.cmaq.negocio.impl;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import com.jabm.cmaq.dao.CMaqHerramientasDAO;
import com.jabm.cmaq.modelo.CMaqHerramientas;
import com.jabm.cmaq.modelo.CMaqUsuarios;
import com.jabm.cmaq.negocio.interfaces.ICMaqHerramientasM... | UTF-8 | Java | 6,284 | java | CMaqHerramientasManagerImpl.java | Java | [
{
"context": "ght: Copyright (c) 2014\r\n * Company:\r\n * @author jabastias\r\n * @version 1.0\r\n */\r\npublic class CMaqHerramie",
"end": 458,
"score": 0.9747194647789001,
"start": 449,
"tag": "USERNAME",
"value": "jabastias"
}
] | null | [] | package com.jabm.cmaq.negocio.impl;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import com.jabm.cmaq.dao.CMaqHerramientasDAO;
import com.jabm.cmaq.modelo.CMaqHerramientas;
import com.jabm.cmaq.modelo.CMaqUsuarios;
import com.jabm.cmaq.negocio.interfaces.ICMaqHerramientasM... | 6,284 | 0.66725 | 0.665659 | 190 | 31.073685 | 33.563999 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.48421 | false | false | 3 |
54e702aaebc3b6f610fc1f13b4608b8328ff4dae | 24,386,824,323,993 | 81cd7100d5b0929c11b735b9426eb488ea5b0cc6 | /src/main/java/vn/framgia/dao/UserDAO.java | c96eb8f0530dcfc00266b5caa1f8d7bfaf91bc4a | [] | no_license | awesome-academy/fenglish | https://github.com/awesome-academy/fenglish | 5f05c3b7d4c066aa070290ee12ddafd4622fba1b | 0cd2f24087bb3e3934fde6d68f24d4d7e6f37499 | refs/heads/develop | 2020-04-09T06:41:50.070000 | 2019-01-16T06:40:12 | 2019-01-16T06:40:12 | 160,123,569 | 0 | 5 | null | false | 2019-01-16T06:40:13 | 2018-12-03T02:52:29 | 2019-01-16T06:11:48 | 2019-01-16T06:40:13 | 43,819 | 0 | 2 | 1 | CSS | false | null | package vn.framgia.dao;
import java.util.List;
import javax.persistence.LockModeType;
import vn.framgia.model.User;
public interface UserDAO extends BaseDAO<Integer, User> {
User findUserByEmail(String email);
List<User> listAll(int page, int userPerPage);
List<User> loadUsers(Integer offset, Integer maxResult... | UTF-8 | Java | 515 | java | UserDAO.java | Java | [] | null | [] | package vn.framgia.dao;
import java.util.List;
import javax.persistence.LockModeType;
import vn.framgia.model.User;
public interface UserDAO extends BaseDAO<Integer, User> {
User findUserByEmail(String email);
List<User> listAll(int page, int userPerPage);
List<User> loadUsers(Integer offset, Integer maxResult... | 515 | 0.778641 | 0.778641 | 25 | 19.6 | 22.039963 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.96 | false | false | 3 |
7223a8e41c2b0d94370bab9d9ebf81c2ee83594a | 22,368,189,700,086 | d9983b2a036d8409f6ba019aceac679e11984e33 | /transfer/core/src/main/java/com/asta/app2/dao/ChairDao.java | 30e35f2d06e640939f5e7582629c6effc509d5e8 | [] | no_license | transx/transx | https://github.com/transx/transx | 0354c884937337b4506f8960cd27a2f8a510d5cb | bdb0c8b048764b173bd0588c0cea6ac17c722222 | refs/heads/master | 2016-09-06T01:47:36.624000 | 2013-03-04T18:49:25 | 2013-03-04T18:49:25 | 7,987,873 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* *Class created on [ Jun 14, 2008 | 5:19:53 PM ] */
package com.asta.app2.dao;
import java.util.List;
import com.asta.app2.model.Chair;
/**
*
* @author <a href="mailto:saeid3@gmail.com">Saeid Moradi</a>
*/
public interface ChairDao extends GenericDao<Chair, Long>{
List<Chair> findChairsByServiceI... | UTF-8 | Java | 391 | java | ChairDao.java | Java | [
{
"context": "el.Chair;\r\n\t\r\n/**\r\n *\r\n * @author <a href=\"mailto:saeid3@gmail.com\">Saeid Moradi</a>\r\n */\r\npublic interface ChairDao",
"end": 202,
"score": 0.9998963475227356,
"start": 186,
"tag": "EMAIL",
"value": "saeid3@gmail.com"
},
{
"context": "\n *\r\n * @author <... | null | [] | /* *Class created on [ Jun 14, 2008 | 5:19:53 PM ] */
package com.asta.app2.dao;
import java.util.List;
import com.asta.app2.model.Chair;
/**
*
* @author <a href="mailto:<EMAIL>"><NAME></a>
*/
public interface ChairDao extends GenericDao<Chair, Long>{
List<Chair> findChairsByServiceId(long service_... | 376 | 0.667519 | 0.631714 | 16 | 22.1875 | 23.111736 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
3771e5e34db70ffd9af2d07ff850e3f9ac8a950b | 9,070,970,973,260 | a828119846088bba601a2aae274aa71ace65d9a4 | /Tool/dex2jar/out/com/google/android/gms/b/dl.java | 1289b1a85aee4e1d57a7d3fc6bf9aa9597c64917 | [] | no_license | PhuongThao09/ZingMP3 | https://github.com/PhuongThao09/ZingMP3 | 19112d400dc2c30719f03272c0de3b8101bfe3b9 | a060ee305894c2d89e8636bd2700b16ecde6c421 | refs/heads/master | 2020-06-11T20:11:33.371000 | 2019-06-27T11:37:16 | 2019-06-27T11:37:16 | 194,065,503 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Decompiled by Procyon v0.5.30
//
package com.google.android.gms.b;
import android.location.Location;
public interface dl
{
Location a(final long p0);
void a();
}
| UTF-8 | Java | 186 | java | dl.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.30
//
package com.google.android.gms.b;
import android.location.Location;
public interface dl
{
Location a(final long p0);
void a();
}
| 186 | 0.655914 | 0.629032 | 14 | 12.285714 | 13.508879 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 3 |
cf56fc18f0ca394a0411c0fee83ac7d6bc02e50a | 20,813,411,567,610 | 2216082496e06579c2995bc73412fa18576a1ec9 | /src/cn/com/zx/travelcompanion/service/admin/ShouYiService.java | 8240a95f7df16ae81d983f9f5993e067a5b3b5ea | [] | no_license | cj19990510/TravelCompanion | https://github.com/cj19990510/TravelCompanion | e0c17d137dc01c32af993c3116fb34719e815530 | d3622dd24c325445cf2264badd7b4ee34c164f0c | refs/heads/master | 2020-06-29T17:07:44.143000 | 2019-08-16T03:36:13 | 2019-08-16T03:36:13 | 200,574,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.zx.travelcompanion.service.admin;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import cn.com.zx.travelcompanion.dao.admin.ShouYiDao;
import cn.com.zx.travelcompanion.daoimp.admin.ShouYiDaoImpl;
import cn.com.zx.travelcompanion.bean.Cha... | UTF-8 | Java | 2,236 | java | ShouYiService.java | Java | [] | null | [] | package cn.com.zx.travelcompanion.service.admin;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import cn.com.zx.travelcompanion.dao.admin.ShouYiDao;
import cn.com.zx.travelcompanion.daoimp.admin.ShouYiDaoImpl;
import cn.com.zx.travelcompanion.bean.Cha... | 2,236 | 0.696333 | 0.620751 | 89 | 24.123596 | 16.281803 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.606742 | false | false | 3 |
5d7a418ded00bf253e86b2bdf4a78fcfb4a54023 | 11,802,570,155,726 | f73525c8cffc1496cbe34eea22d201a49fc56e16 | /src/main/java/com/sd/game/MoveGenerator.java | 3c8b608ad1f7fc943372bc767182ad62723c693a | [] | no_license | sd021/ChessEngine | https://github.com/sd021/ChessEngine | 22636129782debcd8f8eb48a836d9fd134384633 | f4e7b0ed4cd7a407bae70d2f15bf43668a480e14 | refs/heads/master | 2023-02-15T04:05:51.148000 | 2021-01-09T20:31:00 | 2021-01-09T20:31:00 | 323,186,482 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.com.sd.game;
import main.java.com.sd.board.Board;
import main.java.com.sd.moves.Move;
import main.java.com.sd.moves.MoveChain;
import main.java.com.sd.pieces.colours.Colour;
import main.java.com.sd.pieces.colours.ColourHelper;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4... | UTF-8 | Java | 3,005 | java | MoveGenerator.java | Java | [] | null | [] | package main.java.com.sd.game;
import main.java.com.sd.board.Board;
import main.java.com.sd.moves.Move;
import main.java.com.sd.moves.MoveChain;
import main.java.com.sd.pieces.colours.Colour;
import main.java.com.sd.pieces.colours.ColourHelper;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4... | 3,005 | 0.697171 | 0.694509 | 65 | 45.200001 | 48.212734 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.938462 | false | false | 3 |
274d6d7f77126d27731f607aed59994497c0bf73 | 6,442,450,982,980 | bef7375a3869c815856ee4fb336b42613aafcb5e | /BasicCVProject/src/main/java/CVPack/EducationInstitute.java | 4bb053c3000da33ca45dfac4058330f3dfce54a4 | [] | no_license | Lilyanov/Proekti | https://github.com/Lilyanov/Proekti | 7c698f8a9df63d6bf99c0f17b25b11148bc94f6d | 4a28a3d989d7597305e4d28152756bb50e461092 | refs/heads/master | 2021-01-16T00:28:38.485000 | 2014-01-23T14:28:47 | 2014-01-23T14:28:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* All copyright reserved by Skrill MB Bulgaria
* @author Yavor Lilyanov
* @version 1.0
*/
package CVPack;
class EducationInstitute {
private String name, qualification;
Date startDate, endDate;
public EducationInstitute() {
name = qualification = "";
startDate = new Date();
endDate = new Date();
}
... | UTF-8 | Java | 1,647 | java | EducationInstitute.java | Java | [
{
"context": "opyright reserved by Skrill MB Bulgaria\n * @author Yavor Lilyanov\n * @version 1.0\n*/\n\npackage CVPack;\n\nclass Educat",
"end": 77,
"score": 0.9994403719902039,
"start": 63,
"tag": "NAME",
"value": "Yavor Lilyanov"
}
] | null | [] | /*
* All copyright reserved by Skrill MB Bulgaria
* @author <NAME>
* @version 1.0
*/
package CVPack;
class EducationInstitute {
private String name, qualification;
Date startDate, endDate;
public EducationInstitute() {
name = qualification = "";
startDate = new Date();
endDate = new Date();
}
// sett... | 1,639 | 0.64663 | 0.645416 | 76 | 20.68421 | 19.365059 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.671053 | false | false | 3 |
d3ffaff351088658d32da265cf10b90ded428e59 | 3,977,139,758,427 | fcead65b4c0252f742909d4db7c2e81b3e46e7cd | /app/src/main/java/shangchuan/com/oec/present/NewsDetailPresent.java | 1a9199c75bffc68ddafa4f2f09f95b56f5d8929a | [
"Apache-2.0"
] | permissive | jackzjw/OEC | https://github.com/jackzjw/OEC | f0eb5cfa9098c844c2f4e62b495ea85f27a0718e | 7e4997b938ab380f7d51ecc3134bfe503d171163 | refs/heads/master | 2021-04-27T02:17:42.675000 | 2018-02-24T02:49:51 | 2018-02-24T02:49:51 | 122,692,374 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shangchuan.com.oec.present;
import javax.inject.Inject;
import rx.Subscription;
import shangchuan.com.oec.base.RxPresent;
import shangchuan.com.oec.model.bean.HttpDataResult;
import shangchuan.com.oec.model.bean.NewsDetailsBean;
import shangchuan.com.oec.model.http.RetrofitHelper;
import shangchuan.com.oec.pr... | UTF-8 | Java | 1,363 | java | NewsDetailPresent.java | Java | [
{
"context": "chuan.com.oec.widget.SaveToken;\n\n/**\n * Created by sg280 on 2017/4/26.\n */\n\npublic class NewsDetailPresent",
"end": 513,
"score": 0.9994948506355286,
"start": 508,
"tag": "USERNAME",
"value": "sg280"
}
] | null | [] | package shangchuan.com.oec.present;
import javax.inject.Inject;
import rx.Subscription;
import shangchuan.com.oec.base.RxPresent;
import shangchuan.com.oec.model.bean.HttpDataResult;
import shangchuan.com.oec.model.bean.NewsDetailsBean;
import shangchuan.com.oec.model.http.RetrofitHelper;
import shangchuan.com.oec.pr... | 1,363 | 0.709464 | 0.702128 | 39 | 33.948719 | 30.874393 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 3 |
dc5ad517e392bf1e21c2c1c89c1a0055b9ea86d5 | 33,234,456,982,689 | 2339abd8728f306b2fd2e57349d20609cb71b8f1 | /arquillian-jacoco/src/test/java/org/jboss/arquillian/extension/jacoco/test/unit/FilterComposerTestCase.java | 510bffa80efaef54048a3e30670a16cd433b6ed2 | [] | no_license | arquillian/arquillian-extension-jacoco | https://github.com/arquillian/arquillian-extension-jacoco | b6e0526a3a6cf458c33428c7e44a57734b651124 | 032d716733a517639cf85e8ff0214f899a674e15 | refs/heads/master | 2023-01-20T11:50:09.109000 | 2023-01-18T01:26:31 | 2023-01-18T01:26:31 | 1,930,322 | 19 | 23 | null | false | 2023-01-18T01:26:32 | 2011-06-21T17:04:21 | 2023-01-10T07:22:11 | 2023-01-18T01:26:31 | 274 | 27 | 30 | 15 | Java | false | false | package org.jboss.arquillian.extension.jacoco.test.unit;
import org.jboss.arquillian.extension.jacoco.CoverageDataCommand;
import org.jboss.arquillian.extension.jacoco.client.JaCoCoArchiveAppender;
import org.jboss.arquillian.extension.jacoco.client.filter.FilterComposer;
import org.jboss.arquillian.extension.jacoco.c... | UTF-8 | Java | 8,412 | java | FilterComposerTestCase.java | Java | [] | null | [] | package org.jboss.arquillian.extension.jacoco.test.unit;
import org.jboss.arquillian.extension.jacoco.CoverageDataCommand;
import org.jboss.arquillian.extension.jacoco.client.JaCoCoArchiveAppender;
import org.jboss.arquillian.extension.jacoco.client.filter.FilterComposer;
import org.jboss.arquillian.extension.jacoco.c... | 8,412 | 0.688184 | 0.688184 | 217 | 37.764977 | 41.664394 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373272 | false | false | 3 |
6cc5d98cbfe7486a9a590330ecb784df679e2459 | 28,080,496,206,586 | 5fefca7af7585379d697cf5e5760122fa7a77bc5 | /Lab2/src/Lab2/Shatilov/Human/Leg.java | 7ae8afc330d2c27615e9b58f6ac02a94333d8f41 | [] | no_license | Tail870/OOP | https://github.com/Tail870/OOP | 814d35197e714ef807bc23916e69b56788803626 | 903f178b12ef044a5ba689da5ef6c246d659f551 | refs/heads/master | 2020-04-08T09:22:53.061000 | 2018-12-01T13:47:32 | 2018-12-01T13:47:32 | 159,221,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lab2.Shatilov.Human;
public class Leg {
private boolean hair;
public void setHair(boolean arg){
hair = arg;
}
public boolean getHair(){
return hair;
}
}
| UTF-8 | Java | 209 | java | Leg.java | Java | [] | null | [] | package Lab2.Shatilov.Human;
public class Leg {
private boolean hair;
public void setHair(boolean arg){
hair = arg;
}
public boolean getHair(){
return hair;
}
}
| 209 | 0.574163 | 0.569378 | 11 | 17 | 11.969659 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
053c057d3d5d3a3312c96db5e1583892ecbf4cfe | 28,355,374,155,210 | 77d06274834fb9db091863fb0a87fa2d5d98f42d | /app/src/main/java/io/agora/openvcall/widget/PokerGroup.java | e1800c322e7f4520b470817156fb9a544684e68d | [
"MIT"
] | permissive | luohong/Niu | https://github.com/luohong/Niu | 29d6c3b9c038a5954abab87e66d9faaa7410df4d | 29fe33adb8a5c4cf457c7f898220a4ee8e33c414 | refs/heads/master | 2021-01-09T06:06:05.883000 | 2017-02-04T14:29:55 | 2017-02-04T14:29:55 | 80,912,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.agora.openvcall.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.graphics.drawable.Drawable;
import ... | UTF-8 | Java | 17,993 | java | PokerGroup.java | Java | [] | null | [] | package io.agora.openvcall.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.graphics.drawable.Drawable;
import ... | 17,993 | 0.581663 | 0.567925 | 486 | 35.244858 | 25.599554 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582305 | false | false | 3 |
209486b5252eb12b316e593697bc39a72c880853 | 7,078,106,142,916 | f19c5d5b0f14271589a8c8e489abe8cfd71dbebe | /hrms/src/main/java/javacamp/hrms/business/abstracts/WorkExperienceService.java | 67dc8624af7e237ff6804133f4f03e4e290c5647 | [] | no_license | treasuremind/HumanResourcesManagementSystem | https://github.com/treasuremind/HumanResourcesManagementSystem | ddb0d673e101ccefd097800f1d15a908ec7c316e | dc53f552792a2f68ad73f5aff8f1036c012dd1af | refs/heads/main | 2023-05-08T20:47:02.427000 | 2021-06-03T19:07:20 | 2021-06-03T19:07:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javacamp.hrms.business.abstracts;
import java.util.List;
import javacamp.hrms.core.utilities.results.DataResult;
import javacamp.hrms.core.utilities.results.Result;
import javacamp.hrms.entities.concretes.WorkExperience;
import javacamp.hrms.entities.dtos.WorkExperienceWithCvWithJobSeekerDto;
public interfac... | UTF-8 | Java | 570 | java | WorkExperienceService.java | Java | [] | null | [] | package javacamp.hrms.business.abstracts;
import java.util.List;
import javacamp.hrms.core.utilities.results.DataResult;
import javacamp.hrms.core.utilities.results.Result;
import javacamp.hrms.entities.concretes.WorkExperience;
import javacamp.hrms.entities.dtos.WorkExperienceWithCvWithJobSeekerDto;
public interfac... | 570 | 0.85614 | 0.85614 | 14 | 39.714287 | 32.382599 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 3 |
7c66aa2635e8373b8b6a4b0be3d3925f30e45214 | 51,539,666,728 | ae7b7b61c5582aea7925d37b8452b14891004a51 | /src/main/java/com/string/rahul/CompressString.java | 258dc62a15dd89c454e0c77bdf8c67c5bf0ad48d | [] | no_license | RahulSinghRawat/JavaCodeBase | https://github.com/RahulSinghRawat/JavaCodeBase | 68a3578d791e0d5d930c5112132ff57d3d24a579 | c6cb616e49156aacb8fe5c26ba4e8786180b68f3 | refs/heads/master | 2021-05-03T06:01:39.626000 | 2019-10-03T09:23:41 | 2019-10-03T09:23:41 | 61,531,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.string.rahul;
// Time complexity O(n)
public class CompressString {
public static void main(String[] args) {
String str = "aaabbccdde";
compress(str);
}
private static void compress(String inputString) {
int len = inputString.length();
int count = 1;
for (int i = 0; i < len; i++) {
if (i +... | UTF-8 | Java | 603 | java | CompressString.java | Java | [] | null | [] | package com.string.rahul;
// Time complexity O(n)
public class CompressString {
public static void main(String[] args) {
String str = "aaabbccdde";
compress(str);
}
private static void compress(String inputString) {
int len = inputString.length();
int count = 1;
for (int i = 0; i < len; i++) {
if (i +... | 603 | 0.630182 | 0.620232 | 28 | 20.571428 | 16.819267 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.357143 | false | false | 3 |
e26c7e9a3215c4506329f220bb4a839c2d72da70 | 32,384,053,415,274 | 0035d933a55312c51500d4f0062e79f7829019cf | /org.apache.ace.log/src/org/apache/ace/log/server/store/mongo/MongoLogStore.java | ccab7994d203fc611b89ac147d17d88a1ca0274f | [] | no_license | boneman1231/ace | https://github.com/boneman1231/ace | 1ab16a30ff3bcb1a656b83f0a936982821ab8ae2 | 749868d8567fb9f94c9c4aaaf4c84f78ffe06e38 | refs/heads/trunk | 2021-01-18T09:21:45.336000 | 2015-01-22T15:53:52 | 2015-01-22T15:53:52 | 31,753,808 | 1 | 0 | null | true | 2015-03-06T05:16:48 | 2015-03-06T05:16:48 | 2015-01-22T15:53:59 | 2015-01-22T15:53:58 | 145,064 | 0 | 0 | 0 | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 7,621 | java | MongoLogStore.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 7,621 | 0.645453 | 0.643748 | 208 | 35.639423 | 28.951548 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725962 | false | false | 3 |
ab1c908090c9ed6c52d2e1c8a92f89e866f248d5 | 27,273,042,332,634 | 91c3bfc476a5bd4da03fcd84adc852cc830a70de | /OWLTools-Core/src/main/java/owltools/frame/jsonld/StubLD.java | 56a7d18d6794120e87cc65973c96189499ccf392 | [] | permissive | VirtualFlyBrain/owltools | https://github.com/VirtualFlyBrain/owltools | 7a6439c9a9b6460acc7d080e104c3ae39d345605 | fc5c7f86322ac773d09f1bce37c39e95326e605c | refs/heads/master | 2023-06-22T16:04:04.629000 | 2017-04-05T20:12:42 | 2017-04-05T20:22:44 | 87,724,961 | 0 | 0 | BSD-3-Clause | true | 2023-06-19T18:04:03 | 2017-04-09T17:06:28 | 2017-04-09T17:06:32 | 2023-06-19T18:04:02 | 74,666 | 0 | 0 | 22 | Web Ontology Language | false | false | package owltools.frame.jsonld;
import owltools.frame.Stub;
public class StubLD extends ExpressionLD implements Stub {
public StubLD() {
super();
}
public StubLD(String id, String label) {
super();
this.id = id;
this.label = label;
}
}
| UTF-8 | Java | 256 | java | StubLD.java | Java | [] | null | [] | package owltools.frame.jsonld;
import owltools.frame.Stub;
public class StubLD extends ExpressionLD implements Stub {
public StubLD() {
super();
}
public StubLD(String id, String label) {
super();
this.id = id;
this.label = label;
}
}
| 256 | 0.679688 | 0.679688 | 19 | 12.473684 | 16.089775 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 3 |
79c853ae96836c24fce85353a50631a9e483fd90 | 1,752,346,686,951 | 822818006d87399416e86750c3f8136306a30a66 | /Java/lesson 15 - 8.3.17/Bank/src/com/company/ChangeScreenListener.java | 1339bc80dea211e08801d28b20d3c5ef616eb41d | [] | no_license | maayanpolitzer/Android2017JanMorning | https://github.com/maayanpolitzer/Android2017JanMorning | c907fc291a937062cc80344eb7ec7ea43985ee74 | 17aabafd7f80c11e9fce4944c273958d36158417 | refs/heads/master | 2021-01-11T19:04:58.723000 | 2017-06-07T14:01:54 | 2017-06-07T14:01:54 | 79,312,370 | 2 | 1 | null | false | 2017-01-22T16:15:09 | 2017-01-18T06:55:14 | 2017-01-18T14:23:23 | 2017-01-22T14:01:54 | 23 | 1 | 1 | 1 | Java | null | null | package com.company;
import javafx.scene.layout.VBox;
/**
* Created by hackeru on 08/03/2017.
*/
public interface ChangeScreenListener {
void displayLayout(VBox layout);
}
| UTF-8 | Java | 194 | java | ChangeScreenListener.java | Java | [
{
"context": "rt javafx.scene.layout.VBox;\r\n\r\n/**\r\n * Created by hackeru on 08/03/2017.\r\n */\r\npublic interface ChangeScree",
"end": 86,
"score": 0.9995542168617249,
"start": 79,
"tag": "USERNAME",
"value": "hackeru"
}
] | null | [] | package com.company;
import javafx.scene.layout.VBox;
/**
* Created by hackeru on 08/03/2017.
*/
public interface ChangeScreenListener {
void displayLayout(VBox layout);
}
| 194 | 0.680412 | 0.639175 | 12 | 14.166667 | 16.19585 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
d14992dc7f837fd8c211773479acae890f0ed1c2 | 1,864,015,834,976 | 3ab9791e127dd45eb0d2a8b913918e26b9bf086c | /app/src/main/java/com/vane/t05_test/mvp/presenter/SignUpPresenter.java | ddcfde316aad62fbbebb26cab01b5a9d6b5857d8 | [] | no_license | LeeVanie/GitTest | https://github.com/LeeVanie/GitTest | b7ee750c28d97dec8cd5eb4351a0dfa09bccaeda | e84a68974a6ef81ddb2096e9549b7465ac1dc743 | refs/heads/master | 2020-07-04T04:19:14.118000 | 2016-11-18T08:36:44 | 2016-11-18T08:36:44 | 74,108,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vane.t05_test.mvp.presenter;
/**
* Created by Lee Vane.
*/
public interface SignUpPresenter
{
void loadData(String signup, String mobile);
}
| UTF-8 | Java | 161 | java | SignUpPresenter.java | Java | [
{
"context": "om.vane.t05_test.mvp.presenter;\n\n/**\n * Created by Lee Vane.\n */\n\npublic interface SignUpPresenter\n{\n void",
"end": 68,
"score": 0.9998481273651123,
"start": 60,
"tag": "NAME",
"value": "Lee Vane"
}
] | null | [] | package com.vane.t05_test.mvp.presenter;
/**
* Created by <NAME>.
*/
public interface SignUpPresenter
{
void loadData(String signup, String mobile);
}
| 159 | 0.714286 | 0.701863 | 10 | 15.1 | 17.879877 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
7bdb3cf540fb183a1ef4b076038755aecb1281b3 | 33,157,147,583,530 | 4eec5de5ecda7adfcd8fb2c6ac9b1047dd2df90f | /CursosEstudiante/src/edu/udem/poo/cursos/interfaz/PanelCursos.java | 66f605062d58034797bf5f5c30d5c3e53eb71c64 | [] | no_license | jahlon/educacion-software-poo | https://github.com/jahlon/educacion-software-poo | f84f7f273774f905e5e9d9eb25b5065891fcfd32 | 17199c4baa0d953dc50e4ed6f27e2e414d68981a | refs/heads/master | 2016-09-15T15:51:17.656000 | 2014-09-26T22:01:25 | 2014-09-26T22:01:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.udem.poo.cursos.interfaz;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.border.TitledBorder;
import com.jgoodies.forms.factories.FormFactory;
import com.jgoodies.forms.layout.... | UTF-8 | Java | 7,305 | java | PanelCursos.java | Java | [] | null | [] | package edu.udem.poo.cursos.interfaz;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.border.TitledBorder;
import com.jgoodies.forms.factories.FormFactory;
import com.jgoodies.forms.layout.... | 7,305 | 0.70527 | 0.666804 | 229 | 29.899563 | 16.666874 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.31441 | false | false | 3 |
21d5e81ca0e11f8a83de48c6f3f462a114fa79db | 12,816,182,425,979 | 0ce2c182469064f8e8d9c0956cf410812697e22e | /src/com/Aniket/strings/StringBuilderDemo.java | 434531510bfe0b7bd484e9ab43dcea306e78e2cb | [] | no_license | AniketGupta2210/java | https://github.com/AniketGupta2210/java | c9be2cf4c1dde8afd3cefee333fa60dbb4bdc17f | deb10ce2fbf846b8f11368fbfb8c9c7832cf5e27 | refs/heads/master | 2020-12-22T19:20:54.655000 | 2020-01-30T04:32:23 | 2020-01-30T04:32:23 | 236,904,671 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Aniket.strings;
public class StringBuilderDemo {
public static void main(String[] args) {
String name="Aniket";
name= name + "Gupta";
StringBuffer sc = new StringBuffer();
sc.append("IBM");
sc.append("corporation");
StringBuilder sb = new StringBuilder("");
sb.append("Aniket");
... | UTF-8 | Java | 404 | java | StringBuilderDemo.java | Java | [
{
"context": "atic void main(String[] args) {\n\t\t\n\t\tString name=\"Aniket\";\n\t\tname= name + \"Gupta\";\n\t\t\n\t\tStringBuffer sc = ",
"end": 129,
"score": 0.999380886554718,
"start": 123,
"tag": "NAME",
"value": "Aniket"
},
{
"context": "rgs) {\n\t\t\n\t\tString name=\"Aniket... | null | [] | package com.Aniket.strings;
public class StringBuilderDemo {
public static void main(String[] args) {
String name="Aniket";
name= name + "Gupta";
StringBuffer sc = new StringBuffer();
sc.append("IBM");
sc.append("corporation");
StringBuilder sb = new StringBuilder("");
sb.append("Aniket");
... | 404 | 0.65099 | 0.65099 | 23 | 16.565218 | 14.57164 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.869565 | false | false | 3 |
40347cc60805ce6872622ebe5e36be7fd8f70c88 | 33,088,428,084,113 | 5c46c8b016394f32fe6355b09e9baad695b4c990 | /app/src/main/java/com/abdelhamid/badrtask/adapters/PostsAdapter.java | be23c08cbf8bdd5b8f70b25d3ea06b7aa79b9ffe | [] | no_license | mohamadabdelhamid/Badr-Task | https://github.com/mohamadabdelhamid/Badr-Task | f8c72c7056a84c054ec26a5bfff00b567116d89a | 7456510bdcd9b5976d3fd9916b9bf425a8d8f824 | refs/heads/master | 2020-06-10T20:24:28.582000 | 2019-06-26T18:16:19 | 2019-06-26T18:16:19 | 193,736,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abdelhamid.badrtask.adapters;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;... | UTF-8 | Java | 2,980 | java | PostsAdapter.java | Java | [] | null | [] | package com.abdelhamid.badrtask.adapters;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;... | 2,980 | 0.651342 | 0.650336 | 89 | 32.483147 | 25.849222 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494382 | false | false | 3 |
f354cc677acbe2ad418859f946f0187a9b5ad5cf | 4,939,212,402,178 | fcea6aa56daa011a1af17afbefc1ab49ae5a92aa | /abuilder/src/service/rest/wrappers/PointsInstanceJson.java | 44c9d67e53414386ea69f95427fde713e1b541d3 | [
"CC0-1.0",
"CDDL-1.0",
"BSD-3-Clause",
"MIT",
"LGPL-2.0-or-later",
"CPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"MPL-2.0",
"LicenseRef-scancode-proprietary-license",
"EPL-1.0",
"MPL-1.1"
] | permissive | dgiormov/ista.agenda.builder | https://github.com/dgiormov/ista.agenda.builder | 624cf3c51175dbf68a2c046e0c8ff9e1c4555e3e | a27a9890fd00e57c6a1fe0cbaae45e708066efc5 | refs/heads/master | 2022-06-05T02:23:49.898000 | 2022-05-23T07:59:54 | 2022-05-23T07:59:54 | 21,122,135 | 0 | 1 | Apache-2.0 | false | 2022-05-23T07:59:55 | 2014-06-23T10:22:08 | 2015-02-13T13:08:52 | 2022-05-23T07:59:54 | 8,439 | 2 | 2 | 2 | Java | false | false | package service.rest.wrappers;
import persistency.entities.gamification.PointsInstance;
public class PointsInstanceJson {
private String name;
private String description;
private int points;
private String shortid;
private String count;
public PointsInstanceJson(PointsInstance pointsInstance) {
name = point... | UTF-8 | Java | 518 | java | PointsInstanceJson.java | Java | [] | null | [] | package service.rest.wrappers;
import persistency.entities.gamification.PointsInstance;
public class PointsInstanceJson {
private String name;
private String description;
private int points;
private String shortid;
private String count;
public PointsInstanceJson(PointsInstance pointsInstance) {
name = point... | 518 | 0.791506 | 0.791506 | 20 | 24.9 | 21.358604 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 3 |
25a5a5980e7a39a1ca921a240a2d06391fef5000 | 1,460,288,891,984 | 67051455e8a69b248355fd8ae3e6049eaa6c1419 | /src/com/ait/wk1/ExWk1.java | bf97bcf331a351472283366859f9b0dcc681773b | [] | no_license | joeaoregan/AIT-MSc-OOP1 | https://github.com/joeaoregan/AIT-MSc-OOP1 | a220b85598622e5c441c258d4635dbd2fa591a5c | 4b78a864aede528aaa512c493ceafc877e964166 | refs/heads/master | 2020-03-29T19:55:03.660000 | 2019-02-13T21:20:17 | 2019-02-13T21:20:17 | 150,287,038 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Joe O'Regan
* A00258304
* 07/10/2018
* Week 1 Exercises
*/
package com.ait.wk1;
import java.util.InputMismatchException;
import java.util.Scanner;
public class ExWk1 {
private static Scanner sc = new Scanner(System.in);
public static void main(String[] args) {
/*
if (didOswaldActAlone()) {
System.... | UTF-8 | Java | 1,651 | java | ExWk1.java | Java | [
{
"context": "/*\n * Joe O'Regan\n * A00258304\n * 07/10/2018\n * Week 1 Exercises\n *",
"end": 17,
"score": 0.9998691082000732,
"start": 6,
"tag": "NAME",
"value": "Joe O'Regan"
}
] | null | [] | /*
* <NAME>
* A00258304
* 07/10/2018
* Week 1 Exercises
*/
package com.ait.wk1;
import java.util.InputMismatchException;
import java.util.Scanner;
public class ExWk1 {
private static Scanner sc = new Scanner(System.in);
public static void main(String[] args) {
/*
if (didOswaldActAlone()) {
System.out.p... | 1,646 | 0.661417 | 0.648698 | 70 | 22.585714 | 19.356426 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.914286 | false | false | 3 |
2d4059a1066e85ed47df411673471420c9dc521f | 32,830,730,075,770 | b09d710cbde593fedca8184ec40487767fdec55f | /code/RMExpert/src/cn/fuego/common/dao/AbstractViewDao.java | 7d985f1bd64ede830a82c43f0e72fa5f42a7b4d8 | [] | no_license | dalinhuang/RemoteMedical | https://github.com/dalinhuang/RemoteMedical | f7d577a5123ed5fe9b6e3df15c12a8eab1a768b5 | 4f1f5db5826ab580e22b0ac04c57b589269ea39a | refs/heads/master | 2017-12-04T18:50:05.960000 | 2014-09-29T01:37:12 | 2014-09-29T01:37:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Title: AbstractViewDao.java
* @Package cn.fuego.common.dao
* @Description: TODO
* @author Tang Jun
* @date 2014-9-27 下午06:46:11
* @version V1.0
*/
package cn.fuego.common.dao;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.commons.logging.Log;
imp... | UTF-8 | Java | 5,529 | java | AbstractViewDao.java | Java | [
{
"context": "n.fuego.common.dao \n* @Description: TODO\n* @author Tang Jun \n* @date 2014-9-27 下午06:46:11 \n* @version V1.0 ",
"end": 110,
"score": 0.9998195171356201,
"start": 102,
"tag": "NAME",
"value": "Tang Jun"
},
{
"context": " AbstractViewDao \n * @Description: TODO\n * @a... | null | [] | /**
* @Title: AbstractViewDao.java
* @Package cn.fuego.common.dao
* @Description: TODO
* @author <NAME>
* @date 2014-9-27 下午06:46:11
* @version V1.0
*/
package cn.fuego.common.dao;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.commons.logging.Log;
impor... | 5,525 | 0.681942 | 0.676689 | 230 | 23.004349 | 26.055542 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.678261 | false | false | 3 |
009649ea37623e151911879a3e818a8750ebd818 | 20,555,713,480,782 | 589abfa0dec0204dff99ea28f42c6be4436cead3 | /src/main/java/net/delavior/qlcode/ProductCount1.java | cc7a3b9efd7f2286f55f370d2b3e67fd450b00ec | [] | no_license | delavior/iDemos | https://github.com/delavior/iDemos | f9cfd714e7d033442bb5151a7eb7678f8d3dcf22 | 350112a5ce7b5212f6e0f46b81c237d0d0197130 | refs/heads/master | 2017-04-23T20:41:06.867000 | 2016-09-23T04:40:01 | 2016-09-23T04:40:01 | 54,361,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.delavior.qlcode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.*;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
/**
* Created by delavior on 2016/4/29 0029.
*/
public class ProductCount1 {
private static final Logger logger = LoggerFactory.getL... | UTF-8 | Java | 3,505 | java | ProductCount1.java | Java | [
{
"context": ".Map;\nimport java.util.TreeMap;\n\n/**\n * Created by delavior on 2016/4/29 0029.\n */\npublic class ProductCount1",
"end": 208,
"score": 0.9994623064994812,
"start": 200,
"tag": "USERNAME",
"value": "delavior"
}
] | null | [] | package net.delavior.qlcode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.*;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
/**
* Created by delavior on 2016/4/29 0029.
*/
public class ProductCount1 {
private static final Logger logger = LoggerFactory.getL... | 3,505 | 0.483494 | 0.464797 | 97 | 34.288658 | 22.681097 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546392 | false | false | 3 |
ddf02523be3caae813efc5fe9474e4be68e15df9 | 14,121,852,471,590 | fefb4f7a08fc8775f31a3709432a5965049fe20e | /cheetahMiniUtil/src/main/java/jp/co/ricoh/advop/mini/cheetahminiutil/ssdk/function/print/attribute/standard/Magnification.java | 4160848a488539fab58213dbe6406a0831f0e425 | [
"Apache-2.0"
] | permissive | tangzhongliang/Common | https://github.com/tangzhongliang/Common | 261c4d4b2b4d06ed50df608150a534e684558d65 | 40ec6af5b9efaafc902bf6a52aff4549cc8ea19b | refs/heads/master | 2021-01-22T05:43:28.642000 | 2017-02-13T02:21:38 | 2017-02-13T02:21:38 | 81,697,021 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2013 RICOH Co.,LTD.
* All rights reserved.
*/
package jp.co.ricoh.advop.mini.cheetahminiutil.ssdk.function.print.attribute.standard;
import jp.co.ricoh.advop.mini.cheetahminiutil.ssdk.function.print.attribute.PrintRequestAttribute;
import java.util.ArrayList;
import java.util.Collections;
impo... | UTF-8 | Java | 2,008 | java | Magnification.java | Java | [] | null | [] | /*
* Copyright (C) 2013 RICOH Co.,LTD.
* All rights reserved.
*/
package jp.co.ricoh.advop.mini.cheetahminiutil.ssdk.function.print.attribute.standard;
import jp.co.ricoh.advop.mini.cheetahminiutil.ssdk.function.print.attribute.PrintRequestAttribute;
import java.util.ArrayList;
import java.util.Collections;
impo... | 2,008 | 0.699088 | 0.697062 | 86 | 21.953489 | 24.408779 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.116279 | false | false | 3 |
a9ba7e0af63af5dfa834e5cb9d94b4192b4cc74c | 2,087,354,138,986 | bda7552d9b6c5048e26007910d8227bb0a2ea951 | /AjaxWithSpring/src/com/jspiders/controller/GetInfo.java | 00137df16f294a256100aa76f7fe45138abc8866 | [] | no_license | sumanssaha1993/BackUpCodesOfMine | https://github.com/sumanssaha1993/BackUpCodesOfMine | 2067f0e6b497449ce6a1e8e856743649d67b10be | 95fe2b4f2535aecd2711c7d7f4616d1b504c0355 | refs/heads/master | 2020-04-19T09:00:22.222000 | 2019-03-11T12:52:39 | 2019-03-11T12:52:39 | 168,096,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jspiders.controller;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annot... | UTF-8 | Java | 939 | java | GetInfo.java | Java | [
{
"context": " == null || \"\".equals(userName)){\r\n\t\t\tuserName = \"Guest\";\r\n\t\t}\r\n\t\t\r\n\t\tString greetings = \"Hello \" + userN",
"end": 788,
"score": 0.9810884594917297,
"start": 783,
"tag": "USERNAME",
"value": "Guest"
}
] | null | [] | package com.jspiders.controller;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annot... | 939 | 0.750799 | 0.750799 | 31 | 28.290323 | 26.282822 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.354839 | false | false | 3 |
c4ddaef2f7fcc35b5551b13d1bc1253b3383ce33 | 20,392,504,726,758 | dff42e7f34997c429c7f05aa5a0307af880a804d | /app/src/main/java/ch/hesso/santour/view/Edition/Activity/TrackEditActivity.java | 9d81c7cccfca5771cc7f81281a2e2cae984b49d3 | [] | no_license | flavienbonvin/santour-android | https://github.com/flavienbonvin/santour-android | 969d54ef24aefc19bf9215a8db908007ba75c12c | d2ae0846323207df62fb585699cc1a39b0843dd7 | refs/heads/master | 2022-09-25T05:05:36.354000 | 2018-11-20T16:43:48 | 2018-11-20T16:43:48 | 110,941,553 | 0 | 0 | null | false | 2022-09-09T18:49:23 | 2017-11-16T08:02:14 | 2022-07-08T12:48:07 | 2022-09-09T18:49:23 | 543 | 1 | 0 | 1 | Java | false | false | package ch.hesso.santour.view.Edition.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import a... | UTF-8 | Java | 4,206 | java | TrackEditActivity.java | Java | [] | null | [] | package ch.hesso.santour.view.Edition.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import a... | 4,206 | 0.642178 | 0.641465 | 113 | 36.230087 | 27.585108 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548673 | false | false | 3 |
c067fcb3b9b521aa10549727f90fc7576fc1bc9e | 25,924,422,660,485 | a426fc1e8b780a302f68cb898a9aa62ea337ac82 | /TestAutothon/src/main/java/model/Twitter/Description.java | 3b7634f57c593641e8640484667ce3fe6ac43527 | [] | no_license | saurabh1mishra/testAutothon-2019 | https://github.com/saurabh1mishra/testAutothon-2019 | e15ddb7d2a52d49284db750ab34eb9c94a838807 | 4f932f5571b63c8a745d5977faf8fb8ac84b8b3b | refs/heads/master | 2020-05-16T04:15:14.376000 | 2019-04-26T04:07:55 | 2019-04-26T04:07:55 | 182,768,242 | 0 | 0 | null | false | 2019-04-26T04:07:56 | 2019-04-22T11:24:52 | 2019-04-25T17:33:46 | 2019-04-26T04:07:56 | 12,795 | 0 | 0 | 0 | HTML | false | false |
package model.Twitter;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
public class ... | UTF-8 | Java | 401 | java | Description.java | Java | [] | null | [] |
package model.Twitter;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown = true)
public class ... | 401 | 0.798005 | 0.798005 | 17 | 22.529411 | 21.39851 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 3 |
4c6ee548ef37df28d86ad66c257ee70b122dc9ec | 36,344,013,260,681 | 7843740259a4475bdfbe3fbe98bd2afddd79c20f | /myworkchain-common/src/main/java/bankware/finlab/myworkchain/common/constant/WorkHistoryConstant.java | d6e0979f8db06cfb5688dd9bcb41e973e831c547 | [] | no_license | yeoseon/MyWorkChain | https://github.com/yeoseon/MyWorkChain | f3467e8f32fb2f316b5e658e1af040a6a1cac938 | 7f432adc1ed5a4f97514294d960d5500175e7226 | refs/heads/master | 2020-09-12T08:32:11.126000 | 2019-11-18T05:18:27 | 2019-11-18T05:18:27 | 222,368,915 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bankware.finlab.myworkchain.common.constant;
public class WorkHistoryConstant {
public static final String WORK_CODE_START = "01";
public static final String WORK_CODE_END = "02";
public static final String WORK_PLACE_CODE_01 = "01";
public static final String WORK_PLACE_CODE_02 = "02";
}
| UTF-8 | Java | 316 | java | WorkHistoryConstant.java | Java | [] | null | [] | package bankware.finlab.myworkchain.common.constant;
public class WorkHistoryConstant {
public static final String WORK_CODE_START = "01";
public static final String WORK_CODE_END = "02";
public static final String WORK_PLACE_CODE_01 = "01";
public static final String WORK_PLACE_CODE_02 = "02";
}
| 316 | 0.727848 | 0.689873 | 10 | 29.6 | 24.360624 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
98be0c70317b433f5e3a7c6da6abfa14a9b13131 | 26,268,020,043,863 | ee1f747b5342b6923d1951d70fbc2604f275d2b6 | /src/main/java/one/digitalinnovation/gof/model/CarPieces/IMovable.java | eb98124fb4a1f08cb04967c2f9e11d76604726ec | [] | no_license | rammaR/javaDesignPattern | https://github.com/rammaR/javaDesignPattern | 60a622196f08145c7e3f6c0ecbb72ed8199135cc | 8af9ba0301b05e38d748ccd85779c6550f67952b | refs/heads/master | 2023-07-31T23:35:53.791000 | 2021-09-24T14:49:17 | 2021-09-24T14:49:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package one.digitalinnovation.gof.model.CarPieces;
public interface IMovable {
double getSpeed();
}
| UTF-8 | Java | 105 | java | IMovable.java | Java | [] | null | [] | package one.digitalinnovation.gof.model.CarPieces;
public interface IMovable {
double getSpeed();
}
| 105 | 0.771429 | 0.771429 | 5 | 20 | 18.514858 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
f250692fa2a7818b05c2fede87abb6fa369bb418 | 35,192,962,026,265 | ec30c01e72994e2fb65b04d791ecce4b67dfd71b | /Rest/alm-tfs-client/src/main/generated/com/microsoft/alm/teamfoundation/testmanagement/webapi/TestSuiteCloneRequest.java | 451cf31530ba5cd87f8e652dd77f4a774df33223 | [
"MIT"
] | permissive | conceptslearningmachine/vso-httpclient-java | https://github.com/conceptslearningmachine/vso-httpclient-java | 589e685dad0df74214c757c872dfecb512eb3936 | 7b6329238498d7ad1934243150f955bea594df37 | refs/heads/master | 2020-09-03T03:40:50.747000 | 2018-10-26T15:11:28 | 2018-10-26T15:11:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // @formatter:off
/*
* ---------------------------------------------------------
* Copyright(C) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license. See License.txt in the project root.
* ---------------------------------------------------------
*
* ---------------------------------------------... | UTF-8 | Java | 1,479 | java | TestSuiteCloneRequest.java | Java | [] | null | [] | // @formatter:off
/*
* ---------------------------------------------------------
* Copyright(C) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license. See License.txt in the project root.
* ---------------------------------------------------------
*
* ---------------------------------------------... | 1,479 | 0.62069 | 0.62069 | 50 | 28.58 | 27.362814 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.22 | false | false | 3 |
f8e7afcd7238188c505504832cd4daaf19fd5927 | 23,905,788,002,267 | cd862835e287f05580e68208df44306abe266912 | /src/main/java/com/pastasciuttapizzaria/rest/api/model/SaborModel.java | 6e0af93bd2f6e0a21ded605a885ae4b92dcaea05 | [] | no_license | EstevamGustavo/back_menu_java | https://github.com/EstevamGustavo/back_menu_java | 65c617035cd2e3a50dbb5e43027a813c8089e38b | 0faa537fcfa86a08a027c8dbaab168c39cd04fc9 | refs/heads/master | 2023-07-19T06:03:47.725000 | 2021-09-13T21:46:42 | 2021-09-13T21:46:42 | 406,138,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pastasciuttapizzaria.rest.api.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
public class SaborModel {
private int id;
private String sabor;
private... | UTF-8 | Java | 343 | java | SaborModel.java | Java | [] | null | [] | package com.pastasciuttapizzaria.rest.api.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
public class SaborModel {
private int id;
private String sabor;
private... | 343 | 0.740525 | 0.740525 | 20 | 15.15 | 13.842958 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
8ead7f8d669921986bf8cbb5e758f51ac2442b3e | 1,357,209,699,696 | 1f6e84234866da59c8db1b38883e0a9a2a745e9f | /Hello/src/com/example/hello/Wait.java | 5cd9620ae5bf6b319ccad73be23fa425f813cb38 | [] | no_license | zhengyangang/Android-SIP-IMS-RCS-WebRTC | https://github.com/zhengyangang/Android-SIP-IMS-RCS-WebRTC | f509f62f06fc90a4bfbf29b1dff1d4d8644bea71 | ceb2ebd3f3879ad17ccf5ac19ec51966da3e2a83 | refs/heads/master | 2021-01-21T06:38:39.288000 | 2014-10-28T14:16:31 | 2014-10-28T14:16:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hello;
import android.os.Bundle;
import android.os.Handler;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.widget.Toast;
public class Wait extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super... | UTF-8 | Java | 1,045 | java | Wait.java | Java | [] | null | [] | package com.example.hello;
import android.os.Bundle;
import android.os.Handler;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.widget.Toast;
public class Wait extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super... | 1,045 | 0.640191 | 0.636364 | 36 | 27.027779 | 23.164251 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277778 | false | false | 3 |
c8a9f191008b6d5a5bb7e8c9cd245474fd02a40c | 36,730,560,327,490 | 715927144454983841db39a377c570633d52db26 | /srv/src/main/java/com/sap/exciseduty/processors/workers/ILineItemWorker.java | acf67f1faf49ccd0f9d3b3dc3edcd069de609d4f | [] | no_license | avichani/excise_duty | https://github.com/avichani/excise_duty | df3bd66c2aa666e707ecd872032f6607f4f0f039 | 514be00594717fdd33edcdf13dc0311b8f80e18d | refs/heads/master | 2020-04-04T04:55:17.194000 | 2018-11-12T14:39:17 | 2018-11-12T14:39:17 | 155,730,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sap.exciseduty.processors.workers;
import java.util.List;
import com.sap.exciseduty.client.s4worklist.pojos.S4WorklistItem;
import com.sap.exciseduty.entities.repositories.pojos.StockLedgerLineItem;
import com.sap.exciseduty.processors.exceptions.ProcessingException;
public interface ILineItemWorker {
... | UTF-8 | Java | 1,235 | java | ILineItemWorker.java | Java | [] | null | [] | package com.sap.exciseduty.processors.workers;
import java.util.List;
import com.sap.exciseduty.client.s4worklist.pojos.S4WorklistItem;
import com.sap.exciseduty.entities.repositories.pojos.StockLedgerLineItem;
import com.sap.exciseduty.processors.exceptions.ProcessingException;
public interface ILineItemWorker {
... | 1,235 | 0.748178 | 0.74251 | 33 | 36.424244 | 38.781464 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 3 |
c9d1b205d267107170718750c1a5c83e0ff3ea92 | 36,730,560,327,518 | 48d83a0da025361324784808213391dc54f045b5 | /src/main/java/com/jay/receiver/MessageReceiver.java | 50143d5742230f98f566b00eeb3de349fbebbc89 | [] | no_license | Jaysrr/kafkademo | https://github.com/Jaysrr/kafkademo | 9db171e775c6bb593201cdb5af720a6c77295638 | a294b6adbdccff99c73d875afbfaa77bb7447640 | refs/heads/master | 2023-06-10T14:55:45.148000 | 2021-07-04T16:47:36 | 2021-07-04T16:47:36 | 382,902,305 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jay.receiver;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
import java.util.Optional;
/**
* @program: kafkademo
* @description:
* @author: Jaysrr
* @create: 2020-03-02 09:50
**/
@C... | UTF-8 | Java | 779 | java | MessageReceiver.java | Java | [
{
"context": "* @program: kafkademo\n * @description:\n * @author: Jaysrr\n * @create: 2020-03-02 09:50\n **/\n@Component\npubl",
"end": 283,
"score": 0.999699592590332,
"start": 277,
"tag": "USERNAME",
"value": "Jaysrr"
}
] | null | [] | package com.jay.receiver;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
import java.util.Optional;
/**
* @program: kafkademo
* @description:
* @author: Jaysrr
* @create: 2020-03-02 09:50
**/
@C... | 779 | 0.640565 | 0.62516 | 28 | 26.821428 | 24.120314 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 3 |
4c60b1c4f6499a8307adee26dca6d1c83c533417 | 7,516,192,823,594 | e10c0e70dcb57094a4544ef7c78891effa029f58 | /Input/src/main/java/au/edu/newcastle/SENG48002013/input/servlets/ConnectionBroker.java | e09115b2731e4d5bd05a91ac221ade3a109b2237 | [] | no_license | RossBille/SENG4800 | https://github.com/RossBille/SENG4800 | 376a7b042d95185fcf8e01c25830ad40da62a059 | 8ab411eb38128bf3d9a862ca29e2c819d77c8ed9 | refs/heads/master | 2020-05-29T10:24:31.871000 | 2013-11-14T06:41:59 | 2013-11-14T06:41:59 | 11,414,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.edu.newcastle.SENG48002013.input.servlets;
import au.edu.newcastle.SENG48002013.input.SecurityManager;
import java.io.IOException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.codehaus.jackson.map.ObjectMa... | UTF-8 | Java | 1,084 | java | ConnectionBroker.java | Java | [
{
"context": "codehaus.jackson.map.ObjectMapper;\n\n/**\n * @author Rowan\n * Initial entry point for clients wanting to con",
"end": 347,
"score": 0.9995126724243164,
"start": 342,
"tag": "NAME",
"value": "Rowan"
}
] | null | [] | package au.edu.newcastle.SENG48002013.input.servlets;
import au.edu.newcastle.SENG48002013.input.SecurityManager;
import java.io.IOException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.codehaus.jackson.map.ObjectMa... | 1,084 | 0.774908 | 0.760148 | 29 | 36.379311 | 34.038937 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 3 |
3700bedc66f6e17a50c9563b88b28e8903725717 | 8,186,207,675,247 | 1059b8cfe5e8ee7c562ed8378e8a52fe89ade43c | /AppExperto2020/app/src/main/java/com/example/appexperto2020/model/Service.java | 128d738b2ec523ea1bea95baed8c0f498980dbbb | [] | no_license | Brik000/APPExperto | https://github.com/Brik000/APPExperto | 7182b3e69393a4ea29350a86194bb1e14c8a4175 | 98e0173b21a09961169355dc0d1a79b20ad24a6e | refs/heads/master | 2021-05-25T18:51:54.533000 | 2020-05-28T21:07:08 | 2020-05-28T21:07:08 | 253,877,989 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.appexperto2020.model;
import com.example.appexperto2020.R;
import com.example.appexperto2020.util.Constants;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class Service {
private String clientId;
private String desc... | UTF-8 | Java | 818 | java | Service.java | Java | [] | null | [] | package com.example.appexperto2020.model;
import com.example.appexperto2020.R;
import com.example.appexperto2020.util.Constants;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class Service {
private String clientId;
private String desc... | 818 | 0.711491 | 0.696822 | 31 | 25.387096 | 23.357912 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.83871 | false | false | 3 |
37747a4e3c8ee35c08907d64c8a73b3b30ab41a4 | 26,156,350,896,940 | fe419b8457008b4cc777a3091c1943c4877aee39 | /src/main/java/org/mvnsearch/mybatis/domain/infrastructure/mapper/CityMapper.java | b886ae880dff1941a9be00abcdbaae1135446f14 | [] | no_license | ycaihua/mybatis-demo | https://github.com/ycaihua/mybatis-demo | 51434b590bc717bea6a374fab0aa8b4fee829769 | 5aa4496ed3b6152b3965982414bb313f6b61934c | refs/heads/master | 2021-01-21T00:05:36.129000 | 2016-03-15T09:05:11 | 2016-03-15T09:05:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mvnsearch.mybatis.domain.infrastructure.mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.ResultMap;
import org.apache.ibatis.annotations.Select;
import org.mvnsearch.mybatis.domain.model.City;
/**
* city mapper
*
* @author linux_china
*/
public interface CityMap... | UTF-8 | Java | 507 | java | CityMapper.java | Java | [
{
"context": "main.model.City;\n\n/**\n * city mapper\n *\n * @author linux_china\n */\npublic interface CityMapper {\n @Select(\"SE",
"end": 291,
"score": 0.9993196129798889,
"start": 280,
"tag": "USERNAME",
"value": "linux_china"
}
] | null | [] | package org.mvnsearch.mybatis.domain.infrastructure.mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.ResultMap;
import org.apache.ibatis.annotations.Select;
import org.mvnsearch.mybatis.domain.model.City;
/**
* city mapper
*
* @author linux_china
*/
public interface CityMap... | 507 | 0.747535 | 0.747535 | 19 | 25.68421 | 21.383842 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 3 |
3cc5ee4ea5055492553e3e336e1b251ed7f4ef79 | 16,475,494,550,103 | ed854ddb2991ce95742ec7b96742023736e51b9e | /p1_NakovBook207.java | bb61ff79a7017e72bff54573a999cfb2ba769402 | [
"MIT"
] | permissive | ChillyWe/FundamentalsJ2017 | https://github.com/ChillyWe/FundamentalsJ2017 | 93a7ca8645b92bbe34ce24f0cd6b3c57b0652c7a | d7d8da74408c4f5b1fa6233947ebf71ee2f4dd2c | refs/heads/master | 2021-01-23T04:20:25.500000 | 2017-04-16T12:04:53 | 2017-04-16T12:04:53 | 86,189,923 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.reflect.Array;
import java.util.Scanner;
/**
* Created by Chilly on 01.04.2017 г..
*/
public class p1_NakovBook207 {
public static void main(String[] args) {
int numbersX5 [] = new int[20];
for (int i = 0; i < 20; i++) {
numbersX5 [i] = i * 5;
System.out.... | UTF-8 | Java | 365 | java | p1_NakovBook207.java | Java | [
{
"context": "rray;\nimport java.util.Scanner;\n\n/**\n * Created by Chilly on 01.04.2017 г..\n */\npublic class p1_NakovBook20",
"end": 83,
"score": 0.9997142553329468,
"start": 77,
"tag": "NAME",
"value": "Chilly"
}
] | null | [] | import java.lang.reflect.Array;
import java.util.Scanner;
/**
* Created by Chilly on 01.04.2017 г..
*/
public class p1_NakovBook207 {
public static void main(String[] args) {
int numbersX5 [] = new int[20];
for (int i = 0; i < 20; i++) {
numbersX5 [i] = i * 5;
System.out.... | 365 | 0.538462 | 0.480769 | 16 | 21.8125 | 17.500782 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 3 |
6dea450e484cf6d6f4c8b011daa4846d52e822a5 | 19,894,288,524,377 | 833bd37045f6d1fef12ad4d72cd98ac3a50efe2b | /src/main/java/com/lzapi/common/CodeMsg.java | 7eeec7d24c5177f0e22bb4f953ec3ef76b874d3b | [] | no_license | ChengLau1986/serverService | https://github.com/ChengLau1986/serverService | 5d4c70731ccc59b672222240252d572184d01b57 | 8eef2956d22c0dc01dc65b67b6669bedcfcc034c | refs/heads/master | 2020-03-18T19:12:16.192000 | 2018-07-08T06:07:03 | 2018-07-08T06:07:03 | 135,140,886 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lzapi.common;
/**
* Created by lc on 2018/3/27.
*/
public enum CodeMsg {
SUCCESS(1,"SUCCESS"),
ERROR(0,"ERROR"),
LOGIN_ERROR(100,"用户名或密码错误"),
LOGIN_NONE(101,"用户未登录或登录过期,无法获取当前用户的信息");
private int code;
private String msg;
CodeMsg(int code, String msg){
... | UTF-8 | Java | 564 | java | CodeMsg.java | Java | [
{
"context": "package com.lzapi.common;\r\n\r\n/**\r\n * Created by lc on 2018/3/27.\r\n */\r\npublic enum CodeMsg {\r\n SU",
"end": 50,
"score": 0.998429000377655,
"start": 48,
"tag": "USERNAME",
"value": "lc"
}
] | null | [] | package com.lzapi.common;
/**
* Created by lc on 2018/3/27.
*/
public enum CodeMsg {
SUCCESS(1,"SUCCESS"),
ERROR(0,"ERROR"),
LOGIN_ERROR(100,"用户名或密码错误"),
LOGIN_NONE(101,"用户未登录或登录过期,无法获取当前用户的信息");
private int code;
private String msg;
CodeMsg(int code, String msg){
... | 564 | 0.541502 | 0.511858 | 28 | 16.071428 | 13.198833 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 3 |
c7aac19af0e60a366276786c706415c682a696a1 | 1,382,979,535,428 | 2e768ec0f38d83046a338c025a7d95e01ace93d5 | /src/main/java/tn/esprit/spring/repository/EmployeeRepository.java | 14c6ba9f61b41b6716f581ac6f8c72f66d4d83f0 | [] | no_license | momenguinoubi2/test | https://github.com/momenguinoubi2/test | 661bb0a24ddcd84a82e6fe0a5a4ec8e94fd9c1a5 | a38293c2ed690b816863b847691634fd3cfc5963 | refs/heads/master | 2023-03-15T02:17:32.924000 | 2022-12-07T14:15:18 | 2022-12-07T14:15:18 | 344,851,175 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tn.esprit.spring.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import tn.esprit.spring.entities.Emplo... | UTF-8 | Java | 1,761 | java | EmployeeRepository.java | Java | [] | null | [] | package tn.esprit.spring.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import tn.esprit.spring.entities.Emplo... | 1,761 | 0.773992 | 0.773992 | 37 | 46.594593 | 43.6828 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.27027 | false | false | 3 |
cfb5a0b930eaa592827094535316e2fbb8068f84 | 15,195,594,293,679 | 9bc3cc296ea5c176317e328589cb0144fce82933 | /payment-service/src/main/java/com/codependent/microshopping/payment/stream/OrderProcessor.java | bc693509af958bc10e04a0669f83fbb76c43ffb4 | [] | no_license | sahin-burak/microshopping | https://github.com/sahin-burak/microshopping | e22792fd458fc4597da6edcea1fe57106bf4de5b | 49f69c3b632536063d456b566740bb04dc255640 | refs/heads/master | 2023-03-18T04:48:31.471000 | 2017-07-21T12:53:19 | 2017-07-21T12:53:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codependent.microshopping.payment.stream;
import org.springframework.cloud.stream.annotation.Input;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
public interface OrderProcessor{
final String OUTPUT = "ordersOut";
final String ... | UTF-8 | Java | 440 | java | OrderProcessor.java | Java | [] | null | [] | package com.codependent.microshopping.payment.stream;
import org.springframework.cloud.stream.annotation.Input;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
public interface OrderProcessor{
final String OUTPUT = "ordersOut";
final String ... | 440 | 0.761364 | 0.761364 | 18 | 22.444445 | 21.153467 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
c2d862262bde396a7b000f70c3feca0da54a8d3e | 1,992,864,889,181 | 87e34e27f726c7685063e0f94846e13f23613c8b | /TutorialPoint/src/test/java/com/tutorialPoint/TC/TC_01.java | 01b88ab4e6b3ce8f31e82598177dfa73127f5353 | [] | no_license | vipinkumar17/TutorialPoint | https://github.com/vipinkumar17/TutorialPoint | 34b783853824487b222b727ffbd964e2c9ac509a | ef057211948ed73ff149957711ae89c48c99fe50 | refs/heads/master | 2023-08-29T06:28:37.148000 | 2021-11-13T05:23:07 | 2021-11-13T05:23:07 | 427,477,624 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tutorialPoint.TC;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.tutorialPoint.genericUtils.BaseClass;
import com.tutorialPoint.pom.ArtificialIntelligenceWithPython;
import com.tutorialPoint.pom.Home;
import com.tutorialPoint.pom.LibraryPage;
public class TC_01 extends BaseClass... | UTF-8 | Java | 1,233 | java | TC_01.java | Java | [] | null | [] | package com.tutorialPoint.TC;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.tutorialPoint.genericUtils.BaseClass;
import com.tutorialPoint.pom.ArtificialIntelligenceWithPython;
import com.tutorialPoint.pom.Home;
import com.tutorialPoint.pom.LibraryPage;
public class TC_01 extends BaseClass... | 1,233 | 0.778589 | 0.773723 | 38 | 31.447369 | 24.599634 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.684211 | false | false | 3 |
97d50256e78bd25d064c1a7c5c7d0fbc6d6bace4 | 21,595,095,591,082 | 91c421681d86d43b359fe1d0b6cd2cc3fe569b76 | /src/main/java/br/edu/infnet/atjava/AtJavaApplication.java | 714849f7ef08f4f45c1fa2053886b834d942be7b | [
"MIT"
] | permissive | SouAline/at-fundamentos-do-desenvolvimento-Java | https://github.com/SouAline/at-fundamentos-do-desenvolvimento-Java | 7e378e6beef6c99648cd29a70bc41cd203b34b80 | 2c2eacbfa46feab386cd51dbe6518a8d2b61b55c | refs/heads/main | 2023-08-15T11:19:17.512000 | 2021-09-29T01:51:30 | 2021-09-29T01:51:30 | 382,620,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.infnet.atjava;
import br.edu.infnet.domain.controller.AcessoController;
import br.edu.infnet.domain.model.Usuario;
import br.edu.infnet.domain.service.UsuarioService;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.spring... | UTF-8 | Java | 1,002 | java | AtJavaApplication.java | Java | [] | null | [] | package br.edu.infnet.atjava;
import br.edu.infnet.domain.controller.AcessoController;
import br.edu.infnet.domain.model.Usuario;
import br.edu.infnet.domain.service.UsuarioService;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.spring... | 1,002 | 0.828343 | 0.828343 | 24 | 40.75 | 28.965857 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 3 |
edd45270ff93bb629ef5ffc91a1e4f7b00d27dd4 | 6,356,551,665,346 | e86999d356acb395e272fbbacd4b021a867007ad | /analyzer/src/main/java/cn/nit/stock/ConnUtils.java | 8d3ac38210160a77ccc034343e7896f313302b1b | [] | no_license | hlwln012035/stock-1 | https://github.com/hlwln012035/stock-1 | 76842e72105c80f3a26a64403600f4352747cf70 | 658ac2e5299e0dd68adc7a363bb5b929b26b8897 | refs/heads/master | 2021-05-27T07:09:39.759000 | 2014-11-06T08:39:00 | 2014-11-06T08:39:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nit.stock;
import cn.nit.stock.model.StockName;
import com.mongodb.Mongo;
import com.mongodb.MongoClient;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.Morphia;
import java.net.UnknownHostException;
import java.sql.*;
import java.util.ResourceBundle;
public class ConnUtils
{
public C... | UTF-8 | Java | 1,662 | java | ConnUtils.java | Java | [] | null | [] | package cn.nit.stock;
import cn.nit.stock.model.StockName;
import com.mongodb.Mongo;
import com.mongodb.MongoClient;
import org.mongodb.morphia.Datastore;
import org.mongodb.morphia.Morphia;
import java.net.UnknownHostException;
import java.sql.*;
import java.util.ResourceBundle;
public class ConnUtils
{
public C... | 1,662 | 0.716005 | 0.716005 | 56 | 28.678572 | 27.124783 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589286 | false | false | 3 |
95ae7920f9471a7025e2f15844105c6c44419889 | 14,748,917,701,706 | 0c7758e34e2f05f413d627a0f5f9f3f13024b206 | /blog-controller/src/main/java/org/zjw/blog/service/BlogServiceMock.java | baaa7d7b1a5b2f1351b61e77da25d3d8769c70b5 | [] | no_license | zhouminsen/blog_dubbo | https://github.com/zhouminsen/blog_dubbo | fa7e7493cef6db6014cea28e3e28c3fc832a05ce | 3eba809e2596bb72c722f531dee4d5ba6ac04084 | refs/heads/master | 2021-05-01T13:31:29.152000 | 2018-07-27T14:12:50 | 2018-07-27T14:12:50 | 121,078,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zjw.blog.service;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.search.highlight.InvalidTokenOffsetsException;
import org.zjw.blog.core.util.page.Page;
import org.zjw.blog.entity.Blog;
import org.zjw.blog.vo.BlogLuceneVo;
import org.zjw.blog.vo.BlogVo;
import java.i... | UTF-8 | Java | 1,889 | java | BlogServiceMock.java | Java | [] | null | [] | package org.zjw.blog.service;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.search.highlight.InvalidTokenOffsetsException;
import org.zjw.blog.core.util.page.Page;
import org.zjw.blog.entity.Blog;
import org.zjw.blog.vo.BlogLuceneVo;
import org.zjw.blog.vo.BlogVo;
import java.i... | 1,889 | 0.656367 | 0.653703 | 78 | 22.820513 | 25.057751 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 3 |
ed9e592606f4cf46963b82ec327723d59de4bca1 | 22,282,290,363,398 | 5c31b9b01048a027c05ac580d31bc034e34615ff | /src/java/com/noqoush/adfalcon/android/sdk/video/vast/manager/d$a$a.java | ef13012d2dae9c55001421cdc58da89e04f0eeef | [] | no_license | Emerald2240/talist | https://github.com/Emerald2240/talist | 86935a125eb8c1c1fe58ec25ca01e1bbf611f39c | 607e918e29cbc7112b2cc5f6b3c998c5c473c656 | refs/heads/master | 2023-07-31T13:46:23.323000 | 2021-09-21T01:08:03 | 2021-09-21T01:08:03 | 408,649,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.noqoush.adfalcon.android.sdk.video.vast.manager;
import java.net.HttpURLConnection;
class d$a$a implements Runnable {
// $FF: synthetic field
final HttpURLConnection a;
// $FF: synthetic field
final d$a b;
d$a$a(d$a var1, HttpURLConnection var2) {
this.b = var1;
this.a = var2;
... | UTF-8 | Java | 571 | java | d$a$a.java | Java | [] | null | [] | package com.noqoush.adfalcon.android.sdk.video.vast.manager;
import java.net.HttpURLConnection;
class d$a$a implements Runnable {
// $FF: synthetic field
final HttpURLConnection a;
// $FF: synthetic field
final d$a b;
d$a$a(d$a var1, HttpURLConnection var2) {
this.b = var1;
this.a = var2;
... | 571 | 0.630473 | 0.619965 | 23 | 23.826086 | 24.237328 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 3 |
a14592190cf8e28b55e45cf235dd215f94a6082b | 16,011,638,080,476 | e146b82e9894f541c351115e46e5d8cd60bdc56c | /src/main/java/cn/wenyan/compiler/Compile.java | af5992de4e9c36de4d7a9bccb474e71e9b46cb20 | [
"MIT"
] | permissive | wenyan-lang/wenyan-jvm | https://github.com/wenyan-lang/wenyan-jvm | 8768693261c596a6d99ae8272aadffcb076d72a2 | 73d276a0e9d870f69db6b601f1dc51fcfd7af204 | refs/heads/master | 2022-10-13T08:51:55.344000 | 2021-08-29T17:09:26 | 2021-08-29T17:09:26 | 230,570,963 | 22 | 2 | MIT | false | 2022-09-30T19:44:33 | 2019-12-28T06:48:07 | 2022-09-30T15:47:01 | 2022-09-30T19:44:32 | 7,991 | 24 | 3 | 2 | Java | false | false | package cn.wenyan.compiler;
/**
* 此为编译器之行动者乎,以规编译器之正式编译语
*
* @author 卢昶存
*/
public interface Compile {
/**
* 若以此,需行标准之指令选项哉。
* @param args 选项之令
* @return 变数之阴阳
*/
int compile(String... args);
}
| UTF-8 | Java | 327 | java | Compile.java | Java | [
{
"context": "ler;\n\n/**\n * 此为编译器之行动者乎,以规编译器之正式编译语\n *\n * @author 卢昶存\n */\n\npublic interface Compile {\n\n /**\n * 若",
"end": 76,
"score": 0.9998185038566589,
"start": 73,
"tag": "NAME",
"value": "卢昶存"
}
] | null | [] | package cn.wenyan.compiler;
/**
* 此为编译器之行动者乎,以规编译器之正式编译语
*
* @author 卢昶存
*/
public interface Compile {
/**
* 若以此,需行标准之指令选项哉。
* @param args 选项之令
* @return 变数之阴阳
*/
int compile(String... args);
}
| 327 | 0.576419 | 0.576419 | 17 | 12.470589 | 11.220347 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.117647 | false | false | 3 |
954af9fbc94217b138b86a648acfb8533a608e05 | 36,447,092,503,407 | 346aa0b12b3549ec1a13ada8bd4125e5e10d5d5c | /app/src/main/java/com/zyx/fragment/repay/PresentFragment.java | e7faca5ba11dc73708533b20d0184fb01d9e2d41 | [] | no_license | yangxin1113/Wdb2.0 | https://github.com/yangxin1113/Wdb2.0 | e3ba9488b36ed9f586fbfa680001da1b7948742f | afdcb045bdf06c164105fce416b406e7e475091a | refs/heads/master | 2021-01-21T04:55:36.658000 | 2016-06-11T23:04:49 | 2016-06-11T23:04:49 | 55,408,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyx.fragment.repay;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Environment;
import android.os.Message;
import android.view.Gravity;
import android... | UTF-8 | Java | 16,659 | java | PresentFragment.java | Java | [
{
"context": "t c.b.BP;\nimport c.b.PListener;\n\n/**\n * Created by zyx on 2016/3/28.\n */\n\npublic class PresentFragment e",
"end": 1285,
"score": 0.9992750883102417,
"start": 1282,
"tag": "USERNAME",
"value": "zyx"
},
{
"context": "Appid,请将Appid改成你自己的Bmob AppId\n String APPID ... | null | [] | package com.zyx.fragment.repay;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Environment;
import android.os.Message;
import android.view.Gravity;
import android... | 16,659 | 0.545782 | 0.539408 | 492 | 31.209349 | 25.515715 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648374 | false | false | 3 |
739bf05f900621618b668d13ee2d6aed61b8b817 | 36,447,092,502,801 | ac5a04e2123c9e9de18d353d2d535501a6c5e84f | /Hanbell_WIP/src/com/example/hanbell_wip/WIP_TrackIn_SP.java | 709309411c7ab128e3d108e2c09d679fb4947e1c | [] | no_license | hanbellgp/Hanbell_WIP | https://github.com/hanbellgp/Hanbell_WIP | 65ef2e016566591cb635b9d2570cc87753e001fc | 70df28d2a8e4bb78a775a26142a8927c8b291ee3 | refs/heads/master | 2021-01-24T01:21:33.336000 | 2019-05-21T03:39:20 | 2019-05-21T03:39:20 | 122,802,975 | 1 | 0 | null | false | 2019-01-08T08:08:10 | 2018-02-25T03:49:49 | 2019-01-07T03:51:17 | 2019-01-08T08:08:10 | 5,730 | 0 | 0 | 0 | Java | false | null | package com.example.hanbell_wip;
import java.io.ByteArrayOutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.example.hanbell_wip.R;
import com.example.hanbell_wip.Class.*;
import com.example.hanbell_wip.EQP_Start.SpinnerData;
import android.an... | UTF-8 | Java | 5,324 | java | WIP_TrackIn_SP.java | Java | [] | null | [] | package com.example.hanbell_wip;
import java.io.ByteArrayOutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.example.hanbell_wip.R;
import com.example.hanbell_wip.Class.*;
import com.example.hanbell_wip.EQP_Start.SpinnerData;
import android.an... | 5,324 | 0.750285 | 0.748955 | 183 | 27.754099 | 22.488119 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.819672 | false | false | 3 |
f4fc027541b41feea8099ffc3e49b7cccba023c0 | 37,022,618,122,128 | 150c42f8f32e227a42dc4cd17b07e024dba21746 | /app/src/main/java/com/example/ast/teleafya/Ui/Activities/Splash_Screen.java | 2e4a908262aa1df09266ad0c181f2384da817f4c | [] | no_license | daniyalahmedkhan/TeleAfyaStaticUpdate | https://github.com/daniyalahmedkhan/TeleAfyaStaticUpdate | 85292a559e0292ec0b6107cfccf178820b479fc6 | 3fd05e821a95b9ce69ffb4dae691fc94ab7ce010 | refs/heads/master | 2021-09-03T03:59:59.367000 | 2018-01-05T11:40:34 | 2018-01-05T11:40:34 | 111,801,134 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ast.teleafya.Ui.Activities;
import android.os.Build;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import com.example.ast.teleafya.R;
impo... | UTF-8 | Java | 2,453 | java | Splash_Screen.java | Java | [] | null | [] | package com.example.ast.teleafya.Ui.Activities;
import android.os.Build;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import com.example.ast.teleafya.R;
impo... | 2,453 | 0.691806 | 0.688952 | 73 | 32.602741 | 31.856588 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479452 | false | false | 3 |
03a9c6013fc21004b40ea3df5b50bfded971e0e4 | 16,295,105,985,250 | 71b0e2701368e35313fb56d023fbe55d0656f0f2 | /sharelogin/src/main/java/com/bobomee/android/sharelogin/login/model/WeixinTokenModel.java | 6bf99f6d0c50d7e2d55348f1c5dd514ff2f6c710 | [] | no_license | hexingbo/CommonModule | https://github.com/hexingbo/CommonModule | 469b311c7d1001b27c3b75a0c4fb802208736d3f | 60e095b56a8ecc4275721c16f84b71f8505ffe8c | refs/heads/master | 2020-08-29T22:02:55.287000 | 2018-12-18T08:45:06 | 2018-12-18T08:45:06 | 218,185,091 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bobomee.android.sharelogin.login.model;
import org.json.JSONObject;
/**
* Created on 2015/11/10.下午10:13.
*
* @author Administrator.
* wbwjx115@gmail.com
*/
public class WeixinTokenModel {
public String access_token;
public String expires_in;
public String refresh_token;
public Stri... | UTF-8 | Java | 1,724 | java | WeixinTokenModel.java | Java | [
{
"context": "**\n * Created on 2015/11/10.下午10:13.\n *\n * @author Administrator.\n * wbwjx115@gmail.com\n */\npublic class W",
"end": 147,
"score": 0.8296955823898315,
"start": 134,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "0.下午10:13.\n *\n * @author Administ... | null | [] | package com.bobomee.android.sharelogin.login.model;
import org.json.JSONObject;
/**
* Created on 2015/11/10.下午10:13.
*
* @author Administrator.
* <EMAIL>
*/
public class WeixinTokenModel {
public String access_token;
public String expires_in;
public String refresh_token;
public String openid;
... | 1,713 | 0.646512 | 0.637791 | 61 | 27.196722 | 22.083908 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 3 |
011a00e42c120394732f3eb61271db5e32df656d | 37,117,107,390,461 | bab9a8f3c424613f550e094c117bf547a77b2a2c | /src/com/company/Insertion.java | 255fd116c841d718c507d473859cdb6733f967cc | [] | no_license | Alaska18/all_the_code | https://github.com/Alaska18/all_the_code | 4388d52199540a8e86a5af5779098f1c3d7cb45f | 8b7abd54067807a13069d4edb8b6e5f2f3847132 | refs/heads/master | 2022-11-02T11:16:08.616000 | 2020-06-16T16:10:24 | 2020-06-16T16:10:24 | 270,771,099 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int size = sc.nextInt();
int[] array = new int[size];
int i;
for(i = 0; i < size; i++)
{
array[i] = sc.nextI... | UTF-8 | Java | 904 | java | Insertion.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int size = sc.nextInt();
int[] array = new int[size];
int i;
for(i = 0; i < size; i++)
{
array[i] = sc.nextI... | 904 | 0.396018 | 0.388274 | 39 | 22.179487 | 16.32502 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641026 | false | false | 3 |
f497f79fa630f4d970d9232f89496286c81f528e | 35,536,559,449,819 | e769405e3e4f76ea20f166cefe213817c9e32b5d | /main/java/com/foya/noms/service/common/FileService.java | abffd239e68e52215a5affe2b07e1795db864b5a | [] | no_license | waitti0909/MySpirngBatis | https://github.com/waitti0909/MySpirngBatis | 8be381af09f07e1c3c0414f99e1f64ccbc8f2f82 | fa483aeb1fddb24e113134973085e756a5544c72 | refs/heads/master | 2016-09-06T17:44:04.870000 | 2015-05-09T01:02:13 | 2015-05-09T01:02:13 | 34,802,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foya.noms.service.common;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import org.apache.commons.lang.... | UTF-8 | Java | 9,441 | java | FileService.java | Java | [
{
"context": "/td>\n * <td>2014/9/4</td>\n * <td>新建檔案</td>\n * <td>Charlie Woo</td>\n * </tr>\n * </table> \n *\n * @author Charlie ",
"end": 1507,
"score": 0.9996134638786316,
"start": 1496,
"tag": "NAME",
"value": "Charlie Woo"
},
{
"context": "arlie Woo</td>\n * </tr>\n * </table>... | null | [] | package com.foya.noms.service.common;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import org.apache.commons.lang.... | 9,426 | 0.721255 | 0.719308 | 321 | 27.800623 | 26.869665 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.143302 | false | false | 3 |
a93847b62b5c51345b39751caaf3eb4d1b77ae80 | 13,185,549,664,442 | 31f4dd5527b84ec3c20e57bd32060418222b160f | /mods/tutorial/ModelIceCream.java | e2b8630d17b071953c9c2cd264fb0526d493c4c3 | [] | no_license | rondogboy/Modding | https://github.com/rondogboy/Modding | d861dec560684022fe49bce5ed617e4c18c3a501 | 5f88011f26ef661500de638ca9a89e5bea3bed03 | refs/heads/master | 2020-05-20T06:36:26.880000 | 2013-04-04T19:55:19 | 2013-04-04T19:55:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mods.tutorial;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
public class ModelIceCream extends ModelBase
{
//fields
ModelRenderer CreamMain;
ModelRenderer Cream1;
ModelRenderer Cream2;
ModelRenderer Cream3;
Mod... | UTF-8 | Java | 3,556 | java | ModelIceCream.java | Java | [] | null | [] | package mods.tutorial;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
public class ModelIceCream extends ModelBase
{
//fields
ModelRenderer CreamMain;
ModelRenderer Cream1;
ModelRenderer Cream2;
ModelRenderer Cream3;
Mod... | 3,556 | 0.638076 | 0.561024 | 108 | 31.925926 | 20.04472 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.759259 | false | false | 3 |
0c545c25d1e4b139ee3058453084d4a30bbe60f4 | 34,402,688,094,472 | 7f97fec43caa3e50de5cb598d84c904f156a7866 | /webapp/src/main/java/UserBean.java | 61f2c9156f6bda0c91d30e907e24810c50eca407 | [] | no_license | MateuszBucko/AuctionsJavaProject | https://github.com/MateuszBucko/AuctionsJavaProject | f3a169b94357b93f756eab6a61bd5b78595776d8 | 9a8eafb79193caaed0f18e60198ade40c14c0969 | refs/heads/master | 2021-06-17T18:04:13.340000 | 2017-06-04T18:22:15 | 2017-06-04T18:22:15 | 89,951,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import auth.SessionUtils;
import dao.IUserDao;
import dao.IUserDetailsDao;
import model.*;
import model.User;
import model.UserDetails;
import org.primefaces.context.RequestContext;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.Managed... | UTF-8 | Java | 3,908 | java | UserBean.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n * Created by X on 29.05.2017.\n */\n@ManagedBean\n@ViewScoped\npubli",
"end": 488,
"score": 0.9394840598106384,
"start": 487,
"tag": "USERNAME",
"value": "X"
}
] | null | [] | import auth.SessionUtils;
import dao.IUserDao;
import dao.IUserDetailsDao;
import model.*;
import model.User;
import model.UserDetails;
import org.primefaces.context.RequestContext;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.Managed... | 3,908 | 0.646953 | 0.644896 | 127 | 29.622047 | 31.189774 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543307 | false | false | 3 |
4940e0560d44a9784980a8022f390bc1d2805ba7 | 39,118,562,162,315 | a01f13c51c889f137d756e1d0b5f7c8f8103295d | /data-structures/src/main/java/com/knoha/demo/ds/impl/stack/StackArray.java | 93b462fbfd3241ce2aeda8770db5d4f5041f4e5c | [] | no_license | knoha/algorithms | https://github.com/knoha/algorithms | 0944971a21856cbdda71d8491c886cbe963b87e6 | 4b7c3a45c0b39615991c6333b3de177818ad2879 | refs/heads/master | 2021-01-20T12:06:54.661000 | 2017-02-25T20:45:10 | 2017-02-25T20:45:10 | 82,840,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.knoha.demo.ds.impl.stack;
import com.knoha.demo.ds.spi.Stack;
/**
* A stack implementation based on array.
* Not thread-safe.
*
* @author Kostiantyn Noha
*/
public class StackArray<T> implements Stack<T> {
private static final int DEFAULT_CAPACITY = 10;
private Object[] data;
private in... | UTF-8 | Java | 1,413 | java | StackArray.java | Java | [
{
"context": " based on array.\n * Not thread-safe.\n *\n * @author Kostiantyn Noha\n */\npublic class StackArray<T> implements Stack<T",
"end": 171,
"score": 0.9998793005943298,
"start": 156,
"tag": "NAME",
"value": "Kostiantyn Noha"
}
] | null | [] | package com.knoha.demo.ds.impl.stack;
import com.knoha.demo.ds.spi.Stack;
/**
* A stack implementation based on array.
* Not thread-safe.
*
* @author <NAME>
*/
public class StackArray<T> implements Stack<T> {
private static final int DEFAULT_CAPACITY = 10;
private Object[] data;
private int size;
... | 1,404 | 0.53574 | 0.528662 | 70 | 19.185715 | 18.021648 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
d06c80e2a2c81cbf19b36de9351cb64db620806d | 34,497,177,373,480 | bb9140f335d6dc44be5b7b848c4fe808b9189ba4 | /Extra-DS/Corpus/class/aspectj/3011.java | d1a711938eec6325b9641aea9516e704f5cb56fe | [] | no_license | masud-technope/EMSE-2019-Replication-Package | https://github.com/masud-technope/EMSE-2019-Replication-Package | 4fc04b7cf1068093f1ccf064f9547634e6357893 | 202188873a350be51c4cdf3f43511caaeb778b1e | refs/heads/master | 2023-01-12T21:32:46.279000 | 2022-12-30T03:22:15 | 2022-12-30T03:22:15 | 186,221,579 | 5 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a;
import java.lang.annotation.*;
@Target(ElementType.ANNOTATION_TYPE)
@interface AnnotationAnnotation {
}
@Target(ElementType.CONSTRUCTOR)
@interface ConstructorAnnotation {
}
@Target(ElementType.FIELD)
@interface FieldAnnotation {
}
@Target(ElementType.LOCAL_VARIABLE)
@interface LocalVarAnnotation {
}
@... | UTF-8 | Java | 632 | java | 3011.java | Java | [] | null | [] | package a;
import java.lang.annotation.*;
@Target(ElementType.ANNOTATION_TYPE)
@interface AnnotationAnnotation {
}
@Target(ElementType.CONSTRUCTOR)
@interface ConstructorAnnotation {
}
@Target(ElementType.FIELD)
@interface FieldAnnotation {
}
@Target(ElementType.LOCAL_VARIABLE)
@interface LocalVarAnnotation {
}
@... | 632 | 0.794304 | 0.794304 | 39 | 15.205129 | 14.881032 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.051282 | false | false | 3 |
1f99bbaa4952b5d20bdc983047e2dfcf1e6d15be | 39,144,331,962,590 | 2a9f05e8ab395f3ae4b29987376f5c8db7a12c1c | /src/edu/hm/cs/breakfasttothelimit/google/exception/RequestURLException.java | 7f9814934bd1826b2564a6a7be4b306da445bb1e | [] | no_license | attenberger/netzwerke4 | https://github.com/attenberger/netzwerke4 | 7983783ad77f28fc9c15b8ac23a66f8fff9de3af | 0b417c48f76dff0c468b16a9d5a13aa04edf8aa7 | refs/heads/master | 2021-08-23T01:58:31.869000 | 2017-12-02T09:54:59 | 2017-12-02T09:54:59 | 109,740,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.hm.cs.breakfasttothelimit.google.exception;
import java.io.IOException;
/**
* @author Benjamin Eder
*/
public class RequestURLException extends Exception {
public RequestURLException(IOException e) {
super(e);
}
}
| UTF-8 | Java | 236 | java | RequestURLException.java | Java | [
{
"context": "tion;\n\nimport java.io.IOException;\n\n/**\n * @author Benjamin Eder\n */\npublic class RequestURLException extends Exce",
"end": 114,
"score": 0.9998780488967896,
"start": 101,
"tag": "NAME",
"value": "Benjamin Eder"
}
] | null | [] | package edu.hm.cs.breakfasttothelimit.google.exception;
import java.io.IOException;
/**
* @author <NAME>
*/
public class RequestURLException extends Exception {
public RequestURLException(IOException e) {
super(e);
}
}
| 229 | 0.754237 | 0.754237 | 14 | 15.857142 | 19.988771 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
873d55653a0136e5651bdf44007f461980b92eb3 | 35,862,976,964,082 | 24a255ee693460fd8274589d2cefd20c0dff7d79 | /app/src/main/java/com/savor/ads/utils/ZmengAdsResponseCode.java | d0f6039a41f66fce69f09dedf55c35ab368b42b8 | [] | no_license | SavorGit/SetTopBox | https://github.com/SavorGit/SetTopBox | faffc6d4dcfb607a1581707b2b106067bc1ae193 | aad3c6a509a4da8304b5533c52034c23087a9fd0 | refs/heads/master | 2020-03-04T11:43:02.846000 | 2020-01-09T08:18:24 | 2020-01-09T08:18:24 | 82,503,976 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.savor.ads.utils;
public class ZmengAdsResponseCode {
/**
* 有广告返回
*/
public static final int SUCCESS = 0;
/**
* requestId格式不对
*/
public static final int MISSING_REQUESTID = 101;
/**
* 没有对应尺寸广告位
*/
public static final int MISSING_SCREEN_SIZE = 102;
... | UTF-8 | Java | 892 | java | ZmengAdsResponseCode.java | Java | [] | null | [] | package com.savor.ads.utils;
public class ZmengAdsResponseCode {
/**
* 有广告返回
*/
public static final int SUCCESS = 0;
/**
* requestId格式不对
*/
public static final int MISSING_REQUESTID = 101;
/**
* 没有对应尺寸广告位
*/
public static final int MISSING_SCREEN_SIZE = 102;
... | 892 | 0.533505 | 0.501289 | 44 | 16.636364 | 16.317991 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.227273 | false | false | 3 |
a390b99ee31885ebb75b0477e20e62ca9444721e | 14,139,032,392,876 | 7f30d242224f48b79789c4dbfd1aede19123f8bb | /app/src/main/java/atrue/pranesh/retrofitprac/model/Weather.java | 3c1c0e86fc5a6b10152c26914f432e7558b88ec7 | [] | no_license | Pranesh111/SampleRetrofit3 | https://github.com/Pranesh111/SampleRetrofit3 | 996d7ec798b471149fa361dd421cc4c514e4d00d | 8d3dd8e5048e09be7dbec81d1fe04237e133a169 | refs/heads/master | 2020-03-12T21:56:02.695000 | 2018-04-24T10:32:14 | 2018-04-24T10:32:14 | 130,837,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package atrue.pranesh.retrofitprac.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by Adminitrator on 4/24/2018.
* Copyright IMDSTAR Technologies
*/
public class Weather {
@SerializedName("cod")
public String cod;
@SerializedName("message")
public d... | UTF-8 | Java | 1,040 | java | Weather.java | Java | [
{
"context": "edName;\n\nimport java.util.List;\n\n/**\n * Created by Adminitrator on 4/24/2018.\n * Copyright IMDSTAR Technologies\n ",
"end": 149,
"score": 0.9947132468223572,
"start": 137,
"tag": "USERNAME",
"value": "Adminitrator"
}
] | null | [] | package atrue.pranesh.retrofitprac.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/**
* Created by Adminitrator on 4/24/2018.
* Copyright IMDSTAR Technologies
*/
public class Weather {
@SerializedName("cod")
public String cod;
@SerializedName("message")
public d... | 1,040 | 0.632692 | 0.625962 | 47 | 21.127659 | 13.837379 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 3 |
9bbbaff777ae69f14b49d5fef8feccf2429f4889 | 29,686,814,008,169 | 792dacd30dad51678b0fcb54d2511865eef55b6d | /lib-ad-ingot/lib-ad-base/src/main/java/com/module/ad/base/AdConfig.java | 3fe5e3b1dbe4c5ec20ffb78799c10ee2e1f17246 | [] | no_license | zz7zz7zz/Android-ad | https://github.com/zz7zz7zz/Android-ad | 511c5a6bc38c287bd016456bd224c28b46fd17fe | 32189bed24f27414f44d7cc42851cff8f6398667 | refs/heads/master | 2023-02-14T21:46:01.054000 | 2020-12-30T04:17:25 | 2020-12-30T04:17:25 | 298,981,179 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.module.ad.base;
import android.text.TextUtils;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
/**
广告配置
*/
public class AdConfig {
//------------------------------------------------------------------------... | UTF-8 | Java | 18,734 | java | AdConfig.java | Java | [] | null | [] | package com.module.ad.base;
import android.text.TextUtils;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
/**
广告配置
*/
public class AdConfig {
//------------------------------------------------------------------------... | 18,734 | 0.507876 | 0.502625 | 360 | 50.844444 | 39.19408 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605556 | false | false | 3 |
30e028b3d77b50ecf1ebebbe5b3d5f572091be53 | 6,571,299,963,750 | d21cc76106927395cf30c2c6b2ff690ec4873c5f | /src/test/java/com/joyouskim/javassist/ClassA.java | 295e5936c725b759be75f3e7f5f3f457c05a981c | [] | no_license | yuncheolkim/my_app | https://github.com/yuncheolkim/my_app | d8179938646a51c19faedf329decc7b1b30223f0 | bce68ef788b0ad121dfce505caf89db752853c3f | refs/heads/master | 2016-08-03T09:49:59.862000 | 2015-08-12T09:42:11 | 2015-08-12T09:42:11 | 39,066,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joyouskim.javassist;
public class ClassA {
public void go() {
System.out.println("just go");
}
}
| UTF-8 | Java | 115 | java | ClassA.java | Java | [] | null | [] | package com.joyouskim.javassist;
public class ClassA {
public void go() {
System.out.println("just go");
}
}
| 115 | 0.686957 | 0.686957 | 8 | 13.375 | 13.341079 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 3 |
46f46c1e2eab943971ff3fd74e64ce25e5f8139d | 21,105,469,355,363 | b7c83ed955c2518b88b0a74ea545b76d14cc7777 | /src/log4net/Appender/UdpAppender.java | 8d90710c103e22776eaf60190438992edabf31b4 | [] | no_license | Javonet-io-user/63c55baf-ae4d-4d27-8439-006531b200fa | https://github.com/Javonet-io-user/63c55baf-ae4d-4d27-8439-006531b200fa | d7b847b0412aeb8402b65fea0729e49b3142c83c | 9cd1951e24b84b7b099cbe0640e2f2ef3009731c | refs/heads/master | 2020-04-06T14:06:23.786000 | 2018-11-14T10:00:11 | 2018-11-14T10:00:11 | 157,528,219 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package log4net.Appender;import Common.Activation;import static Common.Helper.Convert;import static Common.Helper.getGetObjectName;import static Common.Helper.getReturnObjectName;import static Common.Helper.ConvertToConcreteInterfaceImplementation;import Common.Helper;import com.javonet.Javonet;
... | UTF-8 | Java | 3,571 | java | UdpAppender.java | Java | [] | null | [] | package log4net.Appender;import Common.Activation;import static Common.Helper.Convert;import static Common.Helper.getGetObjectName;import static Common.Helper.getReturnObjectName;import static Common.Helper.ConvertToConcreteInterfaceImplementation;import Common.Helper;import com.javonet.Javonet;
... | 3,571 | 0.697844 | 0.696444 | 46 | 75.673912 | 109.267136 | 585 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913043 | false | false | 3 |
df17453d6e18275f7f8919b9c82cc002a074ba0b | 25,074,019,141,578 | 4c80e954a4663ee6d8fa2bd882bd0c321aa7f3ef | /Proyectos/Mendoza/Entregable04/micondominio/src/pe/egcc/condominio/prueba/Prueba03.java | 2d622b5385102b48dba0f1db8aa431accbf71231 | [] | no_license | gcoronelc/USIL_TPW_2017_2_TT | https://github.com/gcoronelc/USIL_TPW_2017_2_TT | 3fd880e045bc8d344fe21eb0b9dbe060ab5e312c | b894ea4ef3ccd4f809a0573c5e746a33d0005e0f | refs/heads/master | 2021-08-22T17:15:55.285000 | 2017-11-30T19:19:59 | 2017-11-30T19:19:59 | 100,329,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.egcc.condominio.prueba;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import pe.egcc.condominio.service.AguaService;
import pe.egcc.condominio.service.CondoService;
public class Prueba03 {
public static void main(String[]... | UTF-8 | Java | 824 | java | Prueba03.java | Java | [] | null | [] | package pe.egcc.condominio.prueba;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import pe.egcc.condominio.service.AguaService;
import pe.egcc.condominio.service.CondoService;
public class Prueba03 {
public static void main(String[]... | 824 | 0.752427 | 0.741505 | 32 | 24.75 | 22.595631 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 3 |
b77e98b85e0635d9e51681f4e7cf64bdfbed493c | 6,382,321,442,771 | 56ace75e186adc67792d7d52b78483ee1cf01044 | /app/src/main/java/com/mark/githubsearchtest/api/Parser.java | 6a82a72452ac390358b9ea29f84ff7d926ec5301 | [] | no_license | fertalizer/GitHubSearchTest | https://github.com/fertalizer/GitHubSearchTest | ab310a52f4810ba6e62bf1797ffec22665f760c4 | 40ffd672b099cd564e41a06b8631e5db1b3e9ec9 | refs/heads/master | 2020-05-31T20:25:55.664000 | 2019-06-05T22:05:54 | 2019-06-05T22:05:54 | 190,475,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mark.githubsearchtest.api;
import com.mark.githubsearchtest.data.User;
import com.mark.githubsearchtest.data.bean.GetUserList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class Parser {
public static JSONObject parseError(String jsonString) {
... | UTF-8 | Java | 1,456 | java | Parser.java | Java | [] | null | [] | package com.mark.githubsearchtest.api;
import com.mark.githubsearchtest.data.User;
import com.mark.githubsearchtest.data.bean.GetUserList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class Parser {
public static JSONObject parseError(String jsonString) {
... | 1,456 | 0.583791 | 0.583104 | 64 | 21.75 | 21.861782 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
c8717f70dfb6a4c5aaeed2c4ba47a747a2b12c70 | 18,614,388,283,385 | f31aa472d5dd7fc28580d9e902eda8dcfd19b80d | /src/main/java/com/BoostingWebsite/account/password/remind/PasswordReminderToken.java | bd31b276b969f85b841833e501bef544fc940081 | [] | no_license | KacperSzuba/Boosting-website-Spring-MVC-Data-Security-Hibernate-SQL- | https://github.com/KacperSzuba/Boosting-website-Spring-MVC-Data-Security-Hibernate-SQL- | da8b2dfeb7bbe4718f1e3f624f8060558b6b4ef4 | 1bce61534bf2da373961ddf9df07990655f63bd7 | refs/heads/master | 2020-07-10T04:34:41.999000 | 2020-06-09T17:25:28 | 2020-06-09T17:25:28 | 204,168,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.BoostingWebsite.account.password.remind;
import com.BoostingWebsite.account.token.TokenValidator;
import com.BoostingWebsite.account.token.UserTokenRepository;
import com.BoostingWebsite.account.user.User;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.sp... | UTF-8 | Java | 1,557 | java | PasswordReminderToken.java | Java | [] | null | [] | package com.BoostingWebsite.account.password.remind;
import com.BoostingWebsite.account.token.TokenValidator;
import com.BoostingWebsite.account.token.UserTokenRepository;
import com.BoostingWebsite.account.user.User;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.sp... | 1,557 | 0.765575 | 0.765575 | 38 | 39.973682 | 31.673903 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657895 | false | false | 3 |
af91e4ba03016bc3602dde239994ad94b60f8f2b | 9,852,655,035,930 | e848ca16f22f417532fa111692cdb5af5d436454 | /src/main/java/org/mockito/internal/creation/bytebuddy/StackWalkerChecker.java | c16439dbcbcef951918ea935c12ee8684ee43ecc | [
"MIT"
] | permissive | mockito/mockito | https://github.com/mockito/mockito | af2db0f24641020079f5819687846738d83eab80 | 2164df10daba44acf18bcd5b8886f3b4addf7b24 | refs/heads/main | 2023-09-03T17:42:01.101000 | 2023-08-29T19:06:24 | 2023-08-29T19:06:24 | 6,207,167 | 14,708 | 3,005 | MIT | false | 2023-09-14T19:12:46 | 2012-10-13T20:27:12 | 2023-09-14T16:34:43 | 2023-09-14T19:12:45 | 48,615 | 14,198 | 2,498 | 357 | Java | false | false | /*
* Copyright (c) 2022 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.creation.bytebuddy;
import java.lang.reflect.Method;
import java.util.Iterator;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.... | UTF-8 | Java | 4,555 | java | StackWalkerChecker.java | Java | [] | null | [] | /*
* Copyright (c) 2022 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.creation.bytebuddy;
import java.lang.reflect.Method;
import java.util.Iterator;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.... | 4,555 | 0.412953 | 0.412075 | 91 | 49.054947 | 28.383312 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43956 | false | false | 3 |
0ea4e898a97b827e80e256c8ac70a64d9f45108e | 24,034,637,054,094 | 9412cd1fc2ae3151f8516b7c141787a45da1cde6 | /pokerbyjc/arena/ArenaHolder.java | 06155b1bf824e8b3362ae568df88a466b92985d5 | [] | no_license | imjamespond/java-recipe | https://github.com/imjamespond/java-recipe | 2322d98d8db657fcd7e4784f706b66c10bee8d8b | 6b8b0a6b46326dde0006d7544ffa8cc1ae647a0b | refs/heads/master | 2021-08-28T18:22:43.811000 | 2016-09-27T06:41:00 | 2016-09-27T06:41:00 | 68,710,592 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chitu.poker.arena;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import cn.gecko.commons.data.BillType;
import cn.gecko.commons.model.GeneralException;
import cn.gecko.commons.utils.IdUtils;
import cn.gecko.commons.utils.SpringUtils;
import com.chitu.poker.arena.msg.Aren... | UTF-8 | Java | 11,446 | java | ArenaHolder.java | Java | [] | null | [] | package com.chitu.poker.arena;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import cn.gecko.commons.data.BillType;
import cn.gecko.commons.model.GeneralException;
import cn.gecko.commons.utils.IdUtils;
import cn.gecko.commons.utils.SpringUtils;
import com.chitu.poker.arena.msg.Aren... | 11,446 | 0.731083 | 0.727087 | 401 | 27.0798 | 27.231686 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.241895 | false | false | 3 |
8779cd439369736002a576c67fcd171b203dcba8 | 18,279,380,882,031 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /wallmart-source/src/com/walmart/android/app/shop/map/InStoreMapController$4.java | 74f8ab74cee3b6630ea8c0c563ff7873c9cb344d | [] | 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.walmart.android.app.shop.map;
import android.text.TextUtils;
import com.arubanetworks.meridian.editor.EditorKey;
// Referenced clas... | UTF-8 | Java | 1,292 | java | InStoreMapController$4.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.9996358752250671,
"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.walmart.android.app.shop.map;
import android.text.TextUtils;
import com.arubanetworks.meridian.editor.EditorKey;
// Referenced classes of pac... | 1,282 | 0.645511 | 0.629257 | 45 | 27.711111 | 29.965626 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 3 |
e75428e0490fdafe6145051910aa0a604da51739 | 33,500,744,979,853 | 4ed13753f5bc20ec143dc25039280f80c3edddd8 | /gosu-core/src/main/java/gw/internal/gosu/parser/statements/StatementList.java | 3369bfc3dd828a6d31bf1cd0d8a8491d62d50315 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | hmsck/gosu-lang | https://github.com/hmsck/gosu-lang | 180a96aab69ff0184700e70876bb0cf10c8a938f | 78c5f6c839597a81ac5ec75a46259cbb6ad40545 | refs/heads/master | 2021-02-13T06:53:30.208000 | 2019-10-31T23:15:13 | 2019-10-31T23:15:13 | 244,672,021 | 0 | 0 | Apache-2.0 | true | 2020-03-03T15:27:47 | 2020-03-03T15:27:46 | 2020-02-22T21:52:06 | 2020-02-27T16:27:28 | 17,481 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.internal.gosu.parser.statements;
import gw.lang.parser.IStackProvider;
import gw.lang.parser.statements.IStatementList;
import gw.lang.parser.statements.ITerminalStatement;
import gw.internal.gosu.parser.Statement;
import gw.internal.gosu.parser.CannotExecu... | UTF-8 | Java | 4,945 | java | StatementList.java | Java | [
{
"context": "/*\n * Copyright 2014 Guidewire Software, Inc.\n */\npackage gw.internal.gosu.parser.stateme",
"end": 39,
"score": 0.5663115978240967,
"start": 31,
"tag": "NAME",
"value": "Software"
}
] | null | [] | /*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.internal.gosu.parser.statements;
import gw.lang.parser.IStackProvider;
import gw.lang.parser.statements.IStatementList;
import gw.lang.parser.statements.ITerminalStatement;
import gw.internal.gosu.parser.Statement;
import gw.internal.gosu.parser.CannotExecu... | 4,945 | 0.624469 | 0.620829 | 225 | 20.977777 | 23.29281 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
a88a1493f0ed5ddf7ba7dfd458f43b18e7b21a0f | 28,106,266,030,965 | 506907e2392475ac22ced3cd35e0db46eae931ba | /src/com/lesson/daoimp/GetTeacherInfImp.java | a2de81d8c0efbbe8528c522cdd8e1e5601d82d8e | [] | no_license | zymaples/LessonServer | https://github.com/zymaples/LessonServer | 36ab1fb8fc2f3f40efce8d3525ac4f1d753ee7c5 | be1310b746c07119492acf420bb0c9e22d6d0f50 | refs/heads/master | 2021-06-22T06:22:20.102000 | 2017-07-28T06:29:36 | 2017-07-28T06:29:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lesson.daoimp;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.lesson.bean.Teacher;
import com.lesson.dao.GetTeacherInfDao;
import com.lesson.databasehelper.DataBaseHelper;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.PreparedStatement;
public class GetTeacherInf... | UTF-8 | Java | 2,050 | java | GetTeacherInfImp.java | Java | [
{
"context": "rs.getInt(\"id\"));\r\n\t\t\t\tteacher.setTeacherUsername(teacherUsername);\r\n\t\t\t\tteacher.setTeacherimage(rs.getString(\"teac",
"end": 1726,
"score": 0.7384082078933716,
"start": 1711,
"tag": "USERNAME",
"value": "teacherUsername"
}
] | null | [] | package com.lesson.daoimp;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.lesson.bean.Teacher;
import com.lesson.dao.GetTeacherInfDao;
import com.lesson.databasehelper.DataBaseHelper;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.PreparedStatement;
public class GetTeacherInf... | 2,050 | 0.714634 | 0.713171 | 62 | 31.064516 | 22.0109 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.612903 | false | false | 3 |
2ce5792bacf982443409dd0f94cc88dbb97b7ad5 | 738,734,380,454 | ef6acf65b96faa14b732361daf94027fb63f2529 | /ca.migration_26022018/src/main/java/nonXml/testVariables/FileComparison.java | 2062e59fc8cf68b478b5d5ce8efc1e649c94eac5 | [] | no_license | Ashwini1980/Migration | https://github.com/Ashwini1980/Migration | 33d5ebf71a824ce40417bbd742f34118a063423a | d38fe5b8869094536c9cb302c53d6c1ba34a17e2 | refs/heads/master | 2021-04-27T06:16:34.565000 | 2018-03-04T18:50:10 | 2018-03-04T18:50:10 | 122,610,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nonXml.testVariables;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import nonXml.util.PropertyReader;
public class FileComparison {
public static final Logger LOGGER = LoggerFactory.getLogger(FileVerification.class);
static PropertyReader prop = new PropertyReader... | UTF-8 | Java | 10,208 | java | FileComparison.java | Java | [] | null | [] | package nonXml.testVariables;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import nonXml.util.PropertyReader;
public class FileComparison {
public static final Logger LOGGER = LoggerFactory.getLogger(FileVerification.class);
static PropertyReader prop = new PropertyReader... | 10,208 | 0.736677 | 0.731779 | 264 | 37.666668 | 56.853836 | 257 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.950758 | false | false | 3 |
db703a6e87cdfca37fdfba75212107893a46f0fc | 25,254,407,709,423 | d888579fbb9a776b7c7e34b8094d0fa8efdd1d07 | /jijizu/src/main/java/com/jijizu/core/email/service/EmailService.java | a7b8ea3e2b00ae65e5a1e7f7c78cdf7ac52c31aa | [] | no_license | king19860907/jijizu | https://github.com/king19860907/jijizu | 14c0814496ed74ae85bd1478d7a9cadb6a9f2221 | 1fa052900fb791d98829cf09423b75154de27fdb | refs/heads/master | 2020-05-17T12:01:57.915000 | 2013-04-15T07:24:22 | 2013-04-15T07:24:22 | 9,443,540 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jijizu.core.email.service;
import java.util.Map;
public interface EmailService {
/**
*******************************************************************************
* @function : 获取email模板内容
* @param location 模板所在路径
* @param model 模板替换内容
* @return
************************... | UTF-8 | Java | 2,068 | java | EmailService.java | Java | [
{
"context": "**********************************\r\n\t * @creator :majun \r\n\t * @date :2013-3-18 \r\n\t ******************",
"end": 396,
"score": 0.9995036125183105,
"start": 391,
"tag": "USERNAME",
"value": "majun"
},
{
"context": "**********************************\r\n\t * @c... | null | [] | package com.jijizu.core.email.service;
import java.util.Map;
public interface EmailService {
/**
*******************************************************************************
* @function : 获取email模板内容
* @param location 模板所在路径
* @param model 模板替换内容
* @return
************************... | 2,068 | 0.275025 | 0.264408 | 60 | 30.966667 | 29.033295 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.133333 | false | false | 3 |
7ca4c48e048522fca389f69dd02555e420589055 | 1,288,490,200,493 | c62d2f2b2d27c5e0bdb1b499bdd6ba1056f676f3 | /src/kps/tests/distribution/DepthFirstSearchTests.java | 4f36776168d510d0f9e60fe1931e98b981277c60 | [] | no_license | jackamo/KPSmart | https://github.com/jackamo/KPSmart | f89f7c4d13f37c9cb688bf7a1bd00e78bcda8cde | 5ea4af1e6d5f7fa0b32e2bc57cac002be78a5adc | refs/heads/master | 2021-01-18T08:57:24.667000 | 2015-06-07T11:18:56 | 2015-06-07T11:18:56 | 33,974,758 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kps.tests.distribution;
import static org.junit.Assert.*;
import java.util.Set;
import org.junit.Test;
import kps.distribution.network.DepthFirstSearch;
import kps.distribution.network.Location;
import kps.distribution.network.Route;
public class DepthFirstSearchTests {
@Test
public void canFollowARoute(... | UTF-8 | Java | 864 | java | DepthFirstSearchTests.java | Java | [] | null | [] | package kps.tests.distribution;
import static org.junit.Assert.*;
import java.util.Set;
import org.junit.Test;
import kps.distribution.network.DepthFirstSearch;
import kps.distribution.network.Location;
import kps.distribution.network.Route;
public class DepthFirstSearchTests {
@Test
public void canFollowARoute(... | 864 | 0.724537 | 0.709491 | 32 | 26 | 22.807619 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.03125 | false | false | 3 |
5442229118cc2fe1512dd9c6a250e34d699dad6b | 3,092,376,459,501 | 4ae1ece085acdf7a1cbb3c68f1aa3eeff045e76a | /BlackjackHand.java | cdfcfd8b1517da95a21c07265018012b6008990c | [] | no_license | nextthelemann/BlackJackGame | https://github.com/nextthelemann/BlackJackGame | b5fd085557619caed0acdbde46b87dbdff8d9022 | 4b7236f6dbfd173ed39cff50471ef87aafe28728 | refs/heads/master | 2021-01-20T20:56:51.982000 | 2014-09-24T02:23:18 | 2014-09-24T02:23:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class BlackjackHand extends Hand {
public BlackjackHand() {
super();
}
public int getBlackjackValue() {
int numCards = getCardCount();
int val = 0;
boolean haveAce = false;
for(int i = 0; i < numCards; i++) {
Card card = getCard(i);
int cardVal = card.getValue();
if(cardVal > 10) {
ca... | UTF-8 | Java | 496 | java | BlackjackHand.java | Java | [] | null | [] | public class BlackjackHand extends Hand {
public BlackjackHand() {
super();
}
public int getBlackjackValue() {
int numCards = getCardCount();
int val = 0;
boolean haveAce = false;
for(int i = 0; i < numCards; i++) {
Card card = getCard(i);
int cardVal = card.getValue();
if(cardVal > 10) {
ca... | 496 | 0.566532 | 0.540323 | 29 | 16.137932 | 13.190185 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.310345 | false | false | 3 |
7cd4ab912245130ae6e66b1bca5272b66ae6ad14 | 3,968,549,788,499 | b37923329fd6a8fcdc774de9d4c3f196b37d82bb | /cybernatic/src/main/java/automata/model/Transition.java | 652b27d7a3cc2bc93fa8dd5757638dc63f0f3f06 | [] | no_license | chawlatushar5/Cybernatic-Automata | https://github.com/chawlatushar5/Cybernatic-Automata | ef75a58b2cab1b3d7089f1d4cbd77ec5716f1d1f | 9a318b3465158ebeaea26645e0b5efdf5d3c9abc | refs/heads/master | 2020-04-08T09:25:45.775000 | 2018-11-26T19:54:02 | 2018-11-26T19:54:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package automata.model;
import com.google.common.base.Objects;
import lombok.Data;
@Data
public class Transition {
// this state is a to-state for Function
private State state;
private Integer input;
//private Alphabet alphabet;
private boolean temporary;
private boolean permanent;
pu... | UTF-8 | Java | 912 | java | Transition.java | Java | [] | null | [] | package automata.model;
import com.google.common.base.Objects;
import lombok.Data;
@Data
public class Transition {
// this state is a to-state for Function
private State state;
private Integer input;
//private Alphabet alphabet;
private boolean temporary;
private boolean permanent;
pu... | 912 | 0.627193 | 0.627193 | 39 | 22.384615 | 18.864721 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
66f057d3fc14a6d0248672557eea264aff837fb2 | 6,399,501,277,705 | 2e42acc7e58e3db588f8436a9ea8d25aae9e35d8 | /trees/app/src/main/java/trees/FizzBuzzTree.java | 71eb26d0ff6da72a60cd2568cc7a9d2498ad8053 | [] | no_license | Maryam-n98/data-structures-and-algorithms | https://github.com/Maryam-n98/data-structures-and-algorithms | 11e2f932ac9574e8702b85a85fe30647ab7523d1 | 8b26979dd5ce87100d1e6da788868c0bf76efdd7 | refs/heads/main | 2023-07-11T01:37:32.913000 | 2021-08-27T16:45:26 | 2021-08-27T16:45:26 | 367,659,462 | 0 | 0 | null | false | 2021-05-19T18:55:02 | 2021-05-15T14:58:34 | 2021-05-17T17:25:51 | 2021-05-19T18:55:02 | 82 | 0 | 0 | 0 | JavaScript | false | false | package trees;
public class FizzBuzzTree {
}
| UTF-8 | Java | 50 | java | FizzBuzzTree.java | Java | [] | null | [] | package trees;
public class FizzBuzzTree {
}
| 50 | 0.7 | 0.7 | 4 | 10.5 | 11.011357 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
51aef73b1ab84794e418f58a23d03157cb82005f | 13,194,139,539,501 | c15a647edffd8dfe864c6f3ed1a038e3c62686f0 | /毕业论文/东软实训+刘炜铭/源代码/Mimi-Sever/src/main/java/com/spittr/user/dao/UserDao.java | 0293833d6ac63854f63d110676fc646c54cf4cd1 | [
"Apache-2.0"
] | permissive | liuweiming1997/work_data | https://github.com/liuweiming1997/work_data | 07333d11b4019433f74fcfad8471e6961ced978a | 54e69143b59eaf0473ffaed98ac4abb468254d39 | refs/heads/master | 2020-03-28T13:54:24.801000 | 2019-10-08T12:43:17 | 2019-10-08T12:43:17 | 147,271,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spittr.user.dao;
import org.springframework.stereotype.Repository;
import com.spittr.dao.BaseDao;
import com.spittr.user.model.User;
public interface UserDao extends BaseDao<User>{
User get(String uname);
User getByNname(String nname);
}
| UTF-8 | Java | 259 | java | UserDao.java | Java | [] | null | [] | package com.spittr.user.dao;
import org.springframework.stereotype.Repository;
import com.spittr.dao.BaseDao;
import com.spittr.user.model.User;
public interface UserDao extends BaseDao<User>{
User get(String uname);
User getByNname(String nname);
}
| 259 | 0.783784 | 0.783784 | 14 | 17.5 | 18.325432 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 3 |
304a99e696b5c2ec5fddc0670e33bb6d651ef6d2 | 18,674,517,808,652 | 07d0e1726b39a052dafb9677fe44a76babf784bf | /java2020/src/com/day6/test3/Test.java | 8a86f3949134df5c97828f0c12371afc622b4f7e | [] | no_license | Darkason/Teacher | https://github.com/Darkason/Teacher | 078dd309f8e93fc679fc7c8c239e025a23f8a137 | 7913df121ef124aa0557bd78b8d4c25493f36902 | refs/heads/master | 2023-02-21T13:22:37.094000 | 2021-01-25T09:22:40 | 2021-01-25T09:22:40 | 332,692,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.day6.test3;
import com.day6.test2.Teacher;
/**
* @auth admin
* @date 2021/1/11
* @Description
*/
public class Test {
public static void main(String[] args) {
Teacher t=new Teacher();
// System.out.println(t.name1);
// System.out.println(t.name2);
// System.out.println... | UTF-8 | Java | 377 | java | Test.java | Java | [
{
"context": "st3;\n\nimport com.day6.test2.Teacher;\n\n/**\n * @auth admin\n * @date 2021/1/11\n * @Description\n */\npublic cla",
"end": 75,
"score": 0.995750904083252,
"start": 70,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.day6.test3;
import com.day6.test2.Teacher;
/**
* @auth admin
* @date 2021/1/11
* @Description
*/
public class Test {
public static void main(String[] args) {
Teacher t=new Teacher();
// System.out.println(t.name1);
// System.out.println(t.name2);
// System.out.println... | 377 | 0.599469 | 0.559682 | 20 | 17.85 | 15.483136 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
0e40bc17b2284a5f4b904e922676072e64a037e0 | 25,838,523,257,743 | 78bd7ae019822ab6b70082f86bba2bc69e2ed753 | /HookTest/src/Xposed/PackageInstallerHook.java | d6a77d662f6f0037203cd921be0bb4cc3eb004c6 | [] | no_license | AmyMengz/XX | https://github.com/AmyMengz/XX | 7a1be8068824002f14d01e9e313c890766182b5f | 5699a5f3d6be88cd636f7d6f156f0cfd2bfc1f57 | refs/heads/master | 2017-05-11T12:45:45.796000 | 2017-02-21T10:03:10 | 2017-02-21T10:03:10 | 82,654,927 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Xposed;
import android.os.Message;
import android.text.TextUtils;
import android.view.View;
import android.widget.TextView;
import com.donson.config.Logger;
import de.robv.android.xposed.XC_MethodHook.MethodHookParam;
public class PackageInstallerHook extends XHook {
public static PackageInstal... | UTF-8 | Java | 1,877 | java | PackageInstallerHook.java | Java | [] | null | [] | package Xposed;
import android.os.Message;
import android.text.TextUtils;
import android.view.View;
import android.widget.TextView;
import com.donson.config.Logger;
import de.robv.android.xposed.XC_MethodHook.MethodHookParam;
public class PackageInstallerHook extends XHook {
public static PackageInstal... | 1,877 | 0.662373 | 0.660225 | 69 | 25 | 22.113672 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.811594 | false | false | 3 |
c8afa1a8e6038ec84b71bf215b6a301d3cffed6a | 29,515,015,266,519 | 66eeef33277495778005e9ba2c75d0a1016849df | /CelsiusAFarenheit/app/src/main/java/com/example/celsiusafarenheit/MainActivity.java | e3b7f49c7290f7169c983549ded725d968bf6bdc | [] | no_license | DiegoMontano2705/Android_Programs | https://github.com/DiegoMontano2705/Android_Programs | 8a3b3856988f51db774c535e8cbf189d35f1bd61 | f8ef246d0ec10a0bda0c2d101c3fd89d06a9b8a5 | refs/heads/master | 2021-01-15T02:56:33.377000 | 2020-03-03T17:05:58 | 2020-03-03T17:05:58 | 242,855,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.celsiusafarenheit;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import java.text.DecimalFormat;
public class MainActivity extends AppCompatActivi... | UTF-8 | Java | 2,403 | java | MainActivity.java | Java | [] | null | [] | package com.example.celsiusafarenheit;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import java.text.DecimalFormat;
public class MainActivity extends AppCompatActivi... | 2,403 | 0.651812 | 0.647647 | 64 | 36.515625 | 27.715628 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515625 | false | false | 3 |
50fd2d952e0afe2cb58ab17f26b959a672a14e48 | 32,057,635,903,505 | 4fb89ea474051356e4dc84dae61ff7c74470ed57 | /demo1/src/ArrayReturn.java | 07bcb773ad0336f4e714022caf62ddc75bce01a6 | [] | no_license | somemoon/day01 | https://github.com/somemoon/day01 | 1bab39884bcecc9b3f5fe1151db4cd08ed2f3247 | 3a372056f3c8775b6721fbdc692573ff692fc3cd | refs/heads/master | 2020-12-15T19:21:02.134000 | 2020-01-21T00:35:17 | 2020-01-21T00:35:17 | 235,227,546 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class ArrayReturn {
public static int[] calcul(int a,int b ,int c){
int sum=a+b+c;
int avg=sum/3;
int[]array={sum,avg};
return array;
}
}
| UTF-8 | Java | 187 | java | ArrayReturn.java | Java | [] | null | [] | public class ArrayReturn {
public static int[] calcul(int a,int b ,int c){
int sum=a+b+c;
int avg=sum/3;
int[]array={sum,avg};
return array;
}
}
| 187 | 0.529412 | 0.524064 | 10 | 17.700001 | 15.55667 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
f57ffa1afd47929e8c0770715edd2ee2c0dc0679 | 14,783,277,446,735 | 3cc849f555953147e8051f623b8552ac17854399 | /src/com/rds/judicial/model/RdsJudicialFinanceDailyModel.java | df012d7ab0ff2e009d12578099116d0ca848e20e | [] | no_license | clownlin22/judicial-web | https://github.com/clownlin22/judicial-web | c8444b17f16ec9a567d43786efce6ff8ce0c967b | 6350aa62353187dc1ee5dac5b1f6322e5c2982c8 | refs/heads/master | 2020-05-07T22:23:21.426000 | 2019-04-12T06:07:00 | 2019-04-12T06:07:00 | 180,913,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rds.judicial.model;
import lombok.Data;
@Data
public class RdsJudicialFinanceDailyModel {
private String id;
private String daily_id;
private String userid;
private String username;
private Double sum;
private int type;
private String daily_time;
private int status;
private int balancetype;
priv... | UTF-8 | Java | 371 | java | RdsJudicialFinanceDailyModel.java | Java | [] | null | [] | package com.rds.judicial.model;
import lombok.Data;
@Data
public class RdsJudicialFinanceDailyModel {
private String id;
private String daily_id;
private String userid;
private String username;
private Double sum;
private int type;
private String daily_time;
private int status;
private int balancetype;
priv... | 371 | 0.787062 | 0.787062 | 18 | 19.611111 | 11.210803 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 3 |
441287969d106c7873a8079fcf33ddd07ed491a0 | 13,417,477,882,413 | 4ce9f2e0136b58414bba9df2d234a23e2690c66a | /src/blackjack/Deck.java | 55e96ac27d523c8657e4672912ca0d92ef635e04 | [] | no_license | sunfiretech2/Blackjack | https://github.com/sunfiretech2/Blackjack | 4fd793627a7a1056a866f2c48cda00df9485d45a | 7dbe02e47fe32335e65a2e2b2228c01258aa598f | refs/heads/master | 2018-08-25T14:23:27.989000 | 2018-07-18T01:58:49 | 2018-07-18T01:58:49 | 132,676,581 | 0 | 2 | null | false | 2018-05-15T04:56:53 | 2018-05-08T23:35:57 | 2018-05-15T04:55:00 | 2018-05-15T04:54:59 | 0 | 0 | 2 | 0 | Java | false | 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 blackjack;
import java.util.Collections;
import java.util.Stack;
import java.util.ArrayList;
/**
* Simple card c... | UTF-8 | Java | 1,915 | java | Deck.java | Java | [
{
"context": "List;\r\n\r\n/**\r\n * Simple card class\r\n *\r\n * @author NSherrick\r\n */\r\npublic class Deck {\r\n \r\n Stack<Card> ",
"end": 350,
"score": 0.8947252035140991,
"start": 341,
"tag": "NAME",
"value": "NSherrick"
}
] | 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 blackjack;
import java.util.Collections;
import java.util.Stack;
import java.util.ArrayList;
/**
* Simple card c... | 1,915 | 0.495561 | 0.488773 | 80 | 21.9375 | 20.824471 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
9d7dbeaebdac55e6aae6508b9dc3a09201b5e2d6 | 11,519,102,327,100 | e47e1c0046c2a45aabfab1b3d45cd652198c6c18 | /src/main/java/rest/models/data/daos/memory/DaoFactoryMemory.java | ce877dff5db9e40ad54e50f71f245b94f14973f2 | [] | no_license | ilagev/pd.ecp2 | https://github.com/ilagev/pd.ecp2 | f292aa7beb063eacfa69ab295a30d66c474961ab | bc2f9af74a01c5977c2c9f6814a09552ea402f35 | refs/heads/master | 2021-01-10T09:43:48.927000 | 2015-10-20T19:21:52 | 2015-10-20T19:21:52 | 44,402,850 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rest.models.data.daos.memory;
import rest.models.data.daos.DaoFactory;
import rest.models.data.daos.ThemeDao;
import rest.models.data.daos.VoteDao;
public class DaoFactoryMemory extends DaoFactory {
private ThemeDao themeDao;
private VoteDao voteDao;
public DaoFactoryMemory() {
... | UTF-8 | Java | 677 | java | DaoFactoryMemory.java | Java | [] | null | [] | package rest.models.data.daos.memory;
import rest.models.data.daos.DaoFactory;
import rest.models.data.daos.ThemeDao;
import rest.models.data.daos.VoteDao;
public class DaoFactoryMemory extends DaoFactory {
private ThemeDao themeDao;
private VoteDao voteDao;
public DaoFactoryMemory() {
... | 677 | 0.59675 | 0.59675 | 32 | 19.15625 | 16.526701 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 3 |
0f41aebe5dff9ed88b14811ac1204e253d21b90d | 1,786,706,453,037 | ab56c061cf31fb67396ee53a334f39901c508b0f | /server/src/main/java/com/thoughtworks/go/config/update/PartialConfigUpdateCommand.java | a753bcce564d065af6b73b472a64fcedb8d5b123 | [
"MIT",
"Apache-2.0"
] | permissive | Bewalticus/gocd | https://github.com/Bewalticus/gocd | 596c53b2c2c72489e248cad6ec62c6550a094956 | 62f52dcf6f8bce1bf0d55802bb14d4b405fbbe01 | refs/heads/master | 2021-01-05T02:17:46.672000 | 2020-03-21T18:10:25 | 2020-03-21T18:10:25 | 240,841,414 | 0 | 0 | Apache-2.0 | true | 2020-02-25T13:27:42 | 2020-02-16T06:09:59 | 2020-02-16T06:10:01 | 2020-02-25T13:27:41 | 300,143 | 0 | 0 | 0 | null | false | false | /*
* Copyright 2020 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UTF-8 | Java | 5,341 | java | PartialConfigUpdateCommand.java | Java | [] | null | [] | /*
* Copyright 2020 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 5,341 | 0.69369 | 0.692192 | 113 | 46.265488 | 42.840519 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522124 | false | false | 3 |
adf9600f70f6f4a2c5b8fc86d8acc6c43167e3ed | 22,153,441,350,806 | 1ae21dbbeca95a8f98131102673cc167d63aaf62 | /cashbook/src/main/java/com/gdu/cashbook1/controller/CashController.java | 9d13e2ed1888a408f20de7cc4cdc38536e3e5082 | [] | no_license | tjrwkd00/cashbook | https://github.com/tjrwkd00/cashbook | 589b715de0c06e914bbef4cfa66f69aa318fa806 | 6cd506eef7134f2465d729cb18582e3ae503fd24 | refs/heads/master | 2022-07-19T17:27:22.222000 | 2020-05-19T03:15:02 | 2020-05-19T03:15:02 | 263,229,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gdu.cashbook1.controller;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import o... | UTF-8 | Java | 1,587 | java | CashController.java | Java | [] | null | [] | package com.gdu.cashbook1.controller;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import o... | 1,587 | 0.722837 | 0.715029 | 51 | 28.137255 | 22.271955 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72549 | false | false | 3 |
d564f782dfbb16473a055526b84781bcabd84b12 | 16,741,782,558,657 | 32883b798e6d70cbc52ca5023d56458bf335d5d7 | /src/test/java/com/aucdt/edu/cucumberstepdefinition/FinancingYourStudyStepDefinition.java | d460bc86dee9690527a135079a0bc8fcdd4d52d1 | [] | no_license | callnirajgupta/PortalAcdtEdu | https://github.com/callnirajgupta/PortalAcdtEdu | 0fe0b18d2ad0315df8b07057f9746089e89adbfd | ce4a6b2e07262e4ec9fb42d37ee3bf9819e38dd1 | refs/heads/master | 2023-03-18T04:32:53.692000 | 2021-06-20T09:17:20 | 2021-06-20T09:17:20 | 284,247,627 | 0 | 0 | null | false | 2020-10-14T00:06:17 | 2020-08-01T11:34:26 | 2020-10-05T16:14:55 | 2020-10-14T00:06:16 | 870 | 0 | 0 | 1 | Java | false | false | package com.aucdt.edu.cucumberstepdefinition;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.openqa.selenium.By;
import com.aucdt.edu.commonstep.GlobalStepDefinition;
import com.aucdt.edu.... | UTF-8 | Java | 4,451 | java | FinancingYourStudyStepDefinition.java | Java | [] | null | [] | package com.aucdt.edu.cucumberstepdefinition;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.openqa.selenium.By;
import com.aucdt.edu.commonstep.GlobalStepDefinition;
import com.aucdt.edu.... | 4,451 | 0.73871 | 0.733992 | 115 | 37.70435 | 38.575951 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.321739 | false | false | 3 |
60043a7ebdd635241f72d87abc53d4a0e15468c7 | 4,020,089,435,434 | a0001007b945e07f735870bc8f3bd851fd4f7650 | /j--/src/jminusminus/JBodyBlock.java | a864417bd6f0cd2b0c89f1f3190850a85726d1fa | [] | no_license | oakhan3/j--Repo | https://github.com/oakhan3/j--Repo | 2e8c6322ba273c23909265e694f83074f5b91d48 | e718e9dbafabb8ab928bb14878841593d1f7b6b5 | refs/heads/master | 2017-04-27T12:50:57.478000 | 2016-04-01T03:27:51 | 2016-04-01T03:27:51 | 50,799,091 | 0 | 0 | null | false | 2016-02-08T18:55:32 | 2016-01-31T22:33:21 | 2016-02-01T03:19:44 | 2016-02-08T18:55:32 | 1,452 | 0 | 0 | 0 | Java | null | null | package jminusminus;
import java.util.ArrayList;
import static jminusminus.CLConstants.*;
class JBodyBlock extends JAST implements JMember {
protected JBlock body;
//protected MethodContext context;
//protected String descriptor;
protected boolean isStatic;
public JBodyBlock(int line, ... | UTF-8 | Java | 1,669 | java | JBodyBlock.java | Java | [] | null | [] | package jminusminus;
import java.util.ArrayList;
import static jminusminus.CLConstants.*;
class JBodyBlock extends JAST implements JMember {
protected JBlock body;
//protected MethodContext context;
//protected String descriptor;
protected boolean isStatic;
public JBodyBlock(int line, ... | 1,669 | 0.529059 | 0.529059 | 64 | 24.078125 | 18.46052 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71875 | false | false | 3 |
3d4f68111a0cb070973d6fba14fc4debc6af996f | 11,519,102,330,061 | 036682a150ed69b6febc52ae174ae49649c65b73 | /sourcecode/TDD_chap4/test/kr/ac/mju/MovieListTest.java | 7c038b64b346c758198dcfad905b47e6ecd024e5 | [] | no_license | OOSLAB/Software-Engineering | https://github.com/OOSLAB/Software-Engineering | 9c9fcc7a0ecce70a5a2264a1d14a4967fd6400a7 | 326307fe17ae3869d07af1edd38b0d926a284aae | refs/heads/master | 2020-05-18T11:53:13.377000 | 2015-06-02T19:19:34 | 2015-06-02T19:19:34 | 33,967,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.ac.mju;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import java.util.Enumeration;
import org.junit.After;
import org.junit.Before... | UTF-8 | Java | 3,080 | java | MovieListTest.java | Java | [] | null | [] | package kr.ac.mju;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import java.util.Enumeration;
import org.junit.After;
import org.junit.Before... | 3,080 | 0.731169 | 0.730519 | 108 | 27.518518 | 23.340666 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.888889 | false | false | 3 |
2cfa02eba5f0c7f1226df20fbb531307432d1735 | 18,287,970,815,753 | 66cb4e0bb19a12d916533e565031400a8176d8ef | /Trainingsession/src/main/java/PIIT_/Trainingsession/Drag.java | 31417640a788cf8bfc0d4d6217426359ae8c6e30 | [] | no_license | robfanio/cucumberFramework | https://github.com/robfanio/cucumberFramework | 178680431af9c656e4826f75b0e121a96a6bd7ce | b2b384739f8d8002141c354ca1a4a9d044cd66f5 | refs/heads/master | 2023-03-30T00:55:02.104000 | 2021-04-01T14:44:47 | 2021-04-01T14:44:47 | 353,732,313 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package PIIT_.Trainingsession;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public class Drag {
static String... | UTF-8 | Java | 1,249 | java | Drag.java | Java | [
{
"context": "scriptExecutor)driver;\n\t\tjs.executeScript(\"alert('Binson love Vanessa')\");\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.printl",
"end": 1178,
"score": 0.8879826664924622,
"start": 1172,
"tag": "NAME",
"value": "Binson"
}
] | null | [] | package PIIT_.Trainingsession;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public class Drag {
static String... | 1,249 | 0.734187 | 0.731785 | 42 | 28.738094 | 28.333944 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 3 |
96244c9efac0702a264ecb7121ad4a778d031a57 | 11,622,181,552,708 | 41241d8d41e2de78de4e48f4f4baa333f87b1c6c | /Homework26/work3/Shape.java | 93a0853942120a61f20f3c3001c58d070fb4e00e | [] | no_license | natsoshko/Java_Advanced_Alfa_CodeSpace | https://github.com/natsoshko/Java_Advanced_Alfa_CodeSpace | 666a5fa2a195280fdd0a6c31aad4ed0557a1b8f9 | 5f6e3e5f5da971f9800f9d9abbd724c76c3590e9 | refs/heads/master | 2023-08-12T00:53:31.457000 | 2021-10-08T13:07:41 | 2021-10-08T13:07:41 | 393,379,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alfabank.work3;
public abstract class Shape implements Drawable {
private String color;
public Shape(String color) {
this.color = color;
}
public abstract double calcArea();
public String getColor() {
return color;
}
public void setColor(String color) {
... | UTF-8 | Java | 1,182 | java | Shape.java | Java | [] | null | [] | package com.alfabank.work3;
public abstract class Shape implements Drawable {
private String color;
public Shape(String color) {
this.color = color;
}
public abstract double calcArea();
public String getColor() {
return color;
}
public void setColor(String color) {
... | 1,182 | 0.563452 | 0.558376 | 45 | 25.288889 | 20.575737 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377778 | false | false | 3 |
880d09ffff3127c74065d386c164e3b01887296f | 1,597,727,880,327 | 1ec73a5c02e356b83a7b867580a02b0803316f0a | /java/bj/DesignPattern/JavaAndPattern/FACADE/securityfacade/Client.java | ae2cf587a7d1d777540ec4ced004dd0b46dd56ba | [] | no_license | jxsd0084/JavaTrick | https://github.com/jxsd0084/JavaTrick | f2ee8ae77638b5b7654c3fcf9bceea0db4626a90 | 0bb835fdac3c2f6d1a29d1e6e479b553099ece35 | refs/heads/master | 2021-01-20T18:54:37.322000 | 2016-06-09T03:22:51 | 2016-06-09T03:22:51 | 60,308,161 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bj.DesignPattern.JavaAndPattern.FACADE.securityfacade;
public class Client {
/**
* @link aggregation
* @directed
*/
private static SecurityFacade security;
public static void main( String[] args ) {
security.activate();
}
}
| UTF-8 | Java | 249 | java | Client.java | Java | [] | null | [] | package bj.DesignPattern.JavaAndPattern.FACADE.securityfacade;
public class Client {
/**
* @link aggregation
* @directed
*/
private static SecurityFacade security;
public static void main( String[] args ) {
security.activate();
}
}
| 249 | 0.710843 | 0.710843 | 15 | 15.533334 | 18.700684 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 3 |
d445f54ae22b4ac0d18a6c234681da27f5ca4d73 | 5,815,385,761,071 | 46f91b72b9c2e9707f28cb43d0e2955c482ffa7f | /src/main/java/com/rahul/dataStructure/array/GenerateArray.java | bc514704eda7bab3ae4b9b01529c6fc429985df5 | [] | no_license | rahuljiny/Ds-Algo | https://github.com/rahuljiny/Ds-Algo | ab29abf120908afd5e1f2ed388f9a2118e1e272f | b98b5f132c9524efdb388af73755f4b86a9fd037 | refs/heads/master | 2023-05-02T18:21:58.526000 | 2021-05-20T12:18:09 | 2021-05-20T12:18:09 | 265,164,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rahul.dataStructure.array;
public class GenerateArray {
public static void main(String[] args) {
OneDimension oneDimension= new OneDimension(10);
}
}
| UTF-8 | Java | 167 | java | GenerateArray.java | Java | [] | null | [] | package com.rahul.dataStructure.array;
public class GenerateArray {
public static void main(String[] args) {
OneDimension oneDimension= new OneDimension(10);
}
}
| 167 | 0.766467 | 0.754491 | 7 | 22.857143 | 19.84532 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 3 |
f5fc0a70c1028041d4d75f3feb17d61e062064d5 | 16,965,120,828,256 | ff381511160f4f04142e0b0b8b9d683b665e6a29 | /test/my/MyParser.java | ec01109b442fc3c06987c47c1432b659bbc289b6 | [] | no_license | xiaodaguan/SolrUpdate | https://github.com/xiaodaguan/SolrUpdate | e31aede967489fc8638942356569591548672cc3 | 8e7bc2e565e3dca8d723020660bcd1ea108a9445 | refs/heads/master | 2021-01-20T19:39:30.956000 | 2017-05-24T02:03:51 | 2017-05-24T02:03:51 | 64,452,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my;
import java.util.Map;
import org.apache.lucene.search.Query;
import org.apache.solr.common.params.DisMaxParams;
import org.apache.solr.common.params.SolrParams;
import org.apache.solr.parser.CharStream;
import org.apache.solr.parser.QueryParser;
import org.apache.solr.request.SolrQueryRequest;
import org.... | UTF-8 | Java | 1,918 | java | MyParser.java | Java | [] | null | [] | package my;
import java.util.Map;
import org.apache.lucene.search.Query;
import org.apache.solr.common.params.DisMaxParams;
import org.apache.solr.common.params.SolrParams;
import org.apache.solr.parser.CharStream;
import org.apache.solr.parser.QueryParser;
import org.apache.solr.request.SolrQueryRequest;
import org.... | 1,918 | 0.76121 | 0.759645 | 59 | 31.508474 | 28.939079 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.898305 | false | false | 3 |
29c63a504b3f0a3a57b84962a5283fc7ce9b426e | 5,179,730,580,074 | 72bdbc4e0c5262b3d4eb32acfe8f79e6f06fa437 | /backend/src/main/java/com/ssafy/sub/repo/ContestFeedRepository.java | 5e90c9913326a8ea282800991f7c1b2a1155bf0f | [
"Apache-2.0"
] | permissive | LEESUNSOO/food_SNS-project | https://github.com/LEESUNSOO/food_SNS-project | 59e0ca2b46f08342c2463560bac38f4a7fed5768 | 23f72fcc68318e4899e55cb0fd6318f97a97a731 | refs/heads/master | 2022-12-14T09:06:25.724000 | 2020-09-04T10:56:28 | 2020-09-04T10:56:28 | 291,747,115 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ssafy.sub.repo;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.ssafy.sub.dto.ContestFeed;
@Repository
public interface ContestFeedReposit... | UTF-8 | Java | 681 | java | ContestFeedRepository.java | Java | [] | null | [] | package com.ssafy.sub.repo;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.ssafy.sub.dto.ContestFeed;
@Repository
public interface ContestFeedReposit... | 681 | 0.81351 | 0.81351 | 30 | 21.700001 | 24.44879 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
033f1bf39f71832474c038287768e30726d7cee1 | 12,343,736,014,479 | 3c569a2f429602db514f04bf659d432a6cb04b1b | /splunkintegrationms/aemployeeservice/src/main/java/com/employeeservice/service/EmployeeServiceImpl.java | e3badda224ac6bef85d4b453f3820935e883f4b2 | [] | no_license | udhayaspringboot/deptempmssplunk | https://github.com/udhayaspringboot/deptempmssplunk | ff1f98af02a123f2a9865e65afabff28bebff235 | 07ca729935580e95f475afa4884cd7a83317746e | refs/heads/master | 2022-12-11T00:59:16.562000 | 2020-09-13T12:46:28 | 2020-09-13T12:46:28 | 295,149,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.employeeservice.service;
import java.util.List;
import java.util.Map;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;import com.employeeservice.AemployeeserviceApplication;
import com.employeeservice.dao.EmployeeDao;
import com.employeeservice.model.... | UTF-8 | Java | 2,250 | java | EmployeeServiceImpl.java | Java | [] | null | [] | package com.employeeservice.service;
import java.util.List;
import java.util.Map;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;import com.employeeservice.AemployeeserviceApplication;
import com.employeeservice.dao.EmployeeDao;
import com.employeeservice.model.... | 2,250 | 0.707556 | 0.707556 | 74 | 29.405405 | 29.255131 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.864865 | false | false | 3 |
e11f8c8d8c7665ea75b15fb2cde6b333695f3d30 | 5,377,299,106,249 | a7fc076ca4b237cbb1b726ba8dec1fa4c0c88e60 | /WoE/Guerrier.java | 8af4d44f99b47c0346a55b766fbb43be79a22bc3 | [] | no_license | Igor-Lira-P/RPG_WoE | https://github.com/Igor-Lira-P/RPG_WoE | f967e47e15875781ba3836bd031e8f342d603c21 | 5e3635a3c58876d6f120ca632f2209988cb33240 | refs/heads/master | 2020-08-24T01:39:05.682000 | 2019-10-22T07:06:37 | 2019-10-22T07:06:37 | 216,741,921 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.centrale.projet.objet;
import java.util.Random;
/**
*
* @author igorl
*/
public class Guerrier extends Pe... | UTF-8 | Java | 2,341 | java | Guerrier.java | Java | [
{
"context": "\n\r\nimport java.util.Random;\r\n\r\n/**\r\n *\r\n * @author igorl\r\n */\r\npublic class Guerrier extends Personnage im",
"end": 281,
"score": 0.9996185898780823,
"start": 276,
"tag": "USERNAME",
"value": "igorl"
}
] | 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 org.centrale.projet.objet;
import java.util.Random;
/**
*
* @author igorl
*/
public class Guerrier extends Pe... | 2,341 | 0.519231 | 0.514103 | 78 | 27.897436 | 33.371487 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.