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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1cd34542d5b443b62260e56ea3f3ff606c2ecce8 | 19,464,791,786,953 | 5d9a13c838ff6e10da7d7dc36b253e23086813df | /clustering/src/main/java/eu/excitementproject/clustering/clustering/impl/completeLink/util/SemanticDistance.java | 2f54f3b205aeffec9d8dc1d69c6c3709441d3ed9 | [] | no_license | LiliKotlerman/Excitement-Transduction-Layer | https://github.com/LiliKotlerman/Excitement-Transduction-Layer | b71297bc4b8c07839f5ed93c00e7b041ead606de | 913db9b8a9be86bc88648dcdc6e21052338d5a12 | refs/heads/master | 2020-04-15T08:21:03.859000 | 2015-06-03T09:25:12 | 2015-06-03T09:25:12 | 10,168,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.excitementproject.clustering.clustering.impl.completeLink.util;
import com.aliasi.util.Distance;
import eu.excitementproject.clustering.clustering.impl.util.SimilarityAndRelatednessCalculator;
import eu.excitementproject.eop.common.datastructures.PairMap;
/**
* @author Lili Kotlerman
*
*/
public class ... | UTF-8 | Java | 950 | java | SemanticDistance.java | Java | [
{
"context": "eop.common.datastructures.PairMap;\n\n/**\n * @author Lili Kotlerman\n *\n */\npublic class SemanticDistance implements D",
"end": 299,
"score": 0.9998261332511902,
"start": 285,
"tag": "NAME",
"value": "Lili Kotlerman"
}
] | null | [] | package eu.excitementproject.clustering.clustering.impl.completeLink.util;
import com.aliasi.util.Distance;
import eu.excitementproject.clustering.clustering.impl.util.SimilarityAndRelatednessCalculator;
import eu.excitementproject.eop.common.datastructures.PairMap;
/**
* @author <NAME>
*
*/
public class Semantic... | 942 | 0.787368 | 0.763158 | 29 | 31.758621 | 42.824142 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.310345 | false | false | 6 |
a51399aa89445d2e9a0b533c79162b172358fc16 | 18,433,999,698,118 | f66e8971351ebec231de4a8b47baa0b4c0d0a989 | /Elevator/src/by/epam/epamlabs/gui/threads/TextAreaPrinter.java | ef40e43388eab867ea2052b32df2bc12bee69f5f | [] | no_license | zetsubou-0/epam-JavaElevator | https://github.com/zetsubou-0/epam-JavaElevator | ab8eb370ebccc28a74f6173c77a0464e924a44da | 14df21db3b2d7917aa9e7603afc92f8ff8ac92ee | refs/heads/master | 2016-08-07T01:18:31.969000 | 2014-04-22T19:37:07 | 2014-04-22T19:37:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* TextAreaPrinter
*
* Version 1.0
*
* */
package by.epam.epamlabs.gui.threads;
import javax.swing.JTextArea;
import by.epam.epamlabs.constants.MessageConstants;
import by.epam.epamlabs.constants.PatternConstants;
import by.epam.epamlabs.exceptions.ErrorLog;
import by.epam.epamlabs.sources.DataContainer;
p... | UTF-8 | Java | 1,630 | java | TextAreaPrinter.java | Java | [] | null | [] | /*
* TextAreaPrinter
*
* Version 1.0
*
* */
package by.epam.epamlabs.gui.threads;
import javax.swing.JTextArea;
import by.epam.epamlabs.constants.MessageConstants;
import by.epam.epamlabs.constants.PatternConstants;
import by.epam.epamlabs.exceptions.ErrorLog;
import by.epam.epamlabs.sources.DataContainer;
p... | 1,630 | 0.709816 | 0.708589 | 73 | 21.328768 | 19.070206 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.191781 | false | false | 6 |
6ee6785f680f98c8a7cd34ad1b59ea633784f0f7 | 6,614,249,681,410 | d5f064cb21e77f94eba0f0f6c0c718fe5f1f76ae | /src/main/java/com/vargur/fwwbase/data/objects/Item.java | 1c31bc9eabcc4e6d8a50d6431439a99aeec4168f | [] | no_license | vargur23/fwwbase | https://github.com/vargur23/fwwbase | efd393721fef4130d1b7dff141d6943760d53c06 | 87e3391e38c65ea9bcdf1711282b21e5087c3e84 | refs/heads/master | 2020-04-29T19:21:06.839000 | 2019-03-28T21:04:19 | 2019-03-28T21:04:19 | 176,351,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vargur.fwwbase.data.objects;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Field;
public class Item {
@Id
private String dbid;
@Field("id")
private String myid;
private String name;
private String cost;
private String version;
public ... | UTF-8 | Java | 1,078 | java | Item.java | Java | [] | null | [] | package com.vargur.fwwbase.data.objects;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Field;
public class Item {
@Id
private String dbid;
@Field("id")
private String myid;
private String name;
private String cost;
private String version;
public ... | 1,078 | 0.64193 | 0.64193 | 62 | 16.387096 | 15.917483 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435484 | false | false | 6 |
15c120df2fd8a072f2f9ad46230b4c6059e32cea | 17,746,804,915,243 | 4a0fc3b58efead9673d5c9b9af41f57748b8708f | /TimeMachine-core/src/test/java/com/xiaomo/TimeMachine/Test/BaseTest.java | 6796e9d2596884bbde24d918ef898de627a95619 | [] | no_license | chinamilk/TimeMachine | https://github.com/chinamilk/TimeMachine | 948b0d8116e6409199291915a937e6f8df2c4904 | 0f28499c578a7284f6526c992cf2b2eab460a701 | refs/heads/master | 2020-03-27T06:06:28.815000 | 2016-02-29T06:57:58 | 2016-02-29T06:57:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiaomo.TimeMachine.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.transaction.annotation.Transactional;
/**
* @author Eric
*/
@RunWith(SpringJU... | UTF-8 | Java | 454 | java | BaseTest.java | Java | [
{
"context": "nsaction.annotation.Transactional;\n\n/**\n * @author Eric\n */\n@RunWith(SpringJUnit4ClassRunner.class)\n@Spri",
"end": 298,
"score": 0.9977028369903564,
"start": 294,
"tag": "NAME",
"value": "Eric"
}
] | null | [] | package com.xiaomo.TimeMachine.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.transaction.annotation.Transactional;
/**
* @author Eric
*/
@RunWith(SpringJU... | 454 | 0.834802 | 0.828194 | 17 | 25.705883 | 25.797319 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 1 |
5f3e1522d6f4b5c97092da1cda6c383925c0f16c | 33,071,248,209,066 | 36aea1dc10ffa32842495de28638b701d4c2b60e | /src/main/java/nio/path/MyVisitor.java | ae3fdd87401f6634a19b70e756ccc5463d298960 | [] | no_license | jellyfishgh/my-java-lessons | https://github.com/jellyfishgh/my-java-lessons | fb21fc87b3fae6e9c0f95ba5de52daf4faa1a3f4 | b0644352fab82202d1f81712e96cf0c550a7b447 | refs/heads/master | 2020-04-16T22:57:57.729000 | 2019-03-01T07:05:25 | 2019-03-01T07:05:25 | 165,992,432 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nio.path;
import java.nio.file.FileVisitResult;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.util.List;
import java.nio.file.attribute.BasicFileAttributes;
public class MyVisitor extends SimpleFileVisitor<Path> {
private List<Path> result;
public MyVisitor(List<Path> res... | UTF-8 | Java | 527 | java | MyVisitor.java | Java | [] | null | [] | package nio.path;
import java.nio.file.FileVisitResult;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.util.List;
import java.nio.file.attribute.BasicFileAttributes;
public class MyVisitor extends SimpleFileVisitor<Path> {
private List<Path> result;
public MyVisitor(List<Path> res... | 527 | 0.766603 | 0.766603 | 21 | 24.095238 | 20.896353 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 1 |
daaa9253c46748152048048ae396f6f262c4b55a | 19,774,029,450,451 | d7c602091c295181a47603781704b68d9bde8ce1 | /Polymorphism/src/com/polymorphism/Hello.java | 8e17694186c262daf896f5fece43fc07dba271f9 | [] | no_license | sumitchiku/JavaHelloWorld | https://github.com/sumitchiku/JavaHelloWorld | 94d73707d5434af6d7ade8e86b62336389e633aa | 4dc4aec20c2a53997c0123cd975fcead36b711bf | refs/heads/master | 2021-05-24T13:59:52.470000 | 2020-04-08T10:42:36 | 2020-04-08T10:42:36 | 253,594,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.polymorphism;
import com.polymorphism.phone.Nokia;
import com.polymorphism.phone.Phone;
import com.polymorphism.phone.Samsung;
public class Hello {
public static void main(String[] args) {
// Phone phone = new Phone("Nokia 3310");
// System.out.println(phone.getModel());
// phone.features(... | UTF-8 | Java | 932 | java | Hello.java | Java | [] | null | [] | package com.polymorphism;
import com.polymorphism.phone.Nokia;
import com.polymorphism.phone.Phone;
import com.polymorphism.phone.Samsung;
public class Hello {
public static void main(String[] args) {
// Phone phone = new Phone("Nokia 3310");
// System.out.println(phone.getModel());
// phone.features(... | 932 | 0.637339 | 0.614807 | 40 | 21.299999 | 17.101461 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.9 | false | false | 1 |
e5cee5205b86975468f7e1605aae893b95df79c0 | 26,637,387,236,417 | febbf273ae7553ffaf044d33a3924aa854639a20 | /Teistris/src/model/Piece.java | 27d2819c07d3bcc998cd1320939fdf723a07fd8a | [] | no_license | potatolooper/Teistris | https://github.com/potatolooper/Teistris | ab5aa695296a7e4f7871e850082db9f1aa832060 | 9a3b6ca6e995c447254f2c03e19f9302e3e71b87 | refs/heads/master | 2021-02-15T13:02:05.792000 | 2020-03-04T12:59:46 | 2020-03-04T12:59:46 | 244,899,449 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2019 Antonio de Andrés Lema
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progra... | UTF-8 | Java | 3,264 | java | Piece.java | Java | [
{
"context": "/*\n * Copyright (C) 2019 Antonio de Andrés Lema\n *\n * This program is free software: you can redi",
"end": 47,
"score": 0.9998809099197388,
"start": 25,
"tag": "NAME",
"value": "Antonio de Andrés Lema"
}
] | null | [] | /*
* Copyright (C) 2019 <NAME>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed... | 3,247 | 0.54663 | 0.544783 | 135 | 23.066668 | 22.354782 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 1 |
9e77fb41f5f9d8de62783405acc47aed1ab36e16 | 26,250,840,139,643 | 6eeeef54994c5cc9cc327b5114aea1be01f9d442 | /api/src/main/java/org/openmrs/module/appointmentapp/DispositionService.java | de3911a63e1927c8227c30d10529cb560aa96ed9 | [] | no_license | faithchep/radiologyappointment-app | https://github.com/faithchep/radiologyappointment-app | d9028f699247028c201df9bd1d69260d1fa438a8 | 5ee2e2526e477f02c9ca664804bb23c02aad7ccf | refs/heads/main | 2023-05-30T18:09:23.979000 | 2021-06-11T06:37:08 | 2021-06-11T06:37:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.openmrs.module.appointmentapp;
import org.openmrs.Obs;
import java.util.List;
/**
* Created by mstan on 23/03/2017.
*/
public interface DispositionService {
void setDispositionConfig(String var1);
DispositionDescriptor getDispositionDescriptor();
List<Disposition> getDispositions();
... | UTF-8 | Java | 545 | java | DispositionService.java | Java | [
{
"context": "rs.Obs;\n\nimport java.util.List;\n\n/**\n * Created by mstan on 23/03/2017.\n */\npublic interface DispositionSe",
"end": 116,
"score": 0.9996433854103088,
"start": 111,
"tag": "USERNAME",
"value": "mstan"
}
] | null | [] | package org.openmrs.module.appointmentapp;
import org.openmrs.Obs;
import java.util.List;
/**
* Created by mstan on 23/03/2017.
*/
public interface DispositionService {
void setDispositionConfig(String var1);
DispositionDescriptor getDispositionDescriptor();
List<Disposition> getDispositions();
... | 545 | 0.776147 | 0.752294 | 24 | 21.75 | 22.922424 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 1 |
96445f7b4a779a66093c9881d82606e79e730788 | 10,462,540,365,173 | 3857fe515a286f585a6d333263cc274cc9dcca9f | /TestJava/OPTWeb/src/com/opt/maintenance/action/MaintenanceAction.java | 9c4f01cdba2616c8c93e7c16c61329c8956d6f5a | [] | no_license | reachjohnson/testJavaApp | https://github.com/reachjohnson/testJavaApp | ad9a408592d35be4d4ca3b6864482d5c259ef870 | 48a3084cc6de9c84d6a385a46e9e3e6e40c1805b | refs/heads/master | 2022-08-02T23:26:12.449000 | 2020-05-26T03:02:55 | 2020-05-26T03:02:55 | 265,204,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.opt.maintenance.action;
import com.opt.base.dao.BaseDAO;
import com.opt.common.dao.CommonDAO;
import com.opt.common.util.AppSettings;
import com.opt.exception.TaskException;
import com.opt.jms.sender.EmailQSender;
import com.opt.maintenance.dao.MaintenanceDAO;
import com.opt.session.valobj.EmailDat... | UTF-8 | Java | 34,667 | java | MaintenanceAction.java | Java | [] | null | [] | package com.opt.maintenance.action;
import com.opt.base.dao.BaseDAO;
import com.opt.common.dao.CommonDAO;
import com.opt.common.util.AppSettings;
import com.opt.exception.TaskException;
import com.opt.jms.sender.EmailQSender;
import com.opt.maintenance.dao.MaintenanceDAO;
import com.opt.session.valobj.EmailDat... | 34,667 | 0.669167 | 0.667724 | 565 | 59.361061 | 44.426659 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.915044 | false | false | 1 |
d1f705247830e59b3d9ccdcd35f285f2a3186438 | 24,893,630,487,625 | 4fa0d8597bbc0a78518dc911919127e547b68fc5 | /app/src/main/java/com/hsjkakaoddong/model/NewsInfo.java | 2858fe5590fb79016bb075b8c2e2139112df7504 | [] | no_license | lovebomb/HsjKaKaoDdong | https://github.com/lovebomb/HsjKaKaoDdong | a565fc5e4c19efd2add98fed23cfc57b73564346 | 758cfba2ddd4624603abe5cc4acb2d980c99acac | refs/heads/master | 2018-01-10T03:35:16.392000 | 2015-10-11T11:08:30 | 2015-10-11T11:08:30 | 43,898,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hsjkakaoddong.model;
import android.graphics.drawable.Drawable;
/**
* Created by SeungJin on 2015-10-10.
*/
public class NewsInfo {
private Drawable newsImage;
private String newsMessage;
public Drawable getNewsImage() {
return newsImage;
}
public void setNewsImage(Drawabl... | UTF-8 | Java | 551 | java | NewsInfo.java | Java | [
{
"context": "oid.graphics.drawable.Drawable;\n\n/**\n * Created by SeungJin on 2015-10-10.\n */\npublic class NewsInfo {\n\n p",
"end": 104,
"score": 0.9997740983963013,
"start": 96,
"tag": "NAME",
"value": "SeungJin"
}
] | null | [] | package com.hsjkakaoddong.model;
import android.graphics.drawable.Drawable;
/**
* Created by SeungJin on 2015-10-10.
*/
public class NewsInfo {
private Drawable newsImage;
private String newsMessage;
public Drawable getNewsImage() {
return newsImage;
}
public void setNewsImage(Drawabl... | 551 | 0.673321 | 0.658802 | 28 | 18.678572 | 17.782522 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
af33a9d68374dde7ca5d87ec8e3511b117ebb381 | 38,594,576,133,568 | 5df1f70491fb7ae03d46615432842fc2d9806b12 | /HTD/ModuleTestone/src/com/cg/shoppingapplication/dao/ProductDao.java | 09d11cac134fe88c8d1f4b73511a21e44f656272 | [] | no_license | gsivalakshmi/TY_CG_HTD_BangaloreNovember_JFS_SivalakshmiGopavarapu | https://github.com/gsivalakshmi/TY_CG_HTD_BangaloreNovember_JFS_SivalakshmiGopavarapu | c69836e597d84ad33e64170816e799eef4bde6a3 | 00019e14537e9dc7753872927bdf0d0adc6ecd9d | refs/heads/master | 2022-06-22T15:48:05.158000 | 2020-01-02T19:17:52 | 2020-01-02T19:17:52 | 225,846,080 | 0 | 0 | null | false | 2022-06-21T02:31:17 | 2019-12-04T11:00:53 | 2020-01-03T04:48:07 | 2022-06-21T02:31:14 | 2,118 | 0 | 0 | 3 | JavaScript | false | false | package com.cg.shoppingapplication.dao;
import java.util.List;
import com.cg.shoppingapplication.bean.ProductBean;
public interface ProductDao {
public ProductBean SearchProduct(String productname);
List<ProductBean> getAllProducts();
}
| UTF-8 | Java | 242 | java | ProductDao.java | Java | [] | null | [] | package com.cg.shoppingapplication.dao;
import java.util.List;
import com.cg.shoppingapplication.bean.ProductBean;
public interface ProductDao {
public ProductBean SearchProduct(String productname);
List<ProductBean> getAllProducts();
}
| 242 | 0.818182 | 0.818182 | 10 | 23.200001 | 20.68236 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 1 |
6c8903acb0fd36c685862d02f2acff225a146c17 | 37,520,834,319,302 | a2258e3702c13628893d5b2ca5f2102ed8fe10ee | /beryl-experimental/src/org/beryl/content/webfeeds/AbstractXmlFeedConsumer.java | be8baeb6c4ff2d83a19b65bfe0859ee045dc8497 | [
"MIT"
] | permissive | jeremyje/android-beryl | https://github.com/jeremyje/android-beryl | 750aa83f396570174f6f78260cef649eb79e3ffd | 5b9e2768666958478661c50e67e5c7b532c69ff3 | refs/heads/master | 2021-01-13T01:29:50.822000 | 2015-01-25T07:12:31 | 2015-01-25T07:12:31 | 29,806,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.beryl.content.webfeeds;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
public abstract class AbstractXmlFeedConsumer implements IWebFeedConsumer {
protected String _url = null;
public boolean consumeUrl(String url) throws WebFeedExc... | UTF-8 | Java | 974 | java | AbstractXmlFeedConsumer.java | Java | [] | null | [] | package org.beryl.content.webfeeds;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
public abstract class AbstractXmlFeedConsumer implements IWebFeedConsumer {
protected String _url = null;
public boolean consumeUrl(String url) throws WebFeedExc... | 974 | 0.713552 | 0.713552 | 49 | 18.87755 | 21.272415 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.836735 | false | false | 1 |
97b6231be426ca742953c5134ac383f908ba3da0 | 35,493,609,775,128 | 232ed4a9e36f31b477a8134a519868d08d8b5706 | /student/400. Nth Digit/Solution.java | c79b42afd086767fe71c8d3c0697805e0bc2c936 | [] | no_license | JasonHan0929/Leetcode | https://github.com/JasonHan0929/Leetcode | db64d1ccfe22c03c2e2bdce40b9c67d05d7ce3d6 | e2a519e9b8d3fa9184088367a7c1c13150acc719 | refs/heads/master | 2022-09-17T00:14:44.740000 | 2020-06-05T08:01:33 | 2020-06-05T08:01:33 | 68,149,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public int findNthDigit(int n) {
int i = 1;
long count = 9;//int could overflow
int start = 1;
while (n > count * i) {
n -= count * i;
i++;
count *= 10;
start *= 10;
}
int temp = start + (n - 1) /... | UTF-8 | Java | 413 | java | Solution.java | Java | [] | null | [] | public class Solution {
public int findNthDigit(int n) {
int i = 1;
long count = 9;//int could overflow
int start = 1;
while (n > count * i) {
n -= count * i;
i++;
count *= 10;
start *= 10;
}
int temp = start + (n - 1) /... | 413 | 0.416465 | 0.387409 | 15 | 26.533333 | 17.358444 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
5a05673d7ebd9beae15c66edbde3deed4db7aa53 | 34,368,328,345,392 | ba4f4db810c02c1f69d36f83b8c413e6ac2c8758 | /mall-server/src/main/java/com/ezmall/mapper/FavoriteMapper.java | 9e74a906e381b6417fbd1d1ed9b7b967bd0e1aef | [] | no_license | dengqf/ezmall | https://github.com/dengqf/ezmall | 365bba2151b52b96d1b41a797ae427a90cf470da | a547712442ffb7f27fc9951e97171cb24ac6060c | refs/heads/master | 2020-05-16T22:28:42.090000 | 2014-10-23T05:25:34 | 2014-10-23T05:25:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ezmall.mapper;
import com.ezmall.model.Favorite;
import com.ezmall.model.FavoriteExample;
import java.util.List;
import com.ezmall.vo.FavoriteVo;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface FavoriteMapper {
/**
* This method was gener... | UTF-8 | Java | 3,278 | java | FavoriteMapper.java | Java | [] | null | [] | package com.ezmall.mapper;
import com.ezmall.model.Favorite;
import com.ezmall.model.FavoriteExample;
import java.util.List;
import com.ezmall.vo.FavoriteVo;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
public interface FavoriteMapper {
/**
* This method was gener... | 3,278 | 0.686394 | 0.646126 | 106 | 29.933962 | 27.149227 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235849 | false | false | 1 |
f2725e60e4c1762b3205e6de4d16cb91ed72e513 | 34,102,040,383,847 | 42b87b20e9c5613eeb609df053843f7a5f3f3cf5 | /vtb/geekbrains/reflection/src/main/java/vtb/geekbrains/BD.java | 274c2a6ee96ed0a37bc6c20f2c92704431b6590f | [] | no_license | iaSokolov/java | https://github.com/iaSokolov/java | 23474a208238022224943a9873538c6aa199abc6 | 2b10d69f167cc6c47a524a1dcd2c8e5f785b37e2 | refs/heads/main | 2023-04-19T11:29:23.910000 | 2021-05-09T08:14:45 | 2021-05-09T08:14:45 | 326,396,360 | 0 | 0 | null | false | 2021-05-09T08:14:45 | 2021-01-03T11:58:12 | 2021-04-30T14:23:22 | 2021-05-09T08:14:45 | 2,748 | 0 | 0 | 0 | Java | false | false | package vtb.geekbrains;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public final class BD {
private static BD instance;
private Connection connection;
public void connect() throws SQLException {
if (this.connection == null) {
this.connecti... | UTF-8 | Java | 1,111 | java | BD.java | Java | [] | null | [] | package vtb.geekbrains;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public final class BD {
private static BD instance;
private Connection connection;
public void connect() throws SQLException {
if (this.connection == null) {
this.connecti... | 1,111 | 0.618433 | 0.618433 | 43 | 24.255814 | 26.11076 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 1 |
6f0a12d6d78cd8a89a5734efc755c212b3031303 | 35,038,343,252,420 | bdac41cd973573a7aafff982044b6f24c74da84f | /Jav/ejercicio5.java | 9a76858938b7980a68baf3447edf5ebdd9460fac | [] | no_license | MrFedoraGit/Tp3 | https://github.com/MrFedoraGit/Tp3 | f9ce163c29dc168ab512f0f4ccdccb54c501df37 | ff7ca0ef9e95ec1a99f5dd25e989f5db795a8f27 | refs/heads/master | 2020-05-20T01:31:14.796000 | 2019-05-07T03:21:55 | 2019-05-07T03:21:55 | 185,312,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class ejercicio5{
public static void main(String[] args) {
int codigo;
Scanner sc = new Scanner(System.in);
do{
System.out.println("Introduce un numero mayor que 0");
codigo=sc.nextInt();
}while(codigo<=0);
... | UTF-8 | Java | 362 | java | ejercicio5.java | Java | [] | null | [] | import java.util.Scanner;
public class ejercicio5{
public static void main(String[] args) {
int codigo;
Scanner sc = new Scanner(System.in);
do{
System.out.println("Introduce un numero mayor que 0");
codigo=sc.nextInt();
}while(codigo<=0);
... | 362 | 0.555249 | 0.546961 | 14 | 24 | 18.527971 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
90fa68fca746ba4e0d9c293dd325b1cde6831c72 | 35,313,221,157,843 | 83d03a6934c92f5d888a3750d195bb9a34ba3055 | /SDA/2018_11_03/src/pl/WyrazniaLambda/InterfejsyFunkcyjneMain.java | 0d82faf79717bd8bab41edbe7ec854ccb28e70e4 | [] | no_license | pkedzierski88/SDA | https://github.com/pkedzierski88/SDA | 645c08b7a96896aa068154ad3dfee9e7c79d8cfa | a90d9bca2636a4934b89f6cbccd9e53d1f9dc6d7 | refs/heads/master | 2020-04-10T08:55:41.797000 | 2019-06-23T08:15:32 | 2019-06-23T08:15:32 | 160,849,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.WyrazniaLambda;
import java.time.LocalDate;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
public class InterfejsyFunkcyjneMain {
public static void main(String[] args) {
//FUNCTION
//wyswietla dlugosc tekstu
Function<Strin... | UTF-8 | Java | 2,018 | java | InterfejsyFunkcyjneMain.java | Java | [
{
"context": ");\n System.out.println(czyImieZenkie.test(\"Piotr\"));\n\n//CONSUMER\n //konsument\n Consu",
"end": 1609,
"score": 0.9819340705871582,
"start": 1604,
"tag": "NAME",
"value": "Piotr"
}
] | null | [] | package pl.WyrazniaLambda;
import java.time.LocalDate;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
public class InterfejsyFunkcyjneMain {
public static void main(String[] args) {
//FUNCTION
//wyswietla dlugosc tekstu
Function<Strin... | 2,018 | 0.651635 | 0.647175 | 47 | 41.914894 | 34.746395 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617021 | false | false | 1 |
38c6a948b2e00271ba718d1c1f638debd105492d | 17,686,675,384,013 | 8b48eadb4af7e0fdfe94a99aff2d376a573934e7 | /exam Maven Webapp/src/main/java/cn/edu/nenu/clzc/dao/examination/SubjectiveQuestionDao.java | 5143c950f37c60d371edb57bd1a3e7a85415dd1c | [] | no_license | sunl611/learngit | https://github.com/sunl611/learngit | 914a9900e0c6e589358d9c64338db3ab11ce8ac6 | 4abf95ae50d13d75404c49f8a6a1d1df0a5bcfda | refs/heads/master | 2021-01-11T09:41:56.419000 | 2017-03-04T13:04:05 | 2017-03-04T13:04:05 | 81,319,154 | 0 | 0 | null | false | 2017-03-04T13:04:06 | 2017-02-08T10:45:00 | 2017-02-08T10:45:00 | 2017-03-04T13:04:06 | 0 | 0 | 0 | 0 | null | null | null | package cn.edu.nenu.clzc.dao.examination;
import java.sql.SQLException;
import java.util.Date;
import cn.edu.nenu.clzc.commons.core.AbstractDao;
import cn.edu.nenu.clzc.commons.core.expandhandler.ExpandBeanHandler;
import cn.edu.nenu.clzc.commons.entites.student.SubjectiveQuestion;
import cn.edu.nenu.clzc.commons.enu... | UTF-8 | Java | 3,068 | java | SubjectiveQuestionDao.java | Java | [] | null | [] | package cn.edu.nenu.clzc.dao.examination;
import java.sql.SQLException;
import java.util.Date;
import cn.edu.nenu.clzc.commons.core.AbstractDao;
import cn.edu.nenu.clzc.commons.core.expandhandler.ExpandBeanHandler;
import cn.edu.nenu.clzc.commons.entites.student.SubjectiveQuestion;
import cn.edu.nenu.clzc.commons.enu... | 3,068 | 0.747803 | 0.74307 | 93 | 30.806452 | 32.110447 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.827957 | false | false | 1 |
bd0cead16beac5a7bd157f53a7864fff4758b5ab | 17,686,675,386,364 | 44842ecd49d47a383af0262f83fdb05756dbd2c0 | /tavern/tavern-protocol/tavern-crm-spi/src/main/java/com.tuoyou.tavern.protocol.crm/model/CrmBankInfo.java | b4ab5ee74720e1f60fbc469a963abeac843e80f7 | [] | no_license | lyzh1688/tavern | https://github.com/lyzh1688/tavern | 8366bd839933389a3c7d121c3a8346272716a3fd | 7a4fd2a27d0718779e930ff3e67d82b2c28cd258 | refs/heads/master | 2022-12-20T03:54:52.897000 | 2019-12-03T05:24:38 | 2019-12-03T05:24:38 | 193,929,881 | 2 | 1 | null | false | 2022-12-11T23:25:43 | 2019-06-26T15:18:10 | 2020-11-11T09:52:21 | 2022-12-11T23:25:42 | 67,584 | 2 | 1 | 27 | Vue | false | false | package com.tuoyou.tavern.protocol.crm.model;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCode;
@EqualsAndHashCode(callSuper = true)
@Data
@TableNa... | UTF-8 | Java | 466 | java | CrmBankInfo.java | Java | [] | null | [] | package com.tuoyou.tavern.protocol.crm.model;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCode;
@EqualsAndHashCode(callSuper = true)
@Data
@TableNa... | 466 | 0.804721 | 0.804721 | 18 | 24.944445 | 20.823257 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
f00eca1e921bdab6c72159c2af99558114979628 | 6,047,313,967,270 | 36125ab385c0c59af9abd09f7ca79d467800f720 | /app/src/main/java/com/app/sanyog/Hotel/PaymentActivity.java | 9852cdc2b4abccdccb027f45efff9758c96e4090 | [] | no_license | trawex-android/SanyogApp | https://github.com/trawex-android/SanyogApp | 340ca91078ebc3ca1a4bc303e39f065052895dd0 | 709fc6f859f23f74b05f85392531eab5e329a4cf | refs/heads/master | 2016-09-13T11:30:22.038000 | 2016-04-18T12:26:50 | 2016-04-18T12:26:50 | 56,492,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.sanyog.Hotel;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.Frag... | UTF-8 | Java | 5,184 | java | PaymentActivity.java | Java | [
{
"context": "iew;\n\nimport com.app.sanyog.R;\n\n\n/**\n * Created by Shimjith on 16/2/2016.\n */\n\npublic class PaymentActivity e",
"end": 593,
"score": 0.6425719261169434,
"start": 585,
"tag": "USERNAME",
"value": "Shimjith"
}
] | null | [] | package com.app.sanyog.Hotel;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.Frag... | 5,184 | 0.584105 | 0.564815 | 154 | 32.662338 | 25.17993 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837662 | false | false | 1 |
72f1da76f4c95038396668c92aaee4c10f38eb93 | 7,610,682,050,388 | 3bfcb7e98f704e52adefc00aca2a858c10fe93aa | /LNB-DA/src/classificationevaluation/ClassificationEvaluation.java | ab39d5282f284059a0ce3a786fc8683dee8bde28 | [] | no_license | ws719547997/LNB-DA | https://github.com/ws719547997/LNB-DA | 5ca4b1724909e2ba2e7a3d59c1ae0ac19e7ae1f7 | f6aededa5051e92f41e0361d7686a656f8b8c670 | refs/heads/master | 2023-06-03T07:03:47.888000 | 2021-06-19T07:20:29 | 2021-06-19T07:20:29 | 352,074,161 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classificationevaluation;
import nlp.Label;
import utility.ExceptionUtility;
public class ClassificationEvaluation {
public int truePositive = 0;
public int trueNegative = 0;
public int falsePositive = 0;
public int falseNegative = 0;
public double precision = 0.0;
public double recall = 0.... | UTF-8 | Java | 3,485 | java | ClassificationEvaluation.java | Java | [] | null | [] | package classificationevaluation;
import nlp.Label;
import utility.ExceptionUtility;
public class ClassificationEvaluation {
public int truePositive = 0;
public int trueNegative = 0;
public int falsePositive = 0;
public int falseNegative = 0;
public double precision = 0.0;
public double recall = 0.... | 3,485 | 0.642181 | 0.622956 | 131 | 24.603054 | 20.948019 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.374046 | false | false | 1 |
ce27db0ede1b03e1a823abba7c7c81a20415460c | 7,610,682,052,048 | d4a51821482d110148a3cbabd201d52b0dc76c6e | /src/main/java/com/bill/service/BillContentService.java | 854f0408b197ee5ccc077a315b4156c0f1852869 | [] | no_license | kanna-makino/bill | https://github.com/kanna-makino/bill | f54127f57213a3965e444759347de46742b4e1ba | 298394626fae09e574dc55f1e3cd249b5e4ac852 | refs/heads/master | 2020-09-27T08:35:55.081000 | 2020-01-01T12:47:26 | 2020-01-01T12:47:26 | 226,475,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bill.service;
import com.bill.po.BillContentPo;
import com.bill.util.PageHelper;
/**
* @author zhulongkun20@163.com
* @since 2019/12/29 3:50 下午
*/
public interface BillContentService {
/**
* 分页加载账单数据。
*
* @param page 当前页码。
* @param pageSize 每页数据量。
* @return 指定页的账单数据。
... | UTF-8 | Java | 465 | java | BillContentService.java | Java | [
{
"context": ";\nimport com.bill.util.PageHelper;\n\n/**\n * @author zhulongkun20@163.com\n * @since 2019/12/29 3:50 下午\n */\npublic interface",
"end": 130,
"score": 0.9999024271965027,
"start": 110,
"tag": "EMAIL",
"value": "zhulongkun20@163.com"
}
] | null | [] | package com.bill.service;
import com.bill.po.BillContentPo;
import com.bill.util.PageHelper;
/**
* @author <EMAIL>
* @since 2019/12/29 3:50 下午
*/
public interface BillContentService {
/**
* 分页加载账单数据。
*
* @param page 当前页码。
* @param pageSize 每页数据量。
* @return 指定页的账单数据。
*/
Pa... | 452 | 0.652605 | 0.612903 | 20 | 19.15 | 17.967402 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
07e49119442bc589b74a5a8648f11422615e6627 | 29,042,568,902,233 | f09da32803cd3d0f45d62d05af1cab144dbe62a2 | /kk-view/src/main/java/cn/kkmofang/view/DocumentView.java | 87616cd8172a3fa3fa01b80e7a411b8b581f9304 | [
"MIT"
] | permissive | LittleSpider/kk-view | https://github.com/LittleSpider/kk-view | 4529586b2f569236a5217f80ab64e9f8b6875b95 | 52a2d9a588a8e049d14d3fb38c8ef37a793433fb | refs/heads/master | 2020-03-15T10:28:51.519000 | 2018-05-11T03:28:49 | 2018-05-11T03:29:05 | 120,706,247 | 0 | 0 | null | true | 2018-02-08T03:35:17 | 2018-02-08T03:35:17 | 2018-01-23T08:35:26 | 2018-02-01T05:39:54 | 142 | 0 | 0 | 0 | null | false | null | package cn.kkmofang.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import com.kk.view.R;
import java.lang.ref.WeakReference;
import cn.kkmofang.view.layout.FlexLayout;
/**
* Created by zhanghailong on 2... | UTF-8 | Java | 1,859 | java | DocumentView.java | Java | [
{
"context": "kmofang.view.layout.FlexLayout;\n\n/**\n * Created by zhanghailong on 2018/1/29.\n */\n\npublic class DocumentView exte",
"end": 315,
"score": 0.9755217432975769,
"start": 303,
"tag": "USERNAME",
"value": "zhanghailong"
}
] | null | [] | package cn.kkmofang.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import com.kk.view.R;
import java.lang.ref.WeakReference;
import cn.kkmofang.view.layout.FlexLayout;
/**
* Created by zhanghailong on 2... | 1,859 | 0.566434 | 0.561592 | 90 | 19.655556 | 18.846846 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 1 |
0aacff7b71714ff56f8074c1fb0913f1324fff22 | 29,042,568,902,288 | 09db889434030c7a3c64931970d96734b6915261 | /src/main/java/com/gdn/future/program/training/jpa/model/entity/Rating.java | cc61d02eef64c1e334a6f54e8925fd703e1a6396 | [] | no_license | gilangnur/future-program-training-jpa | https://github.com/gilangnur/future-program-training-jpa | 6869e32b39ae8fcaaf573ec4b620523be0fc1006 | f1c0666c4bc1f146d67987183e30891f031f526e | refs/heads/master | 2020-07-02T23:20:56.725000 | 2019-08-06T03:40:24 | 2019-08-06T03:40:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gdn.future.program.training.jpa.model.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.gdn.future.program.training.jpa.model.constants.RatingConstant;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinCo... | UTF-8 | Java | 1,921 | java | Rating.java | Java | [] | null | [] | package com.gdn.future.program.training.jpa.model.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.gdn.future.program.training.jpa.model.constants.RatingConstant;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinCo... | 1,921 | 0.742842 | 0.742842 | 86 | 21.33721 | 18.978943 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.313953 | false | false | 1 |
f76ce5900352bc031fe855ff4843174bc8e2a637 | 4,329,327,084,200 | 8ad2ad445d8d6fedc2ca9007f488fa95610387d0 | /algorithm/alg-leetcode/src/main/java/pers/algorithm/leetcode/tree/LevelOrder.java | ce2877f36d9b7b2c3dc9e0f9ee0af742228f6319 | [] | no_license | viviel/study-parent | https://github.com/viviel/study-parent | 980d9980f0274fdf1f780869e16b6e748aad5675 | 13edc0ec10f94bae451411960bf96d60a2b82434 | refs/heads/master | 2021-12-24T11:44:34.111000 | 2021-12-23T12:12:49 | 2021-12-23T12:12:49 | 249,957,722 | 1 | 1 | null | false | 2020-08-04T07:31:35 | 2020-03-25T11:14:57 | 2020-08-04T07:30:54 | 2020-08-04T07:30:51 | 103 | 0 | 0 | 0 | Java | false | false | package pers.algorithm.leetcode.tree;
import pers.algorithm.leetcode.tree.common.TreeNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* 从上到下按层打印二叉树,同一层的节点按从左到右的顺序打印,每一层打印到一行。
* <p>
* <p>
* <p>
* 例如:
* 给定二叉树:[3,9,20,n... | UTF-8 | Java | 1,738 | java | LevelOrder.java | Java | [] | null | [] | package pers.algorithm.leetcode.tree;
import pers.algorithm.leetcode.tree.common.TreeNode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* 从上到下按层打印二叉树,同一层的节点按从左到右的顺序打印,每一层打印到一行。
* <p>
* <p>
* <p>
* 例如:
* 给定二叉树:[3,9,20,n... | 1,738 | 0.48886 | 0.471822 | 68 | 21.455883 | 17.550293 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632353 | false | false | 1 |
01cca2caa5c67d83e86f5dee0d12cf3a7f3fbf11 | 24,936,580,178,134 | b739b33081530d87d7246fb329b70a2d4905c44f | /IBank/src/com/igate/ibank/controller/CreateAccountAction.java | 45c896dde54d7f121dbd7fc6e7eeae6e7350ebd3 | [] | no_license | kennycaiguo/Online-Banking | https://github.com/kennycaiguo/Online-Banking | d44e274d5b78fd2312cec1dd96201101edc7bde1 | 26026fe82dcf506bc7b86ee4c13da9727ce46aee | refs/heads/master | 2021-05-27T11:48:59.746000 | 2015-11-21T19:00:56 | 2015-11-21T19:00:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.igate.ibank.controller;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ... | UTF-8 | Java | 3,452 | java | CreateAccountAction.java | Java | [] | null | [] | package com.igate.ibank.controller;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import ... | 3,452 | 0.744786 | 0.744496 | 114 | 29.280703 | 22.311396 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.570175 | false | false | 1 |
934cb57b4128ab5a2985d41043f8b25aa2310cc8 | 29,858,612,701,815 | de2ea79f2d2d29bf0418ff1b4e3a6762c0576252 | /.svn/pristine/93/934cb57b4128ab5a2985d41043f8b25aa2310cc8.svn-base | a5494ecc5a1fa8a476999794a6caf9b75db9d356 | [] | no_license | shenkuen88/MallOnlineApp | https://github.com/shenkuen88/MallOnlineApp | 031dc18a7798e7f22760981de3289fbc38b0816f | 65314dc5988cd5acf7fbdf2fcb69a78c8a5d1abf | refs/heads/master | 2020-07-10T23:19:47.694000 | 2016-09-05T09:45:04 | 2016-09-05T09:45:04 | 67,347,455 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.nj.www.my_module.main.base;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import cn.nj.www.my_module.bean.BaseResponse;
impor... | UTF-8 | Java | 2,329 | 934cb57b4128ab5a2985d41043f8b25aa2310cc8.svn-base | Java | [
{
"context": "**\n * \n * <基础Fragment>\n * <功能详细描述>\n * \n * @author hq\n * @version [版本�? Apr 21, 2014]\n * @see [相关�?方法",
"end": 539,
"score": 0.9996132254600525,
"start": 537,
"tag": "USERNAME",
"value": "hq"
}
] | null | [] | package cn.nj.www.my_module.main.base;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import cn.nj.www.my_module.bean.BaseResponse;
impor... | 2,329 | 0.666083 | 0.661707 | 91 | 24.10989 | 22.615978 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43956 | false | false | 1 | |
e40bd75934780eb443db0252e9ffea835da3def2 | 3,195,455,725,131 | 4a596e993071b256763bb62e4a4734d9c9528834 | /src/main/java/com/karakal/tycms/util/common/HttpUtil.java | 88ab9a5a0714c6ee8aab7b2fab7c4efbf67b4aad | [] | no_license | kkhechao/tycms-web | https://github.com/kkhechao/tycms-web | 1390f3d75b5d779f01296d406c806a66e2310491 | 7493dc10bb727c312fdd6246934ef8c1693bf16d | refs/heads/master | 2020-03-22T01:33:37.781000 | 2018-07-01T08:50:59 | 2018-07-01T08:50:59 | 139,313,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.karakal.tycms.util.common;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.File... | UTF-8 | Java | 22,515 | java | HttpUtil.java | Java | [
{
"context": "art3;\n\t\tSystem.out.println(p);\n\t\tString password = BASE64SHA256Encrypt.encryptS1B(p);\n\t\tSystem.out.println(password);\n\n\t\tString urls ",
"end": 6326,
"score": 0.9529664516448975,
"start": 6294,
"tag": "PASSWORD",
"value": "BASE64SHA256Encrypt.encryptS1B(p"
},
{
... | null | [] | package com.karakal.tycms.util.common;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.File... | 22,439 | 0.664871 | 0.650396 | 704 | 29.322443 | 21.060108 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.102273 | false | false | 1 |
98da2d9ac004ad1311f606df77bf6361c977e12a | 12,730,283,133,348 | d47c6cd62c35b5243fa58036b080d4f622884a54 | /src/com/company/inflearn/sec10_dp/최대점수구하기_냅색.java | 256d4d64610451d7603db549c552b55d95beb9b5 | [] | no_license | gunny6026/Algorithm | https://github.com/gunny6026/Algorithm | bedb4604402cc398d01b444b9b0f4b4ef4140b0a | 2ac64fdbbd30123e23fed107fbc57efc1de9f0b3 | refs/heads/master | 2023-09-05T04:57:46.202000 | 2023-07-20T00:05:47 | 2023-07-20T00:05:47 | 361,398,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.inflearn.sec10_dp;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class 최대점수구하기_냅색 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStream... | UTF-8 | Java | 1,060 | java | 최대점수구하기_냅색.java | Java | [] | null | [] | package com.company.inflearn.sec10_dp;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class 최대점수구하기_냅색 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStream... | 1,060 | 0.584453 | 0.573896 | 29 | 34.931034 | 22.586128 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793103 | false | false | 1 |
5a2f51ec67e9f5820451553ebc3b8de7e4d152e7 | 11,836,929,897,121 | b51078397c29bd367c07c79b965a92222e148a8b | /src/main/java/br/com/webservices/client/ConsultarMelhorRotaClient.java | b7637cc79d27115b03bdaf2727c8508e0fdc9263 | [] | no_license | lgklein/Grafo | https://github.com/lgklein/Grafo | 9486ef82f3feb764b0420b3deb05b3b3ff6f2d80 | 37d909a0d1eaf354dc77ba79420d2d4b60e4b1a5 | refs/heads/master | 2016-08-06T20:54:01.667000 | 2015-08-27T11:44:53 | 2015-08-27T11:44:53 | 41,483,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.webservices.client;
import javax.ws.rs.core.MediaType;
import com.sun.jersey.api.client.Client;
import com.sun.jersey.api.client.WebResource;
/**
* Classe criada apenas para facilitar a consulta de rotas pelo webservice.
* Não possui nenhuma regra de negócio do sistema e o sistema não precisa dela p... | UTF-8 | Java | 1,167 | java | ConsultarMelhorRotaClient.java | Java | [
{
"context": "istema não precisa dela para funcionar.\n * @author Luis Klein\n */\npublic class ConsultarMelhorRotaClient {\n\n\t/*",
"end": 356,
"score": 0.9998151063919067,
"start": 346,
"tag": "NAME",
"value": "Luis Klein"
}
] | null | [] | package br.com.webservices.client;
import javax.ws.rs.core.MediaType;
import com.sun.jersey.api.client.Client;
import com.sun.jersey.api.client.WebResource;
/**
* Classe criada apenas para facilitar a consulta de rotas pelo webservice.
* Não possui nenhuma regra de negócio do sistema e o sistema não precisa dela p... | 1,163 | 0.756687 | 0.746333 | 31 | 36.419353 | 35.664001 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.870968 | false | false | 1 |
4e6b60b7939be57edd49b52dbfffdfde885a9c01 | 10,428,180,627,645 | f3c9c576e27a726deacc2d89e918c511666a5c49 | /src/main/java/com/mirki/projektzespolowy/zgloszenie/repository/IZgloszenieRepository.java | 126dfdad178e751622b0096ab51fecdd058cc674 | [] | no_license | PiotrUszler/projektzespolowy | https://github.com/PiotrUszler/projektzespolowy | 7c6fc39438ae75487043c0e19f4581c14fab5144 | 3a88c0105799db6216ba4b4586e077d4b4110d42 | refs/heads/master | 2020-12-25T14:32:31.720000 | 2016-06-06T11:54:15 | 2016-06-06T11:54:15 | 60,524,061 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mirki.projektzespolowy.zgloszenie.repository;
import com.mirki.projektzespolowy.util.enums.ETypPriorytetu;
import com.mirki.projektzespolowy.zgloszenie.ob.ZgloszenieOB;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframe... | UTF-8 | Java | 852 | java | IZgloszenieRepository.java | Java | [] | null | [] | package com.mirki.projektzespolowy.zgloszenie.repository;
import com.mirki.projektzespolowy.util.enums.ETypPriorytetu;
import com.mirki.projektzespolowy.zgloszenie.ob.ZgloszenieOB;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframe... | 852 | 0.788732 | 0.785211 | 23 | 36.04348 | 29.990547 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 1 |
1b40e8135fa3575d7049bec62a0371c3eb41f74d | 32,650,341,394,333 | 9e2e6d776590749a2af6c1ce4abcae6cb93e22e8 | /ChickenNice/src/main/java/com/soft/chicken/core/service/DosageService.java | 3db8eff39db0150ce64287d13bc166925bb4cbeb | [] | no_license | infjcarlos/chicken-spring | https://github.com/infjcarlos/chicken-spring | 3f45a533cbdf7fadc542f16be050717365c233b0 | 93f8dc70352296ff874580a50772ec673f05b078 | refs/heads/master | 2016-09-03T06:59:16.936000 | 2015-11-11T10:35:29 | 2015-11-11T10:35:55 | 37,389,497 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soft.chicken.core.service;
import com.soft.chicken.core.model.Dosage;
import com.soft.chicken.core.model.Entities;
public interface DosageService {
void saveDosage(Dosage dosage);
Dosage findByEntity(Entities entity,boolean active,boolean is_deleted);
}
| UTF-8 | Java | 270 | java | DosageService.java | Java | [] | null | [] | package com.soft.chicken.core.service;
import com.soft.chicken.core.model.Dosage;
import com.soft.chicken.core.model.Entities;
public interface DosageService {
void saveDosage(Dosage dosage);
Dosage findByEntity(Entities entity,boolean active,boolean is_deleted);
}
| 270 | 0.811111 | 0.811111 | 9 | 29 | 23.113247 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
67fe0ed5bffeffd97f4234fb8c77f47a96580b1e | 27,831,388,136,071 | bb21a16a2bb0d738b693d9454af74c8636bf65a4 | /slf4j-standard/src/main/java/org/talend/sdk/component/slf4j/StdLogger.java | 0018fa16e41cf48db9310c1b174e537c0684090b | [
"Apache-2.0"
] | permissive | Talend/component-runtime | https://github.com/Talend/component-runtime | 81a25d7c92a1f91e26239211994c49469ead9c3b | 44aef3944f2d6059b325496612ddf112caeabd63 | refs/heads/master | 2023-08-31T21:40:26.513000 | 2023-08-30T03:01:56 | 2023-08-30T03:01:56 | 107,511,723 | 28 | 51 | Apache-2.0 | false | 2023-09-14T19:37:05 | 2017-10-19T07:19:24 | 2023-09-06T01:26:28 | 2023-09-14T19:37:05 | 613,422 | 28 | 36 | 23 | Java | false | false | /**
* Copyright (C) 2006-2023 Talend Inc. - www.talend.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | UTF-8 | Java | 8,217 | java | StdLogger.java | Java | [] | null | [] | /**
* Copyright (C) 2006-2023 Talend Inc. - www.talend.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | 8,217 | 0.567969 | 0.563588 | 309 | 25.592234 | 26.451067 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705502 | false | false | 1 |
7cc29fe6354d4854b3cd70f1764e5a7145e49380 | 29,145,648,117,691 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/mozilla_MozStumbler/android/src/main/java/org/mozilla/osmdroid/contributor/RouteRecorder.java | 14f97253f7c949185abe9bb8d0a59edddc5a4942 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | https://github.com/cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297000 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // isComment
package org.mozilla.osmdroid.contributor;
import android.location.Location;
import org.mozilla.osmdroid.contributor.util.RecordedGeoPoint;
import org.mozilla.osmdroid.util.GeoPoint;
import java.util.ArrayList;
/**
* isComment
*/
public class isClassOrIsInterface {
// isComment
// isComment
... | UTF-8 | Java | 1,297 | java | RouteRecorder.java | Java | [] | null | [] | // isComment
package org.mozilla.osmdroid.contributor;
import android.location.Location;
import org.mozilla.osmdroid.contributor.util.RecordedGeoPoint;
import org.mozilla.osmdroid.util.GeoPoint;
import java.util.ArrayList;
/**
* isComment
*/
public class isClassOrIsInterface {
// isComment
// isComment
... | 1,297 | 0.707016 | 0.707016 | 45 | 27.822222 | 37.910591 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377778 | false | false | 1 |
4b0c88259f629e75c33c35c61c092813719f3221 | 29,145,648,116,738 | e1d6e73dff527f1f77532e5ed0ad2a76cf8e377a | /ExceptionExample/src/in/abc/EmailException.java | 282ca992fbebed697222d3fa3ecc135987447d5f | [] | no_license | adatapost/kejal | https://github.com/adatapost/kejal | d7f0678e42630458890266ec99ad34e03e43f6a1 | f3c2f38f01452fa0d7ecb929bb2cc44fbf70141f | refs/heads/master | 2021-03-12T22:32:52.226000 | 2013-08-14T06:34:39 | 2013-08-14T06:34:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.abc;
public class EmailException extends Exception {
public EmailException(){
super("Email error");
}
public EmailException(String msg){
super(msg);
}
}
| UTF-8 | Java | 191 | java | EmailException.java | Java | [] | null | [] | package in.abc;
public class EmailException extends Exception {
public EmailException(){
super("Email error");
}
public EmailException(String msg){
super(msg);
}
}
| 191 | 0.65445 | 0.65445 | 10 | 18.1 | 15.391232 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
7683a4ae9ed25c52307be7dbe180a6368081c198 | 5,102,421,167,735 | 297cfaceb9aeae6fb7c5c1cbc5c812976fe85ab2 | /androidclient-master/src/org/kontalk/message/AttachmentComponent.java | da51c38a319596307039f226abf02d516fb4575a | [] | no_license | roxana-andreea/3D_UPB | https://github.com/roxana-andreea/3D_UPB | 99a5d7995afa782e86846a54b165c36114dadf9b | ecaaf9354ace52aabea7acca6bf835e828b3ce86 | refs/heads/master | 2021-01-01T05:57:39.763000 | 2017-07-23T07:52:10 | 2017-07-23T07:52:10 | 97,319,109 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Kontalk Android client
* Copyright (C) 2014 Kontalk Devteam <devteam@kontalk.org>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your optio... | UTF-8 | Java | 1,648 | java | AttachmentComponent.java | Java | [
{
"context": "oid client\n * Copyright (C) 2014 Kontalk Devteam <devteam@kontalk.org>\n\n * This program is free software: you can redis",
"end": 87,
"score": 0.9999294281005859,
"start": 68,
"tag": "EMAIL",
"value": "devteam@kontalk.org"
},
{
"context": "net.Uri;\n\n\n/**\n * Attach... | null | [] | /*
* Kontalk Android client
* Copyright (C) 2014 Kontalk Devteam <<EMAIL>>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later... | 1,629 | 0.737864 | 0.73483 | 56 | 28.428572 | 31.529385 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660714 | false | false | 1 |
0ac669d08d8dfedb67eeceba806d3cdc8e473787 | 1,382,979,517,752 | d1bd4a7cb797bbb158cf68d5b5186402b6b5eee3 | /userservice/src/main/java/com/tzq/user/service/SendService.java | 6d8235487e6c760ebde1a492082e947410b5ad3b | [] | no_license | maqinglong/tzq2 | https://github.com/maqinglong/tzq2 | 3e0b589be6b3629133699a2471a3a2647eb9ed78 | 16032130f2dad6547d51d975054f8953cbade1c9 | refs/heads/master | 2022-12-22T00:08:00.573000 | 2019-12-29T15:43:02 | 2019-12-29T15:43:02 | 156,066,896 | 0 | 0 | null | false | 2022-12-14T20:34:50 | 2018-11-04T09:29:28 | 2019-12-29T15:45:15 | 2022-12-14T20:34:47 | 30,949 | 0 | 0 | 4 | JavaScript | false | false | package com.tzq.user.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.messaging.Source;
import org.springframework.messaging.support.MessageBuilder;
@EnableBinding(Source.class)
pub... | UTF-8 | Java | 619 | java | SendService.java | Java | [] | null | [] | package com.tzq.user.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.messaging.Source;
import org.springframework.messaging.support.MessageBuilder;
@EnableBinding(Source.class)
pub... | 619 | 0.691438 | 0.691438 | 21 | 27.380953 | 23.671312 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 1 |
67a2e5c9b1c6deaee09c95fff90cc2656e49efcd | 11,759,620,468,603 | 0cff50f31f568d3ed5207309e4665d3b898c5e23 | /src/main/java/sqr/entity/EntityFakePlayer.java | cf7780c27c4a8f5b6e029cf1155c10fadf252ef7 | [
"LicenseRef-scancode-public-domain"
] | permissive | hihihihih/spider-queen-reborn | https://github.com/hihihihih/spider-queen-reborn | a436eff932f741abdeb07a02dd8c4c872b32da2f | ee32d0b98bb5c2c26d48a57f52459b1ad4bac814 | refs/heads/master | 2021-01-15T09:51:03.125000 | 2014-10-19T20:56:05 | 2014-10-19T20:56:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* EntityFakePlayer.java
* Copyright (c) 2014 Radix-Shock Entertainment.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this di... | UTF-8 | Java | 10,995 | java | EntityFakePlayer.java | Java | [
{
"context": "orldObj.isRemote)\n\t\t{\n\t\t\taddAI();\n\t\t\tusername = SpiderQueen.getInstance().getRandomPlayerName();\n\n\t\t\tif (user",
"end": 2877,
"score": 0.6747865676879883,
"start": 2868,
"tag": "USERNAME",
"value": "iderQueen"
},
{
"context": "\n\t\t\tusername = SpiderQue... | null | [] | /*******************************************************************************
* EntityFakePlayer.java
* Copyright (c) 2014 Radix-Shock Entertainment.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this di... | 10,995 | 0.727603 | 0.721328 | 416 | 25.430288 | 30.760786 | 318 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5625 | false | false | 1 |
8dfb96f58ffbc94274ce4a44718963d04d7aee99 | 29,377,576,374,227 | 7a51991d267ea5cb5375f9e17ef18bbdd3f4a83e | /rimudb/test/org/rimudb/sql/SQLAdapterFactoryTests.java | 115deff883a50df2493a43800896671ea2ce38a0 | [] | no_license | rimuadmin/rimudb | https://github.com/rimuadmin/rimudb | e57a98469ec3c7ca3ce1e4ba24c8f60cd0999cf6 | aa083e4aec32208a4ddbd6ecfa0d05ae850d9a71 | refs/heads/master | 2021-01-21T00:43:33.380000 | 2015-09-20T21:49:32 | 2015-09-20T21:49:32 | 42,830,084 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2008-2011 Simon Ritchie.
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your opti... | UTF-8 | Java | 5,244 | java | SQLAdapterFactoryTests.java | Java | [
{
"context": "/*\r\n * Copyright (c) 2008-2011 Simon Ritchie.\r\n * All rights reserved. \r\n * \r\n * This program ",
"end": 44,
"score": 0.9998723268508911,
"start": 31,
"tag": "NAME",
"value": "Simon Ritchie"
},
{
"context": ".junit.*;\r\nimport org.rimudb.*;\r\n\r\n/**\r\n * @aut... | null | [] | /*
* Copyright (c) 2008-2011 <NAME>.
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | 5,230 | 0.7582 | 0.751144 | 156 | 31.615385 | 27.777842 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.525641 | false | false | 1 |
0cbed59cb21f137771e5c58f87041005ce2a5cab | 28,338,194,239,504 | f5bd23167d9624b58cd29a5e9905f88ff8b70891 | /single-lock-server/src/main/java/com/lwl/server/DistributedLockServer.java | f7983aaf0975576204545d5523dd2977305a98f8 | [] | no_license | LiwinLi23/distributed-lock | https://github.com/LiwinLi23/distributed-lock | 4623fabdc82aa8eaef72adfacb6726e40c5817b3 | 1e50936012f96de6e51d0eee165bc8e0039d79b9 | refs/heads/master | 2022-04-03T07:01:03.094000 | 2020-01-06T07:03:35 | 2020-01-06T07:03:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lwl.server;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io... | UTF-8 | Java | 2,094 | java | DistributedLockServer.java | Java | [
{
"context": "g.StringEncoder;\n\n/**\n * date 2019/5/19\n * author liuwillow\n * 基于netty实现的分布式锁服务端\n **/\npublic class Distribute",
"end": 575,
"score": 0.9996175765991211,
"start": 566,
"tag": "USERNAME",
"value": "liuwillow"
}
] | null | [] | package com.lwl.server;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io... | 2,094 | 0.615309 | 0.607949 | 51 | 38.960785 | 26.299154 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607843 | false | false | 1 |
df940879e3c52de62a8df65232da2c24afc94a2c | 27,951,647,207,138 | 44551a1f6fcaac02bff413f725069bbdd3190a8f | /src/main/java/ma/tc/projects/repository/ReglementFournisseurRepository.java | a0547f0dc94fd62399aed6f9fabe06b8d2e3eb9a | [] | no_license | youssefelhaddady/GestionStockServeur | https://github.com/youssefelhaddady/GestionStockServeur | bbfbb98b665b88f19bcd31239f08b4f68889caa3 | 33d05034fa748495897bd2c6b7c5032612b864de | refs/heads/master | 2022-09-07T19:28:53.542000 | 2020-02-05T19:06:11 | 2020-02-05T19:06:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.tc.projects.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import ma.tc.projects.entity.ReglementFournisseur;
@Repository
public interface ReglementFournisseurRepository extends JpaRepository<ReglementFournisseur, Long> {
}
| UTF-8 | Java | 316 | java | ReglementFournisseurRepository.java | Java | [] | null | [] | package ma.tc.projects.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import ma.tc.projects.entity.ReglementFournisseur;
@Repository
public interface ReglementFournisseurRepository extends JpaRepository<ReglementFournisseur, Long> {
}
| 316 | 0.85443 | 0.85443 | 11 | 27.727272 | 31.971836 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
e758790cfa26f0d25efe545474c8f4a95684a260 | 16,647,293,263,697 | 922054285e677f4ad7cb367077a3f28d7190c86c | /Konquest_Pj1/src/interfaz/flota.java | 1e80ec4eaaf37968f48579c44c89425b2409d0c1 | [] | no_license | jhonny212/proyecto_konquest | https://github.com/jhonny212/proyecto_konquest | 5bb19000621bf28bfbe3fb34235fabe542ecd269 | 1527be8bf803eb5100fe917c2f1a8593da5d8660 | refs/heads/master | 2021-04-02T16:16:00.698000 | 2020-04-01T00:21:17 | 2020-04-01T00:21:17 | 248,294,035 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package interfaz;
import classes.Turno;
import java.util.ArrayList;
import javax.swing.table.DefaultTableModel;
/**
*
* @author jho... | UTF-8 | Java | 6,653 | java | flota.java | Java | [
{
"context": ".swing.table.DefaultTableModel;\n\n/**\n *\n * @author jhonny\n */\npublic class flota extends javax.swing.JFrame",
"end": 323,
"score": 0.9987937808036804,
"start": 317,
"tag": "USERNAME",
"value": "jhonny"
},
{
"context": "y.createLineBorder(new java.awt.Color(0, 0, 0... | 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 interfaz;
import classes.Turno;
import java.util.ArrayList;
import javax.swing.table.DefaultTableModel;
/**
*
* @author jho... | 6,653 | 0.596151 | 0.583672 | 163 | 39.80368 | 34.223526 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717791 | false | false | 1 |
ccbc7094dfcd957353032dadb5c649acaff91d25 | 27,238,682,611,754 | 700e79f788a0c4569ecf65708581e337c40c86bd | /app/src/main/java/com/riar/chartingtests/data/BarPlotEntry.java | 578e5d45fb568620e0f29f56c3b1fb961960c755 | [] | no_license | renato-iar/android_charting | https://github.com/renato-iar/android_charting | 4f5b26d8387aa6b1fe5585d50ab12d3d6c93eae8 | 94660c23eda3517fbb782216881d92a46081479f | refs/heads/master | 2020-12-27T07:46:25.722000 | 2020-02-10T10:59:50 | 2020-02-10T10:59:50 | 237,820,517 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.riar.chartingtests.data;
import com.riar.charts.BarPlotSegmentValue;
public class BarPlotEntry implements BarPlotSegmentValue {
public final float value;
public final float leftInset;
public final float rightInset;
public BarPlotEntry(float value, float leftInset, float rightInset) {
... | UTF-8 | Java | 699 | java | BarPlotEntry.java | Java | [] | null | [] | package com.riar.chartingtests.data;
import com.riar.charts.BarPlotSegmentValue;
public class BarPlotEntry implements BarPlotSegmentValue {
public final float value;
public final float leftInset;
public final float rightInset;
public BarPlotEntry(float value, float leftInset, float rightInset) {
... | 699 | 0.669528 | 0.669528 | 31 | 21.548388 | 19.225048 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.419355 | false | false | 1 |
618ce549a8121b5591bb0892140360a683663279 | 20,521,353,740,883 | f6d807c6350b089678bf05a83b73660f41661a93 | /src/main/java/com/hh/his/graduationproject/service/DeptService.java | 9eccc2aea9d2497ab9d0bc0eaa299044d0c24bea | [] | no_license | SToGU-Y/Hosptial-MIS | https://github.com/SToGU-Y/Hosptial-MIS | 1c5a370e8f85201a403ff9fe3084b2ad0f7c99bc | 99045f1a1aaaa515ac4d21858bdc334a9bfa0eb1 | refs/heads/master | 2023-03-18T20:19:33.726000 | 2021-03-05T04:59:07 | 2021-03-05T04:59:07 | 303,946,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hh.his.graduationproject.service;
import com.github.pagehelper.PageInfo;
import com.hh.his.graduationproject.model.entity.Dept;
import com.hh.his.graduationproject.model.vo.condition.DeptConditionVO;
import com.hh.his.graduationproject.model.vo.DeptSelectVO;
import com.hh.his.graduationproject.model.vo.Dep... | UTF-8 | Java | 658 | java | DeptService.java | Java | [] | null | [] | package com.hh.his.graduationproject.service;
import com.github.pagehelper.PageInfo;
import com.hh.his.graduationproject.model.entity.Dept;
import com.hh.his.graduationproject.model.vo.condition.DeptConditionVO;
import com.hh.his.graduationproject.model.vo.DeptSelectVO;
import com.hh.his.graduationproject.model.vo.Dep... | 658 | 0.802432 | 0.802432 | 22 | 28.90909 | 26.560238 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 1 |
4c2515180c2c6a9377dcf502371a749fa7944712 | 15,985,868,315,076 | 9d503edc736d5263e64cfe25a612cbf2faf5dbef | /bms-server/src/main/java/com/wy/service/RoleButtonService.java | e9d6d2ad3e17a53334945a5f3b0234b9f8b61581 | [
"Apache-2.0"
] | permissive | dreamFlyingFlower/BooksMS | https://github.com/dreamFlyingFlower/BooksMS | 931d5cbfeee20814cc106d116e7df512ed533287 | 7149fd937b74137408fed67f003f11de4ddf1141 | refs/heads/master | 2023-04-02T22:49:02.802000 | 2021-04-13T02:38:47 | 2021-04-13T02:38:47 | 152,564,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wy.service;
import com.wy.dao.RoleButtonDao;
import com.wy.entity.RoleButton;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("roleButtonService")
public class RoleButtonService extends BaseService<RoleButton> {
@Autowired
priv... | UTF-8 | Java | 441 | java | RoleButtonService.java | Java | [] | null | [] | package com.wy.service;
import com.wy.dao.RoleButtonDao;
import com.wy.entity.RoleButton;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("roleButtonService")
public class RoleButtonService extends BaseService<RoleButton> {
@Autowired
priv... | 441 | 0.777778 | 0.777778 | 17 | 25 | 20.155279 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
b5ff4644be4d35a6bef2266a9d2c5cb5972cc0c7 | 27,152,783,276,744 | 34209188c466a6d30d79341e4c6309ddccb74ff8 | /mbap/src/main/java/com/supcon/mes/mbap/network/NoNetworkInterceptor.java | 22adcdcc6e77ef8384ff1aab438ffdefecf6c918 | [] | no_license | jasonwang18/mbap | https://github.com/jasonwang18/mbap | 95fb8c54b4f31273dedbdcf20aff9bbf1242e971 | 5769e838d34667260caa532bec95b61a23ac6d42 | refs/heads/master | 2020-07-03T10:37:22.432000 | 2019-08-12T07:58:24 | 2019-08-12T07:58:24 | 201,879,594 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.supcon.mes.mbap.network;
import com.supcon.common.view.App;
import com.supcon.common.view.util.NetWorkUtil;
import com.supcon.mes.mbap.MBapApp;
import com.supcon.mes.mbap.utils.XmlUtil;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Inte... | UTF-8 | Java | 2,044 | java | NoNetworkInterceptor.java | Java | [
{
"context": "sponse;\r\nimport okio.Buffer;\r\n\r\n/**\r\n * Created by wangshizhan on 2017/8/9.\r\n * 没有网络时,直接返回统一的错误提示 “网络断开,请重新联网”\r\n",
"end": 434,
"score": 0.9996768832206726,
"start": 423,
"tag": "USERNAME",
"value": "wangshizhan"
}
] | null | [] | package com.supcon.mes.mbap.network;
import com.supcon.common.view.App;
import com.supcon.common.view.util.NetWorkUtil;
import com.supcon.mes.mbap.MBapApp;
import com.supcon.mes.mbap.utils.XmlUtil;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import okhttp3.Inte... | 2,044 | 0.56134 | 0.556701 | 66 | 27.39394 | 23.101803 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 1 |
b9158cb9ddcce2f8060a0cf289f81f81771f5142 | 7,000,796,733,679 | e41a9a34ff55e6ca6a2ff524ed7d65a792bcccf9 | /src/main/java/it/polito/ai/pedibus/configuration/SecurityConfiguration.java | feaee20862cab12bc318d6c0f77662178ce5f053 | [] | no_license | madt1m/npmbeer-pedibus | https://github.com/madt1m/npmbeer-pedibus | b5826161a6390c1e4a990af8aa3b8c41e8425457 | 772a79fe68c374caad3fa4436f789563c317562f | refs/heads/master | 2022-03-07T21:20:19.510000 | 2019-10-16T23:19:36 | 2019-10-16T23:19:36 | 179,821,861 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polito.ai.pedibus.configuration;
import com.google.common.collect.ImmutableList;
import it.polito.ai.pedibus.security.CustomUserDetailsService;
import it.polito.ai.pedibus.security.JwtTokenProvider;
import it.polito.ai.pedibus.security.JwtTokenValidationFilter;
import org.springframework.beans.factory... | UTF-8 | Java | 5,141 | java | SecurityConfiguration.java | Java | [] | null | [] | package it.polito.ai.pedibus.configuration;
import com.google.common.collect.ImmutableList;
import it.polito.ai.pedibus.security.CustomUserDetailsService;
import it.polito.ai.pedibus.security.JwtTokenProvider;
import it.polito.ai.pedibus.security.JwtTokenValidationFilter;
import org.springframework.beans.factory... | 5,141 | 0.713091 | 0.709201 | 114 | 43.096493 | 33.047272 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 1 |
fa68661af689a58e4d916cc414d20df763b76748 | 13,288,628,860,465 | 31a8b2da2e7325c24062ccb227e07c462a6b1104 | /rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/internal/rpmstubby/SpecfilePomWriter.java | 8d6c94893ccdcf8036a77922ef5b073e1c3e71e4 | [] | no_license | wind-river-cdt/linuxtools | https://github.com/wind-river-cdt/linuxtools | 06ba54442b6170e13f46283bcde9a1b75211fa6f | bd3f1fb46febaf5f3a739d0efae0d28025ca8a38 | refs/heads/master | 2020-12-25T04:44:46.548000 | 2011-10-18T22:32:09 | 2011-10-18T22:32:09 | 2,577,571 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2009 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | UTF-8 | Java | 1,119 | java | SpecfilePomWriter.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2009 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | 1,119 | 0.630027 | 0.622878 | 36 | 30.083334 | 27.387522 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 1 |
622d10442f413b8eb389b0202193c1d711c52d82 | 31,233,002,230,295 | c880b665bfe59acd1b67201f3e7854ed3b2c9991 | /proj-java/src/main/java/engine/GestStackOverflowController.java | 396054fa850d666d81f3dbbc9ff813322ee37008 | [] | no_license | nelsontss/Data-Structures-Big-Data-Analysis- | https://github.com/nelsontss/Data-Structures-Big-Data-Analysis- | fdf018bbe51f5f5d71d51b0c9023b615eb0b0732 | d7dc4aaf972b0f1290df48d4f0f587d8ae13d6c8 | refs/heads/master | 2021-09-23T14:36:53.313000 | 2018-06-12T18:39:17 | 2018-06-12T18:39:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine;
import com.sun.org.apache.bcel.internal.generic.LUSHR;
import li3.TADCommunity;
import java.time.DateTimeException;
import java.time.LocalDate;
import java.util.InputMismatchException;
import java.util.List;
import java.util.Scanner;
import common.Pair;
/**
* Classe que implementa os menus(interface... | UTF-8 | Java | 12,659 | java | GestStackOverflowController.java | Java | [
{
"context": "(interface entre utilizador e programa)\n * @author Grupo 48\n * @version 12/06/2018\n */\npublic class GestSt",
"end": 366,
"score": 0.9521926045417786,
"start": 361,
"tag": "NAME",
"value": "Grupo"
},
{
"context": "face entre utilizador e programa)\n * @author Grupo 4... | null | [] | package engine;
import com.sun.org.apache.bcel.internal.generic.LUSHR;
import li3.TADCommunity;
import java.time.DateTimeException;
import java.time.LocalDate;
import java.util.InputMismatchException;
import java.util.List;
import java.util.Scanner;
import common.Pair;
/**
* Classe que implementa os menus(interface... | 12,659 | 0.556304 | 0.552421 | 353 | 34.747875 | 20.549572 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.773371 | false | false | 1 |
40cca567e4a4eb22c9fd54b2e5ed938986d36462 | 21,706,764,752,945 | edf419234355828cc0406ca66ea92c2a531491a0 | /src/com/khasanov/AbstractFactoryPattern/ProfileFragment.java | eacddbb3cdbeb444af82f80d22f3a11d6970b5c9 | [] | no_license | myfunnylove/JavaDesignPatterns | https://github.com/myfunnylove/JavaDesignPatterns | ae81b4c636370f705ec8960eb5558d1c09151ab0 | 6048ccc9ac3f84c8081fca144315af4abac855d3 | refs/heads/master | 2021-01-20T03:48:02.886000 | 2017-08-30T13:16:20 | 2017-08-30T13:16:20 | 101,370,002 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.khasanov.AbstractFactoryPattern;
public class ProfileFragment implements MainFragment {
@Override
public void onCreateView() {
System.out.println("ProfileFragment oncreateview method called");
}
}
| UTF-8 | Java | 230 | java | ProfileFragment.java | Java | [] | null | [] | package com.khasanov.AbstractFactoryPattern;
public class ProfileFragment implements MainFragment {
@Override
public void onCreateView() {
System.out.println("ProfileFragment oncreateview method called");
}
}
| 230 | 0.752174 | 0.752174 | 8 | 27.75 | 25.591747 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
81c462900835c529ae9dbaeabbbc051cf8870ec8 | 21,706,764,754,115 | e9aa823c622a0913c36537f8a63a30acdc916030 | /9gic-mon_Back-End/src/main/java/gugicmon/gugic/domain/entity/Co_User.java | c0236dbcbf59a500ec480fc244188be57524695f | [] | no_license | 9gic-mon/9gic_mon_back | https://github.com/9gic-mon/9gic_mon_back | 8ddcfdc97a347f3f6cff6e4462cfd4cb1f187661 | 7e98f65b7b872fdd57970b48fdc23f3a69e9f4d2 | refs/heads/master | 2020-09-04T23:09:13.542000 | 2019-11-30T11:59:23 | 2019-11-30T11:59:23 | 219,919,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gugicmon.gugic.domain.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.CustomLog;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Null;
import java.util.UUID;
@Getter
@Setter
@Ent... | UTF-8 | Java | 5,178 | java | Co_User.java | Java | [
{
"context": "Email = coUserEmail;\n this.coUserPassword = coUserPassword;\n this.coUserCopname = coUserCopname;\n ",
"end": 1876,
"score": 0.9675043225288391,
"start": 1862,
"tag": "PASSWORD",
"value": "coUserPassword"
},
{
"context": "coUserId = coUserId;\n ... | null | [] | package gugicmon.gugic.domain.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.CustomLog;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Null;
import java.util.UUID;
@Getter
@Setter
@Ent... | 5,170 | 0.681924 | 0.681924 | 195 | 25.558975 | 29.814476 | 302 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 1 |
83245917f83b380f9a09529b984320d390044a17 | 15,238,544,015,894 | 7d234db62621bbd689b66f9dda074c125f107ab2 | /src/main/java/com/financeapi/web/rest/resources/fx/FxResponse.java | 28ea0dcf90aa9be6b707a0333f5ad269a812a154 | [] | no_license | BlagoyNikolov/TrackerAPI | https://github.com/BlagoyNikolov/TrackerAPI | e9a19bdde9d7561597752cbf2a5a342f70d067ae | 9d6219f4f9a0792b55f77ac7aeb2e304fb1e07ba | refs/heads/master | 2020-05-22T19:37:04.376000 | 2020-02-08T21:08:01 | 2020-02-08T21:08:01 | 186,494,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.financeapi.web.rest.resources.fx;
import java.util.HashMap;
import java.util.Map;
public class FxResponse {
private Map<String, FxRate> results = new HashMap<String, FxRate>();
public Map<String, FxRate> getResults() {
return results;
}
public void setResults(Map<String, FxRate> results) {
... | UTF-8 | Java | 354 | java | FxResponse.java | Java | [] | null | [] | package com.financeapi.web.rest.resources.fx;
import java.util.HashMap;
import java.util.Map;
public class FxResponse {
private Map<String, FxRate> results = new HashMap<String, FxRate>();
public Map<String, FxRate> getResults() {
return results;
}
public void setResults(Map<String, FxRate> results) {
... | 354 | 0.711864 | 0.711864 | 17 | 19.82353 | 21.582224 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 1 |
30367836625a11c9a992738ce25710c6404ddff5 | 17,008,070,540,139 | d6b9a07fc408b99dff7b6c4897c8b12a6f1d561c | /Application15.java | 9261e66ba288805204938338e999911878e4f303 | [] | no_license | sanjita22/Sanjita_Jain | https://github.com/sanjita22/Sanjita_Jain | 6edb301a8f0c7fc88fb155d426e5cc17c97256c1 | 19fc79572dd5b237a8740a44ca4237d33bf885ad | refs/heads/master | 2022-10-05T01:50:54.794000 | 2020-06-11T16:14:53 | 2020-06-11T16:14:53 | 266,081,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Application15 {
public static void main(String[] args) {
Teacher teach1= new Teacher();
Student student1 = new Student();
Teacher teach2= student1;
teach2.Study();
student1.Subject();
mathsSub(student1);
}
public static void mathsSub(Teacher teach){
System.out.println("... | UTF-8 | Java | 353 | java | Application15.java | Java | [] | null | [] |
public class Application15 {
public static void main(String[] args) {
Teacher teach1= new Teacher();
Student student1 = new Student();
Teacher teach2= student1;
teach2.Study();
student1.Subject();
mathsSub(student1);
}
public static void mathsSub(Teacher teach){
System.out.println("... | 353 | 0.660057 | 0.634561 | 17 | 18.647058 | 16.427885 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.588235 | false | false | 1 |
5f753ac449340f308367da544f59b391df5ddf2a | 18,210,661,379,445 | e1618bfaf2647bc42c2ad6687d67f046b6f30294 | /src/org/cooper/leetcode/category/permutation/Permutation.java | 140188a51c9eed5444268eebee3722fb31ebb84f | [
"BSD-2-Clause"
] | permissive | cooperwu/leetcode | https://github.com/cooperwu/leetcode | b8133a2cf3f10055dd912763c6bb1f71877f9c74 | 6ab22e2d987bea124b63b56a28268576f5375d60 | refs/heads/master | 2016-08-07T03:31:03.608000 | 2014-09-16T14:56:42 | 2014-09-16T14:56:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cooper.leetcode.category.permutation;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.cooper.leetcode._basic._MainBase;
public class Permutation extends _MainBase {
public static void main(String[] args) throws IOException {
n... | UTF-8 | Java | 3,388 | java | Permutation.java | Java | [] | null | [] | package org.cooper.leetcode.category.permutation;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.cooper.leetcode._basic._MainBase;
public class Permutation extends _MainBase {
public static void main(String[] args) throws IOException {
n... | 3,388 | 0.50974 | 0.496163 | 113 | 28.982302 | 27.796665 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.778761 | false | false | 1 |
5e74fe6e836048e526b8aa23260b8b81ad6d6264 | 29,953,101,985,755 | 9217afd2ac8edf4755679dd59482559c284d4e81 | /app/src/main/java/com/ixbiopharma/glucose/model/SyncData.java | bed230169edf97eb75b25a4f3641d5cdf9493566 | [] | no_license | IhorSpivak/Glucose | https://github.com/IhorSpivak/Glucose | 7e1e86c830ed1ba02c80ad33f7cef3ddcafb3d01 | 06e8c705e478156a53aaaf9c91938457af9daad3 | refs/heads/master | 2021-01-01T04:07:16.012000 | 2017-07-13T12:23:27 | 2017-07-13T12:23:27 | 97,119,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ixbiopharma.glucose.model;
import android.support.annotation.Nullable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.ixbiopharma.glucose.model.api.Response;
/**
* SyncData
* <p>
* Created by ivan on 21.05.17.
*/
public class SyncData extends... | UTF-8 | Java | 1,506 | java | SyncData.java | Java | [
{
"context": "pi.Response;\n\n/**\n * SyncData\n * <p>\n * Created by ivan on 21.05.17.\n */\n\npublic class SyncData extends R",
"end": 272,
"score": 0.8326066136360168,
"start": 268,
"tag": "USERNAME",
"value": "ivan"
}
] | null | [] | package com.ixbiopharma.glucose.model;
import android.support.annotation.Nullable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.ixbiopharma.glucose.model.api.Response;
/**
* SyncData
* <p>
* Created by ivan on 21.05.17.
*/
public class SyncData extends... | 1,506 | 0.685259 | 0.681275 | 65 | 22.169231 | 19.673151 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.261538 | false | false | 1 |
5d07c653b5d9f0b0a2df63e29c07cbd3fe0a51eb | 29,240,137,395,177 | b76df61030fa0ede4935b4a6c4b5c6fc5851a1f1 | /PR_Jdbc/jdbc_connection/jdbc_connection/src/lk/pos/fx/shop/controller/PlaceOrderFormController.java | 316765defda80993b0663372a3baa5ef2be1621a | [] | no_license | Ramesh-Chathuranga/POS_SYSTEM | https://github.com/Ramesh-Chathuranga/POS_SYSTEM | c4c556c26b4ea6d5f0658105ac8aa67dd4c964b0 | 001c455fc04ed5a0f4e88a65c8d15f692ae55411 | refs/heads/master | 2020-04-17T13:02:29.113000 | 2019-01-22T20:11:46 | 2019-01-22T20:11:46 | 166,599,900 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lk.pos.fx.shop.controller;
import javafx.animation.ScaleTransition;
import javafx.application.Platform;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
i... | UTF-8 | Java | 28,575 | java | PlaceOrderFormController.java | Java | [] | null | [] | package lk.pos.fx.shop.controller;
import javafx.animation.ScaleTransition;
import javafx.application.Platform;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
i... | 28,575 | 0.582747 | 0.578688 | 806 | 34.452854 | 29.288326 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684864 | false | false | 1 |
08d95368fd40c6eb1012d29f5cd32815e749e1ef | 29,240,137,393,668 | 4f753eb5a30dbb73767d55822b751cf009a78f28 | /alexandria/app/src/main/java/it/jaschke/alexandria/AddBook.java | 00bd0fc329d47d2ce5db7cfd6486f06d4fcdf00e | [] | no_license | jevalen4868/SuperDuo | https://github.com/jevalen4868/SuperDuo | 32ab61aad0b46c6c506c8acd9d53b65c512f068f | dbc8be624e5db79d28199a4a93c5a099540306b5 | refs/heads/master | 2021-01-10T09:06:22.366000 | 2015-12-11T03:42:21 | 2015-12-11T03:42:21 | 44,216,646 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.jaschke.alexandria;
/**
* CHANGE LOG
* 10/15/2015 - Jeremy Valenzuela
* - Implemented Scan functionality.
*
* Source:
* https://github.com/googlesamples/android-vision/blob/master/visionSamples/barcode-reader/app/src/main/java/com/google/android/gms/samples/vision/barcodereader/BarcodeCaptureActivity.... | UTF-8 | Java | 19,821 | java | AddBook.java | Java | [
{
"context": "hke.alexandria;\n\n/**\n * CHANGE LOG\n * 10/15/2015 - Jeremy Valenzuela\n * - Implemented Scan functionality.\n *\n * Source",
"end": 83,
"score": 0.9998685717582703,
"start": 66,
"tag": "NAME",
"value": "Jeremy Valenzuela"
},
{
"context": "nality.\n *\n * Source:\n * ... | null | [] | package it.jaschke.alexandria;
/**
* CHANGE LOG
* 10/15/2015 - <NAME>
* - Implemented Scan functionality.
*
* Source:
* https://github.com/googlesamples/android-vision/blob/master/visionSamples/barcode-reader/app/src/main/java/com/google/android/gms/samples/vision/barcodereader/BarcodeCaptureActivity.java
*/
i... | 19,810 | 0.613188 | 0.610262 | 475 | 40.72842 | 31.273529 | 189 | false | false | 0 | 0 | 0 | 0 | 99 | 0.004995 | 0.545263 | false | false | 1 |
3ebb8d7f915d31962b68da5988b81cfb5b649eea | 33,535,104,681,940 | 04a45a6082c2bc51af020eece5288be2f6405f81 | /2/Workspace Hackaton/Acme-Shelter/src/main/java/controllers/CommentController.java | b69dc583c833e5fea71a89229c16caffa49d8f6b | [] | no_license | josmunpen/dt052019 | https://github.com/josmunpen/dt052019 | 4bc2f264b456dd0abd4e575b0344fd0293279846 | 6cb66f6ff045a5dbd091ce9209cbe9862c8abd54 | refs/heads/master | 2022-09-19T03:22:14.654000 | 2019-06-06T17:28:45 | 2019-06-06T17:28:45 | 188,076,748 | 0 | 0 | null | false | 2022-09-01T23:08:47 | 2019-05-22T16:35:14 | 2019-06-06T17:29:02 | 2022-09-01T23:08:45 | 32,436 | 0 | 0 | 25 | Java | false | false |
package controllers;
import java.util.ArrayList;
import java.util.Collection;
import javax.validation.Valid;
import javax.validation.ValidationException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.Assert;
import or... | ISO-8859-10 | Java | 4,514 | java | CommentController.java | Java | [] | null | [] |
package controllers;
import java.util.ArrayList;
import java.util.Collection;
import javax.validation.Valid;
import javax.validation.ValidationException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.Assert;
import or... | 4,514 | 0.741192 | 0.741192 | 154 | 28.298702 | 25.069807 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.071429 | false | false | 1 |
52d91ba3eb71895d9c1a60c3113e18f3b3adc25f | 23,381,802,026,445 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5648941810974720_1/java/framalex/A.java | 09950e2e7ce6acc0b6da0cf3b3a7099c2b7c0a60 | [] | no_license | alexandraback/datacollection | https://github.com/alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417000 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gcj.c2016.r1b;
import java.util.*;
import java.io.*;
import java.lang.*;
import java.math.*;
public class A implements Runnable {
public void run() {
int tests = nextInt();
for (int iter = 1; iter <= tests; ++iter) {
String s = nextWord();
int[] let = new int[26];
int[] num = ne... | UTF-8 | Java | 3,793 | java | A.java | Java | [] | null | [] | package gcj.c2016.r1b;
import java.util.*;
import java.io.*;
import java.lang.*;
import java.math.*;
public class A implements Runnable {
public void run() {
int tests = nextInt();
for (int iter = 1; iter <= tests; ++iter) {
String s = nextWord();
int[] let = new int[26];
int[] num = ne... | 3,793 | 0.474031 | 0.466649 | 163 | 21.269939 | 15.730109 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.687117 | false | false | 1 |
a3b436753e6cfe8ecabc664e476f7a9d23422317 | 19,447,611,957,034 | 8e01bb72e993d48db4991acf7b839c3a31bafb09 | /app/src/main/java/com/wilyra/halocompanion/home/weapon/WeaponElemView.java | a7fc4e471f9afbed3eda81993455631ea718b515 | [] | no_license | Wobow/HaloCompanion | https://github.com/Wobow/HaloCompanion | baad26b7c497804fa10b25a63beb3e42f486fedd | b02216f8bb6c5560d37e1e139427d178c7d0c192 | refs/heads/master | 2021-01-10T14:36:58.754000 | 2015-11-29T20:01:24 | 2015-11-29T20:01:24 | 47,064,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wilyra.halocompanion.home.weapon;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TableRow;
import android.widget.TextView;
import com.squareup.picas... | UTF-8 | Java | 1,187 | java | WeaponElemView.java | Java | [
{
"context": " com.wilyra.halocompanion.R;\r\n\r\n/**\r\n * Created by wilyr on 11/25/2015.\r\n */\r\npublic class WeaponElemView ",
"end": 395,
"score": 0.9997019171714783,
"start": 390,
"tag": "USERNAME",
"value": "wilyr"
}
] | null | [] | package com.wilyra.halocompanion.home.weapon;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TableRow;
import android.widget.TextView;
import com.squareup.picas... | 1,187 | 0.708509 | 0.701769 | 39 | 28.435898 | 26.697542 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.74359 | false | false | 1 |
b091700161db28ee77d07473781e833085f69c77 | 30,562,987,319,623 | 5107c48872c057bc991483f0d24b6cae8797dbe5 | /Ressources/OldContent/OldContent.view/LibraryActivity.java | 51de75802447e17fbb76d57187470c1b5beb869b | [] | no_license | bthouverez/Octopus-Player | https://github.com/bthouverez/Octopus-Player | 99e9a8f571e3f95bb78f0683fee3464b40646385 | f6ae7a8a1e43f246680097dd4197ba91afa1db3a | refs/heads/master | 2021-01-24T16:56:55.864000 | 2018-06-02T22:35:00 | 2018-06-02T22:35:00 | 123,219,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.octopus.view;
import java.util.List;
import android.app.ActivityGroup;
import android.app.LocalActivityManager;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import andro... | UTF-8 | Java | 5,415 | java | LibraryActivity.java | Java | [] | null | [] | package com.octopus.view;
import java.util.List;
import android.app.ActivityGroup;
import android.app.LocalActivityManager;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import andro... | 5,415 | 0.730485 | 0.72697 | 177 | 29.548023 | 23.42627 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.836158 | false | false | 1 |
857ddde91b6e6af99313fd1f72f922dad9c5057a | 30,562,987,318,813 | a1266c3eaf7a14f7da0f7af2962393ac5d23ac0a | /tp04/tp4/question3/Controleur.java | 86610d001289081a1b30dec1074280fe1c31d906 | [] | no_license | BlueDigit/nfp121 | https://github.com/BlueDigit/nfp121 | e3feb364f78557f49622b74198eb3a20df3b7c95 | 5079bf2087fd3f15d485f7d910ac6585e89b6079 | refs/heads/master | 2020-03-02T14:56:50.808000 | 2017-09-06T11:04:09 | 2017-09-06T11:04:09 | 102,598,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package question3;
import question3.tp3.PileI;
import question3.tp3.PilePleineException;
import question3.tp3.PileVideException;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.util.HashMap;
/**
* Classe Contrôleur.<br>
* Encapsule une hierarchie de classes selon le pat... | ISO-8859-1 | Java | 8,741 | java | Controleur.java | Java | [
{
"context": " ordres passés par l'utilisateur.\r\n * \r\n * @author Alexandre Crémieux\r\n * @version 0.1\r\n */\r\npublic class Controleur ex",
"end": 520,
"score": 0.9998759627342224,
"start": 502,
"tag": "NAME",
"value": "Alexandre Crémieux"
}
] | null | [] | package question3;
import question3.tp3.PileI;
import question3.tp3.PilePleineException;
import question3.tp3.PileVideException;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.util.HashMap;
/**
* Classe Contrôleur.<br>
* Encapsule une hierarchie de classes selon le pat... | 8,728 | 0.505111 | 0.503044 | 271 | 30.12915 | 21.519276 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479705 | false | false | 1 |
0befcc4ce5edf200cbe2541023a21e9c42c63a59 | 4,209,067,992,879 | 5411861309a1e586c52bb56b7bf3e3d28cfdf61b | /src/com/livehereandnow/ages/components/LeaderDeck.java | d9a7314f3723d8faf9fda15b3371bedbc78f244b | [] | no_license | marklivehereandnow/max021 | https://github.com/marklivehereandnow/max021 | b617af62f642b5974692df5e8b45adbe0a301cb6 | 3e95c70df51f17b77b24c6b8bbd73c1539915b73 | refs/heads/master | 2020-12-29T01:00:33.264000 | 2014-05-10T08:51:06 | 2014-05-10T08:51:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.livehereandnow.ages.components;
/**
*
* @author mark
*/
public class LeaderDeck {
private boolean[] taken = new bo... | UTF-8 | Java | 2,196 | java | LeaderDeck.java | Java | [
{
"context": "livehereandnow.ages.components;\n\n/**\n *\n * @author mark\n */\npublic class LeaderDeck {\n\n private boolea",
"end": 252,
"score": 0.5370820760726929,
"start": 248,
"tag": "USERNAME",
"value": "mark"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.livehereandnow.ages.components;
/**
*
* @author mark
*/
public class LeaderDeck {
private boolean[] taken = new bo... | 2,196 | 0.473996 | 0.463047 | 100 | 20.92 | 17.918528 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47 | false | false | 1 |
66d88e90ea4f937c5792c91760cb6fc68b839c11 | 16,234,976,418,575 | 7de9de021560c232a39ab656620528992862f8dd | /projects/ModerationPlus/src/fr/antazia/sqlresults/PlayerMuteInfoResult.java | 472c23a51ffa5e5f1a8c093741d2cdf091777a25 | [] | no_license | mapx42/plugins42 | https://github.com/mapx42/plugins42 | 7d4373d1bbb2cb30543f99c7622e6bc6fac8dd4f | 569132e1c4288648d36e390953cda446969d61dc | refs/heads/master | 2016-08-09T21:16:07.518000 | 2015-11-27T20:42:37 | 2015-11-27T20:42:37 | 43,458,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.antazia.sqlresults;
public class PlayerMuteInfoResult {
public Integer id;
public String player;
public Long expires = Long.MAX_VALUE;
public String reason = "Vous avez été mute.";
public PlayerMuteInfoResult(Integer v1, String v2, Long v3, String v4) {
id = v1;
player = v2;
if (v3 != null) expir... | WINDOWS-1250 | Java | 367 | java | PlayerMuteInfoResult.java | Java | [] | null | [] | package fr.antazia.sqlresults;
public class PlayerMuteInfoResult {
public Integer id;
public String player;
public Long expires = Long.MAX_VALUE;
public String reason = "Vous avez été mute.";
public PlayerMuteInfoResult(Integer v1, String v2, Long v3, String v4) {
id = v1;
player = v2;
if (v3 != null) expir... | 367 | 0.69589 | 0.668493 | 14 | 25.071428 | 19.311226 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 1 |
e5c5cb4690d51e450537f358816bcb44c3c55777 | 16,234,976,420,877 | 032a6ee48b79ca8be09206a4c94a86d0cd59cde4 | /src/com/huorehu/manager/ui/MessageShower.java | 350f2d3cd744d764a8192665eb2b17de3fc89c3e | [] | no_license | huoreHu/MediaManager | https://github.com/huoreHu/MediaManager | c5e1cb5d56de326f8ee76a93fb6495a2e6338fee | 973a31c6bb70f700ebeb5a72522e852ef2fa5093 | refs/heads/master | 2021-01-19T22:59:12.187000 | 2017-04-22T19:07:25 | 2017-04-22T19:07:25 | 88,901,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huorehu.manager.ui;
public interface MessageShower {
void showMessage(String message);
void showMainMenu();
void info();
}
| UTF-8 | Java | 152 | java | MessageShower.java | Java | [] | null | [] | package com.huorehu.manager.ui;
public interface MessageShower {
void showMessage(String message);
void showMainMenu();
void info();
}
| 152 | 0.697368 | 0.697368 | 11 | 12.818182 | 14.70818 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 1 |
2029592446661514cae63afedba3ae886f4e5464 | 4,183,298,179,850 | 24b4963a37055f87694cef8b179b42a551519fa1 | /src/servlet/LoginServlet.java | 64c419ebcf4526d36b8918646439d0e28b4df3f5 | [] | no_license | Queenorz/mengnan | https://github.com/Queenorz/mengnan | e26d422d0a0bf5645d20c6f40c55c7a807237694 | 738225da0978350f487e07f30e8a22fb073b3d94 | refs/heads/main | 2023-04-21T04:32:12.196000 | 2021-05-20T13:38:10 | 2021-05-20T13:38:10 | 369,045,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
import biz.UserBiz;
import entity.User;
import org.apache.ibatis.session.SqlSession;
import utils.MybatisUtils;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOEx... | UTF-8 | Java | 2,108 | java | LoginServlet.java | Java | [] | null | [] | package servlet;
import biz.UserBiz;
import entity.User;
import org.apache.ibatis.session.SqlSession;
import utils.MybatisUtils;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOEx... | 2,108 | 0.663075 | 0.660627 | 48 | 41.5625 | 28.225216 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.979167 | false | false | 1 |
c3a925c8c3550817f8f748f1e392e5f41387920c | 4,518,305,636,521 | 6bd11b15be96524f552e3b3888bdec0955c2670d | /app/src/main/java/com/example/androidar/MapsActivity.java | d8427b30fc4b92774c3000a11a59170b67a70bde | [] | no_license | Drag0n0idus/OpavaTour | https://github.com/Drag0n0idus/OpavaTour | 2c55bc17c9f797ebcd9e2713ac9df145eee7e37c | 7f794f77426fbcc4425d156f43a210d34776232c | refs/heads/master | 2020-03-29T20:08:01.100000 | 2019-01-15T11:23:39 | 2019-01-15T11:23:39 | 150,297,066 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidar;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.support.annotation.NonNull;
im... | UTF-8 | Java | 11,510 | java | MapsActivity.java | Java | [] | null | [] | package com.example.androidar;
import android.Manifest;
import android.annotation.SuppressLint;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.support.annotation.NonNull;
im... | 11,510 | 0.669596 | 0.667856 | 305 | 36.681969 | 29.645897 | 259 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632787 | false | false | 1 |
f8356322dff8e9f718c76f9f7a2581b6e6efa236 | 4,518,305,637,486 | 3fea930ebe086e0b72c74f7201dfb920c7b9a358 | /MenuState.java | 9924d3db302b7dd7ff318e6736f25cd2530a7413 | [] | no_license | emmai89/Pong_v2 | https://github.com/emmai89/Pong_v2 | fe7bb285ef0613916bd65eca8a16d49ef64b82b8 | 7fd440f5305563f76e14d539877c82743797aee3 | refs/heads/master | 2020-03-14T16:10:43.696000 | 2018-06-26T11:09:06 | 2018-06-26T11:09:06 | 131,692,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Graphics;
import javafx.scene.layout.VBox;
public class MenuState extends State
{
public MenuState(Game game)
{
super(game);
// TODO Auto1-generated constructor stub
}
@Override
public void tick()
{
// TODO Auto-generated method stub
}
@Override
public v... | UTF-8 | Java | 357 | java | MenuState.java | Java | [] | null | [] | import java.awt.Graphics;
import javafx.scene.layout.VBox;
public class MenuState extends State
{
public MenuState(Game game)
{
super(game);
// TODO Auto1-generated constructor stub
}
@Override
public void tick()
{
// TODO Auto-generated method stub
}
@Override
public v... | 357 | 0.635854 | 0.633053 | 26 | 12.730769 | 14.659095 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.115385 | false | false | 1 |
e22f06989d375380f10590fe3e6661c2912d8aee | 30,021,821,455,149 | b3ea806b6e0753c5715cf0539b2721a153564bcd | /src/br/com/bikeshopmanager/model/Cambio.java | c4adf6071f00a7abcdc5227a5fb49fa861c8d20f | [] | no_license | alexssjr/bikeManager | https://github.com/alexssjr/bikeManager | 722348e002dbada674be877d48d25a6793eba846 | 221fad374f530d38fc7ae3221d5fec0e06a139ab | refs/heads/master | 2020-04-16T15:52:37.244000 | 2019-01-18T18:26:33 | 2019-01-18T18:26:33 | 165,717,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.bikeshopmanager.model;
public class Cambio implements Item {
@Override
public double getPreco() {
// TODO Auto-generated method stub
return 0;
}
public void abreMenuCambio() {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 251 | java | Cambio.java | Java | [] | null | [] | package br.com.bikeshopmanager.model;
public class Cambio implements Item {
@Override
public double getPreco() {
// TODO Auto-generated method stub
return 0;
}
public void abreMenuCambio() {
// TODO Auto-generated method stub
}
}
| 251 | 0.701195 | 0.697211 | 18 | 12.944445 | 15.345909 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 1 |
d4c7f8a0dbb05fbb99e5e64dda2e471d31480ec0 | 13,898,514,216,743 | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/com/google/android/gms/internal/ads/C9646ph.java | 6bc039f0fc908c1432462b22d3319aeed38b0cda | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | https://github.com/Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876000 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal.ads;
/* renamed from: com.google.android.gms.internal.ads.ph */
final /* synthetic */ class C9646ph implements Runnable {
/* renamed from: a */
private final zzbyn f22867a;
C9646ph(zzbyn zzbyn) {
this.f22867a = zzbyn;
}
public final void run() {
... | UTF-8 | Java | 359 | java | C9646ph.java | Java | [] | null | [] | package com.google.android.gms.internal.ads;
/* renamed from: com.google.android.gms.internal.ads.ph */
final /* synthetic */ class C9646ph implements Runnable {
/* renamed from: a */
private final zzbyn f22867a;
C9646ph(zzbyn zzbyn) {
this.f22867a = zzbyn;
}
public final void run() {
... | 359 | 0.640669 | 0.562674 | 16 | 21.4375 | 19.808359 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
1f4a80cbfab3fda680d33ec426c0c51d11e2d43d | 12,163,347,425,414 | 95995ebc01f3d47b4df532cdf68566767929fd8a | /src/main/java/lach_01298/qmd/pipe/PipeLogic.java | 435933d96a54381df811fd25bdfa6f6b6dbe66cf | [] | no_license | Lach01298/QMD | https://github.com/Lach01298/QMD | d77d9db6eae705af1df929b51cf8f67b8067a4e4 | 970cf589425c9af3ad220f77a434413d5885eb6d | refs/heads/master | 2023-08-17T06:54:09.061000 | 2023-08-13T07:43:46 | 2023-08-13T07:43:46 | 227,757,114 | 25 | 16 | null | false | 2022-12-22T04:42:53 | 2019-12-13T04:38:10 | 2022-12-10T08:06:16 | 2022-12-22T04:42:53 | 9,593 | 22 | 8 | 6 | Java | false | false | package lach_01298.qmd.pipe;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.tuple.Pair;
import nc.multiblock.IPacketMultiblockLogic;
import nc.multiblock.Multiblock;
import nc.multiblock.MultiblockLogic;
import nc.multiblock.tile.TileBeefAbstract.SyncReason;
import net.... | UTF-8 | Java | 2,131 | java | PipeLogic.java | Java | [] | null | [] | package lach_01298.qmd.pipe;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.tuple.Pair;
import nc.multiblock.IPacketMultiblockLogic;
import nc.multiblock.Multiblock;
import nc.multiblock.MultiblockLogic;
import nc.multiblock.tile.TileBeefAbstract.SyncReason;
import net.... | 2,131 | 0.675739 | 0.671985 | 145 | 12.696551 | 18.463879 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.110345 | false | false | 1 |
cf6c2cb1abd54605baca5e8aced8b45ece9cb649 | 10,256,381,945,925 | cc817f1df93a142502ab57066fb56d686a2eef36 | /src/main/java/net/openid/conformance/condition/as/AbstractJWEEncryptString.java | 684bc3dd609d2a4304833c916ca3c48ee99bbf63 | [
"MIT"
] | permissive | openid-certification/conformance-suite | https://github.com/openid-certification/conformance-suite | 198493f483f42e499bc745836c414878c17fce5b | d7fb798a57bec9049acc3a59598b4d222b424166 | refs/heads/master | 2023-06-23T20:09:04.518000 | 2023-03-21T14:36:34 | 2023-03-21T14:36:34 | 188,018,998 | 4 | 3 | NOASSERTION | false | 2023-06-14T22:23:30 | 2019-05-22T10:47:45 | 2022-11-27T10:28:03 | 2023-06-14T22:23:30 | 17,911 | 4 | 3 | 2 | Java | false | false | package net.openid.conformance.condition.as;
import com.google.common.base.Strings;
import com.google.gson.JsonObject;
import com.nimbusds.jose.EncryptionMethod;
import com.nimbusds.jose.JOSEException;
import com.nimbusds.jose.JWEAlgorithm;
import com.nimbusds.jose.JWEEncrypter;
import com.nimbusds.jose.JWEHeader;
imp... | UTF-8 | Java | 4,621 | java | AbstractJWEEncryptString.java | Java | [] | null | [] | package net.openid.conformance.condition.as;
import com.google.common.base.Strings;
import com.google.gson.JsonObject;
import com.nimbusds.jose.EncryptionMethod;
import com.nimbusds.jose.JOSEException;
import com.nimbusds.jose.JWEAlgorithm;
import com.nimbusds.jose.JWEEncrypter;
import com.nimbusds.jose.JWEHeader;
imp... | 4,621 | 0.732742 | 0.728414 | 121 | 37.190083 | 34.059818 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.38843 | false | false | 1 |
47b91901102ca015e2c8f57883379cc61c171838 | 18,880,676,265,811 | cb06bb3b4110cad6ec5ac2e91718ecdd9fdd1fe2 | /jeecg-boot-shunchao/src/main/java/com/shunchao/tasksetting/entity/ShunchaoTaskSetting.java | aba418d39d366fbdd0a7f34e4110dd8a38c5b81f | [
"MIT"
] | permissive | chillywg/shunchao | https://github.com/chillywg/shunchao | 2a2d575b46294e7518f9f5dff731fa13e5346392 | cc79d41e732cdfed136019323dffd941758581ab | refs/heads/master | 2020-09-07T18:40:48.086000 | 2020-09-07T07:09:10 | 2020-09-07T07:09:43 | 220,878,177 | 0 | 1 | MIT | false | 2021-05-10T06:15:19 | 2019-11-11T01:38:43 | 2021-05-10T05:04:40 | 2021-05-10T06:15:19 | 40,899 | 0 | 1 | 2 | Java | false | false | package com.shunchao.tasksetting.entity;
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swag... | UTF-8 | Java | 5,667 | java | ShunchaoTaskSetting.java | Java | [
{
"context": "tion.Excel;\n\n/**\n * @Description: 任务设置\n * @Author: jeecg-boot\n * @Date: 2019-12-18\n * @Version: V1.0\n */\n@Dat",
"end": 701,
"score": 0.9996525645256042,
"start": 691,
"tag": "USERNAME",
"value": "jeecg-boot"
},
{
"context": "g.Integer providerId;*/\n\t/**创建人*/... | null | [] | package com.shunchao.tasksetting.entity;
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swag... | 5,667 | 0.69681 | 0.671033 | 142 | 32.330986 | 18.185555 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190141 | false | false | 1 |
1287380f5449f610339ac7b401c0f8a2c1c936d5 | 283,467,908,697 | 3092d0f6541cb1bf99dac1ebce0f60ce5c2e3948 | /Week 4/src/six.java | 2befb66a37eb270803b5f4c55015ba2c342e7141 | [] | no_license | Samir-Lama/SDD-Year2 | https://github.com/Samir-Lama/SDD-Year2 | bc02b5430ad3d259a151e156f2be9a87cd32a618 | 5243ac3fd0d5d086893b6d2ed45e37cd0963a0fc | refs/heads/master | 2023-03-12T04:01:38.551000 | 2021-03-03T04:54:59 | 2021-03-03T04:54:59 | 335,341,773 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class six {
public static void main(String[] args){
int a[] = {1, 4, 9, 16, 9, 7, 4, 9, 11};
int b[] = {11, 11, 7, 9, 16, 4, 1};
boolean setSim = setComp(a, b);
if(setSim){
System.out.print("Set have similar element");
}else{
System.out.print("S... | UTF-8 | Java | 655 | java | six.java | Java | [] | null | [] | public class six {
public static void main(String[] args){
int a[] = {1, 4, 9, 16, 9, 7, 4, 9, 11};
int b[] = {11, 11, 7, 9, 16, 4, 1};
boolean setSim = setComp(a, b);
if(setSim){
System.out.print("Set have similar element");
}else{
System.out.print("S... | 655 | 0.422901 | 0.387786 | 23 | 27.47826 | 19.089878 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 1 |
445aa79a0008d0d73136012d2534ce900bab8ece | 27,298,812,168,691 | e5606f81f830489ac39dc8fa73e88c9f96e2420c | /Class6_4_LMS(ver1.0)/src/bbs/model/bbsDAO.java | b2110187a98c4a293cc59003ef44f2c4e074597d | [] | no_license | jinsoo49/lms_project_class4 | https://github.com/jinsoo49/lms_project_class4 | 71795867df2edb54b82f613a39521b4ed2f61d5e | 272a8e88b9b8b13a63790bfb1acce33977910aca | refs/heads/master | 2018-07-04T14:19:56.898000 | 2018-05-31T19:52:52 | 2018-05-31T19:52:52 | 134,222,941 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bbs.model;
public class bbsDAO {
public bbsDAO() {
// TODO Auto-generated constructor stub
}
public bbsDAO getInstance() {
// TODO implement here
return null;
}
}
| UTF-8 | Java | 219 | java | bbsDAO.java | Java | [] | null | [] | package bbs.model;
public class bbsDAO {
public bbsDAO() {
// TODO Auto-generated constructor stub
}
public bbsDAO getInstance() {
// TODO implement here
return null;
}
}
| 219 | 0.575342 | 0.575342 | 14 | 13.642858 | 13.123628 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 1 |
1d94590b1150c76934872a960dddee0ba9bdbba7 | 4,045,859,249,096 | 2e48704f16f1c65d9023784ca295c774c6c44b6f | /Challenge/src/main/java/countWordRunnable/CountWordRunnableRead.java | ac5865f087090d5cc746aba9e5b74d2c8d846e39 | [] | no_license | murad-hussain/challenge-floow | https://github.com/murad-hussain/challenge-floow | 4dfb0879d86ea8f1d2b170c0d3eb081f0fc34124 | ceccd68690c16c99b034de7b5947137293d8444a | refs/heads/master | 2021-07-05T19:13:57.943000 | 2017-09-28T20:45:10 | 2017-09-28T20:45:10 | 105,059,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package countWordRunnable;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.logging.Logger;
import countWord.CountWordMain;
import countWord.CountWordReadDAO;
public class CountWordRunnableRead implements Runnable{
private CountWordReadDAO ... | UTF-8 | Java | 1,004 | java | CountWordRunnableRead.java | Java | [] | null | [] | package countWordRunnable;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.logging.Logger;
import countWord.CountWordMain;
import countWord.CountWordReadDAO;
public class CountWordRunnableRead implements Runnable{
private CountWordReadDAO ... | 1,004 | 0.715139 | 0.714143 | 39 | 23.743589 | 23.181246 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.641026 | false | false | 1 |
dc9b2375dea9217ac94b7ee16f37d0a52b22329b | 13,846,974,563,132 | 9cf17960809ca8a7bbadb76525c91a6a37aa917e | /src/main/java/servlets/EmployeesSettingsServlet.java | a8cf82f374f33a48471074bd627cc5524a6f0ab9 | [] | no_license | Alexander0152/HotelReservationSystem | https://github.com/Alexander0152/HotelReservationSystem | 1b23761bf89abfe8c735643bd91b2f42813e2d80 | 9fa962f504d08ebad7c8f9a2432cc487859cbeb9 | refs/heads/master | 2023-02-19T14:02:51.636000 | 2021-01-21T13:19:19 | 2021-01-21T13:19:19 | 312,676,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlets;
;
import businessLayer.User;
import businessLayer.UserStatus;
import serviceLayer.UserService;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest... | UTF-8 | Java | 1,552 | java | EmployeesSettingsServlet.java | Java | [] | null | [] | package servlets;
;
import businessLayer.User;
import businessLayer.UserStatus;
import serviceLayer.UserService;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest... | 1,552 | 0.722294 | 0.721649 | 45 | 33.488888 | 28.097151 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
29e4623fa31ddf511c1f7d3340d446d0fa7ef6cd | 10,634,339,053,762 | 36beaf5682aca1bf08867e953d9dbf058afa5fe9 | /tools/tradefederation/core/tests/src/com/android/tradefed/config/OptionCopierTest.java | 76b9c740697e45dc76c753ec5b6ad89bed151998 | [] | no_license | toneywoo/BPI-S905X3-Android9 | https://github.com/toneywoo/BPI-S905X3-Android9 | 64f8f1673de0728e2bb1d6018b1260168564e856 | b190a356b062c1119e8a78ac369da99162429371 | refs/heads/master | 2023-06-23T05:11:26.210000 | 2023-04-24T03:42:48 | 2023-04-24T03:42:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | UTF-8 | Java | 11,031 | java | OptionCopierTest.java | Java | [] | null | [] | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | 11,031 | 0.66014 | 0.657148 | 293 | 36.648464 | 27.962358 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505119 | false | false | 1 |
ae42823b6b42f9fb9c81fb04ca4b4241068ed019 | 18,751,827,280,311 | 58c996495787a909f193800127b07d66638dfe14 | /src/exception/PenultimateNumberEXception.java | 73518d66ab29f346bc61edcae39dbba3f26ce2df | [] | no_license | rubyEstela/document-seguimiento-ruby_Yangana-_Medina | https://github.com/rubyEstela/document-seguimiento-ruby_Yangana-_Medina | 955870ff024d1311ad6ff53d544c1983017896c2 | d941690bd53132a5cccf6297226942b4fca80a36 | refs/heads/master | 2022-12-06T21:09:18.364000 | 2020-08-22T15:17:18 | 2020-08-22T15:17:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package exception;
public class PenultimateNumberEXception extends Exception {
private String documentNumber;
public PenultimateNumberEXception(String documentNumber) {
super("el numero no coincide con el dia ni con el penultimo numero de la cedula"+documentNumber);
this.documentNumber = documentNumber;
}
p... | UTF-8 | Java | 486 | java | PenultimateNumberEXception.java | Java | [] | null | [] | package exception;
public class PenultimateNumberEXception extends Exception {
private String documentNumber;
public PenultimateNumberEXception(String documentNumber) {
super("el numero no coincide con el dia ni con el penultimo numero de la cedula"+documentNumber);
this.documentNumber = documentNumber;
}
p... | 486 | 0.792181 | 0.792181 | 19 | 24.578947 | 27.834692 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.105263 | false | false | 1 |
b950ac1b2f390f9d45a1f274745f59ea816645fe | 1,108,101,572,733 | e3d41a7c1a102e7e3596403e09e47623e976aabc | /src/main/java/utils/JsonUtil.java | d0f88185a37a0a720bd4e0fbdb474e01d9c57cc5 | [] | no_license | fjn1234/clibrary | https://github.com/fjn1234/clibrary | 5eafd78cb47c432647f396c86c630edb5ca52af0 | 3523eeead2d91728b5d61fcde22c99ab8b16d7fb | refs/heads/master | 2021-01-21T04:47:59.615000 | 2016-07-21T11:33:25 | 2016-07-21T11:33:25 | 52,574,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import org.json.JSONArray;
import org.json.JSONObject;
import java.lang.reflect.Field;
import java.util.List;
import java.util.Map;
import obj.CBaseEntity;
/**
* Created by Administrator on 2014/12/26.
*/
public class JsonUtil {
public static JSONArray mapToJson(Map<Object, Object> map, boolea... | UTF-8 | Java | 3,287 | java | JsonUtil.java | Java | [] | null | [] | package utils;
import org.json.JSONArray;
import org.json.JSONObject;
import java.lang.reflect.Field;
import java.util.List;
import java.util.Map;
import obj.CBaseEntity;
/**
* Created by Administrator on 2014/12/26.
*/
public class JsonUtil {
public static JSONArray mapToJson(Map<Object, Object> map, boolea... | 3,287 | 0.501065 | 0.497718 | 93 | 34.344086 | 28.404715 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913979 | false | false | 1 |
25d639ca96df568c733663eead7cee58fe8b6b8b | 26,113,401,203,737 | 5e441522ec48b0fc9f15e763055d32387edf1343 | /src/main/java/com/samsung/sdsc/mts/vo/si/log/ExcRateVO.java | a20fa6a733f5b326726a3245c84cd59810d2630b | [] | no_license | nosafeno/mcts | https://github.com/nosafeno/mcts | 798703ce9abb996fd046b70c23a5d46d7cb0186e | 6c12daf8cb1472537158286eb2b9d358178f442d | refs/heads/master | 2017-12-17T10:23:50.819000 | 2016-12-24T17:25:56 | 2016-12-24T17:25:56 | 77,292,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.samsung.sdsc.mts.vo.si.log;
import java.io.Serializable;
import java.util.Date;
import com.samsung.anyframe.vo.common.BaseVo;
public class ExcRateVO extends BaseVo implements Serializable {
private int ifSeq;
private String exData;
private String kUrst;
private String fCurr;
private St... | UTF-8 | Java | 2,338 | java | ExcRateVO.java | Java | [] | null | [] | package com.samsung.sdsc.mts.vo.si.log;
import java.io.Serializable;
import java.util.Date;
import com.samsung.anyframe.vo.common.BaseVo;
public class ExcRateVO extends BaseVo implements Serializable {
private int ifSeq;
private String exData;
private String kUrst;
private String fCurr;
private St... | 2,338 | 0.665954 | 0.665954 | 137 | 15.080292 | 14.629267 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.262774 | false | false | 1 |
3dde1b9d2aefa5a22a745abe24ed7313b0873ba6 | 3,977,139,779,190 | 0f57c7e64090b8eec28d697903511f7858ac0690 | /src/oct_28/GmailLogin.java | ef0dd91f21bbae76b4399dbfcdba8a5cff7d1e8d | [] | no_license | techAltum10/SecondRepo | https://github.com/techAltum10/SecondRepo | 367085c28f751a6ad843c13d989905f9163cd55c | ab2a91c52f1a55926f7455c394a048770cf433b4 | refs/heads/master | 2021-08-15T20:01:06.004000 | 2017-11-18T06:24:25 | 2017-11-18T06:24:25 | 111,180,248 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oct_28;
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
impo... | UTF-8 | Java | 3,933 | java | GmailLogin.java | Java | [
{
"context": "\");\n\t\t\n\t\t//Enter first name\n\t\tfirstName.sendKeys(\"TestFirst\");\n\t\tSystem.out.println(\"Enter First Name\");\n\t\tfi",
"end": 1483,
"score": 0.8813930749893188,
"start": 1474,
"tag": "USERNAME",
"value": "TestFirst"
},
{
"context": "ment(By.id(\"LastName\")... | null | [] | package oct_28;
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
impo... | 3,910 | 0.721587 | 0.702771 | 131 | 29.022902 | 21.88501 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.267176 | false | false | 1 |
f86a9a54e8c859f8a7b273204b1c28c1f2a56107 | 4,629,974,753,231 | 7bd97a7772fef13f850127e48dbeb88e030d3a7d | /src/main/java/application/service/ProductService.java | 1d643a0a7b788f6c77c2b3e7755294e19e845fa6 | [] | no_license | julia-shvabovich/online-shop | https://github.com/julia-shvabovich/online-shop | ca181d12646a0bb29e4cf3fadc6a2ef168c0d7af | 2025878a5b614ba91fea62e73b482f6fab87dae5 | refs/heads/master | 2022-12-29T08:18:47.548000 | 2020-10-19T20:22:17 | 2020-10-19T20:22:17 | 292,340,349 | 1 | 0 | null | false | 2020-10-19T20:22:18 | 2020-09-02T16:48:20 | 2020-10-17T11:13:27 | 2020-10-19T20:22:17 | 107 | 0 | 0 | 0 | Java | false | false | package application.service;
import application.model.Product;
public interface ProductService extends GenericService<Product, Long> {
Product update(Product product);
}
| UTF-8 | Java | 176 | java | ProductService.java | Java | [] | null | [] | package application.service;
import application.model.Product;
public interface ProductService extends GenericService<Product, Long> {
Product update(Product product);
}
| 176 | 0.806818 | 0.806818 | 7 | 24.142857 | 24.292437 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 1 |
2622ab6ae50ee4b95822162a34b67028b82e8c2b | 11,441,792,892,931 | fc9bc6a3cfd789cb96795834f733a259f003300d | /src/main/java/com/sdware/javahereapi/searchapi/entity/Results.java | a42bc9b7b2f144b6157b5a888e5d41ac1e7ceed0 | [
"MIT"
] | permissive | sahindagdelen/JavaHereApi | https://github.com/sahindagdelen/JavaHereApi | 984e9740ce206fa560e5e9a5270097311eac813b | cff1287480841732b613a7a532c2b5172177e81f | refs/heads/master | 2021-08-18T04:43:25.585000 | 2018-08-07T20:42:14 | 2018-08-07T20:42:14 | 327,872,617 | 1 | 0 | MIT | true | 2021-07-30T06:12:42 | 2021-01-08T10:35:46 | 2021-01-08T10:35:48 | 2021-07-30T06:12:40 | 245 | 0 | 0 | 13 | null | false | false | package com.sdware.javahereapi.searchapi.entity;
import java.util.ArrayList;
import java.util.List;
public class Results {
private String next;
private List<Item> items = new ArrayList<Item>();
public String getNext() {
return next;
}
public void setNext(String next) {
this.next... | UTF-8 | Java | 481 | java | Results.java | Java | [] | null | [] | package com.sdware.javahereapi.searchapi.entity;
import java.util.ArrayList;
import java.util.List;
public class Results {
private String next;
private List<Item> items = new ArrayList<Item>();
public String getNext() {
return next;
}
public void setNext(String next) {
this.next... | 481 | 0.623701 | 0.623701 | 27 | 16.851852 | 16.545568 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
cee296c74d605a5819b2a38fe3aeb16adc369c4e | 30,245,159,702,142 | 1e7bad783ef58bf3dbc73e792eac7f0931ad7cd1 | /src/br/gov/almg/calculator/CalculatorTest.java | acc9ce7631b0423e8d7e70c7b0d4c90d00b25e7b | [] | no_license | rrgomide/POC-Calculator | https://github.com/rrgomide/POC-Calculator | 95b57d5ff18807a991bcc42ad9987689a8430e24 | 99bd88a6e98d9a6e113cef63671d625da432a6ea | refs/heads/master | 2020-02-29T20:10:56.974000 | 2017-05-03T19:43:11 | 2017-05-03T19:43:11 | 90,176,005 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.gov.almg.calculator;
import static br.gov.almg.calculator.Calculator.*;
public class CalculatorTest {
public static void main(String[] args) {
int int1 = 10;
int int2 = 20;
double double1 = 5.5;
double double2 = 6.5;
System.out.println("Somas");
System.out.println(... | UTF-8 | Java | 532 | java | CalculatorTest.java | Java | [] | null | [] | package br.gov.almg.calculator;
import static br.gov.almg.calculator.Calculator.*;
public class CalculatorTest {
public static void main(String[] args) {
int int1 = 10;
int int2 = 20;
double double1 = 5.5;
double double2 = 6.5;
System.out.println("Somas");
System.out.println(... | 532 | 0.62782 | 0.584586 | 20 | 25.6 | 28.233667 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 1 |
31a79a29cb2d9279bd2308cba9c39e8adac6a846 | 14,053,132,994,820 | 99e5748145cac37231aee12e29bc554428a9e162 | /src/model/User.java | b3f67fe2ceb271a6862f73209a2b87aaa8ec16a3 | [] | no_license | azpery/PluginTelligent | https://github.com/azpery/PluginTelligent | 2b03b2b32f05ba4f58fc6d02d5d1a9705ab96204 | 9d09b24900bf9cc440434ef9d259e9923dbf6a08 | refs/heads/master | 2020-03-11T07:50:01.793000 | 2018-05-17T12:40:20 | 2018-05-17T12:40:20 | 129,867,997 | 0 | 0 | null | true | 2018-04-17T07:57:01 | 2018-04-17T07:57:01 | 2018-04-17T07:52:54 | 2018-04-17T07:52:53 | 0 | 0 | 0 | 0 | null | false | null | package model;
import core.model.Model;
public class User extends Model {
public User(String uniqueName) {
super(uniqueName);
// TODO Auto-generated constructor stub
}
@Override
public void load() {
// TODO Auto-generated method stub
}
}
| UTF-8 | Java | 255 | java | User.java | Java | [] | null | [] | package model;
import core.model.Model;
public class User extends Model {
public User(String uniqueName) {
super(uniqueName);
// TODO Auto-generated constructor stub
}
@Override
public void load() {
// TODO Auto-generated method stub
}
}
| 255 | 0.709804 | 0.709804 | 18 | 13.166667 | 14.44626 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 1 |
a965215168e71fa616fc21b02f0d4496af85d633 | 16,277,926,061,583 | 196ad57366ffc2e28a1a399a5ca28c26780bf032 | /AndroidDemoGather/library/src/main/java/com/daimajia/slider/library/Transformers/FlipVerticalTransformer.java | 9775482b4c07179ffebedafc059c00d1f79d6101 | [] | no_license | jiangrongtao/AndroidDemoGather | https://github.com/jiangrongtao/AndroidDemoGather | 0723cc3dbf39cb580359a57be23c0d86fd099eee | 5d0afd73f74b9efef45c97bc4d781f560a79427a | refs/heads/master | 2021-01-22T19:04:32.562000 | 2020-05-16T11:25:18 | 2020-05-16T11:25:18 | 85,156,040 | 14 | 12 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daimajia.slider.library.Transformers;
import android.view.View;
import com.nineoldandroids.view.ViewHelper;
/**
* 描述:垂直旋转切换
* 开发者:开发者的乐趣JRT
* 创建时间:2017-3-20 13:02
* CSDN地址:http://blog.csdn.net/Jiang_Rong_Tao/article
* E-mail:jrtxb520@163.com
**/
public class FlipVerticalTransformer extends BaseTran... | UTF-8 | Java | 759 | java | FlipVerticalTransformer.java | Java | [
{
"context": "ndroids.view.ViewHelper;\n\n/**\n * 描述:垂直旋转切换\n * 开发者:开发者的乐趣JRT\n * 创建时间:2017-3-20 13:02\n * CSDN地址:http://blog.csd",
"end": 156,
"score": 0.9591224193572998,
"start": 147,
"tag": "USERNAME",
"value": "开发者的乐趣JRT"
},
{
"context": "时间:2017-3-20 13:02\n * CSDN地址:http://blo... | null | [] | package com.daimajia.slider.library.Transformers;
import android.view.View;
import com.nineoldandroids.view.ViewHelper;
/**
* 描述:垂直旋转切换
* 开发者:开发者的乐趣JRT
* 创建时间:2017-3-20 13:02
* CSDN地址:http://blog.csdn.net/Jiang_Rong_Tao/article
* E-mail:<EMAIL>
**/
public class FlipVerticalTransformer extends BaseTransformer {... | 750 | 0.699858 | 0.657184 | 24 | 28.291666 | 24.521214 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 1 |
94230b14adf4fe50d3339401dd809ea6ebbfb467 | 6,717,328,868,731 | 9391a9cc099c4443df1b896920100b25b4e7e4ce | /spring_schoolgo/src/main/java/com/example/repo/AdminDetailRepo.java | d550fda064a70f7046bf5f29a1ef2dd99e19b6a3 | [] | no_license | alsxordltu/spring_schoolgo | https://github.com/alsxordltu/spring_schoolgo | d8d26b5fdbb2a792aa1273a714565563cd4a5c21 | 85649c681810754591352f74bed43690905d1d4b | refs/heads/master | 2021-01-12T14:24:30.603000 | 2016-12-07T12:07:09 | 2016-12-07T12:07:09 | 69,933,660 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.repo;
import java.util.HashMap;
import java.util.List;
public interface AdminDetailRepo {
//userId리스트로.. ㄴㅇㄻㄹㅇㄴ
public List<HashMap<String, Integer>> selectcount();
}
| UTF-8 | Java | 223 | java | AdminDetailRepo.java | Java | [] | null | [] | package com.example.repo;
import java.util.HashMap;
import java.util.List;
public interface AdminDetailRepo {
//userId리스트로.. ㄴㅇㄻㄹㅇㄴ
public List<HashMap<String, Integer>> selectcount();
}
| 223 | 0.724138 | 0.724138 | 10 | 18.299999 | 16.840725 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 1 |
8fc9db26951a3046fb7198cde552f7be2b04275c | 26,388,279,073,924 | 8709a8a5a7cb6dea3d18dae74b4deed28d57d110 | /day02-code/src/base/java/object/Demo01ObjectDefine.java | 72063f890e308402cb53fafebf2dd241f1dc3b5b | [] | no_license | wnnabjt/JavaBasic | https://github.com/wnnabjt/JavaBasic | 99b74b544325d9972e2b856fd30464b902d97a23 | 648dbb21130207f177fd1f229ee4166837cae832 | refs/heads/master | 2022-11-19T17:49:38.901000 | 2020-07-19T00:35:56 | 2020-07-19T00:35:56 | 277,135,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package base.java.object;
/*
面向对象:面向对象更符合我们思考的习惯,它可以将复杂的事情简单化,把我们从执行者变为指挥者。
面向对象的语言中,包含了三大基本特征:即封装,继承和多态。
类和面向对象。
什么是类:是一组相关属性和行为的集合。
类是对一类事物的描述,是抽象的。
对象是一类事物的实例,是具体的。
类是对象的模板,对象是类的实体。
*/
public class Demo01ObjectDefine {
}
| UTF-8 | Java | 527 | java | Demo01ObjectDefine.java | Java | [] | null | [] | package base.java.object;
/*
面向对象:面向对象更符合我们思考的习惯,它可以将复杂的事情简单化,把我们从执行者变为指挥者。
面向对象的语言中,包含了三大基本特征:即封装,继承和多态。
类和面向对象。
什么是类:是一组相关属性和行为的集合。
类是对一类事物的描述,是抽象的。
对象是一类事物的实例,是具体的。
类是对象的模板,对象是类的实体。
*/
public class Demo01ObjectDefine {
}
| 527 | 0.79476 | 0.786026 | 16 | 13.3125 | 13.755539 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.0625 | false | false | 1 |
aed3f1febe2f7f9eccdec5e889f90ef066334dee | 31,439,160,629,369 | d18368de2abee4e4a2a6ea4bb658f00ef114e4d7 | /src/main/java/org/bian/dto/BQOrganizationRequestOutputModel.java | a596f6660f027333f4fb3942804a123d9d1afd13 | [
"Apache-2.0"
] | permissive | bianapis/sd-business-architecture-v3 | https://github.com/bianapis/sd-business-architecture-v3 | 419df73b9d8805f051b175618d3d7f4094fe399f | af49cccc982808faa5a50804b60b12e549ac7db1 | refs/heads/master | 2022-12-19T22:04:18.705000 | 2020-09-28T05:06:39 | 2020-09-28T05:06:39 | 298,773,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQOrganizationRequestOutputModel
*/
public class BQOrganiza... | UTF-8 | Java | 7,883 | java | BQOrganizationRequestOutputModel.java | Java | [] | null | [] | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQOrganizationRequestOutputModel
*/
public class BQOrganiza... | 7,883 | 0.811747 | 0.810478 | 207 | 37.077293 | 50.715496 | 248 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 1 |
74643272afe6b11c8cc0bd49acfa00f5eee2166f | 19,086,834,666,384 | 11c721abff1c38dbfcdc050dc11e9e62d7ed3662 | /surefire-api/src/main/java/org/apache/maven/surefire/util/internal/UrlUtils.java | dd96f28fcaf0ebb0604d64b3d65e7bbfef1f2c16 | [
"Apache-2.0"
] | permissive | DaGeRe/maven-surefire | https://github.com/DaGeRe/maven-surefire | 4106549e59d8bd154ce0872726cc73a7585e8edb | 45de58b12413df54d3dc7cd313f117930964504e | refs/heads/master | 2022-03-09T15:41:34.644000 | 2017-10-11T15:29:09 | 2017-10-11T22:46:54 | 106,571,653 | 1 | 2 | null | true | 2017-10-11T15:20:17 | 2017-10-11T15:20:17 | 2017-09-19T15:42:50 | 2017-10-09T19:56:32 | 12,681 | 0 | 0 | 0 | null | null | null | package org.apache.maven.surefire.util.internal;
/*
* 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 Ap... | UTF-8 | Java | 2,616 | java | UrlUtils.java | Java | [] | null | [] | package org.apache.maven.surefire.util.internal;
/*
* 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 Ap... | 2,616 | 0.635321 | 0.623471 | 79 | 32.113926 | 28.300373 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367089 | false | false | 1 |
0235bbe1f4f0818fc11f15daf2db3688022e8976 | 18,365,280,157,958 | 94fc42945313f94051f93c4b29444e5c44e3286c | /src/objects/Path.java | 87979c1e45e63dab50ab184a108921975da81de3 | [] | no_license | trestikp/pt_semestralka | https://github.com/trestikp/pt_semestralka | 3ed3f8f44edbf3efc271bb5cbf0d652344501221 | 5ddc10df2715a837bbf6ead19853567afc99f1b1 | refs/heads/master | 2021-10-03T10:47:22.513000 | 2018-12-03T00:04:46 | 2018-12-03T00:04:46 | 152,558,946 | 0 | 0 | null | false | 2018-11-25T13:18:12 | 2018-10-11T08:39:19 | 2018-11-25T13:05:19 | 2018-11-25T13:18:12 | 20,771 | 0 | 0 | 0 | Java | false | null | package objects;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Class representing paths
* @author Pavel Třeštík and Tomáš Ott
*/
public class Path {
private List<Short> nodeIDs;
private short value;
private boolean reversed=false;
/**
* Absolutely ... | UTF-8 | Java | 2,110 | java | Path.java | Java | [
{
"context": "t;\r\n\r\n/**\r\n * Class representing paths\r\n * @author Pavel Třeštík and Tomáš Ott\r\n */\r\npublic class Path {\r\n\r\n\tpriva",
"end": 164,
"score": 0.9998697638511658,
"start": 151,
"tag": "NAME",
"value": "Pavel Třeštík"
},
{
"context": "s representing paths\r\n... | null | [] | package objects;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Class representing paths
* @author <NAME> and <NAME>
*/
public class Path {
private List<Short> nodeIDs;
private short value;
private boolean reversed=false;
/**
* Absolutely new Path
... | 2,095 | 0.62815 | 0.62815 | 111 | 16.945946 | 15.622713 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423423 | false | false | 1 |
4f24bdb9f47f20231e9eb3c862791fad0f1c6413 | 21,801,254,062,236 | e8996d41b99a2c3c3eaec14f37cefe6d963bccb7 | /server/src/main/java/co/comugi/jp/ed/seisa/hachi/app/server/resources/AccessKeyResource.java | 246c9e273fd994fea295a6e56b5e8c9810e63aa6 | [] | no_license | S64/old-SeisaHachiojiApp | https://github.com/S64/old-SeisaHachiojiApp | 01ddaf67005fa98af0225f6647cecf6bf4dd09f1 | cb79321f9c94c6243e9e4a2f2f6ce8c7e5845245 | refs/heads/master | 2016-09-07T20:21:55.664000 | 2014-03-11T05:57:01 | 2014-03-11T05:57:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.comugi.jp.ed.seisa.hachi.app.server.resources;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import co.comugi.jp.ed.seisa.hachi.app.lib.data.AccessKey;
import co.comugi.jp.ed.seisa.hachi.app.server.AppServe... | UTF-8 | Java | 646 | java | AccessKeyResource.java | Java | [] | null | [] | package co.comugi.jp.ed.seisa.hachi.app.server.resources;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import co.comugi.jp.ed.seisa.hachi.app.lib.data.AccessKey;
import co.comugi.jp.ed.seisa.hachi.app.server.AppServe... | 646 | 0.747678 | 0.747678 | 25 | 24.879999 | 20.158016 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.04 | false | false | 1 |
4123e2a917d2f94898f19a62346b6da499ac5240 | 16,990,890,658,060 | e2ab58eca47b212bda6fc5e6487eab5bcb417374 | /src/Exceptions/ExceptionTest.java | d286598678a9b19aa1d687d928306ba8a2d08266 | [] | no_license | celemasmut/ParadigmaATM | https://github.com/celemasmut/ParadigmaATM | 8ce4ed23303e4fb8fe30bc46de523569ec080d55 | 3088e4ae021a3281b478720981d534bd13f9eb04 | refs/heads/master | 2023-07-15T22:04:58.209000 | 2021-08-19T19:40:50 | 2021-08-19T19:40:50 | 395,025,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exceptions;
public class ExceptionTest {
public static void main(String [] args){
try {
Product product = new Product("1");
System.out.println(product.getCode());
}
catch (CodeException variable){
System.out.println("El producto no fue creado po... | UTF-8 | Java | 457 | java | ExceptionTest.java | Java | [] | null | [] | package Exceptions;
public class ExceptionTest {
public static void main(String [] args){
try {
Product product = new Product("1");
System.out.println(product.getCode());
}
catch (CodeException variable){
System.out.println("El producto no fue creado po... | 457 | 0.557987 | 0.555799 | 21 | 20.761906 | 23.174091 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.238095 | false | false | 1 |
fc61349cc08af120172de41f4a2da5ee50527963 | 3,985,729,678,964 | a423b7a3cc03c1f73bfe8423c69086e57218f646 | /Robo_Race/src/test/PitTest.java | 1b0c18a2993eb3fb17bd6cade3389cbc9f659323 | [] | no_license | R-Ahmed01/RoboRace | https://github.com/R-Ahmed01/RoboRace | b8fa32b2369fc65287a83b8f54ddb046961e34ad | 07b5c004364404f3bbe8c65d061370818579e716 | refs/heads/master | 2022-12-07T17:23:25.292000 | 2020-08-25T19:48:41 | 2020-08-25T19:48:41 | 288,741,768 | 0 | 0 | null | false | 2020-08-24T22:45:12 | 2020-08-19T13:38:50 | 2020-08-24T20:41:43 | 2020-08-24T22:45:11 | 27,885 | 0 | 0 | 0 | Java | false | false | package test;
import static org.junit.Assert.*;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import org.junit.Test;
import GridLocations.Grid;
import GridLocations.Robot;
import Main.Game;
public class PitTest {
@Test
public void pitTest() throws FileNotFoundException, ... | UTF-8 | Java | 742 | java | PitTest.java | Java | [] | null | [] | package test;
import static org.junit.Assert.*;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import org.junit.Test;
import GridLocations.Grid;
import GridLocations.Robot;
import Main.Game;
public class PitTest {
@Test
public void pitTest() throws FileNotFoundException, ... | 742 | 0.700809 | 0.700809 | 40 | 17.549999 | 17.288652 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.575 | false | false | 1 |
7c4e526f4ec771106adff0dc7ddede330271ede5 | 33,406,255,663,460 | c7b26b88b891a0d67189b292faad56f00e9f6fdc | /Implement DS using other DS/Stack using queue and viceverse.java | 3096cd97392651902abaa03c26dffd807505932c | [
"MIT"
] | permissive | saikiran20002102/Competetive-Coding | https://github.com/saikiran20002102/Competetive-Coding | 6147e83e64f39ac5cb6face78ce8d0a6feecf56e | 651dcbca7dd1abb291a8198080dc22e8fcbe2038 | refs/heads/master | 2023-05-28T17:27:57.339000 | 2021-06-16T15:33:14 | 2021-06-16T15:33:14 | 377,542,848 | 0 | 0 | MIT | true | 2021-06-16T15:27:24 | 2021-06-16T15:27:24 | 2021-06-15T10:02:32 | 2021-06-15T10:02:30 | 1,313 | 0 | 0 | 0 | null | false | false | // https://www.geeksforgeeks.org/implement-stack-using-queue/
// stack using 2 queues
class Queues
{
Queue<Integer> q1 = new LinkedList<Integer>();
Queue<Integer> q2 = new LinkedList<Integer>();
/*The method pop which return the element poped out of the stack*/
// O(N) time
int pop()
{
... | UTF-8 | Java | 1,178 | java | Stack using queue and viceverse.java | Java | [] | null | [] | // https://www.geeksforgeeks.org/implement-stack-using-queue/
// stack using 2 queues
class Queues
{
Queue<Integer> q1 = new LinkedList<Integer>();
Queue<Integer> q2 = new LinkedList<Integer>();
/*The method pop which return the element poped out of the stack*/
// O(N) time
int pop()
{
... | 1,178 | 0.56961 | 0.544143 | 51 | 22.09804 | 19.216267 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 1 |
20f3157976e139cf3d9f48dec3d8ac06bdd5a938 | 27,264,452,456,077 | a8e396e04b37b1dd5446b521e36b3f293df4daa7 | /src/standardklassen/Raum.java | e07b6ec70403fdecee128dc868835ff72d6d51ee | [] | no_license | DHBWProjekt/Raumverwaltung | https://github.com/DHBWProjekt/Raumverwaltung | dbe2f0193c4b0a6fd0d924edd6ef33aad8d9cc4a | b0b4d9e50018c490ff995c163cb115d9fa6f82c6 | refs/heads/master | 2021-01-10T17:58:07.882000 | 2015-10-16T09:43:19 | 2015-10-16T09:43:19 | 44,310,840 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package standardklassen;
public class Raum {
private int raumID;
private String name;
private String strasse;
private String stock;
private int anzPersonen;
}
| UTF-8 | Java | 167 | java | Raum.java | Java | [] | null | [] | package standardklassen;
public class Raum {
private int raumID;
private String name;
private String strasse;
private String stock;
private int anzPersonen;
}
| 167 | 0.772455 | 0.772455 | 10 | 15.7 | 10.0005 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 1 |
f6572c88676c55acd873c4d78ac100c230f75377 | 4,690,104,347,084 | d3bff83844dd344ac4690cdbb0b53c912efad8f1 | /SICECD/src/main/java/com/cocay/sicecd/controller/ConsultaInscripcionController.java | d0f3c0f6c03cf6fbe4c89cf9c744a18d392eb4e7 | [] | no_license | Moctezuma19/ProyectoUNAM | https://github.com/Moctezuma19/ProyectoUNAM | b8a60dcee456682570094c5765aa5f19b8283538 | 4c39c7b390adfd76dfa6bcb9ef1f29595fd8a862 | refs/heads/master | 2020-05-16T21:01:53.817000 | 2019-06-22T00:57:37 | 2019-06-22T00:57:37 | 183,295,251 | 0 | 0 | null | true | 2019-06-22T00:57:38 | 2019-04-24T19:37:43 | 2019-06-18T00:19:28 | 2019-06-22T00:57:38 | 65,847 | 0 | 0 | 0 | JavaScript | false | false | package com.cocay.sicecd.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.ui.ModelMap;
import org.springfram... | UTF-8 | Java | 1,356 | java | ConsultaInscripcionController.java | Java | [] | null | [] | package com.cocay.sicecd.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.ui.ModelMap;
import org.springfram... | 1,356 | 0.797198 | 0.794985 | 42 | 31.285715 | 26.260859 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 1 |
cf4b6f9e8403b582d8b5debd7e9eb7a82c95f1c8 | 4,690,104,346,367 | e9ffbd21bd8b05ced7342e81c7bc42be3908d5ca | /src/main/java/com/addressbook/domain/model/Country.java | f3d9c99f6a6d5fafd5b15d4bd986d8a752b098f1 | [
"Apache-2.0"
] | permissive | hippalus/tdd-kata-address-book | https://github.com/hippalus/tdd-kata-address-book | c62c8a680117ce10aa1643443afd7fe776897a78 | a87e1cc44c1a74975aa3317ddcbb69ae4b72cf43 | refs/heads/master | 2020-09-02T09:14:09.710000 | 2020-02-08T18:53:01 | 2020-02-08T18:53:01 | 219,187,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.addressbook.domain.model;
import com.addressbook.domain.builder.CountryBuilder;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constrai... | UTF-8 | Java | 991 | java | Country.java | Java | [] | null | [] | package com.addressbook.domain.model;
import com.addressbook.domain.builder.CountryBuilder;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constrai... | 991 | 0.738648 | 0.738648 | 44 | 21.522728 | 18.469248 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 1 |
2bfb644ca3a6ef40504102c25f57ee8c3d5f20d7 | 29,283,087,085,005 | 74bf2f54caf6e0278788f0aa3bca01c9392f52e5 | /seimp/target/classes/META-INF/resources/com/gistone/seimp/service/VisitOrDownService.java | ffeb8e5a908bdce2e301490f163bd1bd18018076 | [] | no_license | cckmit/tr | https://github.com/cckmit/tr | 881c2bf92e444eac545e77361733e66efe16d48f | 8fe601ef4b6eb5e044946fec72bbb2107a10bd83 | refs/heads/master | 2023-03-15T18:17:45.102000 | 2019-02-19T06:59:59 | 2019-02-19T06:59:59 | 520,378,130 | 0 | 1 | null | true | 2022-08-02T06:26:53 | 2022-08-02T06:26:52 | 2019-02-19T07:09:43 | 2019-02-19T07:09:27 | 217,537 | 0 | 0 | 0 | null | false | false | package com.gistone.seimp.service;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gistone.seimp.MyBatis.config.GetBySqlMapper;
@Se... | UTF-8 | Java | 2,602 | java | VisitOrDownService.java | Java | [] | null | [] | package com.gistone.seimp.service;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gistone.seimp.MyBatis.config.GetBySqlMapper;
@Se... | 2,602 | 0.659486 | 0.650373 | 66 | 35.575756 | 37.295731 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.545455 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.