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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7eaf8f1d063ecfa51b915e5ed8349299f6479802 | 15,590,731,336,364 | a100312ef17768f8227c97cbae30ee4a13d77237 | /src/blackboard/ws/client/WebServiceClient.java | 2404a0f31b299378bb92357db566b75c174f7326 | [] | no_license | cefeboru/AIEP-GradeExtract | https://github.com/cefeboru/AIEP-GradeExtract | 4d661a9f3efe8b0ae376d731be669b5512799d75 | 6f37c6354cafc80faa69a3aca5faada12d5275f8 | refs/heads/master | 2020-12-29T02:19:43.667000 | 2016-07-18T17:40:58 | 2016-07-18T17:40:58 | 61,153,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package blackboard.ws.client;
import java.io.*;
import java.rmi.RemoteException;
import java.util.*;
import javax.security.auth.callback.*;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;
import org.apache.axis2.context.ConfigurationContext;
import org.apache.axis2.context.Conf... | UTF-8 | Java | 31,899 | java | WebServiceClient.java | Java | [
{
"context": "olProgramId = toolProgramId;\n _toolPassword = toolPassword;\n _toolDescription = toolDescription;\n ",
"end": 5191,
"score": 0.9406224489212036,
"start": 5179,
"tag": "PASSWORD",
"value": "toolPassword"
},
{
"context": "actGradeApp\");\n loginAsUser... | null | [] |
package blackboard.ws.client;
import java.io.*;
import java.rmi.RemoteException;
import java.util.*;
import javax.security.auth.callback.*;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;
import org.apache.axis2.context.ConfigurationContext;
import org.apache.axis2.context.Conf... | 31,902 | 0.662058 | 0.658359 | 764 | 40.751308 | 27.494186 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653141 | false | false | 5 |
b9e3f805380a030e969a6eaeee661cebcee2c709 | 17,222,818,873,819 | 0d7c107654dc01970dab3631604ae5b60152b16e | /src/mx/univa/designpatterns/factorymethod/MoldePatoJuguete.java | 8dff9592d4496d2a8152581f880c507bca714811 | [] | no_license | rgtacho/DesignPatternsJava | https://github.com/rgtacho/DesignPatternsJava | 34d869f903d419f3d28dfd08d93692e726d56bc3 | c1c290ff3ad4360a931a0c97611accffc6e61c84 | refs/heads/master | 2016-08-09T10:53:50.291000 | 2015-11-17T14:26:01 | 2015-11-17T14:26:01 | 46,005,525 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.univa.designpatterns.factorymethod;
import java.awt.Color;
import java.awt.Graphics;
public class MoldePatoJuguete implements IJuguete {
@Override
public void crearJuguete(Graphics g) {
int x = (int)(Math.random()*800);
int y = (int)(Math.random()*440)+10;
g.setColor(Color.YELLOW);
i... | UTF-8 | Java | 751 | java | MoldePatoJuguete.java | Java | [] | null | [] | package mx.univa.designpatterns.factorymethod;
import java.awt.Color;
import java.awt.Graphics;
public class MoldePatoJuguete implements IJuguete {
@Override
public void crearJuguete(Graphics g) {
int x = (int)(Math.random()*800);
int y = (int)(Math.random()*440)+10;
g.setColor(Color.YELLOW);
i... | 751 | 0.620506 | 0.49534 | 22 | 32.136364 | 29.38196 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.818182 | false | false | 5 |
b8046b5c6c0ffcfcaf965f065ee066dbdc8c1d3c | 31,198,642,463,010 | 31f609157ae46137cf96ce49e217ce7ae0008b1e | /bin/ext-accelerator/acceleratorfacades/testsrc/de/hybris/platform/acceleratorfacades/component/populators/model/ProductCarouselComponentModelPopulatorTest.java | 03de4ec7bf3785f4b27a4b5cfac8435d989a106f | [] | no_license | natakolesnikova/hybrisCustomization | https://github.com/natakolesnikova/hybrisCustomization | 91d56e964f96373781f91f4e2e7ca417297e1aad | b6f18503d406b65924c21eb6a414eb70d16d878c | refs/heads/master | 2020-05-23T07:16:39.311000 | 2019-05-15T15:08:38 | 2019-05-15T15:08:38 | 186,672,599 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | UTF-8 | Java | 7,565 | java | ProductCarouselComponentModelPopulatorTest.java | Java | [] | null | [] | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | 7,565 | 0.815863 | 0.806213 | 211 | 34.853081 | 31.937769 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.293839 | false | false | 5 |
e7cbddbddb9c84086ee0b256f5b3e4aa703ce4d0 | 5,609,227,318,088 | fc36dd03c04de1cb0ebe6325893b9d8899a1ae3b | /src/com/bdsht/xinehealth/model/base/BaseUserChecksign.java | 316566419687ef81418af78fca8c8f614fc98a65 | [] | no_license | NewcityEngineer/jfinal-easy-admin | https://github.com/NewcityEngineer/jfinal-easy-admin | 95f005dfbb89cad5ab7c3b4cf23ba4a6f022d96c | 94bb2a42984fb0343f13671b0ef3a1eb3ea0c1c1 | refs/heads/master | 2020-12-03T07:57:37.056000 | 2017-07-06T02:18:08 | 2017-07-06T02:18:08 | 95,642,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bdsht.xinehealth.model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings("serial")
public abstract class BaseUserChecksign<M extends BaseUserChecksign<M>> extends Model<M> impl... | UTF-8 | Java | 915 | java | BaseUserChecksign.java | Java | [] | null | [] | package com.bdsht.xinehealth.model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings("serial")
public abstract class BaseUserChecksign<M extends BaseUserChecksign<M>> extends Model<M> impl... | 915 | 0.664481 | 0.664481 | 44 | 18.795454 | 22.145777 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090909 | false | false | 5 |
2b28a027f13c970c1721e35151ffe7db0917fff2 | 26,680,336,896,169 | 63e6af68f06fefef9cee338c4eb1e2131f264621 | /app/src/main/java/com/example/franc/treeoflife/LoginActivity.java | f120b0953557707293c4ffea72faabb5890cb388 | [] | no_license | francescodrag/TreeOfLife | https://github.com/francescodrag/TreeOfLife | 5906322dfd7619fd1c39e909d651e6b22b35751b | 429fe151564c4888e541b862d4463bafe8ef1e7a | refs/heads/master | 2020-04-10T00:57:42.644000 | 2018-12-08T14:24:41 | 2018-12-08T14:24:41 | 160,701,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.franc.treeoflife;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.animation.Animation;
import android.widget.Button;
import android.widget.ProgressBar;
import android.widget.TextVi... | UTF-8 | Java | 2,781 | java | LoginActivity.java | Java | [
{
"context": "ername.getText().toString().toUpperCase().equals(\"MISSIONARIO\") || Password.getText().toString().toUpperCase().",
"end": 1471,
"score": 0.9989711046218872,
"start": 1460,
"tag": "USERNAME",
"value": "MISSIONARIO"
},
{
"context": " {\n Utente missionario =... | null | [] | package com.example.franc.treeoflife;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.animation.Animation;
import android.widget.Button;
import android.widget.ProgressBar;
import android.widget.TextVi... | 2,781 | 0.640417 | 0.640417 | 82 | 32.914635 | 33.018917 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.682927 | false | false | 5 |
5aec43aa06af5897ce44faae86f136c0bb8b06d4 | 12,343,736,063,065 | b1d339461f0bc5f26f2f11396cf75437049720eb | /src/main/java/com/farm/repos/TaskCategoryRepo.java | b3880f0bea4ffbb9114cee6fa3d04a013de22983 | [] | no_license | tmanno1987/FarmSetup | https://github.com/tmanno1987/FarmSetup | 62614b23e16189223fe064826d0292c902b7dc68 | 167932b62d93397e5ec41a0c7986ae37627ab756 | refs/heads/main | 2023-01-08T06:28:04.548000 | 2020-11-14T19:15:27 | 2020-11-14T19:15:27 | 312,837,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.farm.repos;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import org.springframework.web.bind.annotation.CrossOrigin;
import com.farm.models.TaskCategory;
@CrossOrigin()
@RepositoryRestResource(collectionResource... | UTF-8 | Java | 442 | java | TaskCategoryRepo.java | Java | [] | null | [] | package com.farm.repos;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import org.springframework.web.bind.annotation.CrossOrigin;
import com.farm.models.TaskCategory;
@CrossOrigin()
@RepositoryRestResource(collectionResource... | 442 | 0.843891 | 0.843891 | 13 | 33.076923 | 32.338264 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 5 |
536bc6fed65babac21fa18eb1d716c7add22142e | 4,174,708,270,179 | 94486d6ef0fcc926f82d6153c187db4b7a0811db | /wec-cpdaily-media-common/src/main/java/com/wisedu/wec/media/common/old/interceptor/CommonExceptionHandlerExceptionResolver.java | e177af25fad465f8d3621e9cec6af5d0ed69d980 | [
"Apache-2.0"
] | permissive | wang-shun/wec-cpdaily-media | https://github.com/wang-shun/wec-cpdaily-media | 3289c892e62223d834e1d587c145269b0fabe772 | fb5fa2728e66f1b3d146e213260075d7792530eb | refs/heads/master | 2020-03-29T09:59:59.180000 | 2018-09-03T10:42:02 | 2018-09-03T10:42:02 | 149,784,932 | 0 | 4 | null | true | 2018-09-21T15:48:36 | 2018-09-21T15:48:36 | 2018-09-03T10:46:22 | 2018-09-03T10:46:19 | 2,462 | 0 | 0 | 0 | null | false | null | package com.wisedu.wec.media.common.old.interceptor;
import com.wisedu.wec.media.common.base.response.BaseRestResponse;
import com.wisedu.wec.media.common.exception.BusinessException;
import org.springframework.core.annotation.AnnotatedElementUtils;
import org.springframework.http.HttpInputMessage;
import org.springfr... | UTF-8 | Java | 4,932 | java | CommonExceptionHandlerExceptionResolver.java | Java | [] | null | [] | package com.wisedu.wec.media.common.old.interceptor;
import com.wisedu.wec.media.common.base.response.BaseRestResponse;
import com.wisedu.wec.media.common.exception.BusinessException;
import org.springframework.core.annotation.AnnotatedElementUtils;
import org.springframework.http.HttpInputMessage;
import org.springfr... | 4,932 | 0.784063 | 0.784063 | 118 | 40.796612 | 31.860012 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.737288 | false | false | 5 |
d5521e019d5da79f37109d7bc4ae070305f4106e | 37,812,892,080,277 | 5a51cf79401418b58334093fe10264f2d41f69b6 | /src/main/java/org/store/operations/controller/BillingController.java | c9fa22ed1a86a2631c82cb9fbf8a9706e3f91660 | [] | no_license | Akhil201/Store_operations | https://github.com/Akhil201/Store_operations | 48a4c38a441314adc4498a6fc95a8041b865a614 | a3ab359709658b0c03fb4efd6c3bb2bebe773258 | refs/heads/master | 2020-05-19T21:02:32.422000 | 2019-07-19T07:27:40 | 2019-07-19T07:27:40 | 185,053,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.store.operations.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import org.store.operations.mode... | UTF-8 | Java | 1,136 | java | BillingController.java | Java | [] | null | [] | package org.store.operations.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import org.store.operations.mode... | 1,136 | 0.807218 | 0.801937 | 30 | 36.866665 | 25.354465 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
f76f746d14f56e5224f0b77278a04e9c7bd59662 | 34,239,479,321,744 | 5c9a7622cf28365cf5f5daa1fa273fecf869e570 | /src/main/java/com/example/demo/service/ProductService.java | 696151b3821c6c742f2cda0d5fa97f62d039ca1c | [] | no_license | 2nkyung/demo | https://github.com/2nkyung/demo | b6606c90f366ce06f2efc12e68211ef5bdcefae6 | 0050fe700ae8dfd8638aecaee0cbda950b9d3ee8 | refs/heads/master | 2020-05-26T21:53:42.656000 | 2019-05-27T08:46:29 | 2019-05-27T08:46:29 | 188,387,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.service;
import java.util.List;
import com.example.demo.vo.ProductVO;
public interface ProductService {
public List<ProductVO> selectProduct();
int insertProduct(ProductVO product);
int deleteProduct(ProductVO product);
int updateProduct(ProductVO product);
public ProductVO s... | UTF-8 | Java | 363 | java | ProductService.java | Java | [] | null | [] | package com.example.demo.service;
import java.util.List;
import com.example.demo.vo.ProductVO;
public interface ProductService {
public List<ProductVO> selectProduct();
int insertProduct(ProductVO product);
int deleteProduct(ProductVO product);
int updateProduct(ProductVO product);
public ProductVO s... | 363 | 0.782369 | 0.782369 | 13 | 25.923077 | 18.557444 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
4ddcf420bbef0b518963c35829e440ba8e0568e2 | 5,720,896,497,524 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_dc1e9668c70a2b3ed2a706bd0d782a01a373381f/ServerPlayerTest/21_dc1e9668c70a2b3ed2a706bd0d782a01a373381f_ServerPlayerTest_t.java | 7d4f21d92595a28340b9dbd7e59f76f42f6395d2 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /**
* Copyright (C) 2002-2012 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol 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 2 of the License, or
* (at yo... | UTF-8 | Java | 21,463 | java | 21_dc1e9668c70a2b3ed2a706bd0d782a01a373381f_ServerPlayerTest_t.java | Java | [] | null | [] | /**
* Copyright (C) 2002-2012 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol 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 2 of the License, or
* (at yo... | 21,463 | 0.621628 | 0.610772 | 525 | 39.880001 | 27.232874 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.910476 | false | false | 5 |
c7cbae86a41f9352045a2fd68b59c4212094631e | 37,512,244,369,264 | 1f5344ddf437471d28c658ea0ff9ccf4ed23ac6d | /pet-clinic-data/src/main/java/com/kamil/petclinic/services/jpa/OwnerServiceJpa.java | 28eaebd4f36cc3919b0a33a08e561ae23f1a5bcc | [] | no_license | NowakKamil30/spring-pet-clinic | https://github.com/NowakKamil30/spring-pet-clinic | b618b8220aeb64fe862eb15104bd6079ff9e9704 | 2250ac5f91a54d0e38fbb985019b7829974feb8a | refs/heads/master | 2020-12-21T20:58:31.647000 | 2020-03-04T20:47:50 | 2020-03-04T20:47:50 | 236,557,809 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kamil.petclinic.services.jpa;
import com.kamil.petclinic.exceptions.NotFoundException;
import com.kamil.petclinic.model.Owner;
import com.kamil.petclinic.model.Pet;
import com.kamil.petclinic.repositories.OwnerRepository;
import com.kamil.petclinic.repositories.PetRepository;
import com.kamil.petclinic.rep... | UTF-8 | Java | 2,967 | java | OwnerServiceJpa.java | Java | [] | null | [] | package com.kamil.petclinic.services.jpa;
import com.kamil.petclinic.exceptions.NotFoundException;
import com.kamil.petclinic.model.Owner;
import com.kamil.petclinic.model.Pet;
import com.kamil.petclinic.repositories.OwnerRepository;
import com.kamil.petclinic.repositories.PetRepository;
import com.kamil.petclinic.rep... | 2,967 | 0.676441 | 0.675767 | 96 | 29.90625 | 24.778635 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447917 | false | false | 5 |
50af02dbde26ff6316069cfd1e223622b6d3314d | 37,830,071,951,844 | 87920ff5049247148104bdb4f349350cf37c4491 | /src/main/java/edu/avans/hartigehap/repository/AdditionalIngredientRepository.java | 7a8d4dc2a6c437444ca8976e500f293737f5fdbb | [] | no_license | EdwinOtten/Proftaak-DHH | https://github.com/EdwinOtten/Proftaak-DHH | 08841a09ac9c40fe10801b7898694d9f15ff140c | 051f3e16818889ec2459b780cc01b8c1ff97ffae | refs/heads/master | 2021-01-20T12:04:37.766000 | 2014-03-27T20:03:12 | 2014-03-27T20:03:12 | 16,273,266 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.avans.hartigehap.repository;
import edu.avans.hartigehap.domain.AdditionalIngredient;
import org.springframework.data.repository.PagingAndSortingRepository;
/**
* Created by Edwin Otten
*/
public interface AdditionalIngredientRepository extends PagingAndSortingRepository<AdditionalIngredient, Long> {
}
| UTF-8 | Java | 320 | java | AdditionalIngredientRepository.java | Java | [
{
"context": "ory.PagingAndSortingRepository;\n\n/**\n * Created by Edwin Otten\n */\npublic interface AdditionalIngredientReposito",
"end": 200,
"score": 0.9998849034309387,
"start": 189,
"tag": "NAME",
"value": "Edwin Otten"
}
] | null | [] | package edu.avans.hartigehap.repository;
import edu.avans.hartigehap.domain.AdditionalIngredient;
import org.springframework.data.repository.PagingAndSortingRepository;
/**
* Created by <NAME>
*/
public interface AdditionalIngredientRepository extends PagingAndSortingRepository<AdditionalIngredient, Long> {
}
| 315 | 0.84375 | 0.84375 | 10 | 31 | 36.351067 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
357b6b7fac28aaf803baf929cbcee70f2c9fb8cc | 10,445,360,516,739 | fded97a1ba8eb7ca3d7aa4af40b46374429b2588 | /lastmonth/boot-04-house/src/main/java/com/etoak/service/HouseService.java | 79432347a317dc33fc3ce77a48bec9938877a94c | [] | no_license | Mister-zhan/ET1908 | https://github.com/Mister-zhan/ET1908 | 78b13282fce708c97bd77ff3930d385091da04f5 | 097d40486fe8aea928fda69104a793218cea02b3 | refs/heads/master | 2020-07-22T19:46:06.080000 | 2019-12-21T08:27:02 | 2019-12-21T08:27:02 | 207,308,646 | 0 | 0 | null | false | 2019-12-20T13:53:48 | 2019-09-09T12:54:12 | 2019-12-20T13:53:28 | 2019-12-20T13:53:47 | 1,718 | 0 | 0 | 1 | Java | false | false | package com.etoak.service;
import com.etoak.bean.House;
public interface HouseService {
void addHouse(House house);
int deleteHouse(int id);
int updateHouse(House house);
}
| UTF-8 | Java | 187 | java | HouseService.java | Java | [] | null | [] | package com.etoak.service;
import com.etoak.bean.House;
public interface HouseService {
void addHouse(House house);
int deleteHouse(int id);
int updateHouse(House house);
}
| 187 | 0.73262 | 0.73262 | 9 | 19.777779 | 13.886666 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
d955899157584feafe599406ab45c699d2a19474 | 10,445,360,519,777 | 4c2e83907706317c147433e4560a49d431badf1b | /app/src/main/java/org/apache/http/impl/client/RedirectLocations.java | 9d0980b19c38345d4c0b95989c7307a227ed6ea5 | [
"Unlicense"
] | permissive | renyuanceshi/KingKingRE | https://github.com/renyuanceshi/KingKingRE | 92c80328556853029eb5b7bbf3a48a19182cf056 | b15295bec2cee47867b786dbe0841c1a4edaff5e | refs/heads/master | 2020-12-13T14:41:26.365000 | 2020-01-17T04:27:21 | 2020-01-17T04:27:21 | 234,442,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.http.impl.client;
import java.net.URI;
import java.util.AbstractList;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.apache.http.annotation.NotThreadSafe;
@NotThreadSafe
public class RedirectLocations extends ... | UTF-8 | Java | 1,929 | java | RedirectLocations.java | Java | [] | null | [] | package org.apache.http.impl.client;
import java.net.URI;
import java.util.AbstractList;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.apache.http.annotation.NotThreadSafe;
@NotThreadSafe
public class RedirectLocations extends ... | 1,929 | 0.567652 | 0.567652 | 78 | 23.73077 | 17.220793 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.474359 | false | false | 5 |
10986b3b77e8ecf9c2257e8345a69afc5a151f15 | 37,005,438,231,678 | 6045b152782e50d7b087d1ee5341d09aa53e1631 | /ZAD0/mvc/src/ztp/lista1/model/jdbc/JDBCConnector.java | b2a2d654435ef39825356d2af9abee46865f2fac | [] | no_license | paffeuu/ztp2020 | https://github.com/paffeuu/ztp2020 | 7969ad2ce867c89d971322b0c8ffa16be7559af7 | bf40e2a85a57575c026877d794892ff11a3f673f | refs/heads/master | 2022-08-22T04:51:55.007000 | 2020-05-13T20:39:37 | 2020-05-13T20:39:37 | 243,713,849 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ztp.lista1.model.jdbc;
import ztp.lista1.model.entity.Course;
import ztp.lista1.model.entity.Student;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
public class JDBCConnector {
private final String url;
private Rando... | UTF-8 | Java | 15,156 | java | JDBCConnector.java | Java | [] | null | [] | package ztp.lista1.model.jdbc;
import ztp.lista1.model.entity.Course;
import ztp.lista1.model.entity.Student;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
public class JDBCConnector {
private final String url;
private Rando... | 15,156 | 0.605635 | 0.603589 | 409 | 36.056236 | 25.094818 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.706601 | false | false | 5 |
f2379e7bc7fe181346755c54861924098f934916 | 1,082,331,795,107 | 644f8a39557aa18e76bbc9988fd04c3fbbc12731 | /src/main/java/com/zoo/service/exception/SuccessInfo.java | 106de1a3bc6d54c6a8845fb584d54ffd3516763f | [
"MIT"
] | permissive | ycj28c/springbootdemo | https://github.com/ycj28c/springbootdemo | 44fbccdad0785349c08780373dce93e1f770abf0 | fa5c94391c721d8bafafb365d587ef31f79b854c | refs/heads/master | 2021-01-20T17:26:23.673000 | 2017-12-07T01:55:46 | 2017-12-07T01:55:46 | 61,406,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zoo.service.exception;
public class SuccessInfo {
private String status = "OK";
public SuccessInfo(){
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
}
| UTF-8 | Java | 242 | java | SuccessInfo.java | Java | [] | null | [] | package com.zoo.service.exception;
public class SuccessInfo {
private String status = "OK";
public SuccessInfo(){
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
}
| 242 | 0.698347 | 0.698347 | 16 | 14.125 | 13.981573 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
3776e023a9408a542c6692360016beee6a16f7b1 | 35,038,343,237,236 | 6db0e2066878132c063e8825baea1b8b9e29be44 | /src/main/java/org/siriusxi/htec/fa/domain/dto/request/SearchAirportRequest.java | cf83c1122c35631720883ea5e308dd64048bfa80 | [
"MIT"
] | permissive | SelimHorri/Flight-Advisor | https://github.com/SelimHorri/Flight-Advisor | c38d79867b0f73b4d1950fe348ad98d9041bb9cb | d13444e1dca966b98159eb1710431153816ac3e4 | refs/heads/main | 2023-02-05T17:30:45.436000 | 2020-12-20T17:07:22 | 2020-12-20T17:07:22 | 323,994,381 | 36 | 1 | MIT | true | 2020-12-23T20:20:31 | 2020-12-23T20:20:31 | 2020-12-20T17:51:17 | 2020-12-21T15:31:54 | 2,931 | 0 | 0 | 0 | null | false | false | package org.siriusxi.htec.fa.domain.dto.request;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.constraints.NotBlank;
@JsonIgnoreProperties(ignoreUnknown=true)
public record SearchAirportRequest(@JsonProperty("by_name") @Not... | UTF-8 | Java | 343 | java | SearchAirportRequest.java | Java | [] | null | [] | package org.siriusxi.htec.fa.domain.dto.request;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.constraints.NotBlank;
@JsonIgnoreProperties(ignoreUnknown=true)
public record SearchAirportRequest(@JsonProperty("by_name") @Not... | 343 | 0.836735 | 0.836735 | 10 | 33.299999 | 29.168648 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
fedfb59cbd9ba2681c5463d80f695b1156f2649b | 33,552,284,569,515 | 7e508556d75d8abfcbf7e272081694f68a8ba2a4 | /analyzer/src/test/java/nl/basjes/parse/useragent/annotate/TestAnnotationSystemAnonymous.java | 9c91fe6f97cb78a2e72abbe855d6ceb0bbc2e3d7 | [
"Apache-2.0"
] | permissive | nielsbasjes/yauaa | https://github.com/nielsbasjes/yauaa | 849da69d1203740cc3c9df17af089b0294c64af8 | 8325cb50bae5dfcdff2019e9092ae1aa72ebd273 | refs/heads/main | 2023-09-01T07:10:03.907000 | 2023-08-30T01:20:13 | 2023-08-30T06:02:57 | 62,569,629 | 721 | 150 | Apache-2.0 | false | 2023-09-14T20:24:30 | 2016-07-04T14:51:04 | 2023-09-12T12:00:39 | 2023-09-14T20:24:30 | 51,859 | 679 | 122 | 6 | Java | false | false | /*
* Yet Another UserAgent Analyzer
* Copyright (C) 2013-2023 Niels Basjes
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | UTF-8 | Java | 9,689 | java | TestAnnotationSystemAnonymous.java | Java | [
{
"context": "ther UserAgent Analyzer\n * Copyright (C) 2013-2023 Niels Basjes\n *\n * Licensed under the Apache License, Version ",
"end": 76,
"score": 0.999854564666748,
"start": 64,
"tag": "NAME",
"value": "Niels Basjes"
},
{
"context": "a the annotation\n @Yaua... | null | [] | /*
* Yet Another UserAgent Analyzer
* Copyright (C) 2013-2023 <NAME>
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 9,683 | 0.573021 | 0.567757 | 225 | 42.062222 | 31.673973 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382222 | false | false | 5 |
78625713b07931561e98c4f63ed86f0819b11c74 | 24,627,342,510,550 | 1f297c1fd20ec908c6d8632c1f03ee0ad541da22 | /One-to-One-WebSockets-Chat-master/auth-service/src/main/java/com/clone/instagram/authservice/endpoint/AuthController.java | be73cbffc06347bc93d4af3a3064fb17e2937a5a | [] | no_license | diegolmendonca/sd | https://github.com/diegolmendonca/sd | c8cccc9ed33c52c1d1bc43c7ae602d9f709af0f6 | 360c5ffb53ba3e7c6f4b5b7bb5ea02bb413cd304 | refs/heads/master | 2023-02-25T22:20:31.257000 | 2021-02-02T17:16:44 | 2021-02-02T17:16:44 | 323,312,642 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clone.instagram.authservice.endpoint;
import com.clone.instagram.authservice.exception.BadRequestException;
import com.clone.instagram.authservice.exception.EmailAlreadyExistsException;
import com.clone.instagram.authservice.exception.ResourceNotFoundException;
import com.clone.instagram.authservice.excep... | UTF-8 | Java | 1,894 | java | AuthController.java | Java | [] | null | [] | package com.clone.instagram.authservice.endpoint;
import com.clone.instagram.authservice.exception.BadRequestException;
import com.clone.instagram.authservice.exception.EmailAlreadyExistsException;
import com.clone.instagram.authservice.exception.ResourceNotFoundException;
import com.clone.instagram.authservice.excep... | 1,894 | 0.813094 | 0.81151 | 44 | 42.045456 | 31.459898 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
9eec8fde5f6e41c78ca294df9b193d310eacdd29 | 9,689,446,250,915 | ccb7d6ad642d26ee76a22cfe4400d1106d30df44 | /app/src/main/java/com/example/routin/adapter/CanvasAdapter.java | 1273318a5f9c2ac4398101f57c8d6a3abb41da6a | [] | no_license | jocelynr24/FHICTCompanion | https://github.com/jocelynr24/FHICTCompanion | 87843a0e8206d0cc2c0c690fe37cf2a1072180fc | bb2ac075b6e3656ceda971ee354e887082d3f478 | refs/heads/master | 2020-04-14T15:52:50.564000 | 2017-10-12T09:38:10 | 2017-10-12T09:38:10 | 163,939,223 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.routin.adapter;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.example.routin.dto.CanvasMe;
import com.example.r... | UTF-8 | Java | 2,049 | java | CanvasAdapter.java | Java | [] | null | [] | package com.example.routin.adapter;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.example.routin.dto.CanvasMe;
import com.example.r... | 2,049 | 0.705222 | 0.704246 | 52 | 38.403847 | 38.428886 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826923 | false | false | 5 |
844d9d7edfcdd5cdd014f7569e02e99f355c3348 | 33,526,514,748,178 | bf41de560801b2dd3ccb6fd3c9c2d72aa86f9dd8 | /src/kr/picube/common/util/ObjectUtil.java | 4ac90b0c59f239c723f714d1f09a50d37181f2f8 | [] | no_license | esperancer/picube | https://github.com/esperancer/picube | 1d1b223a4ff089d4025eb5c40d4d82c4cca906ea | fe69d2d2bf69253b437b5e70b915ec2933eee93c | refs/heads/master | 2019-07-06T01:28:22.508000 | 2016-08-18T13:38:39 | 2016-08-18T13:38:39 | 62,485,991 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.picube.common.util;
public class ObjectUtil {
public static boolean isNull(Object obj) {
return obj == null ? true : false;
}
public static boolean isNotNull(Object obj) {
return !isNull(obj);
}
}
| UTF-8 | Java | 241 | java | ObjectUtil.java | Java | [] | null | [] | package kr.picube.common.util;
public class ObjectUtil {
public static boolean isNull(Object obj) {
return obj == null ? true : false;
}
public static boolean isNotNull(Object obj) {
return !isNull(obj);
}
}
| 241 | 0.639004 | 0.639004 | 13 | 16.538462 | 17.873983 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 5 |
8e45cadf6cfe4e1b2fe2d860d4681acb560dcd0a | 15,023,795,636,981 | 725c06a9adf17f5ede0a5bc4170defe393ba5067 | /cbec-dao/src/main/java/cn/citasgoo/cbec/core/dao/web/KnowledgeDao.java | 6add54bd9a044f1acbfbb52c77d2bc476fbb7ef8 | [] | no_license | SsPU-CHJ/CBEC | https://github.com/SsPU-CHJ/CBEC | 0e496156864c8bcea4eefe954f4297ce7dba12bc | 9b67bf2a26e0cc4bcbe7f6ee4549edbcf1bb6868 | refs/heads/master | 2020-02-20T00:06:28.867000 | 2018-04-01T04:15:08 | 2018-04-01T04:15:08 | 126,153,992 | 0 | 0 | null | false | 2018-03-21T09:30:22 | 2018-03-21T09:25:22 | 2018-03-21T09:25:25 | 2018-03-21T09:29:02 | 0 | 0 | 0 | 1 | null | false | null | package cn.citasgoo.cbec.core.dao.web;
import cn.citasgoo.cbec.core.bean.web.Knowledge;
import cn.citasgoo.cbec.core.bean.web.KnowledgeQuery;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface KnowledgeDao {
int countByExample(KnowledgeQuery example);
int deleteByEx... | UTF-8 | Java | 918 | java | KnowledgeDao.java | Java | [] | null | [] | package cn.citasgoo.cbec.core.dao.web;
import cn.citasgoo.cbec.core.bean.web.Knowledge;
import cn.citasgoo.cbec.core.bean.web.KnowledgeQuery;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface KnowledgeDao {
int countByExample(KnowledgeQuery example);
int deleteByEx... | 918 | 0.752723 | 0.752723 | 30 | 28.666666 | 29.973692 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 5 |
3f723128641b8f2f740c29ec03d2cda3aea13cbd | 13,597,866,498,202 | c54c6038004eba40334c81f45d76ab2e8363f503 | /backend/src/main/java/com/ckujawa/demo/util/CartActions.java | f5c15aa924dd4cc895bef20211f62a8a6d3ac4f3 | [] | no_license | ckujawa-perscholas/virt-travel | https://github.com/ckujawa-perscholas/virt-travel | 53030c0455ab81d028eab31d1e594fb669a5d1ea | 66eca82ca102da1d71441cf1981984b12f5ab8bb | refs/heads/master | 2023-04-27T22:04:55.723000 | 2021-05-17T20:38:23 | 2021-05-17T20:38:23 | 367,080,203 | 0 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ckujawa.demo.util;
/**
* Actions you can take when updating the cart.
*/
public enum CartActions {
ADD,
REMOVE
}
| UTF-8 | Java | 137 | java | CartActions.java | Java | [] | null | [] | package com.ckujawa.demo.util;
/**
* Actions you can take when updating the cart.
*/
public enum CartActions {
ADD,
REMOVE
}
| 137 | 0.664234 | 0.664234 | 10 | 12.7 | 15.179262 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
dd1de356bef9adb715878ac76ce4223a43391ce9 | 13,469,017,481,784 | 2e9d660370bb6218ef9e711834b0b09397b24670 | /src/Window.java | 83ebc2e33a1f19bd3d0d4754dd77369a58240b4f | [] | no_license | Chickaloo/mini-twitter | https://github.com/Chickaloo/mini-twitter | a3469dac60cbe7101aa6d72e2c3ead84822481fa | d457ee0ac352890a00768c4f5b995143fa0469c2 | refs/heads/master | 2020-03-22T14:00:31.332000 | 2018-07-20T21:24:17 | 2018-07-20T21:24:17 | 140,147,369 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Window provides an interface for creating and managing windows.
public interface Window {
public void launch();
public void update();
}
| UTF-8 | Java | 141 | java | Window.java | Java | [] | null | [] | // Window provides an interface for creating and managing windows.
public interface Window {
public void launch();
public void update();
}
| 141 | 0.758865 | 0.758865 | 5 | 27.200001 | 21.216974 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 5 |
8191144383cc4086c05a4691d584bcac4f4733cb | 24,026,047,098,565 | 98caf6c5fa0f8df6cf5add3bb3b32d1a2c853752 | /src/com/environment/view/flowerInterface/Flowers.java | fbef6076e02777e8e0b85cffa031373f81670854 | [] | no_license | ilham-mmr/Environment-Group-Project | https://github.com/ilham-mmr/Environment-Group-Project | b89b17adadb09544cc3a3022f0bf43a593b9a5d4 | 68db3cef36dcd3dc82096136e758de432d550ed9 | refs/heads/master | 2022-11-18T11:43:35.815000 | 2020-07-15T18:22:34 | 2020-07-15T18:22:34 | 275,795,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.environment.view.flowerInterface;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.... | UTF-8 | Java | 16,391 | java | Flowers.java | Java | [
{
"context": " the template in the editor.\n */\n/**\n *\n * @author Chin Shu Hui\n */\npublic final class Flowers extends javax.swin",
"end": 626,
"score": 0.9997093081474304,
"start": 614,
"tag": "NAME",
"value": "Chin Shu Hui"
}
] | null | [] | package com.environment.view.flowerInterface;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.... | 16,385 | 0.622781 | 0.612104 | 385 | 41.574024 | 33.521465 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.693506 | false | false | 5 |
10ecb4939cdd4775cd1cd4a3b929350ce40dc6bc | 3,092,376,496,509 | d063fe4e43c86f3f1334f2ee970be60b098aa648 | /src/main/java/Lab8_2/StrategyClient.java | e5280684fa583b2de8136b73fb2d15c69f588f00 | [] | no_license | mamekelle/ASD | https://github.com/mamekelle/ASD | fae9fcf9748ff00da1b380105ab9b34d8aa476c5 | 1ac7c5f0b9bb6ed6bd4639f61da0ee14b36b883f | refs/heads/master | 2022-11-22T09:16:58.722000 | 2020-07-06T03:29:31 | 2020-07-06T03:29:31 | 274,309,183 | 0 | 0 | null | false | 2020-07-06T03:29:32 | 2020-06-23T04:33:42 | 2020-07-05T05:45:21 | 2020-07-06T03:29:31 | 58 | 0 | 0 | 0 | Java | false | false | package Lab8_2;
import java.util.ArrayList;
import java.util.List;
public class StrategyClient {
public static void main(String[] args) {
Flight flight1 = new Flight(175, "United333", "San Francisco", "Fairfield");
Flight flight2 = new Flight(200, "Delta777", "Verginia", "Cedar Rapids");
Flight flight3 = new... | UTF-8 | Java | 1,747 | java | StrategyClient.java | Java | [] | null | [] | package Lab8_2;
import java.util.ArrayList;
import java.util.List;
public class StrategyClient {
public static void main(String[] args) {
Flight flight1 = new Flight(175, "United333", "San Francisco", "Fairfield");
Flight flight2 = new Flight(200, "Delta777", "Verginia", "Cedar Rapids");
Flight flight3 = new... | 1,747 | 0.730967 | 0.706926 | 55 | 30.763636 | 27.226299 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.054545 | false | false | 5 |
94e40ca8ef5e2ed06db671138167e5b50b9b76b0 | 21,036,749,856,260 | 97cba0e8a2e9415cd2b9844d07bfd7ba2cc33875 | /app/src/main/java/info/futureme/abs/example/conf/MessageType.java | eb4f3861c96032d104546698c4660472356087f0 | [] | no_license | kimiscircle/movingcampus | https://github.com/kimiscircle/movingcampus | 66618d19567c93940a16ccee3811c572c7709ca4 | e1f51b31bad296e6d1256657788102f8ebb60f7a | refs/heads/master | 2021-01-10T20:55:46.728000 | 2017-06-09T02:28:05 | 2017-06-09T02:28:05 | 15,800,884 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* Copyright (c) 2015-2016 All Rights Reserved.
* Project Name: lmrp-android app
* Create Time: 16-2-16 下午6:31
*/
package info.futureme.abs.example.conf;
/**
* type标明消息类型,值为:
0 - 问候,
1 - 抢单通知,
2 - 分派提醒,
3 - SLA提醒,
4 - 催单提醒,
5 - ITSM订单变更通知,
6 - APP新版本通知,
7 - 登出通知
8 - 基础数据变更
* Created by hippo on 1... | UTF-8 | Java | 828 | java | MessageType.java | Java | [
{
"context": " 6 - APP新版本通知,\n 7 - 登出通知\n 8 - 基础数据变更\n * Created by hippo on 12/21/15.\n */\npublic enum MessageType {\n BI",
"end": 315,
"score": 0.9882463812828064,
"start": 310,
"tag": "USERNAME",
"value": "hippo"
}
] | null | [] | /*
*
* Copyright (c) 2015-2016 All Rights Reserved.
* Project Name: lmrp-android app
* Create Time: 16-2-16 下午6:31
*/
package info.futureme.abs.example.conf;
/**
* type标明消息类型,值为:
0 - 问候,
1 - 抢单通知,
2 - 分派提醒,
3 - SLA提醒,
4 - 催单提醒,
5 - ITSM订单变更通知,
6 - APP新版本通知,
7 - 登出通知
8 - 基础数据变更
* Created by hippo on 1... | 828 | 0.589532 | 0.533058 | 42 | 16.285715 | 11.656361 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 5 |
929ea2ff4cb174897a7e9effcbdda549f4f7b3c3 | 14,345,190,822,956 | d45bd8e5e4598247fc05bf3e16b6cd52ba71bcfa | /src/main/java/hello/model/CompletePaymentOutput.java | 52050556c31bcc9a62b093911ca49217b74b6463 | [] | no_license | mohankgs/gs-rest-service-complete | https://github.com/mohankgs/gs-rest-service-complete | 555f581892f2296d4278601d8cb6e2f28b0aff0c | 5bcb6a374e4085de873859eb43db771178c6558b | refs/heads/master | 2016-08-07T12:20:19.501000 | 2014-11-29T07:10:31 | 2014-11-29T07:10:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.model;
public class CompletePaymentOutput {
private String transactionId;
public CompletePaymentOutput(String transactionId){
this.transactionId = transactionId;
}
public String getTransactionId() {
return transactionId;
}
}
| UTF-8 | Java | 255 | java | CompletePaymentOutput.java | Java | [] | null | [] | package hello.model;
public class CompletePaymentOutput {
private String transactionId;
public CompletePaymentOutput(String transactionId){
this.transactionId = transactionId;
}
public String getTransactionId() {
return transactionId;
}
}
| 255 | 0.776471 | 0.776471 | 15 | 16 | 17.500477 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
825e31e3758a60c5078008cfbfafed6c59d38fda | 3,221,225,532,154 | 2f9c874fc21cf60446b6b083c92355add982f952 | /backend/netty-s2-http-server/src-core/rfx/server/util/junit/AutoUnitTestMethod.java | 7a970121e6ee4303cedcc355007c9c0923096b44 | [
"Apache-2.0"
] | permissive | phaikawl/vnluser | https://github.com/phaikawl/vnluser | b576f46e9cd2494e8cd3b4ce01d904fe7d01745d | a10d0dc207634d10d3a4e0d6b60b81f71332ff37 | refs/heads/master | 2021-05-15T01:30:43.589000 | 2014-11-26T04:27:01 | 2014-11-26T04:27:01 | 22,494,828 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rfx.server.util.junit;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD) //on METHOD level
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoUnitTestMethod {
}
| UTF-8 | Java | 318 | java | AutoUnitTestMethod.java | Java | [] | null | [] | package rfx.server.util.junit;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD) //on METHOD level
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoUnitTestMethod {
}
| 318 | 0.823899 | 0.823899 | 11 | 27.90909 | 17.343872 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 5 |
28ee46bc151916c2ec8222bcdb24c32610a25872 | 37,529,424,261,207 | 77fb90c41fd2844cc4350400d786df99e14fa4ca | /com/google/android/android/common/package_9/internal/zzda.java | 64fa1a4ca2cb5a481f6c566ce81db764c6642ce6 | [] | no_license | highnes7/umaang_decompiled | https://github.com/highnes7/umaang_decompiled | 341193b25351188d69b4413ebe7f0cde6525c8fb | bcfd90dffe81db012599278928cdcc6207632c56 | refs/heads/master | 2020-06-19T07:47:18.630000 | 2019-07-12T17:16:13 | 2019-07-12T17:16:13 | 196,615,053 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.android.common.package_9.internal;
import android.os.Looper;
import com.google.android.android.common.package_9.GoogleApiClient;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.common.api.internal.zzs;
public final class zzda
extends zzs<Status>
{
public z... | UTF-8 | Java | 474 | java | zzda.java | Java | [] | null | [] | package com.google.android.android.common.package_9.internal;
import android.os.Looper;
import com.google.android.android.common.package_9.GoogleApiClient;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.common.api.internal.zzs;
public final class zzda
extends zzs<Status>
{
public z... | 474 | 0.770042 | 0.765823 | 20 | 22.700001 | 22.365376 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 5 |
c955e512e57acd1ff4e2b3943589488e052a8d9e | 38,792,144,674,877 | 08f3ab11c229893c2e688389745858ff250d0c9b | /Exercitiu_Zoo/src/AerialAnimal.java | 82709dcafa4ec00d06de15d58b0dd73316ced4b0 | [] | no_license | alexandruGanea/TemePentruAcasa | https://github.com/alexandruGanea/TemePentruAcasa | 14fd5a11f1075a776911d998c672379765cdc7d2 | da6d3ac4fb3cbd3faf6a3bd57489aaa82e457ad3 | refs/heads/master | 2022-11-18T03:04:39.013000 | 2020-07-11T06:35:36 | 2020-07-11T06:35:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class AerialAnimal extends Animal{
protected int flyingHeight;
public AerialAnimal(String species, String color, int memberNumber, int flyingHeight){
this.species = species;
this.color = color;
this.memberNumber = memberNumber;
this.flyingHeight = flyingHeight;
}
... | UTF-8 | Java | 423 | java | AerialAnimal.java | Java | [] | null | [] | public class AerialAnimal extends Animal{
protected int flyingHeight;
public AerialAnimal(String species, String color, int memberNumber, int flyingHeight){
this.species = species;
this.color = color;
this.memberNumber = memberNumber;
this.flyingHeight = flyingHeight;
}
... | 423 | 0.661939 | 0.661939 | 18 | 22.5 | 22.738245 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
016bfd12e1d8be4b819a99a0b67f4c87f044e297 | 34,059,090,714,619 | f93084365be1a5b634e5e2534891a8af4271afc8 | /Notepad/src/Notepad.java | 1fee53d5c0662f00e218cd70fedd800d24d1259a | [] | no_license | Imran4424/JAVA-Codes | https://github.com/Imran4424/JAVA-Codes | 727f8822c16dad7bef9b65e9a0b66bc3193702b6 | 5c49dfa6f64e42b41223b4e7539acf7628431924 | refs/heads/master | 2021-10-10T15:42:09.680000 | 2019-01-13T13:01:45 | 2019-01-13T13:01:45 | 124,478,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @(#)Notepad.java
*
* Notepad application
*
* @author
* @version 1.00 2016/11/13
*/
import java.awt.*;
import java.awt.event.*;
import java.io.*;
public class Notepad implements WindowListener,ActionListener{
private Frame mainframe;
private TextArea text;
private Button exit,save;
public N... | UTF-8 | Java | 2,308 | java | Notepad.java | Java | [] | null | [] | /**
* @(#)Notepad.java
*
* Notepad application
*
* @author
* @version 1.00 2016/11/13
*/
import java.awt.*;
import java.awt.event.*;
import java.io.*;
public class Notepad implements WindowListener,ActionListener{
private Frame mainframe;
private TextArea text;
private Button exit,save;
public N... | 2,308 | 0.572357 | 0.562392 | 113 | 19.424778 | 18.369272 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.946903 | false | false | 5 |
eafb301443cd8fc25ad50f3b4a12e2162c355c87 | 34,505,767,318,944 | 3d3ed896c12bfd17a5d0f0999f7d70932d4f8982 | /sketchbook/src/main/java/com/book/sketch/board/controller/BoardReplyController.java | bf540dbe9693271dd3b7cbd329cc267705a89aec | [] | no_license | WIZARD-X530/sketchbook | https://github.com/WIZARD-X530/sketchbook | 3e37bb4df0d523caee34acd7fef8d62242576f95 | b9099827423af44c7dd156c54be2fd19e8bffd07 | refs/heads/master | 2018-11-18T08:14:44.484000 | 2018-09-03T08:45:07 | 2018-09-03T08:45:07 | 96,071,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.book.sketch.board.controller;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import ... | UTF-8 | Java | 2,993 | java | BoardReplyController.java | Java | [] | null | [] | package com.book.sketch.board.controller;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import ... | 2,993 | 0.741185 | 0.736392 | 105 | 26.819048 | 22.634058 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.161905 | false | false | 5 |
8bfc79d158fe62bdb3530e44e5a5e3c1b1e8ef83 | 9,174,050,146,893 | 7c4b80c0c7db2d805b740725385692f1c1dd1cd3 | /src/main/java/com/gaozhao/app_security/anthentication/system/SysAuthenticationSuccessHandler.java | 37f91319e90b52a693caf1519cec632b07d8d75e | [] | no_license | wenluyang/education | https://github.com/wenluyang/education | e3068a62657822c1f45a498a04c9686ec7b1815e | eacb66abccb510292ffbaf9cda19884b25593949 | refs/heads/master | 2020-06-26T13:16:52.976000 | 2019-07-30T11:51:45 | 2019-07-30T11:51:45 | 199,618,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gaozhao.app_security.anthentication.system;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.gaozhao.app_common.po.Result;
import com.gaozhao.app_pojo.domain.SysUser;
import com.gaozhao.app_security.common.RedisUtils;
import com.gaozhao.app_security.properties.SecurityConstants;
import com.g... | UTF-8 | Java | 3,337 | java | SysAuthenticationSuccessHandler.java | Java | [
{
"context": "mport java.util.UUID;\n\n/**\n * 后台认证成功处理器\n * @author mars_lv\n */\n@Component\npublic class SysAuthenticationSucc",
"end": 1089,
"score": 0.9996386766433716,
"start": 1082,
"tag": "USERNAME",
"value": "mars_lv"
}
] | null | [] | package com.gaozhao.app_security.anthentication.system;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.gaozhao.app_common.po.Result;
import com.gaozhao.app_pojo.domain.SysUser;
import com.gaozhao.app_security.common.RedisUtils;
import com.gaozhao.app_security.properties.SecurityConstants;
import com.g... | 3,337 | 0.739228 | 0.737632 | 88 | 34.602272 | 31.807854 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568182 | false | false | 5 |
eeec443f407c934810372834b3ce07b18a9ddc0a | 30,219,389,906,995 | 9621b645f5ef57cd431e7bbeaa18e3c5b3240a54 | /us-core-r4/src/main/java/gov/va/api/health/r4/api/elements/Dosage.java | 12f502bcbc5eb794babc0b58985fea32d11a238c | [] | no_license | department-of-veterans-affairs/health-apis-fhir-resources | https://github.com/department-of-veterans-affairs/health-apis-fhir-resources | 754ac7c3b025f842f8a82d72a379aa5f300e8fe3 | 89c944da6cb8ced53c93d98f31ac2e21e370d40e | refs/heads/master | 2023-06-28T21:46:27.384000 | 2023-06-27T18:55:24 | 2023-06-27T18:55:24 | 180,180,621 | 8 | 5 | null | false | 2023-07-05T20:17:38 | 2019-04-08T15:38:26 | 2022-12-14T22:59:25 | 2023-07-05T20:17:36 | 3,087 | 8 | 3 | 2 | Java | false | false | package gov.va.api.health.r4.api.elements;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import gov.va.api.health.fhir.api.AsList;
import gov.va.api.health.r4.api.Fhir;
import gov.va.api.health.r4.api.datatypes.CodeableConcept;
import gov.va.api.health.r4.api.datatypes.Range;
import gov.va.api.health.r4.api.... | UTF-8 | Java | 2,861 | java | Dosage.java | Java | [] | null | [] | package gov.va.api.health.r4.api.elements;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import gov.va.api.health.fhir.api.AsList;
import gov.va.api.health.r4.api.Fhir;
import gov.va.api.health.r4.api.datatypes.CodeableConcept;
import gov.va.api.health.r4.api.datatypes.Range;
import gov.va.api.health.r4.api.... | 2,861 | 0.761272 | 0.757777 | 105 | 26.24762 | 21.409735 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
f8ef9d3e75aaa302f4b4865cbe6537773b017fa6 | 16,716,012,754,839 | 1b6a5f165e86d9e7f770890cd2b8d249aa098754 | /app/src/main/java/com/example/administrator/broadcastreceiverservicenotificationdemo/MusicActivity.java | 1f76f1a48a7d118c66fb1b2f6618739e4e83fb34 | [] | no_license | NguyenTuanAnhE/service_notification_demo | https://github.com/NguyenTuanAnhE/service_notification_demo | 9c260d990b3b0d28c6899840bc42f2b85f4e21c8 | 6ff627a5045eebfdf0db66febb1b1eae220a08d6 | refs/heads/master | 2020-03-14T22:52:52.265000 | 2018-05-02T09:48:02 | 2018-05-02T09:48:02 | 131,830,727 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.broadcastreceiverservicenotificationdemo;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import and... | UTF-8 | Java | 3,735 | java | MusicActivity.java | Java | [] | null | [] | package com.example.administrator.broadcastreceiverservicenotificationdemo;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import and... | 3,735 | 0.642303 | 0.640161 | 100 | 35.349998 | 28.870184 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 5 |
3dbcb8b9547b408344a40d46a4f4dce84b81c241 | 10,934,986,789,990 | 47a28d88b3c725958269d354e23838d69df8a9d2 | /src/EmployeeWage.java | 126235aa6fc040b50cad8c21a233f1422bec48c1 | [] | no_license | aravindkarri/EmployeeWageProblem | https://github.com/aravindkarri/EmployeeWageProblem | 38f5ed07f11fab20fe36ce39f55eb6888b9c01ff | af92436e8de9f6a5646b90a193d043cd29004bf8 | refs/heads/main | 2023-07-31T13:43:11.809000 | 2021-09-21T14:53:00 | 2021-09-21T14:53:00 | 403,687,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Aravind
* class to calculate employee wage for multiple companies.
*/
public class EmployeeWage
{
//constants
public static final int IS_FULL_TIME = 1;
public static final int IS_PART_TIME = 2;
//instance variables
public int empWagePerHour;
public int maxWorkingDays;
publi... | UTF-8 | Java | 2,618 | java | EmployeeWage.java | Java | [
{
"context": "/**\n * @author Aravind\n * class to calculate employee wage for multiple ",
"end": 22,
"score": 0.9995948672294617,
"start": 15,
"tag": "NAME",
"value": "Aravind"
},
{
"context": " EmployeeWage bridgelabz = new EmployeeWage(\"Bridgelabz\",20,20,100);\n brid... | null | [] | /**
* @author Aravind
* class to calculate employee wage for multiple companies.
*/
public class EmployeeWage
{
//constants
public static final int IS_FULL_TIME = 1;
public static final int IS_PART_TIME = 2;
//instance variables
public int empWagePerHour;
public int maxWorkingDays;
publi... | 2,618 | 0.619175 | 0.60657 | 72 | 35.375 | 27.872446 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652778 | false | false | 5 |
3787c0179310ebba501f657245908b63d5085c5b | 23,622,320,166,397 | 43eba8528580c53478bb86fd44570b47b0f3f6d4 | /app/src/main/java/synchedapps/tmbazar/fragment/fragment_car1.java | 90082b849dfacd9aae3c10866c938d780ff5af52 | [] | no_license | tagam24/TmBazar | https://github.com/tagam24/TmBazar | ce2970c878301ba237df2c76786e6fd1ac9c8744 | 3b937de99a0f22eaa07e719c692fea0bf8ff089a | refs/heads/master | 2020-05-02T06:24:02.403000 | 2019-03-26T13:32:15 | 2019-03-26T13:32:15 | 177,794,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package synchedapps.tmbazar.fragment;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLay... | UTF-8 | Java | 8,837 | java | fragment_car1.java | Java | [
{
"context": " // db.vipCheker(\"cars\", \"12:3\");\n\n Log.d(\"gelyanler\", year1 + \" \" + year2 + \" \" + price1 + \" \" + pric",
"end": 5120,
"score": 0.9108004570007324,
"start": 5111,
"tag": "NAME",
"value": "gelyanler"
}
] | null | [] | package synchedapps.tmbazar.fragment;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLay... | 8,837 | 0.590698 | 0.582211 | 229 | 37.58952 | 31.954212 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.091703 | false | false | 5 |
8f13fad9e599ea7812c2b18453545a5a6e4cffd3 | 12,524,124,672,545 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /Test/src/main/java/com/lobinary/设计模式/业务代表模式/客户端JSP.java | 775d60e6906cc2d4791ca2dfcf186d40c09ce586 | [] | no_license | lobinary/Lobinary | https://github.com/lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208000 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lobinary.设计模式.业务代表模式;
public class 客户端JSP {
private 业务代表 业务代表;
public 客户端JSP(com.lobinary.设计模式.业务代表模式.业务代表 业务代表) {
super();
this.业务代表 = 业务代表;
}
public void 执行业务(){
业务代表.执行业务();
}
}
| UTF-8 | Java | 335 | java | 客户端JSP.java | Java | [] | null | [] | package com.lobinary.设计模式.业务代表模式;
public class 客户端JSP {
private 业务代表 业务代表;
public 客户端JSP(com.lobinary.设计模式.业务代表模式.业务代表 业务代表) {
super();
this.业务代表 = 业务代表;
}
public void 执行业务(){
业务代表.执行业务();
}
}
| 335 | 0.663507 | 0.663507 | 16 | 12.1875 | 14.331864 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 5 |
9e4dd568d95e84fbaf168a51f897f47db0d7eeae | 14,422,500,232,463 | f6ee4c1d3c1303f289e90b6fbe82cece424c74a3 | /src/main/java/com/game/spring/dao/SpotDao.java | 78a767edf108ae14aa6c8de423530e1344763928 | [] | no_license | dingo-tseng/mapGame | https://github.com/dingo-tseng/mapGame | ed400fefa0ae74d81f7ff7bdbf5411f167ae5e8a | 5504cbcfcd9242a413a83c09f64d46c9a794d8ce | refs/heads/master | 2022-12-25T04:45:09.484000 | 2020-09-10T01:26:38 | 2020-09-10T01:26:38 | 293,439,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.spring.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.game.spring.entity.Spot;
@Repository
public interface SpotDao extends JpaRepository<Spot, Long> {
public Spot findBySid(String Sid);
publi... | UTF-8 | Java | 360 | java | SpotDao.java | Java | [] | null | [] | package com.game.spring.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.game.spring.entity.Spot;
@Repository
public interface SpotDao extends JpaRepository<Spot, Long> {
public Spot findBySid(String Sid);
publi... | 360 | 0.805556 | 0.805556 | 15 | 23 | 22.324875 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
f1e413409275cd53ca0b693d28fa5bebb6c8a070 | 8,229,157,385,068 | 9757bbb318fa245dcdb099ce356ddbeff5f2fbaf | /src/test/java/g1601_1700/s1654_minimum_jumps_to_reach_home/SolutionTest.java | 98b925a2bda8fa968a14d10bc75e354998966d7d | [
"MIT"
] | permissive | javadev/LeetCode-in-Java | https://github.com/javadev/LeetCode-in-Java | 181aebf56caa51a4442f07466e89b869aa217424 | 413de2cb56123d3844a1b142eec7e9a8182c78fb | refs/heads/main | 2023-08-31T01:46:52.740000 | 2023-08-30T08:45:06 | 2023-08-30T08:45:06 | 426,947,282 | 103 | 57 | MIT | false | 2023-09-14T08:08:08 | 2021-11-11T09:46:12 | 2023-09-12T18:14:49 | 2023-09-14T08:08:07 | 8,748 | 91 | 44 | 0 | Java | false | false | package g1601_1700.s1654_minimum_jumps_to_reach_home;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void minimumJumps() {
assertThat(new Solution().minimumJumps(new int[] {14, 4, 18, ... | UTF-8 | Java | 727 | java | SolutionTest.java | Java | [] | null | [] | package g1601_1700.s1654_minimum_jumps_to_reach_home;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void minimumJumps() {
assertThat(new Solution().minimumJumps(new int[] {14, 4, 18, ... | 727 | 0.577717 | 0.499312 | 27 | 25.925926 | 28.356104 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.259259 | false | false | 5 |
a29f6209d5e4ec0c1349b9393a707f91fe9e1bed | 27,633,819,623,084 | 102aa134f7309184f5fbb788451b719964c8b58c | /src/main/java/io/dataspaceconnector/model/proxy/Proxy.java | c580e59d558e7dca719772ca6689cda9a7fa3c09 | [
"Apache-2.0",
"JSON"
] | permissive | International-Data-Spaces-Association/DataspaceConnector | https://github.com/International-Data-Spaces-Association/DataspaceConnector | bf4f9bf9bbd954e0a214b5df87dbb63bf18c07ae | cff7d16598520f25d112988861eed1e29a307cb8 | refs/heads/main | 2023-05-13T23:15:43.046000 | 2022-12-12T10:26:27 | 2022-12-12T10:26:27 | 474,110,881 | 26 | 17 | Apache-2.0 | true | 2023-05-01T23:19:40 | 2022-03-25T17:47:44 | 2023-03-09T17:03:59 | 2023-05-01T23:19:39 | 28,985 | 19 | 15 | 90 | Java | false | false | /*
* Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
*
* 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
*
... | UTF-8 | Java | 2,505 | java | Proxy.java | Java | [] | null | [] | /*
* Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
*
* 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
*
... | 2,505 | 0.758084 | 0.752894 | 82 | 29.54878 | 22.658737 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414634 | false | false | 5 |
9eb1a1efa40d12420b9e55bb09f634cc8e674194 | 472,446,429,476 | 303ed052a9b9898980c37420ca36b12e811520a5 | /src/intro/Task_1.java | f9f80cdbd14e799fac021d8ea89f22e6f7a72206 | [] | no_license | VDoarme/hillelJava | https://github.com/VDoarme/hillelJava | e56bf98da5559e4ea9d5a4b082d737ecbd124ee7 | a9b01b3a4643c84db75498302bf3f14a45248b12 | refs/heads/master | 2021-01-18T21:39:22.683000 | 2016-06-13T18:02:10 | 2016-06-13T18:02:10 | 51,384,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package intro;
/**
* Created by User on 16.02.2016.
*/
public class Task_1 {
public static void main(String[] args) {
String rating = "nice";
int amount = 100;
switch (rating){
case "terrible":
amount = amount + 0;
break;
case "g... | UTF-8 | Java | 714 | java | Task_1.java | Java | [] | null | [] | package intro;
/**
* Created by User on 16.02.2016.
*/
public class Task_1 {
public static void main(String[] args) {
String rating = "nice";
int amount = 100;
switch (rating){
case "terrible":
amount = amount + 0;
break;
case "g... | 714 | 0.428571 | 0.403361 | 32 | 21.3125 | 15.996948 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 5 |
5936211ad0cae31799a4c4b753b91c7e36f45d35 | 29,721,173,724,621 | 1dbd1e213e313cdf5af7869a0bb4200c9df2887f | /SiitAndroidFundamentals-master/app/src/main/java/ro/magdamiu/myapplication/AndroidFundamentalsActivity.java | 06456344eaf7bc401cd56164a515c528691bb70d | [] | no_license | bftruca/SIIT | https://github.com/bftruca/SIIT | 1f7eae6cc82280852d64c78de03c68081fa5e678 | dee2524c3203bcbbb9d947cc147f101fbe6df0d6 | refs/heads/master | 2020-04-18T18:46:49.135000 | 2019-04-13T15:10:51 | 2019-04-13T15:10:51 | 167,694,643 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.magdamiu.myapplication;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import ro.magdamiu.myapplication.module2.RatingBarActivity;
import ro.magdamiu.myapplication.module5.Activity1;
import ro.magdamiu.myapplication.module... | UTF-8 | Java | 1,395 | java | AndroidFundamentalsActivity.java | Java | [] | null | [] | package ro.magdamiu.myapplication;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import ro.magdamiu.myapplication.module2.RatingBarActivity;
import ro.magdamiu.myapplication.module5.Activity1;
import ro.magdamiu.myapplication.module... | 1,395 | 0.794265 | 0.787097 | 38 | 35.710526 | 31.387987 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 5 |
79cf8a2d2a4cc1e91a313d86f3e80ce14d87d0be | 16,982,300,733,755 | 38b5f3455492e24d125051f4f3f8642f9b8e3184 | /tyweixin/src/main/java/com/ty/services/TyBindService.java | 0ff236949ed687938d877e0d0ea998b76e375dea | [] | no_license | hzjianglf/tyweixins | https://github.com/hzjianglf/tyweixins | 17c9f64afbd813b14f668840d0860a0a609d81d0 | 185d50a3afdc41661ecfdd6f50692d11dd965450 | refs/heads/master | 2020-07-18T01:12:06.849000 | 2018-05-14T06:46:25 | 2018-05-14T06:46:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ty.services;
import com.alibaba.fastjson.JSONObject;
import com.gen.framework.common.beans.CommonChildBean;
import com.gen.framework.common.beans.CommonSearchBean;
import com.gen.framework.common.services.CacheService;
import com.gen.framework.common.services.CommonService;
import com.gen.framework.common.... | UTF-8 | Java | 9,180 | java | TyBindService.java | Java | [] | null | [] | package com.ty.services;
import com.alibaba.fastjson.JSONObject;
import com.gen.framework.common.beans.CommonChildBean;
import com.gen.framework.common.beans.CommonSearchBean;
import com.gen.framework.common.services.CacheService;
import com.gen.framework.common.services.CommonService;
import com.gen.framework.common.... | 9,180 | 0.660661 | 0.6563 | 206 | 41.300972 | 30.564379 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.072816 | false | false | 5 |
4b72d3b04b51b80b15c60091b1a3e6f926de99df | 4,492,535,825,575 | 504407837910e283477158692f59c7e46884b2cf | /app/src/main/java/id/co/myproject/angkutapps/model/data_access_object/JenisKendaraan.java | 3ef9be8e61b5f3e5b6352d7dcba6dec37f2b9022 | [] | no_license | Carryfy/AngkutAppsDriver | https://github.com/Carryfy/AngkutAppsDriver | 0eec25a22cabe992e27fd03b81618a224bcde1a3 | 99bcc69f7bf4012f714bff7839e6762435611d3d | refs/heads/master | 2022-12-18T08:07:56.378000 | 2020-09-10T22:52:44 | 2020-09-10T22:52:44 | 252,918,178 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.co.myproject.angkutapps.model.data_access_object;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class JenisKendaraan {
@SerializedName("id_jenis_kendaraan")
@Expose
private String idJenisKendaraan;
@SerializedName("nama_jenis_kendaraa... | UTF-8 | Java | 736 | java | JenisKendaraan.java | Java | [] | null | [] | package id.co.myproject.angkutapps.model.data_access_object;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class JenisKendaraan {
@SerializedName("id_jenis_kendaraan")
@Expose
private String idJenisKendaraan;
@SerializedName("nama_jenis_kendaraa... | 736 | 0.736413 | 0.736413 | 28 | 25.285715 | 22.79702 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 5 |
2539e1befeb5a33af8bec2e7a7a4bbd56348ea33 | 7,602,092,161,530 | d67ada6ef3f0c6f2282e8eb17f79471c9231ecf3 | /Assignment3.2(27-10-21)/src/in/conceptarchitect/financeapp/App.java | 72d410904573f60a3eb93508b0f277595ccc5756 | [] | no_license | sudhakarreddy4098/effectivejavatraining | https://github.com/sudhakarreddy4098/effectivejavatraining | 719fdfb6f102ae2840ec0c9d5004158ef491a973 | a482e0047ce51cce69e6fe93c921b64318fe67b9 | refs/heads/main | 2023-09-01T07:59:06.414000 | 2021-10-28T01:42:34 | 2021-10-28T01:42:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.conceptarchitect.financeapp;
import in.conceptarchitect.finance.ATM;
import in.conceptarchitect.finance.Bank;
public class App {
public static void main(String[] args) {
// TODO Auto-generated method stub
Bank B=new Bank(2255,"pa@ss",21000);
ATM A=new ATM();
A.withdraw(2255,"p@ss",21000);
... | UTF-8 | Java | 911 | java | App.java | Java | [
{
"context": "\n\t\tA.Deposit(2255, 34000);\n\t\t\n\t\tA.changePassword(\"p@ss\",\"sudhakar@\");\n\t\t\n//\t\tString password=\"p@ss\";\n//\t",
"end": 373,
"score": 0.9901947975158691,
"start": 369,
"tag": "PASSWORD",
"value": "p@ss"
},
{
"context": "posit(2255, 34000);\n\t\t\n\t\tA.... | null | [] | package in.conceptarchitect.financeapp;
import in.conceptarchitect.finance.ATM;
import in.conceptarchitect.finance.Bank;
public class App {
public static void main(String[] args) {
// TODO Auto-generated method stub
Bank B=new Bank(2255,"pa@ss",21000);
ATM A=new ATM();
A.withdraw(2255,"p@ss",21000);
... | 930 | 0.536773 | 0.486279 | 65 | 13.030769 | 14.921301 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.676923 | false | false | 5 |
c361609f0a4dd3f3543783e555634eb9a7e237cb | 19,396,072,337,075 | 29b16a99160a41b1999f4199dc5ca6bfe84f8d39 | /app/src/main/java/com/lorenzmacht/mobhp/Monster.java | 0402f1f400f3a36b8846e9f2a9fdc47c19a72c8f | [] | no_license | LoreReut/Noob-s-first-app | https://github.com/LoreReut/Noob-s-first-app | f730af2599a19b30747ef7bc78159e82d1f7ac06 | 6ec153b9303de866f2317c97b952594050f1049d | refs/heads/master | 2021-09-25T00:59:27.634000 | 2021-09-16T23:09:36 | 2021-09-16T23:09:36 | 33,089,629 | 0 | 0 | null | false | 2015-09-03T15:07:04 | 2015-03-29T21:14:13 | 2015-05-03T23:07:01 | 2015-09-03T15:07:03 | 1,236 | 0 | 0 | 0 | Java | null | null | package com.lorenzmacht.mobhp;
/**
* Created by Lo on 17/08/2015.
*/
public class Monster {
private long id;
private String monsterName;
private int monsterMaxHP;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String getMonst... | UTF-8 | Java | 757 | java | Monster.java | Java | [
{
"context": "package com.lorenzmacht.mobhp;\n\n/**\n * Created by Lo on 17/08/2015.\n */\npublic class Monster {\n\n pr",
"end": 52,
"score": 0.5770494341850281,
"start": 50,
"tag": "NAME",
"value": "Lo"
}
] | null | [] | package com.lorenzmacht.mobhp;
/**
* Created by Lo on 17/08/2015.
*/
public class Monster {
private long id;
private String monsterName;
private int monsterMaxHP;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public String getMonst... | 757 | 0.616909 | 0.606341 | 42 | 17.023809 | 15.848221 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 5 |
a99b2c46e4361e4757439f1a2271ed13d1020c99 | 16,312,285,817,053 | 8b98006004ed67504f48c1e795e08577d75df697 | /pscp-mis/src/main/java/com/edianniu/pscp/mis/bean/worksheetreport/SelectDataResult.java | f52aadb83c803443b702063c6afe5d1b2c6a02f8 | [] | no_license | moutainhigh/dianiu-pscp | https://github.com/moutainhigh/dianiu-pscp | 540b488a368b73186f8b23797d1fae32e484aa03 | d1cd8a5b77740a181b4542f1586964dd5f6f6fc0 | refs/heads/master | 2021-09-22T07:26:55.894000 | 2018-09-06T11:13:57 | 2018-09-06T11:13:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edianniu.pscp.mis.bean.worksheetreport;
import com.edianniu.pscp.mis.bean.Result;
import com.edianniu.pscp.mis.bean.worksheetreport.vo.ReportListVO;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import java.util.List;
/**
* ClassName: Sel... | UTF-8 | Java | 1,282 | java | SelectDataResult.java | Java | [
{
"context": "st;\n\n/**\n * ClassName: SelectDataResult\n * Author: tandingbo\n * CreateTime: 2017-10-18 14:46\n */\npublic class ",
"end": 354,
"score": 0.9996180534362793,
"start": 345,
"tag": "USERNAME",
"value": "tandingbo"
}
] | null | [] | package com.edianniu.pscp.mis.bean.worksheetreport;
import com.edianniu.pscp.mis.bean.Result;
import com.edianniu.pscp.mis.bean.worksheetreport.vo.ReportListVO;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import java.util.List;
/**
* ClassName: Sel... | 1,282 | 0.727488 | 0.71564 | 47 | 25.936171 | 25.578751 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 5 |
d75a99f05ad64cdcd592769122e45a508711b6ea | 21,414,706,979,235 | 90f84fa31a6be58353f8d2fa25d3b8b2dc7e7674 | /src/test/java/it/vitalegi/neat/impl/RandomTest.java | 7417fbb790560cd1e8bfd5709cacfedf24c048c4 | [] | no_license | vitalegi/neat-impl | https://github.com/vitalegi/neat-impl | 7141804a27f78c8c5b75335a8d7df60e9e6e5b12 | e7f255628a8da7bdbc868a3e39720b0527ca9c61 | refs/heads/master | 2020-05-04T12:28:40.716000 | 2019-05-04T12:34:18 | 2019-05-04T12:34:18 | 179,123,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.vitalegi.neat.impl;
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringRunner;... | UTF-8 | Java | 682 | java | RandomTest.java | Java | [] | null | [] | package it.vitalegi.neat.impl;
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringRunner;... | 682 | 0.749267 | 0.730205 | 26 | 25.23077 | 20.436218 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.269231 | false | false | 5 |
c7008d4e8b907f6fe9d4a279bc1365f4332da52a | 4,681,514,387,680 | 39e62d76ea3fd7419e0200f7da92bd5210220ce5 | /src/main/java/com/incloud/hcp/domain/EstadoPrefactura.java | a052678b3e20f8d1ec29927f465f50f7342b1984 | [] | no_license | hiddro/iproviderbackcf | https://github.com/hiddro/iproviderbackcf | a188b80be4a57ff77e787b436d366754cf7205eb | 008b4ebf6f315d5bc5ea00e9301e7924ab75424a | refs/heads/master | 2023-05-11T21:41:21.893000 | 2021-05-31T15:40:51 | 2021-05-31T15:40:51 | 372,554,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.incloud.hcp.domain;
import com.incloud.hcp.domain._framework.BaseDomain;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Access(AccessType.FIELD)
@Table(name = "ESTADO_PREFACTURA")
public class EstadoPrefactura extends BaseDomain implements Serializable {
private static final long ... | UTF-8 | Java | 1,038 | java | EstadoPrefactura.java | Java | [] | null | [] | package com.incloud.hcp.domain;
import com.incloud.hcp.domain._framework.BaseDomain;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Access(AccessType.FIELD)
@Table(name = "ESTADO_PREFACTURA")
public class EstadoPrefactura extends BaseDomain implements Serializable {
private static final long ... | 1,038 | 0.629094 | 0.626204 | 47 | 21.085106 | 21.08325 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 5 |
2ced38587439773ddbaa46198e567e385df88bd4 | 24,283,745,144,188 | 43190213d53f12d1891e83bbf50913cfb47387ed | /src/main/java/catalogContacts/dao/impl/DaoGeneral.java | 04653895c0ce8bdf1f6ccca025dad14946d01c7a | [] | no_license | EvdokimovaIrina/CatalogContactsBell | https://github.com/EvdokimovaIrina/CatalogContactsBell | 866758a46c1b84e9aaa0d5a2e0ab6c4535a0544c | dffa9a0ab25a9a7fe150a86a8337821a0d900ed6 | refs/heads/master | 2021-01-01T04:32:29.220000 | 2017-10-11T20:07:57 | 2017-10-11T20:07:57 | 97,193,057 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package catalogContacts.dao.impl;
import catalogContacts.dao.exception.DaoException;
import org.apache.log4j.Logger;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
public abstract class DaoGeneral {
private SessionFactory sessionFactory;
private static Logger logger = Logger.getLogger(D... | UTF-8 | Java | 1,976 | java | DaoGeneral.java | Java | [] | null | [] | package catalogContacts.dao.impl;
import catalogContacts.dao.exception.DaoException;
import org.apache.log4j.Logger;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
public abstract class DaoGeneral {
private SessionFactory sessionFactory;
private static Logger logger = Logger.getLogger(D... | 1,976 | 0.648678 | 0.648138 | 60 | 29.883333 | 27.660496 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 4 |
262fbde67ad094a31255ec6f15754959f3eeefbc | 30,631,706,807,394 | 7a5f1be68c8f0a20d35d33037440afc9328c6043 | /javaDesignMode/src/main/java/com/wenwen/javadesignmode/sww04_singleInstance/Sww04_recommendStaticInner.java | b8d141adb1a4d08cace96ef3e8a4479fde383c49 | [] | no_license | chengyiqingqing/JavaDesignMode | https://github.com/chengyiqingqing/JavaDesignMode | 2360c279d579190a7f1f12f46d75318f121f7067 | e64dc345c5ba0b46a9808c011b2ff11fdb07d406 | refs/heads/master | 2020-03-11T12:27:22.396000 | 2018-04-18T03:24:15 | 2018-04-18T03:24:15 | 129,998,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wenwen.javadesignmode.sww04_singleInstance;
/**
* Created by Administrator on 2018/4/17.
*/
public class Sww04_recommendStaticInner {
private Sww04_recommendStaticInner(){
}
public static Sww04_recommendStaticInner getInstance(){
return InnerInstance.instance;
}
static c... | UTF-8 | Java | 448 | java | Sww04_recommendStaticInner.java | Java | [] | null | [] | package com.wenwen.javadesignmode.sww04_singleInstance;
/**
* Created by Administrator on 2018/4/17.
*/
public class Sww04_recommendStaticInner {
private Sww04_recommendStaticInner(){
}
public static Sww04_recommendStaticInner getInstance(){
return InnerInstance.instance;
}
static c... | 448 | 0.725446 | 0.683036 | 23 | 18.47826 | 26.046562 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.130435 | false | false | 4 |
ea7dc10794c3fd23609da73624c81f62cc2ca125 | 17,403,207,483,891 | ac572c16fc9d687dc4070e141d514273065e9a8f | /app/src/main/java/com/example/sergy/proyectointegrador/Publicaciones.java | 2cd97383bb72610ffbca7c4f9ac85b349cbbe0f0 | [] | no_license | sergy09/ProyectoECUE | https://github.com/sergy09/ProyectoECUE | 933d035baa2e943d7f72fdff17d8673534c25699 | ae04dcaa48aaff898fe56f004403d759d23b2f23 | refs/heads/master | 2017-05-08T19:25:05.454000 | 2017-03-09T16:44:50 | 2017-03-09T16:44:50 | 82,277,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sergy.proyectointegrador;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Sergy on 23/01/2017.
*/
public class Publicaciones {
private String origen;
private String destino;
private String fecha;
private String hora;
private Strin... | UTF-8 | Java | 2,893 | java | Publicaciones.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by Sergy on 23/01/2017.\n */\n\npublic class Publicaciones {\n",
"end": 147,
"score": 0.8628743290901184,
"start": 142,
"tag": "USERNAME",
"value": "Sergy"
},
{
"context": "Vehiculo\",vehiculo);\n result.put(\"U... | null | [] | package com.example.sergy.proyectointegrador;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Sergy on 23/01/2017.
*/
public class Publicaciones {
private String origen;
private String destino;
private String fecha;
private String hora;
private Strin... | 2,893 | 0.592119 | 0.589354 | 133 | 20.751881 | 20.561445 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 4 |
094fb3cb1990b525a32140df8ebb331cc3559e85 | 11,527,692,284,303 | 23a96d6c728a4304ba2a964bd6ecdc058f460bf8 | /src/org/emp/Employee.java | 654256334cb3d6412274c13e6bf654807d7e4a73 | [] | no_license | Ranjith1357/EmployeeDetails | https://github.com/Ranjith1357/EmployeeDetails | 2ff1b96a0cbe23fd4f2ca7bb518f1773c40507d2 | dbe076a3c79de1fbb66c392642e523042dbcc88c | refs/heads/master | 2023-05-30T16:21:51.976000 | 2021-06-02T13:12:05 | 2021-06-02T13:12:05 | 373,171,187 | 0 | 0 | null | false | 2021-06-02T13:47:51 | 2021-06-02T13:07:09 | 2021-06-02T13:13:14 | 2021-06-02T13:47:51 | 0 | 0 | 0 | 1 | Java | false | false | package org.emp;
public class Employee {
public void empId() {
System.out.println("5655");
}
public void empName() {
System.out.println("Ranjith");
}
public void empDob() {
System.out.println("24/04/1996");
}
public void empPhone() {
System.out.println("790... | UTF-8 | Java | 636 | java | Employee.java | Java | [
{
"context": " public void empName() {\n\t\t\n\t\tSystem.out.println(\"Ranjith\");\n\t\t\n }\n\t\n public void empDob() {\n\t\t\n\t\tSys",
"end": 168,
"score": 0.9997474551200867,
"start": 161,
"tag": "NAME",
"value": "Ranjith"
},
{
"context": "public void empEmail() {\n\t\t\n\... | null | [] | package org.emp;
public class Employee {
public void empId() {
System.out.println("5655");
}
public void empName() {
System.out.println("Ranjith");
}
public void empDob() {
System.out.println("24/04/1996");
}
public void empPhone() {
System.out.println("790... | 622 | 0.542453 | 0.503145 | 48 | 12.25 | 13.415631 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.208333 | false | false | 4 |
93237d2af7f49f2a5e6984d60d7d6679e01c7aab | 24,464,133,777,275 | 5567a848d5c8511ac9f11f9cf2e96b604294b5d0 | /src/labs/lab1/student/Student.java | b6493d9dfd90f13a01a9323e9c4261c1d6a04bd5 | [] | no_license | mariosemedo/ce303 | https://github.com/mariosemedo/ce303 | 8e4225b3b1c4766c8649d0b76e1425b548aedb15 | 458b6156b6a600706479d2a2bc3f958f42017523 | refs/heads/master | 2018-09-10T05:47:50.145000 | 2017-11-29T17:17:57 | 2017-11-29T17:17:57 | 110,903,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package labs.lab1.student;
import java.util.Comparator;
import static java.util.Arrays.sort;
public class Student implements Comparable<Student>{
public int id; // unique identifier
public String name;
public String scheme;
public static final Student[] sampleStudents = {
new Student(56781234, "A... | UTF-8 | Java | 1,691 | java | Student.java | Java | [
{
"context": "t[] sampleStudents = {\r\n\t\t\tnew Student(56781234, \"Alice\", \"Law\"),\r\n\t\t\tnew Student(87654321, \"Bob\", \"Astro",
"end": 324,
"score": 0.9998774528503418,
"start": 319,
"tag": "NAME",
"value": "Alice"
},
{
"context": "eStudents = {\r\n\t\t\tnew Student(567812... | null | [] | package labs.lab1.student;
import java.util.Comparator;
import static java.util.Arrays.sort;
public class Student implements Comparable<Student>{
public int id; // unique identifier
public String name;
public String scheme;
public static final Student[] sampleStudents = {
new Student(56781234, "A... | 1,691 | 0.653459 | 0.627439 | 69 | 22.507246 | 21.54377 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.797101 | false | false | 4 |
f8e60700abde1fa4a9904cc9ca3ea362c6d55ab6 | 5,970,004,546,801 | 88f5ff5d2d151be34a32cb343471d025e8b3347a | /tdhc_cgsys/src/main/java/code_fb_cg/mapper/TbItemMapper.java | 4c25f2f429fd9121e5a7ac05a9f402efd4190e15 | [] | no_license | ylh-github/test | https://github.com/ylh-github/test | 872f9caded48b02c60085b087e934294b4f99510 | 88eb9ab8c726c37e4f98bb37a908ebff656bbb00 | refs/heads/master | 2022-12-23T21:08:28.490000 | 2020-03-17T14:55:14 | 2020-03-17T15:02:39 | 247,901,336 | 0 | 0 | null | false | 2022-12-16T00:35:15 | 2020-03-17T07:02:03 | 2020-03-17T15:16:41 | 2022-12-16T00:35:15 | 61,208 | 0 | 0 | 12 | JavaScript | false | false | package code_fb_cg.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import code_fb_cg.entity.TbItem;
import code_fb_cg.entity.TbItemExample;
public interface TbItemMapper {
int countByExample(TbItemExample example);
int deleteByExample(TbItemExample example);
int deleteByPrimar... | UTF-8 | Java | 1,153 | java | TbItemMapper.java | Java | [] | null | [] | package code_fb_cg.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import code_fb_cg.entity.TbItem;
import code_fb_cg.entity.TbItemExample;
public interface TbItemMapper {
int countByExample(TbItemExample example);
int deleteByExample(TbItemExample example);
int deleteByPrimar... | 1,153 | 0.758079 | 0.758079 | 43 | 25.651163 | 27.757156 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744186 | false | false | 4 |
f4535dec4e4ec9ab122360cca5240a3bdc294680 | 11,201,274,736,179 | df842eb382b87da7470ab47a647cde756b625c59 | /gruppe3.web/src/gruppe3/web/SelectOneView.java | 9a2a2201b38295fc842e3caed15d65f37099beff | [] | no_license | eamv-hi/JavaEE-2020 | https://github.com/eamv-hi/JavaEE-2020 | 7d260d02c898f6569dd3e4ce182ce72311336d9c | cd10c3a9bd065f3569c8bc9ad7560903937a417b | refs/heads/master | 2021-03-18T10:09:47.123000 | 2020-11-06T09:52:10 | 2020-11-06T09:52:10 | 247,065,182 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gruppe3.web;
import javax.annotation.PostConstruct;
import javax.faces.bean.RequestScoped;
import javax.inject.Named;
@Named
@RequestScoped
public class SelectOneView {
private String option;
private int id;
@PostConstruct // Ved ikke? https://www.primefaces.org/showcase/ui/input/listbox... | UTF-8 | Java | 594 | java | SelectOneView.java | Java | [] | null | [] | package gruppe3.web;
import javax.annotation.PostConstruct;
import javax.faces.bean.RequestScoped;
import javax.inject.Named;
@Named
@RequestScoped
public class SelectOneView {
private String option;
private int id;
@PostConstruct // Ved ikke? https://www.primefaces.org/showcase/ui/input/listbox... | 594 | 0.671717 | 0.670034 | 27 | 21 | 20.392447 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
4a20a4b51d473352f438b767aa9b84678dccfd04 | 14,826,227,131,217 | 6ff0931527fa06744706ee3a07820e2223b5de9b | /commons-lib/src/main/java/cxy/demo/common/utils/FileUtil.java | 6dbebe6f989f8582da9494cb62482842a2625b6d | [] | no_license | chaoxingyu/cxy-demo | https://github.com/chaoxingyu/cxy-demo | 9338eb9018b012f96135819bbe2de5b9aebe3390 | 300e9c559d53172a875c9d51f892d88209df9b7b | refs/heads/master | 2020-03-27T08:25:57.437000 | 2019-03-06T00:57:05 | 2019-03-06T00:57:05 | 146,253,772 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cxy.demo.common.utils;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class FileUtil {
/**
* 获取文件绝对路径
*
* @param path
* 文件路径
* @return String
*/
public static String getAbsolutePa... | UTF-8 | Java | 5,415 | java | FileUtil.java | Java | [] | null | [] | package cxy.demo.common.utils;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class FileUtil {
/**
* 获取文件绝对路径
*
* @param path
* 文件路径
* @return String
*/
public static String getAbsolutePa... | 5,415 | 0.629918 | 0.62872 | 226 | 21.154867 | 21.590679 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.929204 | false | false | 4 |
0434f7c2eecac497b7d485750c92cb73a2523241 | 4,045,859,224,833 | 4b0022435c16bc0678fc911103263471e050d80b | /trunk/admin/src/main/java/com/framework/loippi/controller/allinpay/UploadlicenseController.java | c5640c3e9a1aba7f9efdd8dc1df3c837a308b5d2 | [] | no_license | leanshi2018/b2c | https://github.com/leanshi2018/b2c | 4cc92aa7d0fc9010277e37becb1e146f771510f7 | 039ee965d05e15f38374bf8b03ecea961a5a3463 | refs/heads/master | 2022-12-21T05:45:18.423000 | 2021-03-16T03:25:13 | 2021-03-16T03:25:13 | 196,949,258 | 3 | 3 | null | false | 2022-12-16T05:16:28 | 2019-07-15T07:40:36 | 2021-03-16T07:17:18 | 2022-12-16T05:16:24 | 8,036 | 2 | 2 | 35 | Java | false | false | package com.framework.loippi.controller.allinpay;
import com.allinpay.yunst.sdk.YunClient;
import com.allinpay.yunst.sdk.bean.YunRequest;
import com.framework.loippi.utils.JacksonUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Req... | UTF-8 | Java | 3,021 | java | UploadlicenseController.java | Java | [] | null | [] | package com.framework.loippi.controller.allinpay;
import com.allinpay.yunst.sdk.YunClient;
import com.allinpay.yunst.sdk.bean.YunRequest;
import com.framework.loippi.utils.JacksonUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Req... | 3,021 | 0.638106 | 0.63059 | 73 | 35.452053 | 26.836411 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657534 | false | false | 4 |
9b9a88bdc3704822f229708890f8727a1be2ff93 | 10,118,942,998,371 | 3accfd89abf359f268791f6eb5026a8de22187b2 | /AndroidStudy_Test/app/src/main/java/com/example/wenhaibo/androidstudy_test/Bookinfo.java | 7641e041af5a85ef055938ad8f31452183103216 | [
"Apache-2.0"
] | permissive | haibowen/Android | https://github.com/haibowen/Android | 6de123edffea3ceca0ee6fafd5f87a4ab9e137a5 | 247da3885e9e68bccc42c317d0c0a55821b24e4b | refs/heads/master | 2020-03-17T17:47:35.111000 | 2019-03-26T09:31:29 | 2019-03-26T09:31:29 | 133,802,229 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wenhaibo.androidstudy_test;
public class Bookinfo {
private String title;
private String price;
private String time;
private String id;
public Bookinfo() {
this.title = title;
this.price = price;
this.time = time;
}
public String getId() {
... | UTF-8 | Java | 811 | java | Bookinfo.java | Java | [] | null | [] | package com.example.wenhaibo.androidstudy_test;
public class Bookinfo {
private String title;
private String price;
private String time;
private String id;
public Bookinfo() {
this.title = title;
this.price = price;
this.time = time;
}
public String getId() {
... | 811 | 0.559803 | 0.559803 | 48 | 15.895833 | 13.773828 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
8259fc28e84ec85afda65f0e42c84577de8779d1 | 22,935,125,405,730 | f4add6e1b455f1ecbedca1fef08aff0e7709fcc4 | /src/main/java/teamelf/elfcraft/common/helper/ElfCraftTab.java | 64525c5b2406606d35c426474f315ad2bb42f49f | [
"MIT"
] | permissive | pixlepix/ElfCraft | https://github.com/pixlepix/ElfCraft | a46074687bd617a16b2d234072331f71d2374ad4 | e492771fbe5276b64fb0ed7e72594043be92ff6c | refs/heads/master | 2016-05-25T00:44:26.072000 | 2013-12-16T20:33:48 | 2013-12-16T20:33:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package teamelf.elfcraft.common.helper;
import teamelf.elfcraft.common.ElfCraft;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class ElfCraftTab extends CreativeTabs {
public static ElfCraftTab instance;
public ElfCraftTab() {
super("tab... | UTF-8 | Java | 455 | java | ElfCraftTab.java | Java | [] | null | [] | package teamelf.elfcraft.common.helper;
import teamelf.elfcraft.common.ElfCraft;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class ElfCraftTab extends CreativeTabs {
public static ElfCraftTab instance;
public ElfCraftTab() {
super("tab... | 455 | 0.782418 | 0.782418 | 21 | 20.666666 | 17.704811 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 4 |
e555e931b5e573d12a2fb03787dd8a7db613b2f0 | 25,237,227,864,017 | 640c3f4696ad3459346038ce9074f56bf9f91ee2 | /usermanagement-client-controller-api/src/main/java/ci/gouv/dgbf/system/usermanagement/client/controller/api/account/UserAccountController.java | 317f7ba989de40b324989bcf8d9843acdce6a9af | [] | no_license | devlopper/ci.gouv.dgbf.system.usermanagement.client | https://github.com/devlopper/ci.gouv.dgbf.system.usermanagement.client | 7094bbf576bbefc4bb44df9f22deeadb97d1b79d | 56ac6046036d62eee0bf29c882f65696ce51149e | refs/heads/master | 2021-07-26T19:25:56.055000 | 2019-03-04T12:13:10 | 2019-03-04T12:13:10 | 173,736,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ci.gouv.dgbf.system.usermanagement.client.controller.api.account;
import org.cyk.utility.client.controller.ControllerEntity;
import ci.gouv.dgbf.system.usermanagement.client.controller.entities.account.UserAccount;
public interface UserAccountController extends ControllerEntity<UserAccount> {
}
| UTF-8 | Java | 308 | java | UserAccountController.java | Java | [] | null | [] | package ci.gouv.dgbf.system.usermanagement.client.controller.api.account;
import org.cyk.utility.client.controller.ControllerEntity;
import ci.gouv.dgbf.system.usermanagement.client.controller.entities.account.UserAccount;
public interface UserAccountController extends ControllerEntity<UserAccount> {
}
| 308 | 0.850649 | 0.850649 | 9 | 33.222221 | 37.661587 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
c1f2aa7e93d8755d684bef663e0c57a2dd40ffe2 | 16,028,817,986,006 | b07e9505a96af8904f572f5aa99c75851705478d | /src/test/java/edu/psu/cse/siis/coal/field/transformers/set/SetFieldTransformerTest.java | 5dfb91fd37f9a9b4b78882fcb8e5ddc14526ba66 | [
"Apache-2.0"
] | permissive | JordanSamhi/coal | https://github.com/JordanSamhi/coal | 3a01b131401c1519c087e8917b7a7da401a14533 | 3bf14d2dc42f0260d2861d4f82580a902e8121db | refs/heads/master | 2023-06-10T01:51:27.683000 | 2023-06-01T07:52:39 | 2023-06-01T07:52:39 | 252,406,275 | 1 | 1 | Apache-2.0 | true | 2022-12-09T15:31:33 | 2020-04-02T09:05:46 | 2022-06-22T02:25:38 | 2022-06-28T14:34:59 | 11,768 | 1 | 1 | 1 | Java | false | false | /*
* Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin
* Systems and Internet Infrastructure Security Laboratory
*
* Author: Damien Octeau
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... | UTF-8 | Java | 12,580 | java | SetFieldTransformerTest.java | Java | [
{
"context": "t Infrastructure Security Laboratory\n *\n * Author: Damien Octeau\n *\n * Licensed under the Apache License, Version ",
"end": 177,
"score": 0.9998556971549988,
"start": 164,
"tag": "NAME",
"value": "Damien Octeau"
}
] | null | [] | /*
* Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin
* Systems and Internet Infrastructure Security Laboratory
*
* Author: <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | 12,573 | 0.776312 | 0.77035 | 284 | 43.295776 | 29.107811 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725352 | false | false | 4 |
9974d0015b89009e3c9ec9046508c1a4f38f7419 | 23,785,528,912,322 | 0078da6f230fc39ec7bad04458eeb9eb3f065b4a | /src/pack/UserReg.java | 87a2e2cc34a2c5bafc37192c09059af4265cebe2 | [] | no_license | rgala98/Slash | https://github.com/rgala98/Slash | da816526efa78461852e19462cff5426ed38d80b | 68a3400c1eed483f9bf5018bbb3675e5f1ddbea7 | refs/heads/master | 2020-03-24T13:44:26.677000 | 2018-07-29T10:40:27 | 2018-07-29T10:40:27 | 128,919,701 | 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 pack;
import java.io.*;
import javax.swing.JOptionPane;
/**
*
* @author rgala98
*/
public class UserReg {
public ... | UTF-8 | Java | 2,849 | java | UserReg.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author rgala98\n */\npublic class UserReg {\n \n public void r",
"end": 276,
"score": 0.9996237754821777,
"start": 269,
"tag": "USERNAME",
"value": "rgala98"
}
] | 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 pack;
import java.io.*;
import javax.swing.JOptionPane;
/**
*
* @author rgala98
*/
public class UserReg {
public ... | 2,849 | 0.494911 | 0.4914 | 97 | 28.216496 | 21.53311 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.649485 | false | false | 4 |
b158c41578ad7dcd9226dfd3e7000ef439d9622a | 8,624,294,371,532 | 59cbe27d71fcef4cf663510c8a2294d3dfff5d2c | /java/src/test/java/io/swagger/client/api/MachineTypesResourceApiTest.java | c56aa38b8ee25a08faa93400d66caffb1f9e6175 | [] | no_license | SirOibaf/hopsworks-client | https://github.com/SirOibaf/hopsworks-client | 32481222f537aa3897bc494a09b68f6c743fb391 | ff7f465d5e6b2bfc8fe938d92d9a499aa34e23e4 | refs/heads/master | 2022-06-08T01:15:46.515000 | 2019-11-28T01:23:16 | 2019-11-28T01:23:16 | 224,544,162 | 0 | 0 | null | false | 2022-05-20T21:16:22 | 2019-11-28T01:09:51 | 2019-11-28T01:23:27 | 2022-05-20T21:16:22 | 832 | 0 | 0 | 2 | Java | false | false | /*
* Hopsworks api
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.1.0-SNAPSHOT
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit... | UTF-8 | Java | 1,462 | java | MachineTypesResourceApiTest.java | Java | [
{
"context": " (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)\n *\n * OpenAPI spec version: 1.1.",
"end": 107,
"score": 0.9994962811470032,
"start": 96,
"tag": "USERNAME",
"value": "swagger-api"
},
{
"context": "ger code generator program.\n * https://g... | null | [] | /*
* Hopsworks api
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.1.0-SNAPSHOT
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit... | 1,462 | 0.668263 | 0.666211 | 62 | 22.580645 | 23.192427 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.209677 | false | false | 4 |
c2fe6666863775e3b01827e7a001c656ac4430ad | 25,237,227,868,218 | 2d64539bbc8175d07c79e3406961b31c17bee83d | /src/main/java/com/rw/appointment/domain/TimeSlot.java | 4fa19443c2a3e635b0efb965b29bdd62e5e3cd21 | [] | no_license | RobertWojtaszczyk/appointment-base | https://github.com/RobertWojtaszczyk/appointment-base | 89f5a641ed19e3a5631b54bd56a038c09d80b7b2 | 4d2b3b1c3505e37ff8114770b1b032b8d834535a | refs/heads/master | 2021-01-14T21:17:45.723000 | 2020-06-27T10:13:36 | 2020-06-27T10:13:36 | 242,762,793 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rw.appointment.domain;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.UUID;
@Entity... | UTF-8 | Java | 3,692 | java | TimeSlot.java | Java | [] | null | [] | package com.rw.appointment.domain;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.UUID;
@Entity... | 3,692 | 0.64247 | 0.64247 | 159 | 22.220125 | 19.877186 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371069 | false | false | 4 |
8b1802bda1f75052e213b9866ea407d6549012e0 | 13,726,715,480,701 | 5f85070ffe0e87367f5718ab1fb09206900187e7 | /src/main/java/controller/GameController.java | 1375fd11a85e94e3e361c72cd1130ac51195d976 | [] | no_license | Miguel26-pixel/BOMBERMAN_LPOO | https://github.com/Miguel26-pixel/BOMBERMAN_LPOO | b0676ba3fea0e4d1a95cd81bbcdcd2bdc9b7434a | 5433e83efa87f71c8308a562f9fd949d75449e0d | refs/heads/main | 2023-05-27T08:10:57.850000 | 2021-06-03T16:27:04 | 2021-06-03T16:27:04 | 373,570,178 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import model.arena.Arena;
public abstract class GameController {
protected final Arena arena;
public GameController(Arena arena) {
this.arena = arena;
}
public Arena getArena() {
return arena;
}
}
| UTF-8 | Java | 257 | java | GameController.java | Java | [] | null | [] | package controller;
import model.arena.Arena;
public abstract class GameController {
protected final Arena arena;
public GameController(Arena arena) {
this.arena = arena;
}
public Arena getArena() {
return arena;
}
}
| 257 | 0.657588 | 0.657588 | 15 | 16.133333 | 14.632688 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
26d5c2816462d723b1fffdc451524265f358bc98 | 27,204,322,860,076 | bae65001d74c4448985ebe8d9abdb60b7e9b2a75 | /src/main/java/com/shipmap/modules/observer/service/FishtailService.java | 2a49c0335680ddbf83de271ace5cd7dccd00cb45 | [] | no_license | yeritian/map | https://github.com/yeritian/map | 0a3e436f0cc887adddf658cb192ee265fa4a2cdc | 93b0547b17967bf0e6877b01d998fad9a470a5bf | refs/heads/master | 2020-05-09T20:13:15.362000 | 2019-04-15T02:29:38 | 2019-04-15T02:29:38 | 181,398,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shipmap.modules.observer.service;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.shipmap.framework.exception.BusinessException;
import com.shipmap.framework.model.ActiveUser;
import com.shipmap.modules.observer.model.Fishtail;
/**
* <p>
* 服务类
... | UTF-8 | Java | 1,484 | java | FishtailService.java | Java | [] | null | [] | package com.shipmap.modules.observer.service;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.shipmap.framework.exception.BusinessException;
import com.shipmap.framework.model.ActiveUser;
import com.shipmap.modules.observer.model.Fishtail;
/**
* <p>
* 服务类
... | 1,484 | 0.624093 | 0.618287 | 69 | 18.971014 | 21.074726 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275362 | false | false | 4 |
a15c8f160be84b441099ae461d09412472f4ad38 | 4,758,823,786,565 | af87adaa2cac232128a25a5a6f20a5961a339cb7 | /manatee-weaver/src/main/java/com/weiwq/manatee/weaver/internal/AwaitMethodWeaver.java | 4673c68f90d605e5428d797d9f793d5afddd3020 | [] | no_license | wweiq/manatee | https://github.com/wweiq/manatee | 93abde6962306af3c00c2f5c1eedbb932a335888 | 535318eb3656e1b4ee838114a724624086f4fc85 | refs/heads/master | 2017-11-23T14:41:41.203000 | 2016-11-18T09:34:07 | 2016-11-18T09:34:07 | 67,399,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weiwq.manatee.weaver.internal;
import com.weiwq.manatee.weaver.AsyncClassDefinitionType;
import com.weiwq.manatee.weaver.AsyncClassDefinition;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.*;
import java.util.*;
... | UTF-8 | Java | 20,086 | java | AwaitMethodWeaver.java | Java | [
{
"context": "sm.tree.*;\n\nimport java.util.*;\n\n/**\n * Created by weiwq 2016/9/9.\n */\npublic class AwaitMethodWeaver exte",
"end": 343,
"score": 0.9994274973869324,
"start": 338,
"tag": "USERNAME",
"value": "weiwq"
}
] | null | [] | package com.weiwq.manatee.weaver.internal;
import com.weiwq.manatee.weaver.AsyncClassDefinitionType;
import com.weiwq.manatee.weaver.AsyncClassDefinition;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.*;
import java.util.*;
... | 20,086 | 0.592303 | 0.589615 | 418 | 47.052631 | 31.333017 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.007177 | false | false | 4 |
b2ff2ffe3cff41b35891628381afc64313725362 | 2,001,454,799,386 | 8deef1475efe6963fd96587f5cddbe98f134d711 | /challenges/src/main/java/com/codingthrough/hackerrank/practice/algorithms/implementation/AngryProfessor.java | 7b035dc529105e88e929c26556a71658ad628f4e | [] | no_license | auntie-joye/hackerrank-practice | https://github.com/auntie-joye/hackerrank-practice | 8b9af872b2d4116435619ee214ffa3f5d039a639 | 5f5ac3805f36e1b0444cfdbd954ff33d1402e1ff | refs/heads/master | 2021-01-10T13:57:12.935000 | 2015-11-23T07:02:23 | 2015-11-23T07:02:23 | 46,167,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codingthrough.hackerrank.practice.algorithms.implementation;
import java.util.Scanner;
/**
* Problem Statement:
* <p>
* The professor is conducting a course on Discrete Mathematics
* to a class of N students. He is angry at the lack of their
* discipline, and he decides to cancel class if there are f... | WINDOWS-1252 | Java | 2,632 | java | AngryProfessor.java | Java | [] | null | [] | package com.codingthrough.hackerrank.practice.algorithms.implementation;
import java.util.Scanner;
/**
* Problem Statement:
* <p>
* The professor is conducting a course on Discrete Mathematics
* to a class of N students. He is angry at the lack of their
* discipline, and he decides to cancel class if there are f... | 2,632 | 0.611407 | 0.593156 | 86 | 29.581396 | 27.191597 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.430233 | false | false | 4 |
2d15b4260850cedb0838b4d4d9e3162d6e564a4e | 25,898,652,825,021 | fc79d0857172f8774838998aebcdeccec359809d | /src/main/java/com/simpleblog/service/MemberService.java | 9bb2999fad25a71bab3239bb5f1734796efef7d1 | [] | no_license | andreikilin/simpleblog | https://github.com/andreikilin/simpleblog | 37eb4b7e5582ba8bcfc23b3d71a92101c5a5630a | 7c5dbd3cff35daec2e1b033d862b1e65b794566e | refs/heads/master | 2021-01-23T21:37:56.452000 | 2014-02-17T14:24:24 | 2014-02-17T14:24:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.simpleblog.service;
import com.simpleblog.entity.Member;
public interface MemberService {
void saveMember(Member member);
void deleteMember(String memberName);
Member findByName(String name);
Member findByEmail(String email);
}
| UTF-8 | Java | 248 | java | MemberService.java | Java | [] | null | [] | package com.simpleblog.service;
import com.simpleblog.entity.Member;
public interface MemberService {
void saveMember(Member member);
void deleteMember(String memberName);
Member findByName(String name);
Member findByEmail(String email);
}
| 248 | 0.798387 | 0.798387 | 11 | 21.545454 | 16.024775 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
79fc996980f27f0661a5daea3e431c15dcb4fd9c | 22,917,945,530,235 | 8c02f2c076025cebf74a1542d0b528bbf09b5ee5 | /ImageOverlay.java | 28e6cf3bb0c9b461bd5d49ed5ddd4a15444bd3d5 | [] | no_license | himanshuuraj/snake-and-ladder | https://github.com/himanshuuraj/snake-and-ladder | f2600b7e0f51715a94be40cf7f3dbc92578ed9e7 | 953b133b0ab224b973378619be9b15ad2d033ca5 | refs/heads/master | 2016-09-13T19:33:26.837000 | 2016-05-06T14:10:56 | 2016-05-06T14:10:56 | 58,211,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_114.
*/
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.awt.image.ImageObserver;
import java.awt.image.RenderedImage;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import javax... | UTF-8 | Java | 2,260 | java | ImageOverlay.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_114.
*/
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.awt.image.ImageObserver;
import java.awt.image.RenderedImage;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import javax... | 2,260 | 0.649558 | 0.645133 | 64 | 34.296875 | 32.644238 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78125 | false | false | 4 |
cb0253f7805b623ce5e542de70b820271a16b588 | 13,795,435,014,964 | e83520099d0f40c4c681ffc28553246b1550af2a | /src/lt/bit/oop/properties/ReadPropertiesFromFile.java | b47df582783985e09d7b43c99a8ab09cff672e53 | [] | no_license | Valdasmo/2019-07-17 | https://github.com/Valdasmo/2019-07-17 | 903bbc31b31e677645219b52850d244238674f00 | 34a89d449bc3db6d45c5188302e26b0a2134bba7 | refs/heads/master | 2020-06-22T00:05:55.207000 | 2019-08-07T12:40:57 | 2019-08-07T12:40:57 | 197,585,150 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lt.bit.oop.properties;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class ReadPropertiesFromFile {
public static void main(String[] args) {
Properties properties = new Properties();
try (InputStream is = new Fil... | UTF-8 | Java | 569 | java | ReadPropertiesFromFile.java | Java | [] | null | [] | package lt.bit.oop.properties;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
public class ReadPropertiesFromFile {
public static void main(String[] args) {
Properties properties = new Properties();
try (InputStream is = new Fil... | 569 | 0.660808 | 0.660808 | 20 | 27.450001 | 23.806459 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 4 |
7712e55e04190d35b7cc0fe21fe71d487a1cddca | 28,544,352,676,563 | 687c0fcf3dfeba86c14590d9d1d8b60f830ed1ac | /src/main/java/com/erised/flink/streaming/function/persona/scan/UpdateScanInfoFilterFunction.java | f978c4aa22c9391723bb50dea59c47c96edf538c | [
"Apache-2.0"
] | permissive | bitsonforfun/flink-rocketmq-cassandra | https://github.com/bitsonforfun/flink-rocketmq-cassandra | 43de6f848ebf596934a2bc104f2b5aae558bf450 | ca61c1020ce607c7467985b2d3b3e8caa359b8e1 | refs/heads/master | 2020-04-17T17:14:15.959000 | 2020-04-01T09:02:35 | 2020-04-01T09:02:35 | 166,774,880 | 0 | 3 | Apache-2.0 | false | 2020-04-23T18:27:20 | 2019-01-21T08:18:46 | 2020-04-23T02:50:04 | 2020-04-23T18:27:18 | 1,635 | 0 | 2 | 1 | Java | false | false | //package com.erised.flink.streaming.function.persona.scan;
//
//import com.erised.flink.pojo.scan.ScanInfoStreamRecord;
//import org.apache.flink.api.java.tuple.*;
//import org.apache.flink.configuration.Configuration;
//import org.apache.flink.streaming.api.functions.ProcessFunction;
//import org.apache.flink.util.Co... | UTF-8 | Java | 4,160 | java | UpdateScanInfoFilterFunction.java | Java | [] | null | [] | //package com.erised.flink.streaming.function.persona.scan;
//
//import com.erised.flink.pojo.scan.ScanInfoStreamRecord;
//import org.apache.flink.api.java.tuple.*;
//import org.apache.flink.configuration.Configuration;
//import org.apache.flink.streaming.api.functions.ProcessFunction;
//import org.apache.flink.util.Co... | 4,160 | 0.594952 | 0.592548 | 97 | 41.896908 | 34.06588 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608247 | false | false | 4 |
334c5dfa51c769bdc397af48c4678a949895c931 | 32,478,542,692,998 | b04a791f6025b86d18eb322db5515db046ef9da8 | /src/main/java/com/learn/BookMyShow/service/TheatreOwnerService.java | e355f1ad18e1748fbe6591f3b8007d4ae4013deb | [] | no_license | rebornkumar/BookMyShowApp | https://github.com/rebornkumar/BookMyShowApp | 797bcdbce907f1b453d83a4f07c79adb7ee6b78f | 1917662e52711d4efdde0f005321ec7c1a730de5 | refs/heads/master | 2022-04-30T20:07:07.034000 | 2020-04-14T02:28:58 | 2020-04-14T02:28:58 | 254,098,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learn.BookMyShow.service;
public interface TheatreOwnerService {
void createUpdateTheatre();
void createUpdateScreen();
void createUpdateShow();
}
| UTF-8 | Java | 173 | java | TheatreOwnerService.java | Java | [] | null | [] | package com.learn.BookMyShow.service;
public interface TheatreOwnerService {
void createUpdateTheatre();
void createUpdateScreen();
void createUpdateShow();
}
| 173 | 0.757225 | 0.757225 | 8 | 20.625 | 16.030733 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
7675e58c77a5b0bb0672d12cf89d021692502858 | 2,937,757,631,803 | 8cb81500c06d61c9325fe39a8ffa8b7b0824b631 | /adminChange.java | 9d87980b85231ea893c8f8b64c6cce3cee0e659b | [] | no_license | suryawanshi1999/Smart-Car-Parking-System-JAVA-GUI-Application- | https://github.com/suryawanshi1999/Smart-Car-Parking-System-JAVA-GUI-Application- | 725c7421cb33fe69e730693ff5e04d2a2d295633 | 92ed1e0e287e62924577324e176e2447a2a3c498 | refs/heads/master | 2021-11-03T11:40:12.345000 | 2019-04-26T06:15:22 | 2019-04-26T06:15:22 | 183,499,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import javax.mail.MessagingException;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
imp... | UTF-8 | Java | 2,633 | java | adminChange.java | Java | [
{
"context": ";\r\n\t\tname=new JLabel(\"Name\");\r\n\t\tpass=new JLabel(\"Password\");\r\n\t\temail=new JLabel(\"Email\");\r\n\t\t\r\n\t\tchange=ne",
"end": 835,
"score": 0.9855120778083801,
"start": 827,
"tag": "PASSWORD",
"value": "Password"
},
{
"context": "\r\n\t{\r\n\t\tString ... | null | [] | import java.awt.Color;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import javax.mail.MessagingException;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
imp... | 2,618 | 0.657425 | 0.614128 | 119 | 20.126051 | 16.769598 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.983193 | false | false | 4 |
2348a05c866904865c38eabe5918d39ad6731c7c | 13,202,729,468,901 | 71bbbed252336ab60ef2d43fee215d05ea2dc736 | /eHealthSystemRest/src/main/java/nirmalya/aatithya/restmodule/user/model/RestProcessMasterModel.java | 18e3ecaf83c5009fef54b600338b8a0ce8c10b57 | [] | no_license | amarendra108/ehealthsystemamar | https://github.com/amarendra108/ehealthsystemamar | 9d3617194030c12c8aca88b2716510308315f1f8 | ff283dfa5796636dffbf78e706d6e612e081c5ac | refs/heads/main | 2023-08-21T09:20:04.709000 | 2021-10-22T17:13:48 | 2021-10-22T17:13:48 | 420,140,538 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Defines user process master model
*
*/
package nirmalya.aatithya.restmodule.user.model;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
/*
* @author Nirmalya Labs
*
*/
public class RestProcessMasterModel {
private String tProcess;
private String tProcessName;
private St... | UTF-8 | Java | 3,329 | java | RestProcessMasterModel.java | Java | [
{
"context": "rxml.jackson.databind.ObjectMapper;\n\n/*\n * @author Nirmalya Labs\n *\n */\npublic class RestProcessMasterModel {\n\n\tpr",
"end": 206,
"score": 0.9996740221977234,
"start": 193,
"tag": "NAME",
"value": "Nirmalya Labs"
}
] | null | [] | /*
* Defines user process master model
*
*/
package nirmalya.aatithya.restmodule.user.model;
import java.io.IOException;
import com.fasterxml.jackson.databind.ObjectMapper;
/*
* @author <NAME>
*
*/
public class RestProcessMasterModel {
private String tProcess;
private String tProcessName;
private String tP... | 3,322 | 0.716131 | 0.716131 | 157 | 20.203821 | 20.197351 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.859873 | false | false | 4 |
f0937227a216011489c07f114c219aa7ec9b06ff | 4,810,363,404,751 | 5e9bcdb5af28459d2e7b7afb12bfc08369e4fccd | /cedar-workspace-operations-library/src/main/java/org/metadatacenter/server/neo4j/cypher/query/CypherQueryBuilderCategoryPermission.java | 9448f4239e5a8875e65e79deedf2278233b822da | [
"BSD-2-Clause"
] | permissive | metadatacenter/cedar-server-core-library | https://github.com/metadatacenter/cedar-server-core-library | 9171ed95f7aa92d0d902f8b06ab23dac6ff916dd | 3f83fd3bc8111ec0094c099611ad1aec1f7cc742 | refs/heads/main | 2023-04-15T13:52:55.756000 | 2023-04-13T18:39:32 | 2023-04-13T18:39:32 | 50,546,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.metadatacenter.server.neo4j.cypher.query;
import org.metadatacenter.model.RelationLabel;
import org.metadatacenter.server.security.model.permission.category.CategoryPermission;
public class CypherQueryBuilderCategoryPermission extends AbstractCypherQueryBuilder {
public static String addPermissionToCat... | UTF-8 | Java | 3,599 | java | CypherQueryBuilderCategoryPermission.java | Java | [] | null | [] | package org.metadatacenter.server.neo4j.cypher.query;
import org.metadatacenter.model.RelationLabel;
import org.metadatacenter.server.security.model.permission.category.CategoryPermission;
public class CypherQueryBuilderCategoryPermission extends AbstractCypherQueryBuilder {
public static String addPermissionToCat... | 3,599 | 0.665463 | 0.665185 | 84 | 41.845238 | 35.598454 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 4 |
15d8bb540da0d4ced088c7ec4ba9d53c9ba66f3f | 42,949,674,178 | 9ba2ca9d264f5cab6191a250d40cac12cc98711d | /app/src/main/java/cn/lihailjt/englishdictionary/userdata/ProPreference.java | 3d18d753ca88e096b7cd5870a7b0c057a46a6200 | [] | no_license | lihaiJett/EnglishDictionary | https://github.com/lihaiJett/EnglishDictionary | 65cf531553fdec37bfc23034c27c09e6c4265de3 | 00c466ac91453dec32136f56e7dcc304fe235635 | refs/heads/master | 2020-03-12T10:46:13.857000 | 2018-05-16T01:28:02 | 2018-05-16T01:28:02 | 130,580,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.lihailjt.englishdictionary.userdata;
import android.content.Context;
import android.content.SharedPreferences;
/**
* @author <a href="bbmgt@163.com">lihai</a>
* @version 1.0.0
* Created by lihai on 2018/4/26.
*/
public class ProPreference {
private String SPFileName = "default";//配置文件名
... | UTF-8 | Java | 4,215 | java | ProPreference.java | Java | [
{
"context": "ntent.SharedPreferences;\n\n/**\n * @author <a href=\"bbmgt@163.com\">lihai</a>\n * @version 1.0.0\n * Created ",
"end": 161,
"score": 0.9999253749847412,
"start": 148,
"tag": "EMAIL",
"value": "bbmgt@163.com"
},
{
"context": "ferences;\n\n/**\n * @author <a hr... | null | [] | package cn.lihailjt.englishdictionary.userdata;
import android.content.Context;
import android.content.SharedPreferences;
/**
* @author <a href="<EMAIL>">lihai</a>
* @version 1.0.0
* Created by lihai on 2018/4/26.
*/
public class ProPreference {
private String SPFileName = "default";//配置文件名
priv... | 4,209 | 0.646388 | 0.643093 | 126 | 30.309525 | 30.287895 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484127 | false | false | 4 |
400d3cf86a3c7da4c2038aeb07d64215369d0926 | 14,474,039,798,969 | b6063e46ee602754443e2ee5a6d4bff7a8487641 | /CovidConnection.java | 1d8eb040275fba21b2094a1f68b8370dbfb668c8 | [] | no_license | vineet0713/Covid-Connection | https://github.com/vineet0713/Covid-Connection | 3333cd27575c4f6cc5d1e1483730515da1f042d8 | f0f036b8b5b77de5b00f48b8265f7473cb3fb0ef | refs/heads/master | 2022-10-07T23:35:06.606000 | 2020-06-05T22:14:35 | 2020-06-05T22:14:35 | 261,836,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Swetha Valluru, Vineet Joshi
// Professor Rani Mikkilineni
// CovidConnection.java
// This program is the main entry point into the application 'Covid Connection'.
public class CovidConnection {
public static void main(String[] args) {
Gui gui = new Gui();
gui.run();
}
} // end of class CovidConnection | UTF-8 | Java | 313 | java | CovidConnection.java | Java | [
{
"context": "// Swetha Valluru, Vineet Joshi\n// Professor Rani Mikkilineni\n// Co",
"end": 17,
"score": 0.9998738169670105,
"start": 3,
"tag": "NAME",
"value": "Swetha Valluru"
},
{
"context": "// Swetha Valluru, Vineet Joshi\n// Professor Rani Mikkilineni\n// CovidConnection.",
... | null | [] | // <NAME>, <NAME>
// Professor <NAME>
// CovidConnection.java
// This program is the main entry point into the application 'Covid Connection'.
public class CovidConnection {
public static void main(String[] args) {
Gui gui = new Gui();
gui.run();
}
} // end of class CovidConnection | 289 | 0.731629 | 0.731629 | 11 | 27.545454 | 20.641369 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 4 |
ac7766efe9529cdba8155de0a2dab139adc5dabe | 33,268,816,734,552 | 70d76e798b0469ec7c11c668eac28976ec1f06ef | /src/dpm/content/AbandonChecker.java | f51b7a6d5903f0f15634f6e11b8f928dd2fbe93b | [] | no_license | MichaelCumming/DesignProcessModeler | https://github.com/MichaelCumming/DesignProcessModeler | 772a5b9cf935a9b098df26d7c34be100ec353678 | 80da7112c6ee1d3eb167c8718591419af20f6d54 | refs/heads/master | 2016-08-04T21:38:38.590000 | 2013-12-04T23:10:01 | 2013-12-04T23:10:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* UseChecker.java
*
* Created on October 7, 2004, 10:34 AM
*/
package dpm.content;
import dpm.peer.*;
/**
*
* @author cumming
*/
public interface AbandonChecker {
/**Some peer has abandoned this entity */
boolean isAbandoned(Peer appUser);
}
| UTF-8 | Java | 266 | java | AbandonChecker.java | Java | [
{
"context": "m.content;\n\nimport dpm.peer.*;\n\n/**\n *\n * @author cumming\n */\npublic interface AbandonChecker {\n /**Some ",
"end": 138,
"score": 0.9994754791259766,
"start": 131,
"tag": "USERNAME",
"value": "cumming"
}
] | null | [] | /*
* UseChecker.java
*
* Created on October 7, 2004, 10:34 AM
*/
package dpm.content;
import dpm.peer.*;
/**
*
* @author cumming
*/
public interface AbandonChecker {
/**Some peer has abandoned this entity */
boolean isAbandoned(Peer appUser);
}
| 266 | 0.646617 | 0.612782 | 19 | 13 | 14.800426 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 4 |
f450a6a69aa03c1e35c900925eede47d0f627994 | 27,358,941,745,628 | 76d2e2de29e6deafa51727244ab3da192c34676f | /src/com/mybank/account/SavingsAccount.java | 461725c7d86dcc8bdce373e472026027114e6334 | [] | no_license | azambakides/my-bank | https://github.com/azambakides/my-bank | eb74b8e349153ec9e64c6c358c023585394d4d36 | 72abd8e2c546d0a5e79d8de9d94896d5c87c3901 | refs/heads/main | 2023-06-18T04:25:15.046000 | 2021-07-13T01:36:08 | 2021-07-13T01:36:08 | 382,980,040 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mybank.account;
public class SavingsAccount extends AbstractAccount {
public SavingsAccount(String customer, String accountName, double balance,
String accountNumber) {
super(customer, accountName, balance, accountNumber);
// TODO Auto-generated constructor stub
}
@Override
public Double depo... | UTF-8 | Java | 932 | java | SavingsAccount.java | Java | [] | null | [] | package com.mybank.account;
public class SavingsAccount extends AbstractAccount {
public SavingsAccount(String customer, String accountName, double balance,
String accountNumber) {
super(customer, accountName, balance, accountNumber);
// TODO Auto-generated constructor stub
}
@Override
public Double depo... | 932 | 0.762876 | 0.762876 | 34 | 26.441177 | 28.727104 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
8d15e2fdb75920a2cfe0704c72342a9fae541369 | 29,472,065,653,209 | 48c59e93e267fc211a385556b87da0186ecf79c8 | /src/main/java/ec/com/taxinet/webapp/model/Panic.java | 2a9e34a4436b8313827df487211f9d5ce558fc3c | [] | no_license | jccampos2007/im | https://github.com/jccampos2007/im | cbc0ea49d63af670ee5e98302d134052909e76cc | 7d1bc45affcbcb9dc916c4abb0f6a2c1f983194d | refs/heads/master | 2020-04-05T13:00:45.973000 | 2017-07-12T13:39:07 | 2017-07-12T13:39:07 | 95,017,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ec.com.taxinet.webapp.model;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
public class Panic implements Serializable {
/**
*
*/
private static final long s... | UTF-8 | Java | 12,139 | java | Panic.java | Java | [
{
"context": "\n\t}\n\n\tpublic String getDriverUsername() {\n\t\treturn driverUsername;\n\t}\n\n\tpublic void setDriverUsername(String driver",
"end": 2229,
"score": 0.7642282247543335,
"start": 2215,
"tag": "USERNAME",
"value": "driverUsername"
},
{
"context": "sername;\n\t}\n\n\tp... | null | [] | package ec.com.taxinet.webapp.model;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
public class Panic implements Serializable {
/**
*
*/
private static final long s... | 12,139 | 0.753934 | 0.753851 | 487 | 23.926079 | 24.711782 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.425051 | false | false | 4 |
07bb962d4a81c8fcdfadc73948b1c641aeac9fca | 6,554,120,147,123 | b56a4a115b24c95877d7b11a84f4292df0bfc10b | /CodeRacing/local-runner/decompile/com/google/common/collect/SortedMapDifference.java | 3ac7c7a6616c65180a046f1fc2d6390577234d83 | [
"Apache-2.0"
] | permissive | tyamgin/AiCup | https://github.com/tyamgin/AiCup | fd020f8b74b37b97c3a91b67ba1781585e0dcb56 | 5a7a7ec15d99da52b1c7a7de77f6a7ca22356903 | refs/heads/master | 2020-03-30T06:00:59.997000 | 2020-01-16T09:10:57 | 2020-01-16T09:10:57 | 15,261,033 | 16 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import java.util.SortedMap;
@GwtCompatible
public abstract interface SortedMapDifference
extends MapDifference
{
public abstract SortedMap entriesOnlyOnLeft();
public abstract SortedMap entriesOnlyOnRight();
public ab... | UTF-8 | Java | 619 | java | SortedMapDifference.java | Java | [] | null | [] | package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import java.util.SortedMap;
@GwtCompatible
public abstract interface SortedMapDifference
extends MapDifference
{
public abstract SortedMap entriesOnlyOnLeft();
public abstract SortedMap entriesOnlyOnRight();
public ab... | 619 | 0.76252 | 0.751212 | 23 | 25.956522 | 30.701195 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 4 |
58215e7f712e95257169012a29d28e70d2634038 | 24,068,996,794,533 | c87717a1345c8cfa1636ef53fb93e1ca05c21493 | /ProyectoFinal/FX/GetHistoricPrices/SampleParams.java | 0c8560b5a17e2f61a4b419cf9f9b23ac11957a86 | [] | no_license | chus73/KC_Bootcamp | https://github.com/chus73/KC_Bootcamp | 8caee6a72cde3672bf4c1d1e731f1ed7a7940219 | 1bad3e4218259841c58b59dbad73aad2558c05cb | refs/heads/master | 2023-01-12T08:08:04.554000 | 2021-03-19T12:06:18 | 2021-03-19T12:06:18 | 169,601,550 | 0 | 0 | null | false | 2023-01-07T17:12:07 | 2019-02-07T16:19:23 | 2021-03-19T12:06:21 | 2023-01-07T17:12:06 | 8,802 | 0 | 0 | 39 | Jupyter Notebook | false | false | /* Copyright 2018 FXCM Global Services, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | UTF-8 | Java | 4,425 | java | SampleParams.java | Java | [] | null | [] | /* Copyright 2018 FXCM Global Services, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | 4,425 | 0.60791 | 0.603842 | 143 | 28.944056 | 26.638416 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517483 | false | false | 4 |
b7176a9b3072223eb7c1c54ffb5c6ecce30d6e37 | 11,304,353,990,743 | 6a044f45cd09695ea6f66f35bb8decf86a84607d | /jobs/azure-discovery/src/main/java/com/tmobile/pacbot/azure/inventory/AzureFetchOrchestrator.java | 626a700209b8a51c34010d66fb098b3f401d90d2 | [
"Apache-2.0"
] | permissive | ritesh74/pacbot | https://github.com/ritesh74/pacbot | a07bdf82632342509f05b5c5dbb6eb6aaba40219 | 4b5361d99e7efbbc5603ec9c6568ba639105c773 | refs/heads/master | 2021-07-09T15:35:27.342000 | 2020-09-28T20:36:42 | 2020-09-28T20:36:42 | 199,405,428 | 1 | 0 | Apache-2.0 | true | 2019-07-29T07:53:26 | 2019-07-29T07:53:25 | 2019-07-25T04:59:41 | 2019-07-24T18:26:14 | 22,654 | 0 | 0 | 0 | null | false | false | package com.tmobile.pacbot.azure.inventory;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | UTF-8 | Java | 3,221 | java | AzureFetchOrchestrator.java | Java | [] | null | [] | package com.tmobile.pacbot.azure.inventory;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... | 3,221 | 0.742626 | 0.734865 | 108 | 28.824074 | 25.830584 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.194444 | false | false | 4 |
4055a0636b51da5ac3c42580ba10a293a5ffd005 | 28,656,021,800,090 | 3175d9eabd8947a5180e7c2a21a7945b75f5e31b | /src/main/java/xyz/justblink/grace/tag/subtag/Terminal.java | ede9297979e4b7119451ad903219abf426a52a6e | [
"MIT"
] | permissive | kasun90/grace | https://github.com/kasun90/grace | f7cad525930ad08cbcc86be88cfcd980ccb5bc35 | 5303b5c647b26ac14b869735ad0e026c0177e2a1 | refs/heads/master | 2020-05-04T21:50:31.057000 | 2019-07-30T07:34:36 | 2019-07-30T07:34:36 | 179,490,356 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.justblink.grace.tag.subtag;
import xyz.justblink.grace.tag.Tag;
import xyz.justblink.grace.tag.Visitor;
import java.util.LinkedList;
import java.util.List;
public class Terminal extends Tag {
private String prompt;
public void setPrompt(String prompt) {
this.prompt = prompt;
}
... | UTF-8 | Java | 471 | java | Terminal.java | Java | [] | null | [] | package xyz.justblink.grace.tag.subtag;
import xyz.justblink.grace.tag.Tag;
import xyz.justblink.grace.tag.Visitor;
import java.util.LinkedList;
import java.util.List;
public class Terminal extends Tag {
private String prompt;
public void setPrompt(String prompt) {
this.prompt = prompt;
}
... | 471 | 0.677282 | 0.677282 | 25 | 17.84 | 15.797924 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 4 |
3e1e53f5f0c0a575dafe83fc29252410661bfa61 | 9,208,409,888,568 | 8a0ab91f893d21871b9091693bc057bac4ee0ca0 | /JavaConcurrency/src/com/concurrency/thread/Calculator.java | 386da1b7cf229ba3f463d06b3773a6b42056bf2e | [] | no_license | venugopalpoli/pts | https://github.com/venugopalpoli/pts | 884681b2e84176a44f0c970c8a50cfb5cc595cf0 | 4d2187e94fa3e9a1a4f42fcf73b1ce40320d801e | refs/heads/master | 2020-05-17T23:41:57.273000 | 2015-07-24T09:13:01 | 2015-07-24T09:13:01 | 38,810,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.concurrency.thread;
/**
* @author vpoli
*
*/
public class Calculator implements Runnable {
private int number;
public Calculator(int number) {
this.number=number;
}
/* (non-Javadoc)
* @see java.lang.Runnable#run()
*/
@Override
public void run() {
for... | UTF-8 | Java | 462 | java | Calculator.java | Java | [
{
"context": "package com.concurrency.thread;\r\n\r\n/**\r\n * @author vpoli\r\n *\r\n */\r\npublic class Calculator implements Runn",
"end": 71,
"score": 0.9984302520751953,
"start": 66,
"tag": "USERNAME",
"value": "vpoli"
}
] | null | [] | /**
*
*/
package com.concurrency.thread;
/**
* @author vpoli
*
*/
public class Calculator implements Runnable {
private int number;
public Calculator(int number) {
this.number=number;
}
/* (non-Javadoc)
* @see java.lang.Runnable#run()
*/
@Override
public void run() {
for... | 462 | 0.560606 | 0.554113 | 30 | 13.4 | 15.46523 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 4 |
17bfe69bce8d002ba1a19b1737bca6dd89a8b215 | 30,520,037,610,446 | ea65710a42cfd1a0d4c4141ac5ba297c5e6287aa | /FoodSpoty/FoodSpoty/src/com/google/android/gms/games/snapshot/SnapshotEntity.java | 1cc8aeb8756fc30e4bc37c42753ca2d8cd524ccb | [] | no_license | kanwarbirsingh/ANDROID | https://github.com/kanwarbirsingh/ANDROID | bc27197234c4c3295d658d73086ada47a0833d07 | f84b29f0f6bd483d791983d5eeae75555e997c36 | refs/heads/master | 2020-03-18T02:26:55.720000 | 2018-05-23T18:05:47 | 2018-05-23T18:05:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.games.snapshot;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable... | UTF-8 | Java | 3,490 | java | SnapshotEntity.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.999625563621521,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.games.snapshot;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import c... | 3,480 | 0.61404 | 0.606877 | 146 | 22.90411 | 25.68042 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431507 | false | false | 4 |
84869345e271084443feb2bf6281527b12ece906 | 1,503,238,565,436 | ce4140c5c7f7aae19796a4c156044b76a03a3f18 | /src/main/java/kr/or/ddit/data/model/StoreVo.java | 7f362b9e22b72b548bfd0c58024dbd8457f0380f | [] | no_license | maze51/businessAnalysis | https://github.com/maze51/businessAnalysis | a869711b9766da153d625175744a2739799bdd96 | 38399dfc2cf57c869f8d182516b0a43ae215855f | refs/heads/master | 2023-07-20T05:19:55.220000 | 2023-05-16T07:51:14 | 2023-05-16T07:51:14 | 206,455,536 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.or.ddit.data.model;
public class StoreVo {
private long store_cd;
private int store_dt;
private String tob_cd;
private long region_cd;
private String store_name;
private String store_addr;
private double store_lon;
private double store_lat;
private String tob_name; // DB테이블에는 존재하지 않는 컬럼
public l... | UTF-8 | Java | 1,851 | java | StoreVo.java | Java | [] | null | [] | package kr.or.ddit.data.model;
public class StoreVo {
private long store_cd;
private int store_dt;
private String tob_cd;
private long region_cd;
private String store_name;
private String store_addr;
private double store_lon;
private double store_lat;
private String tob_name; // DB테이블에는 존재하지 않는 컬럼
public l... | 1,851 | 0.65863 | 0.65863 | 94 | 18.414894 | 20.587337 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.404255 | false | false | 4 |
a2f6a3356470d864b707b8223230f4a8c1c7d756 | 24,902,220,394,553 | d79b25f231650f8278af0f7ee85a626f49653e20 | /Sistema-para-Planejamento-de-Projetos/trunk/tcc/src/java/controller/GanttController.java | a2fc9e2a13fb2fbb023cd133a9c54569da24f1a6 | [
"Apache-2.0"
] | permissive | scarolyne/SiPP | https://github.com/scarolyne/SiPP | 5cd1c7364140e5d923f4232ebad0537cb01d6085 | 93c55aca6a909ffb4272dd84247c9b0509b72a80 | refs/heads/master | 2020-05-17T13:03:55.031000 | 2015-10-05T16:46:18 | 2015-10-05T17:03:58 | 35,614,793 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import Exception.AlertException;
import Exception.ErrorException;
import Exception.FilterCreationException;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import model.GanttModel;
import org.json.JSONObject;
public class GanttController extends Control... | UTF-8 | Java | 2,447 | java | GanttController.java | Java | [] | null | [] | package controller;
import Exception.AlertException;
import Exception.ErrorException;
import Exception.FilterCreationException;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import model.GanttModel;
import org.json.JSONObject;
public class GanttController extends Control... | 2,447 | 0.600736 | 0.600736 | 89 | 26.494383 | 23.461718 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47191 | false | false | 4 |
e520f83c53a3c9255f3217a2f488b109e3d23cf2 | 30,666,066,534,742 | 96d3fce07ca2d2ddf61c96726a455bc49283cc2a | /src/Model/Variables/Cosinus.java | c32035a47bca39d955007369af3b285c03c8f0bf | [] | no_license | Erictriangle/GeoCalc | https://github.com/Erictriangle/GeoCalc | 2e065b89a8ca7fafedcdcbc82d197764b5317da2 | 86686b67ee85719306ec6df02772ad1ec2835408 | refs/heads/master | 2017-12-02T19:18:06.060000 | 2017-03-19T14:26:47 | 2017-03-19T14:26:47 | 85,477,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Model.Variables;
public class Cosinus implements Variable {
private double cos;
public Cosinus(double cos){
this.cos = cos;
}
public double getValue() {
return cos;
}
}
| UTF-8 | Java | 191 | java | Cosinus.java | Java | [] | null | [] | package Model.Variables;
public class Cosinus implements Variable {
private double cos;
public Cosinus(double cos){
this.cos = cos;
}
public double getValue() {
return cos;
}
}
| 191 | 0.701571 | 0.701571 | 14 | 12.642858 | 13.318125 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
db0b285566891b21bcb183a7ec9d4637a9d4753a | 14,474,039,834,885 | 35fb03c7c63dcb12987fddcc3371fa614d60ab17 | /dao/src/main/java/de/cranix/dao/controller/SystemController.java | 892424634adc659b3a52450ea3fa7e90d98bd5a3 | [] | no_license | petervarkoly/oss-java | https://github.com/petervarkoly/oss-java | 94a2df18f648108575b7289cbdc4c5e819a4bad4 | 571998e913b36f93d8ed4c93f4a19824974e8d4c | refs/heads/master | 2020-05-17T07:19:44.820000 | 2020-05-16T14:05:16 | 2020-05-16T14:05:16 | 183,574,201 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* (c) Péter Varkoly <peter@varkoly.de> - all rights reserved */
package de.cranix.dao.controller;
import de.cranix.dao.tools.OSSShellTools;
import org.apache.http.client.fluent.*;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.JDOMException;
import org.jdom.filter.ElementFilter;
import org.jdom.i... | UTF-8 | Java | 32,944 | java | SystemController.java | Java | [
{
"context": "/* (c) Péter Varkoly <peter@varkoly.de> - all rights reserved */\npacka",
"end": 20,
"score": 0.9998893737792969,
"start": 7,
"tag": "NAME",
"value": "Péter Varkoly"
},
{
"context": "/* (c) Péter Varkoly <peter@varkoly.de> - all rights reserved */\npackage de.cranix.dao... | null | [] | /* (c) <NAME> <<EMAIL>> - all rights reserved */
package de.cranix.dao.controller;
import de.cranix.dao.tools.OSSShellTools;
import org.apache.http.client.fluent.*;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.JDOMException;
import org.jdom.filter.ElementFilter;
import org.jdom.input.SAXBuilder;... | 32,927 | 0.665058 | 0.659837 | 1,000 | 31.943001 | 24.863985 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.216 | false | false | 4 |
da92e53371926297cae0a667eeef1fefda318e02 | 16,733,192,609,332 | f2decaa795fce68b194889a23fbced87fbfff381 | /src/main/java/ltg/es/wallcology/notifier/components/ConfFile.java | 82d7ebdd54ef077a34101cca0674a1db960bd986 | [
"MIT"
] | permissive | ltg-uic/wc-java-notifier-bot | https://github.com/ltg-uic/wc-java-notifier-bot | 1f254f1d674f80caf11daf35d036622c584178f0 | 53df7afeaa7571cf802fd5f91efd3adc0224f8ed | refs/heads/master | 2021-01-22T22:57:26.801000 | 2012-04-22T19:59:09 | 2012-04-22T19:59:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created Nov 23, 2010
*/
package ltg.es.wallcology.notifier.components;
import java.io.File;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import ltg.es.wallcology.notifier.components.support.PropertyNotFoundException;
import org.dom4j.Document;
import org.... | UTF-8 | Java | 2,123 | java | ConfFile.java | Java | [
{
"context": "gerFactory;\n\n/**\n * TODO Description\n *\n * @author Gugo\n */\npublic class ConfFile {\n\t \n\tprivate static Ma",
"end": 502,
"score": 0.9611674547195435,
"start": 498,
"tag": "NAME",
"value": "Gugo"
}
] | null | [] | /*
* Created Nov 23, 2010
*/
package ltg.es.wallcology.notifier.components;
import java.io.File;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import ltg.es.wallcology.notifier.components.support.PropertyNotFoundException;
import org.dom4j.Document;
import org.... | 2,123 | 0.706547 | 0.700895 | 93 | 21.827957 | 20.217964 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.698925 | false | false | 4 |
46fe0d1aacdefe7c4c0c9ec5510537800a3a0bb0 | 16,733,192,606,620 | 29345337bf86edc938f3b5652702d551bfc3f11a | /core/src/main/java/com/alibaba/alink/common/annotation/PortType.java | 24c10e8b2bda51c6ab1cce0027d089aed5d10a30 | [
"Apache-2.0"
] | permissive | vacaly/Alink | https://github.com/vacaly/Alink | 32b71ac4572ae3509d343e3d1ff31a4da2321b6d | edb543ee05260a1dd314b11384d918fa1622d9c1 | refs/heads/master | 2023-07-21T03:29:07.612000 | 2023-07-12T12:41:31 | 2023-07-12T12:41:31 | 283,079,072 | 0 | 0 | Apache-2.0 | true | 2020-07-28T02:46:14 | 2020-07-28T02:46:13 | 2020-07-27T16:21:11 | 2020-07-23T06:28:23 | 4,017 | 0 | 0 | 0 | null | false | false | package com.alibaba.alink.common.annotation;
import java.util.Locale;
import java.util.ResourceBundle;
/**
* Describe data type represented by the port.
* <p>
* When adding a new type or changing an existing type, update the resource bundle files accordingly
* (src/main/resources/i18n/port_types.properties, src/m... | UTF-8 | Java | 955 | java | PortType.java | Java | [] | null | [] | package com.alibaba.alink.common.annotation;
import java.util.Locale;
import java.util.ResourceBundle;
/**
* Describe data type represented by the port.
* <p>
* When adding a new type or changing an existing type, update the resource bundle files accordingly
* (src/main/resources/i18n/port_types.properties, src/m... | 955 | 0.740314 | 0.729843 | 33 | 27.939394 | 31.053169 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.242424 | false | false | 4 |
40d73041ff44a269996a8d24c851c8d200605f1e | 13,537,736,946,606 | 998a29da479a54083626bdef326fc2317a598ed1 | /ch02/StageCoach/src/projavafx/stagecoach/ui/ExSC.java | 445195dab8ee03c5411dfebcfed2266fa950a96f | [] | no_license | monkivn92/javafx | https://github.com/monkivn92/javafx | 5beb410ea6b1a81c174de7b9820d3c078acb2dae | afa2d31dbe06fec6a006ad8d1be80892e12bf2db | refs/heads/master | 2021-08-22T19:38:55.458000 | 2017-12-01T03:34:44 | 2017-12-01T03:34:44 | 111,905,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projavafx.stagecoach.ui;
import java.util.List;
import javafx.application.Application;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.geometry.Rectangle2D;
import javafx.geometry.VPos;
import javafx.scene.Group;
import javafx.scene.Scene;
import jav... | UTF-8 | Java | 5,937 | java | ExSC.java | Java | [] | null | [] | package projavafx.stagecoach.ui;
import java.util.List;
import javafx.application.Application;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.geometry.Rectangle2D;
import javafx.geometry.VPos;
import javafx.scene.Group;
import javafx.scene.Scene;
import jav... | 5,937 | 0.613946 | 0.608893 | 177 | 32.542374 | 25.126789 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689266 | false | false | 4 |
87d88d66a1c35086b06a2a29a7a6ba83c54aefc9 | 22,016,002,380,146 | e57fcf85a0c6d93616db7e169bf38445be487b2c | /app/src/main/java/com/ztq/sdk/java/lock/SynchronizedMethods.java | 331a72875ab523617c9ad11dd8f3c1aa9fa9d9a2 | [] | no_license | juelianzhiren/my_sdk | https://github.com/juelianzhiren/my_sdk | a5a5ee4efe0b15e44e7fa4af7d41a0cf3c58933a | c1a8e552902d85ed3cabd4b0d1fc2a5d82dfb7c5 | refs/heads/master | 2023-03-09T18:13:00.417000 | 2023-02-23T05:48:05 | 2023-02-23T05:48:05 | 195,528,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ztq.sdk.java.lock;
public class SynchronizedMethods {
private Object obj = new Object();
public static void main(String[] args) {
final SynchronizedMethods l1 = new SynchronizedMethods();
final SynchronizedMethods l2 = new SynchronizedMethods();
Thread t1 = new Thread() {
@Override
publi... | UTF-8 | Java | 1,295 | java | SynchronizedMethods.java | Java | [] | null | [] | package com.ztq.sdk.java.lock;
public class SynchronizedMethods {
private Object obj = new Object();
public static void main(String[] args) {
final SynchronizedMethods l1 = new SynchronizedMethods();
final SynchronizedMethods l2 = new SynchronizedMethods();
Thread t1 = new Thread() {
@Override
publi... | 1,295 | 0.581467 | 0.563707 | 60 | 20.6 | 20.03264 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.683333 | false | false | 4 |
a64bd47ca172a8f05c47b9c34ad5098b81f9a677 | 32,203,664,815,901 | f25b96a862c398371325d4b25661a96c448b773f | /polices/SpecialForces.java | 8955e97fa86c9340a14f0a948947edc2697cb441 | [] | no_license | MargaritaSv/Immigrants | https://github.com/MargaritaSv/Immigrants | d718d14754f22efea1e02a38ba3a783d1c04c53b | 1b49887e91546e2c08af49658fdab17cd79d714d | refs/heads/master | 2021-01-22T17:33:42.954000 | 2016-08-14T14:25:07 | 2016-08-14T14:25:07 | 65,079,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package immigrants.polices;
import immigrants.City;
import immigrants.typeImmigrants.Immigrant;
/**
* Created by Magi on 10.8.2016 г..
*/
public class SpecialForces extends Police {
public SpecialForces(String name, City city) {
super(name, city);
}
@Override
public void catchImmigrants(Im... | UTF-8 | Java | 682 | java | SpecialForces.java | Java | [
{
"context": "rants.typeImmigrants.Immigrant;\n\n/**\n * Created by Magi on 10.8.2016 г..\n */\npublic class SpecialForces e",
"end": 120,
"score": 0.9855762720108032,
"start": 116,
"tag": "NAME",
"value": "Magi"
}
] | null | [] | package immigrants.polices;
import immigrants.City;
import immigrants.typeImmigrants.Immigrant;
/**
* Created by Magi on 10.8.2016 г..
*/
public class SpecialForces extends Police {
public SpecialForces(String name, City city) {
super(name, city);
}
@Override
public void catchImmigrants(Im... | 682 | 0.632893 | 0.619677 | 28 | 23.321428 | 23.631174 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 4 |
03ba106e48c72b602d3274bdf520138d8f7acb93 | 12,000,138,662,134 | be7cf169a4b2f9591074173a9a3001331eddeda1 | /Restaurant-war/src/java/controllers/servTestRU.java | cdb090818a1dd4c68ef5a8b9d1344a8beff3cecc | [] | no_license | CatRubenJoan/Restaurant | https://github.com/CatRubenJoan/Restaurant | 0e2fac3984a614f21195c6849e35a9ab987daffc | 5cacf91ab30c46900c461dd8c7acff152232c6c3 | refs/heads/master | 2018-12-29T00:29:51.394000 | 2014-03-28T11:07:19 | 2014-03-28T11:07:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import beanEntity.SousType;
import beanSession.EJBCommandeLocal;
import beanSession.EJBProduitLocal;
import beanSession.EJBSousTypeLocal;
import beanSession.EJBStatutLocal;
import beanSession.EJBTypeLocal;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Date;
import java.u... | UTF-8 | Java | 5,790 | java | servTestRU.java | Java | [
{
"context": "out.println(commandeEnCours.creerServeur(\"1000\", \"Chuck Norris\"));\n out.println(commandeEnCours.creer",
"end": 1648,
"score": 0.9800479412078857,
"start": 1636,
"tag": "NAME",
"value": "Chuck Norris"
},
{
"context": "out.println(commandeEnCours.creerServ... | null | [] | package controllers;
import beanEntity.SousType;
import beanSession.EJBCommandeLocal;
import beanSession.EJBProduitLocal;
import beanSession.EJBSousTypeLocal;
import beanSession.EJBStatutLocal;
import beanSession.EJBTypeLocal;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Date;
import java.u... | 5,770 | 0.638169 | 0.623489 | 141 | 40.070923 | 31.089813 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957447 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.