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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1bc1817b36aa9bd812750f72373d220b2c6cb1bf | 19,524,921,341,932 | 7d5e930f3c2fc9ffa2c4381389bb51602982bb85 | /src/main/java/com/kidkid/dao/UserDAO.java | 991c70ce8f130f698daf79b64b1aa29e1f8eb80b | [] | no_license | Zhiwei-Z/kidkid | https://github.com/Zhiwei-Z/kidkid | a677ea3995d13f810c1d351767316956ad2c3eb2 | fd87e6099a438efc46e9e8439c7e31f450ada5c9 | refs/heads/master | 2019-08-05T03:43:25.612000 | 2016-07-06T05:32:07 | 2016-07-06T05:32:07 | 61,411,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kidkid.dao;
import com.kidkid.model.User;
import java.util.List;
/**
* Since 7/4/16.
*/
public interface UserDAO {
boolean existsUser(User user);
void createUser(User user) throws UserExistsException;
List<User> listUsers(boolean isTutor) throws Exception;
}
| UTF-8 | Java | 288 | java | UserDAO.java | Java | [] | null | [] | package com.kidkid.dao;
import com.kidkid.model.User;
import java.util.List;
/**
* Since 7/4/16.
*/
public interface UserDAO {
boolean existsUser(User user);
void createUser(User user) throws UserExistsException;
List<User> listUsers(boolean isTutor) throws Exception;
}
| 288 | 0.729167 | 0.715278 | 14 | 19.571428 | 19.718426 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
726d06eea7b8e888268f53d133a16de4bdbf30f9 | 19,524,921,343,567 | e6e1005089fa6840f559b3e861708add40295ab4 | /src/main/java/mais/medicos/util/GeradorSenha.java | 1d5299a6b6d4c80b69e8fd5ae88b67e22adfacd0 | [] | no_license | grisotto/Maismedicos | https://github.com/grisotto/Maismedicos | cb2caba61125773886d7b06c5e5309b0ee0f2939 | 34128d173132cc9772dcfb025ee6da0ce506b9d7 | refs/heads/master | 2021-08-22T04:51:55.928000 | 2017-11-29T10:04:34 | 2017-11-29T10:04:34 | 112,456,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mais.medicos.util;
import org.springframework.beans.factory.annotation.Value;
import java.util.UUID;
import org.springframework.stereotype.Component;
/**
* Created by thevilela on 08/01/17.
*/
@Component
public class GeradorSenha {
@Value("${gerador.password}")
private boolean ativo;
public G... | UTF-8 | Java | 787 | java | GeradorSenha.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created by thevilela on 08/01/17.\n */\n@Component\npublic class GeradorS",
"end": 188,
"score": 0.999691903591156,
"start": 179,
"tag": "USERNAME",
"value": "thevilela"
}
] | null | [] | package mais.medicos.util;
import org.springframework.beans.factory.annotation.Value;
import java.util.UUID;
import org.springframework.stereotype.Component;
/**
* Created by thevilela on 08/01/17.
*/
@Component
public class GeradorSenha {
@Value("${gerador.password}")
private boolean ativo;
public G... | 787 | 0.60864 | 0.594663 | 47 | 15.74468 | 16.933496 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 2 |
3e832e4fc1ef07d5d0e370814266bd4b1ced1342 | 12,824,772,413,168 | 48108e4b0e287354363cc90e97f38d2b520db36a | /recurso2-administracion-siga-sharedlib.ear/wls51/trunk/proyectos/procesos/recurso2/administracion/recurso2-administracion-siga-sharedlib/src/pe/gob/sunat/recurso2/administracion/siga/expediente/model/dao/ibatis/SqlMapPaExpedienteDAOImpl.java | d63ea8f4d5c13a451ce9f34119d6bc1c85fc999a | [] | no_license | iscodem/administracion2-logistica | https://github.com/iscodem/administracion2-logistica | 12c9455c94c1c5098bfb66e212a2c10a2c26284f | 91e008af14e53d87e8c8bc56dd15e9fa562bff52 | refs/heads/master | 2021-01-01T16:21:31.756000 | 2017-07-22T06:32:24 | 2017-07-22T06:32:24 | 97,810,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.gob.sunat.recurso2.administracion.siga.expediente.model.dao.ibatis;
import java.util.Collection;
import java.util.Map;
import org.springframework.dao.DataAccessException;
import org.springframework.orm.ibatis.SqlMapClientTemplate;
import pe.gob.sunat.framework.spring.util.dao.SqlMapDAOBase;
import pe.go... | UTF-8 | Java | 1,123 | java | SqlMapPaExpedienteDAOImpl.java | Java | [
{
"context": " Registro de Expediente(PA_EXPEDIENTES)\n * @author emarchena.\n */\npublic class SqlMapPaExpedienteDAOImpl exte",
"end": 529,
"score": 0.9994462132453918,
"start": 520,
"tag": "USERNAME",
"value": "emarchena"
}
] | null | [] | package pe.gob.sunat.recurso2.administracion.siga.expediente.model.dao.ibatis;
import java.util.Collection;
import java.util.Map;
import org.springframework.dao.DataAccessException;
import org.springframework.orm.ibatis.SqlMapClientTemplate;
import pe.gob.sunat.framework.spring.util.dao.SqlMapDAOBase;
import pe.go... | 1,123 | 0.801425 | 0.799644 | 35 | 31.085714 | 35.767799 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.971429 | false | false | 2 |
3c70d551c941d0433080dbc96b5b02efa04e89ac | 23,605,140,274,427 | a962ea23e4de1033311ca07d40d9e76083cf8a70 | /guns-admin/src/main/java/com/stylefeng/guns/core/util/ZipUtil.java | 9ea4c02e8ef8f7d07744303c0eb5edda9d86ead8 | [] | no_license | zhanghan1912/myGitSpace0311 | https://github.com/zhanghan1912/myGitSpace0311 | f28ecab80c6e13ea3989eb91ebe2dc0b026cb7b9 | 2be629425237b4f47e316e5fff9908bb4b43065b | refs/heads/master | 2023-03-15T20:10:26.687000 | 2021-03-11T08:25:15 | 2021-03-11T08:25:15 | 346,615,338 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stylefeng.guns.core.util;
import org.apache.commons.lang.StringUtils;
import org.apache.tools.zip.ZipFile;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util.zip... | UTF-8 | Java | 10,290 | java | ZipUtil.java | Java | [] | null | [] | package com.stylefeng.guns.core.util;
import org.apache.commons.lang.StringUtils;
import org.apache.tools.zip.ZipFile;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletResponse;
import java.io.*;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util.zip... | 10,290 | 0.662367 | 0.656634 | 335 | 28.158209 | 26.485289 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.083582 | false | false | 2 |
e52f8e3e563ec66793af3d1c9e2ef85f5c06cbda | 14,955,076,128,848 | 35b6e06d216d06d7be4854db6d3691ac185a39f8 | /PS-ProjektniZadatak/src/org/unibl/etf/ps/studentviewer/gui/view/student/ShowChooseForm.java | 516f4f6ad60cdbff0f91c4841551e58ab78c0e68 | [] | no_license | borojac/student-viewer | https://github.com/borojac/student-viewer | 6c3aa88c12209916fa58e917d1b6d4e215c32a46 | fabfe05793f96818a6605661b24a32e15954a328 | refs/heads/master | 2021-01-01T06:15:47.773000 | 2017-09-28T14:13:58 | 2017-09-28T14:13:58 | 97,396,464 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.unibl.etf.ps.studentviewer.gui.view.student;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.List;
import javax.imageio.Im... | UTF-8 | Java | 6,232 | java | ShowChooseForm.java | Java | [] | null | [] | package org.unibl.etf.ps.studentviewer.gui.view.student;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.List;
import javax.imageio.Im... | 6,232 | 0.713415 | 0.685334 | 186 | 31.505377 | 22.795313 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.924731 | false | false | 2 |
21138b190d37a421d5f65669db5cdb9a1dabccb3 | 14,955,076,125,266 | 39822bfe674a4ff06528d60552d2cf88ed24b8e7 | /src/main/java/net/sourceforge/fenixedu/presentationTier/Action/masterDegree/administrativeOffice/gratuity/StudentSituationDispatchAction.java | 351e14976ca2264f8098eeb8044b9be6fb24885c | [] | no_license | carlosmahumane/fenix | https://github.com/carlosmahumane/fenix | 04d54025247782cf1595b71a6bda7acedc5906a3 | 874f8571eb4737b8f1525072ad7bd8cbd2c61335 | refs/heads/master | 2021-01-24T20:32:52.108000 | 2014-05-01T01:47:41 | 2014-05-01T01:47:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sourceforge.fenixedu.presentationTier.Action.masterDegree.administrativeOffice.gratuity;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sourceforge.fenixedu.applicationTi... | UTF-8 | Java | 7,613 | java | StudentSituationDispatchAction.java | Java | [
{
"context": "annotations.Tile;\n\n/**\n * @author <a href=\"mailto:sana@ist.utl.pt\">Shezad Anavarali </a>\n * @author <a href=\"mailto",
"end": 2728,
"score": 0.9999154210090637,
"start": 2713,
"tag": "EMAIL",
"value": "sana@ist.utl.pt"
},
{
"context": "\n\n/**\n * @author <a href=... | null | [] | package net.sourceforge.fenixedu.presentationTier.Action.masterDegree.administrativeOffice.gratuity;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sourceforge.fenixedu.applicationTi... | 7,577 | 0.762117 | 0.761461 | 149 | 50.10067 | 41.517159 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.691275 | false | false | 2 |
0c321bd238a370a674d89b2a91a919eec2b49e53 | 12,644,383,757,316 | 4cfeca2bbdf3fadff01455aaf420467297b56344 | /OLAP4LD-trunk/testsrc/org/olap4j/Example_QB_Datasets_ConvertCube_QueryTest.java | d53de5bdb4ea74f9c768affc585d5ae284568372 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | anukat2015/olap4ld | https://github.com/anukat2015/olap4ld | 5da5a3e72259c84ab93af4dc0a0d7c7b513f7840 | 8cfbd247ab19b6a645a57c8ae30b9463c02ce1a2 | refs/heads/master | 2021-01-17T07:44:37.829000 | 2016-03-14T22:33:32 | 2016-03-14T22:33:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
//
//Licensed to Benedikt Kämpgen under one or more contributor license
//agreements. See the NOTICE file distributed with this work for
//additional information regarding copyright ownership.
//
//Benedikt Kämpgen licenses this file to you under the Apache License,
//Version 2.0 (the "License"); you may not ... | UTF-8 | Java | 16,387 | java | Example_QB_Datasets_ConvertCube_QueryTest.java | Java | [
{
"context": "/*\r\n//\r\n//Licensed to Benedikt Kämpgen under one or more contributor license\r\n//agreemen",
"end": 38,
"score": 0.9998935461044312,
"start": 22,
"tag": "NAME",
"value": "Benedikt Kämpgen"
},
{
"context": "information regarding copyright ownership.\r\n//\r\n//Benedi... | null | [] | /*
//
//Licensed to <NAME> under one or more contributor license
//agreements. See the NOTICE file distributed with this work for
//additional information regarding copyright ownership.
//
//<NAME> licenses this file to you under the Apache License,
//Version 2.0 (the "License"); you may not use this file except... | 16,365 | 0.706317 | 0.667623 | 482 | 31.993776 | 54.586506 | 863 | false | false | 0 | 0 | 0 | 0 | 172 | 0.065487 | 2.317427 | false | false | 2 |
dc9698c3696168e1ea65c2ce94c2d7ac4441864d | 12,137,577,602,598 | eb589143b015890a8a33a5c27da647e359480a96 | /Emotion/workspace/src/main/java/fr/insa/ihme/emotion/modules/BingTranslator.java | efb4a1942b53d026a2803635965a980dd8855963 | [] | no_license | benkuper/SoftLove | https://github.com/benkuper/SoftLove | bb579a079c8f27790c2840f2f1d14cecf5851e8b | 08386bca27455738959a8f91bae1ab8777542740 | refs/heads/master | 2021-01-10T14:10:08.378000 | 2016-02-26T15:27:56 | 2016-02-26T15:27:56 | 46,285,706 | 0 | 0 | null | false | 2016-07-12T17:10:31 | 2015-11-16T16:03:27 | 2016-02-26T15:28:06 | 2016-02-26T15:28:03 | 295,888 | 0 | 0 | 0 | C# | null | null | package fr.insa.ihme.emotion.modules;
import com.memetix.mst.language.Language;
import com.memetix.mst.translate.Translate;
import fr.insa.ihme.emotion.publisher.PublisherEmotion;
public class BingTranslator extends AbstractAPIExecutor {
private String topic;
private Language targetLanguage;
private Publ... | UTF-8 | Java | 1,506 | java | BingTranslator.java | Java | [] | null | [] | package fr.insa.ihme.emotion.modules;
import com.memetix.mst.language.Language;
import com.memetix.mst.translate.Translate;
import fr.insa.ihme.emotion.publisher.PublisherEmotion;
public class BingTranslator extends AbstractAPIExecutor {
private String topic;
private Language targetLanguage;
private Publ... | 1,506 | 0.648271 | 0.647606 | 41 | 35.682926 | 32.991825 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.804878 | false | false | 2 |
6f4f126291821e837a243df87fcbbc98fe9de3d2 | 16,698,832,866,558 | 62caeb7c40eb34f3339a0fcbf4591ce6eff592f8 | /IDAT/src/softwareInterfaces/DualdialogController.java | 995265a80c6ea6fb764b42a46fdf54a30d7f5d5e | [] | no_license | Guntermg/IDAT | https://github.com/Guntermg/IDAT | 4477891fa19efcd6f822227d5a97fd94d2be257a | d03fc64aa9ebbc5eca3b5d532d43a3d213e13dd0 | refs/heads/main | 2023-07-11T06:47:18.350000 | 2021-08-13T15:09:28 | 2021-08-13T15:09:28 | 395,697,545 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package softwareInterfaces;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.collections.ObservableList;
import jav... | UTF-8 | Java | 2,667 | java | DualdialogController.java | Java | [
{
"context": "Stage;\n\n/**\n * FXML Controller class\n *\n * @author Gunter M. Gaede\n */\npublic class DualdialogController implements ",
"end": 655,
"score": 0.9998689293861389,
"start": 640,
"tag": "NAME",
"value": "Gunter M. Gaede"
}
] | 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 softwareInterfaces;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.collections.ObservableList;
import jav... | 2,658 | 0.646044 | 0.645294 | 107 | 23.925234 | 20.291199 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46729 | false | false | 2 |
c02b247829474bf203326cdc095d38671d77038e | 7,430,293,430,290 | 68c2d9d4f716239b474ee0fa47717c280d9295f4 | /src/main/java/com/pance/springIntSpike/SpikeMain.java | cf31a653a453a7d981303c0bf5357cebb9d1a177 | [] | no_license | Pance/Spring_Integration_spike | https://github.com/Pance/Spring_Integration_spike | ee4e8f359894ffc3273295992b1fa8c4d8d00d03 | 349def5b1bf19e13dbf59a841e247f542e801303 | refs/heads/master | 2016-09-07T03:43:34.410000 | 2013-06-20T21:12:10 | 2013-06-20T21:12:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.jms.Connection;
import javax.jms.Session;
import javax.jms.Destination;
import javax.jms.MessageProducer;
i... | UTF-8 | Java | 2,960 | java | SpikeMain.java | Java | [] | null | [] | import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.jms.Connection;
import javax.jms.Session;
import javax.jms.Destination;
import javax.jms.MessageProducer;
i... | 2,960 | 0.702703 | 0.701351 | 89 | 32.258427 | 27.273285 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.41573 | false | false | 2 |
10227aa0a907b109546996796936d5bf0c93f728 | 11,699,490,919,369 | 31e9afdbafa7bf27fcaf380734b17fcfc2a00f28 | /date_1223/Hw06.java | 42a5ccd013d22d21ab02f9417a85cda1494dbabe | [] | no_license | MUNJAEHUN/JAVA-BASIC | https://github.com/MUNJAEHUN/JAVA-BASIC | 85bb3718b40a5896a3cc2ae8edde0b0a37cf4f7f | 2317b230f57d4340d4fda8b025020782c7a9be29 | refs/heads/master | 2020-03-29T18:00:26.851000 | 2019-12-30T07:59:12 | 2019-12-30T07:59:12 | 150,190,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package date_1223;
/*
6.
주어진 2차원 배열의 데이터보다 가로와 세로로 1이 더 큰 배열을 생성해서
배열 의 행과 열의 마지막 요소에 각 열과 행의 총합을 저장하고 출력하는 프로그램을 작성하시오
- 주어진 2차원 배열
int[][] score = {
{100, 100, 100}
, {20, 20, 20}
, {30, 30, 30}
, {40, 40, 40}
, {50, 50, 50}
};
- 최종 출력
100 100 100 300
20 20 20 60
30 30 30 90
... | UTF-8 | Java | 1,481 | java | Hw06.java | Java | [] | null | [] | package date_1223;
/*
6.
주어진 2차원 배열의 데이터보다 가로와 세로로 1이 더 큰 배열을 생성해서
배열 의 행과 열의 마지막 요소에 각 열과 행의 총합을 저장하고 출력하는 프로그램을 작성하시오
- 주어진 2차원 배열
int[][] score = {
{100, 100, 100}
, {20, 20, 20}
, {30, 30, 30}
, {40, 40, 40}
, {50, 50, 50}
};
- 최종 출력
100 100 100 300
20 20 20 60
30 30 30 90
... | 1,481 | 0.479214 | 0.350718 | 69 | 17.173914 | 15.76729 | 81 | false | false | 43 | 0.032502 | 0 | 0 | 0 | 0 | 2.666667 | false | false | 2 |
99c45b8e82089ae1e3037a972a485f7dd8e03080 | 1,125,281,444,006 | 402ad4cf2f83d5ec1d8ad3f9c6666225bc50631a | /src/main/java/com/online/action/admin/MantenimentLetterUsuarisAction.java | 522da8099e69818bd471788bf7f6929fafac8951 | [] | no_license | kimy82/onlineBotRepository | https://github.com/kimy82/onlineBotRepository | c53317fcab400b84cab9264ee7206f762d6e2cd1 | 42e69d0deba82229909343614b91ca58c669619f | refs/heads/master | 2021-01-13T14:20:08.948000 | 2013-05-16T11:37:42 | 2013-05-16T11:37:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.online.action.admin;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletOutputStream;
import org.springframework.beans.BeanUtils;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.online.bo.UsersBo;
import com... | UTF-8 | Java | 3,768 | java | MantenimentLetterUsuarisAction.java | Java | [] | null | [] | package com.online.action.admin;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletOutputStream;
import org.springframework.beans.BeanUtils;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.online.bo.UsersBo;
import com... | 3,768 | 0.69586 | 0.695594 | 128 | 27.453125 | 28.509554 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.90625 | false | false | 2 |
1250f846d030f9f5386e54a44789cdb68211a3df | 2,121,713,856,775 | b3f9d3bc72c5a8b3a4373f6dcd9e08f752eaa458 | /src/com/upgrad/ims/RegularTicket.java | 7e63b44574cce227de31c14132949ddc63d1996c | [] | no_license | tvpk05/PROJECT-FMS | https://github.com/tvpk05/PROJECT-FMS | 246fc00071b798157eb7d38dee6b355c611783c9 | 355f5c514b80b3588e6c0c145c82fb85a210c936 | refs/heads/master | 2023-02-18T21:18:42.939000 | 2021-01-21T09:24:16 | 2021-01-21T09:24:16 | 330,962,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upgrad.ims;
public class RegularTicket extends Ticket{
private String specialServices;
//Constructor
public RegularTicket(String specialServices,String pnr, String from, String to, String departureDateTime, String arrivalDateTime, String seatNo,
float price, boolean c... | UTF-8 | Java | 895 | java | RegularTicket.java | Java | [] | null | [] | package com.upgrad.ims;
public class RegularTicket extends Ticket{
private String specialServices;
//Constructor
public RegularTicket(String specialServices,String pnr, String from, String to, String departureDateTime, String arrivalDateTime, String seatNo,
float price, boolean c... | 895 | 0.711732 | 0.711732 | 30 | 28.833334 | 36.961315 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 2 |
0b7894b2bf10e8a9ef3935df7669dcb04dc0aa89 | 13,134,010,051,552 | 75d8ab135f2f7f461af988da32fce135824836ae | /Hilfsprogramme/Ausnahmen04.java | 7304946e25ea4c3999e8ffbe4b506ff60528163c | [] | no_license | inuff/exchange | https://github.com/inuff/exchange | 29d254de377b3b37a591e54edd779fc319a9835d | b96d0c1ff070a82ec7524458ec89d303e70656bf | refs/heads/master | 2016-09-11T03:06:50.095000 | 2016-07-20T14:56:06 | 2016-07-20T14:56:06 | 59,422,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Datei Ausnahmen04.java
/* ------------------------------------------------------------------------
Jede Ausnahme kann eine andere Ausnahme als Ursache (cause) haben und
diese Ursache kann eine weitere Ausnahme als Ursache haben etc.
Somit koennen Ausnahmen Ketten beliebiger Laenge bilden. Die Ursache
einer Ausnahme ... | UTF-8 | Java | 6,874 | java | Ausnahmen04.java | Java | [] | null | [] | // Datei Ausnahmen04.java
/* ------------------------------------------------------------------------
Jede Ausnahme kann eine andere Ausnahme als Ursache (cause) haben und
diese Ursache kann eine weitere Ausnahme als Ursache haben etc.
Somit koennen Ausnahmen Ketten beliebiger Laenge bilden. Die Ursache
einer Ausnahme ... | 6,874 | 0.511493 | 0.491562 | 170 | 39.441177 | 22.793177 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376471 | false | false | 2 |
21b06a8d0abc8a17c52dedb37dff78b7e05c5e45 | 15,857,019,291,835 | 9fef7614f222ed90428725a2dd7b3394f2b40350 | /app/src/main/java/com/grogshop/manage/adapter/AdsAdapter.java | 9793fce3f07ed00eaa193e8f10be57e0b31100bf | [] | no_license | tangjian19900607/GrogshopManage | https://github.com/tangjian19900607/GrogshopManage | e5f05c21924dede480e9838a1795d7e23018afc1 | 173b6de0cb9a2634a661d706b0f9ab17992a7f7f | refs/heads/master | 2021-01-18T13:51:54.740000 | 2015-04-20T07:53:44 | 2015-04-20T07:53:44 | 32,008,406 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grogshop.manage.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.grogshop.manage.R;
import com.grogshop.manage.domain.Ads;
import java.util.Li... | UTF-8 | Java | 2,204 | java | AdsAdapter.java | Java | [
{
"context": "in.Ads;\n\nimport java.util.List;\n\n/**\n * Created by tangjian on 20/3/15.\n * email:tangjian19900607@gmail.com\n ",
"end": 351,
"score": 0.9994975924491882,
"start": 343,
"tag": "USERNAME",
"value": "tangjian"
},
{
"context": "\n\n/**\n * Created by tangjian on 20/3/... | null | [] | package com.grogshop.manage.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.grogshop.manage.R;
import com.grogshop.manage.domain.Ads;
import java.util.Li... | 2,185 | 0.666515 | 0.651996 | 75 | 28.386667 | 22.825655 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 2 |
de98d99ee4e7649c23f49de91af207be98941fa9 | 6,554,120,160,519 | 38fe59c143f35e32612a6c78c083b8c5085f554d | /src/main/java/com/ismayfly/blog/framework/web/service/impl/SysFuncServiceImpl.java | 8a99f8b36388d826e52b80ddb815273375e3202e | [] | no_license | jkroad/Lblog | https://github.com/jkroad/Lblog | e19bac718e9c27f7913eda946802f4ad94995274 | b89e0e77ec7364bb790a863840a8e921cdf9dfc8 | refs/heads/master | 2017-12-07T02:39:08.995000 | 2017-11-29T06:17:21 | 2017-11-29T06:17:21 | 68,829,072 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ismayfly.blog.framework.web.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.ismayfly.blog.framework.dao.SysFuncDao;
import com.ismayfly.blog.framework.entity.SysFunc;
import com.ismayfly.blog.framework.web.service.SysFuncSe... | UTF-8 | Java | 727 | java | SysFuncServiceImpl.java | Java | [] | null | [] | package com.ismayfly.blog.framework.web.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.ismayfly.blog.framework.dao.SysFuncDao;
import com.ismayfly.blog.framework.entity.SysFunc;
import com.ismayfly.blog.framework.web.service.SysFuncSe... | 727 | 0.817056 | 0.817056 | 27 | 25.925926 | 25.262951 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 2 |
81a5c6617149b63ce8df6cfcfda1a37bcb0151bd | 20,444,044,378,852 | ac3926e44993afb2ed3137718831b567edbf6dad | /SupplyChain/org/wishet/sc/outTaskManage/chongqing/CQGoodsTask.java | a0b7a423b2a161d6ec156ce6336649d54f24c306 | [] | no_license | baijie/gyl | https://github.com/baijie/gyl | 9245c6b686bbd01e6ecc628b9aebcc8db682deee | 79b7042740b4ea84428f6bdf2f7ce4af00e1ac52 | refs/heads/master | 2020-06-14T23:50:52.154000 | 2019-07-25T09:27:07 | 2019-07-25T09:27:07 | 195,156,869 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wishet.sc.outTaskManage.chongqing;
import com.alibaba.fastjson.JSONObject;
import org.wishet.bill.activemq.ActiveMQ;
import org.wishet.bill.activemq.Destination;
import org.wishet.sc.common.util.ButtJointSendMsgUtils;
/**
* @Description: 商品类
* @Author: lvzeng
* @CreateDate: 2019/3/13 16:05
... | UTF-8 | Java | 725 | java | CQGoodsTask.java | Java | [
{
"context": "ls;\n\n/**\n* @Description: 商品类\n* @Author: lvzeng\n* @CreateDate: 2019/3/13 16:05\n* @Version: ",
"end": 284,
"score": 0.999311625957489,
"start": 278,
"tag": "USERNAME",
"value": "lvzeng"
}
] | null | [] | package org.wishet.sc.outTaskManage.chongqing;
import com.alibaba.fastjson.JSONObject;
import org.wishet.bill.activemq.ActiveMQ;
import org.wishet.bill.activemq.Destination;
import org.wishet.sc.common.util.ButtJointSendMsgUtils;
/**
* @Description: 商品类
* @Author: lvzeng
* @CreateDate: 2019/3/13 16:05
... | 725 | 0.671766 | 0.652295 | 25 | 27.76 | 23.027428 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 2 |
b992a287311dc14254b2763fabe60249bcb09c9f | 17,695,265,317,972 | 3245eaa2e90e417d144f282313f57c7fa7e85327 | /Integracao/IntegracaoCipEJB/src/br/com/sicoob/sisbr/sicoobdda/integracaocip/negocio/delegates/MensagemConsultaBoletoPagamentoDelegate.java | f715f0978bd2f7ae76ca32bbd13831c636f719af | [] | no_license | pabllo007/DDA | https://github.com/pabllo007/DDA | 01ca636fc56cb7200d6d87d4c9f69e9eb68486db | e900c03b37e03231e929a08ce66a7ac0ac269a49 | refs/heads/master | 2022-11-30T19:00:02.651000 | 2019-10-27T21:25:14 | 2019-10-27T21:25:14 | 217,918,454 | 0 | 0 | null | false | 2022-11-24T06:24:00 | 2019-10-27T21:23:22 | 2019-10-27T21:27:28 | 2022-11-24T06:23:58 | 2,712 | 0 | 0 | 5 | Java | false | false | package br.com.sicoob.sisbr.sicoobdda.integracaocip.negocio.delegates;
import java.util.List;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ComumException;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ComumNegocioException;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ErroCIPNegocioException;
import ... | UTF-8 | Java | 2,404 | java | MensagemConsultaBoletoPagamentoDelegate.java | Java | [
{
"context": "\n * MensagemConsultarBoletoDelegate\n * \n * @author George.Santos\n */\npublic class MensagemConsultaBoletoPagamentoD",
"end": 742,
"score": 0.9998794794082642,
"start": 729,
"tag": "NAME",
"value": "George.Santos"
}
] | null | [] | package br.com.sicoob.sisbr.sicoobdda.integracaocip.negocio.delegates;
import java.util.List;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ComumException;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ComumNegocioException;
import br.com.sicoob.sisbr.sicoobdda.comum.excecao.ErroCIPNegocioException;
import ... | 2,404 | 0.777454 | 0.777454 | 58 | 40.448277 | 46.175892 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 2 |
884b93fc6a10e9e4b04a4483f2276ce60e4deb4d | 17,695,265,317,070 | b882f43b6511952aa48058c8e7018ba88e4c4f0f | /java/maven/src/test/java/GameStartTest.java | 11e02aece3ef74728070f70e2c6e96d93c50a02a | [] | no_license | xbhuang1994/TDD-Demo | https://github.com/xbhuang1994/TDD-Demo | e0fe1dbf90426656f4eca0b53fc7afe6c607bca4 | 31772b8974b8aee4ac845057ba1ccb21c375aaa1 | refs/heads/master | 2021-01-22T18:14:30.849000 | 2014-03-30T04:16:00 | 2014-03-30T04:16:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import static org.fest.assertions.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
/**
* Created by xbhuang on 14-3-29.
*/
public class GameStartTest {
private GameStart gameStart;... | UTF-8 | Java | 3,774 | java | GameStartTest.java | Java | [
{
"context": "tatic org.mockito.Mockito.when;\n\n/**\n * Created by xbhuang on 14-3-29.\n */\npublic class GameStartTest {\n\n ",
"end": 241,
"score": 0.9996920228004456,
"start": 234,
"tag": "USERNAME",
"value": "xbhuang"
}
] | null | [] | import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import static org.fest.assertions.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
/**
* Created by xbhuang on 14-3-29.
*/
public class GameStartTest {
private GameStart gameStart;... | 3,774 | 0.641494 | 0.59221 | 110 | 33.30909 | 24.533741 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 2 |
ef64c78f8a799f06658e81315079c7313977d77f | 28,166,395,575,936 | 9f004c3df4413eb826c229332d95130a1d5c8457 | /src/husain/Assignment41/Pattern1.java | 18f92cc1d9732c690e093a703169be302433e554 | [] | no_license | MayurSTechnoCredit/JAVATechnoJuly2021 | https://github.com/MayurSTechnoCredit/JAVATechnoJuly2021 | dd8575c800e8f0cac5bab8d5ea32b25f7131dd0d | 3a422553a0d09b6a99e528c73cc2b8efe260a07a | refs/heads/master | 2023-08-22T14:43:37.980000 | 2021-10-16T06:33:34 | 2021-10-16T06:33:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Assignment-41 : 28th Sep'2021
Write a code to print below pattern.
*
##
***
####
*****
*/
package husain.Assignment41;
public class Pattern1 {
void printPattern(int row) {
for(int i = 1; i <=row; i++) {
for(int j = 1; j<=i;j++) {
if(i%2!=0)
System.out.print("*");
else
System.out.... | UTF-8 | Java | 514 | java | Pattern1.java | Java | [] | null | [] | /*
* Assignment-41 : 28th Sep'2021
Write a code to print below pattern.
*
##
***
####
*****
*/
package husain.Assignment41;
public class Pattern1 {
void printPattern(int row) {
for(int i = 1; i <=row; i++) {
for(int j = 1; j<=i;j++) {
if(i%2!=0)
System.out.print("*");
else
System.out.... | 514 | 0.564202 | 0.529183 | 35 | 13.685715 | 13.944321 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 2 |
ce45bf5c81ee7499b92278c390200024f603f945 | 22,874,995,879,727 | 60bd94a1adf968da9bf3285055fda8594db97e85 | /src/main/java/edu/washington/multirframework/annotation/Mention.java | ac66a8d38724cc0499752289b3830fe96ddc7254 | [] | no_license | nrhawkins/kbp2015-multir | https://github.com/nrhawkins/kbp2015-multir | 5555e35155a48532d98417585e919a9aad0cdcb8 | 1ad5f7ac724fcfbd2c84887a3a8eec3109ae9e27 | refs/heads/master | 2020-06-14T13:07:02.036000 | 2016-11-28T23:35:13 | 2016-11-28T23:35:13 | 75,022,035 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.washington.multirframework.annotation;
public class Mention {
}
| UTF-8 | Java | 78 | java | Mention.java | Java | [] | null | [] | package edu.washington.multirframework.annotation;
public class Mention {
}
| 78 | 0.807692 | 0.807692 | 5 | 14.6 | 19.591835 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
0ced72031168f8397774ab9aa94a1a83b03be6a9 | 12,154,757,454,934 | 98b8cf4955040b064b31a17065ff2ab908faac9e | /dungeon-game-core/src/com/dungeon/game/entity/Skeleton.java | 963cf88e9384e188196ad419ce482bd06b8975af | [] | no_license | nxbt/dungeon-game | https://github.com/nxbt/dungeon-game | 033b91f56742d3e5f3d2f06f55be8c1a05f73c91 | c1846e0f4c7e1a03a0467904f510c74cbcf9db4d | refs/heads/master | 2020-04-06T03:33:26.525000 | 2016-09-09T02:06:52 | 2016-09-09T02:06:52 | 45,077,158 | 8 | 2 | null | false | 2016-09-08T15:36:06 | 2015-10-27T23:47:36 | 2016-08-26T20:52:16 | 2016-09-08T15:36:05 | 55,704 | 6 | 1 | 1 | Java | null | null | package com.dungeon.game.entity;
import com.badlogic.gdx.math.Polygon;
import com.dungeon.game.world.World;
public class Skeleton extends Static {
public Skeleton(World world, float x, float y) {
super(world, x, y, 32, 32, "slot.png");
sprite = new com.dungeon.game.textures.entity.Skeleton().texture;
origi... | UTF-8 | Java | 615 | java | Skeleton.java | Java | [] | null | [] | package com.dungeon.game.entity;
import com.badlogic.gdx.math.Polygon;
import com.dungeon.game.world.World;
public class Skeleton extends Static {
public Skeleton(World world, float x, float y) {
super(world, x, y, 32, 32, "slot.png");
sprite = new com.dungeon.game.textures.entity.Skeleton().texture;
origi... | 615 | 0.669919 | 0.637398 | 32 | 18.21875 | 19.387068 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.71875 | false | false | 2 |
34ceec758e72686ed572a982ef9defb24c017970 | 8,400,956,056,772 | 04bf757969eea20ec851525a09ae77aff782e721 | /core/src/main/java/ma/markware/charybdis/CqlTemplate.java | 87ec24a573b1f0a967f85dcf64cc31be4ea21cb8 | [
"Apache-2.0"
] | permissive | omarkad2/charybdis | https://github.com/omarkad2/charybdis | d87f9901eea1a5c32636adb71f81a06392b51397 | 847484793beec4d771f8eab4b7752b3be2d736eb | refs/heads/master | 2023-07-08T00:58:28.087000 | 2023-07-02T12:21:53 | 2023-07-02T12:21:53 | 248,727,281 | 10 | 2 | Apache-2.0 | false | 2023-07-02T12:02:48 | 2020-03-20T10:24:12 | 2023-04-19T13:23:42 | 2023-07-02T12:02:47 | 1,096 | 7 | 1 | 4 | Java | false | false | /*
* Charybdis - Cassandra ORM framework
*
* Copyright (C) 2020 Charybdis authors
*
* 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 | 6,732 | java | CqlTemplate.java | Java | [] | null | [] | /*
* Charybdis - Cassandra ORM framework
*
* Copyright (C) 2020 Charybdis authors
*
* 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
*
*... | 6,732 | 0.718509 | 0.716429 | 210 | 31.057142 | 31.870819 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 2 |
a327168287a6c72a349cf074d930a95573fe3a46 | 28,157,805,602,234 | 6d3b2e1aa42d191bf1d6a112cd88129b90d47ab1 | /sWingbai5/src/swingbai5/gui/Login.java | 77dfbaa1acad3e0d837a2e86b75f05021476e0c6 | [] | no_license | wanderlust252/sWing-bai5-JTable | https://github.com/wanderlust252/sWing-bai5-JTable | eec95b8ada64082b4c316d7acb6e8a6701e2334c | d691c81f3eecc09e334db054d1d91abd55e0e255 | refs/heads/master | 2021-05-05T03:16:12.596000 | 2018-04-13T09:40:50 | 2018-04-13T09:40:50 | 119,794,179 | 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 swingbai5.gui;
import swingbai5.Event.LoginEventListenner;
import java.awt.BorderLayout;
import java.awt.Color;
import java.aw... | UTF-8 | Java | 6,200 | java | Login.java | Java | [
{
"context": "ort swingbai5.databases.xulyDB;\n\n/**\n *\n * @author Admin\n */\npublic class Login extends JFrame {\n\n priv",
"end": 852,
"score": 0.6970162987709045,
"start": 847,
"tag": "NAME",
"value": "Admin"
}
] | 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 swingbai5.gui;
import swingbai5.Event.LoginEventListenner;
import java.awt.BorderLayout;
import java.awt.Color;
import java.aw... | 6,200 | 0.606843 | 0.594739 | 169 | 35.662724 | 28.645742 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733728 | false | false | 2 |
3b87b7e35d08e6fe66575352934314e5e3112373 | 21,680,994,977,348 | 2249c208d1d8f304f8f30391d46950afd3a2dd02 | /com.syx.scssdemo.ssh/src/action/CourseScheduleAction.java | 669e1fdac1ade07ef4bc87da17e789d077b04589 | [] | no_license | shikiloli/syx_lofter | https://github.com/shikiloli/syx_lofter | 8ff0a83c716d82c5664bd2c27017b25288cf6f42 | d840fe07017ecf55ab3eefdfff68e7c3dd9e671b | refs/heads/master | 2023-01-13T13:55:26.615000 | 2020-11-20T08:30:56 | 2020-11-20T08:30:56 | 314,505,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package action;
import java.io.IOException;
import java.io.PrintWriter;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JSONArray;
import net.sf.json.JsonConfig;
import net.sf.json.ut... | UTF-8 | Java | 4,183 | java | CourseScheduleAction.java | Java | [] | null | [] | package action;
import java.io.IOException;
import java.io.PrintWriter;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JSONArray;
import net.sf.json.JsonConfig;
import net.sf.json.ut... | 4,183 | 0.776237 | 0.774564 | 127 | 31.937008 | 23.611605 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125984 | false | false | 2 |
c9490dd504aa1942d8dc1122973b57ccc12a8531 | 28,793,460,817,463 | 1f8c3db2f10357972a97b5fcfadb5f813b8157dd | /_misc/Basics/BrowseQuotes/app/src/main/java/com/example/droid/browsequotes/MainActivity.java | 978248589ec3e4bafd7a1e27162a9b91ca6bf202 | [] | no_license | trdroid/Android-Examples | https://github.com/trdroid/Android-Examples | 54d0f45d8153cb58b6e6dd2d31a635a3be1e56af | 5ad7a8bda4fae5d49a0f533d7a9ad3c21b7adba7 | refs/heads/master | 2020-05-21T19:59:07.898000 | 2016-12-01T02:01:18 | 2016-12-01T02:01:18 | 64,405,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.droid.browsequotes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
/*
Android's naming convention for naming instanc... | UTF-8 | Java | 1,698 | java | MainActivity.java | Java | [] | null | [] | package com.example.droid.browsequotes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
/*
Android's naming convention for naming instanc... | 1,698 | 0.667256 | 0.665489 | 51 | 32.294117 | 27.787212 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 2 |
506d66217395c35139ccfef133d46e4e06ff4cf4 | 28,793,460,815,197 | 9fc49532fe7457fdffd7afc13e44d3cabd25c616 | /java/matching-game/src/com/richiecodes/player/Player.java | b51508ab5c5dce7399984dc8803bf6053aa32452 | [] | no_license | richiecodes/Resume-Projects | https://github.com/richiecodes/Resume-Projects | 140100dc71bbf2b86b86ed12a5b77c4c93646f4d | 4255d37a7e2667c02d120cce10209fdd6625130c | refs/heads/main | 2023-03-26T11:08:33.242000 | 2021-03-22T23:14:56 | 2021-03-22T23:14:56 | 347,255,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.richiecodes.player;
public class Player {
/*TODO: Build class and test output value
* output values to save.json/csv/etc for local storage in package com.richiecodes.playerdata
*/
}
| UTF-8 | Java | 209 | java | Player.java | Java | [] | null | [] | package com.richiecodes.player;
public class Player {
/*TODO: Build class and test output value
* output values to save.json/csv/etc for local storage in package com.richiecodes.playerdata
*/
}
| 209 | 0.727273 | 0.727273 | 8 | 25.125 | 31.270742 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 2 |
fdff9b52580b7709d4651d8c285653111ac366a8 | 31,868,657,345,843 | 7843b0171e40339025bf02ad52df2aecceacbbab | /src/main/java/com/shi/quartzdemo/utils/JobUtils.java | eb8f3bbe1c83c5edf7e972e8d5bd795c12a823a8 | [] | no_license | wbssyk/quartz-demo | https://github.com/wbssyk/quartz-demo | da8026447bcddecb98372d6c00508cac01347935 | 6aa2d6151583b8f8348a76f082a394647c646a98 | refs/heads/master | 2020-06-07T11:23:58.328000 | 2019-09-30T00:52:30 | 2019-09-30T00:52:30 | 193,011,760 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shi.quartzdemo.utils;
import com.shi.quartzdemo.controller.api.JobRequest;
import com.shi.quartzdemo.job.BaseJob;
import org.quartz.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Componen... | UTF-8 | Java | 6,541 | java | JobUtils.java | Java | [
{
"context": "a.util.Map;\n\n/**\n * @ClassName JobUtils\n * @Author yakun.shi\n * @Date 2019/6/20 13:47\n * @Version 1.0\n **/\n@Co",
"end": 394,
"score": 0.9944329261779785,
"start": 385,
"tag": "USERNAME",
"value": "yakun.shi"
},
{
"context": "uler;\n\n\n /**\n * @return vo... | null | [] | package com.shi.quartzdemo.utils;
import com.shi.quartzdemo.controller.api.JobRequest;
import com.shi.quartzdemo.job.BaseJob;
import org.quartz.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Componen... | 6,541 | 0.614562 | 0.592528 | 217 | 27.861752 | 25.221951 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.299539 | false | false | 2 |
92736ed8880cc601cf365b886915144da173ec11 | 25,649,544,694,427 | 91f2362970301aea33e47ad07deb3285bc5c5a37 | /workspace/PP/src/graph/PathInGraph.java | cc049a8c3f5c3e7c33209d802bc7fe2a1964cf18 | [] | no_license | sandeepsambidi/programsForFun | https://github.com/sandeepsambidi/programsForFun | e030c9e5887d362c6d97f7c9b4aadd2002b2a85a | 8c0d76ad81206df1cac151fb05023ac439e051e3 | refs/heads/master | 2020-03-11T12:33:44.011000 | 2018-08-06T12:18:42 | 2018-08-06T12:18:42 | 130,000,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graph;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.StringTokenizer;
public class PathInGraph {
static class GraphUndirected {
int vertexCount;
LinkedList<Integer>[] vertices;
int state[];
GraphUndirected(int vertexCount) {
this.v... | UTF-8 | Java | 2,464 | java | PathInGraph.java | Java | [] | null | [] | package graph;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.StringTokenizer;
public class PathInGraph {
static class GraphUndirected {
int vertexCount;
LinkedList<Integer>[] vertices;
int state[];
GraphUndirected(int vertexCount) {
this.v... | 2,464 | 0.680601 | 0.677354 | 92 | 25.782608 | 22.416912 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.826087 | false | false | 2 |
bb865bf9451ec623478e6c539da67be46fd85fb9 | 28,071,906,315,688 | a34d2e5f5535aa0cb479dc5de50bb098ab3f03f7 | /src/nuc/javafx/system/service/impl/UserServiceImpl.java | 84496e5b39a0f94b710c750c225efe56d84b17f3 | [] | no_license | suchaobin/elective-management-system | https://github.com/suchaobin/elective-management-system | d95e7f14ad2355efcb01f2ee084f8361bd80dcc8 | 17835a49ac70520c15b641bec0ed0104ab313888 | refs/heads/master | 2020-12-02T04:06:08.708000 | 2019-12-30T08:59:23 | 2019-12-30T08:59:23 | 230,882,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nuc.javafx.system.service.impl;
import nuc.javafx.system.dao.UserDao;
import nuc.javafx.system.dao.impl.UserDaoImpl;
import nuc.javafx.system.entity.Course;
import nuc.javafx.system.entity.ElectiveRecord;
import nuc.javafx.system.entity.Scope;
import nuc.javafx.system.entity.User;
import nuc.javafx.system.enum... | UTF-8 | Java | 4,340 | java | UserServiceImpl.java | Java | [] | null | [] | package nuc.javafx.system.service.impl;
import nuc.javafx.system.dao.UserDao;
import nuc.javafx.system.dao.impl.UserDaoImpl;
import nuc.javafx.system.entity.Course;
import nuc.javafx.system.entity.ElectiveRecord;
import nuc.javafx.system.entity.Scope;
import nuc.javafx.system.entity.User;
import nuc.javafx.system.enum... | 4,340 | 0.714055 | 0.710829 | 152 | 27.552631 | 26.523026 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.868421 | false | false | 2 |
a494aa70e23c0bc6a69b8010f1ada6d4435fca17 | 19,112,604,470,628 | 5abc72b8ae875fc2fd70f2743a2b89f76f4c201f | /WeiCar/src/com/newbrain/model/Model_NearbyCF.java | 521abb05b1e28d5dc6fe8301dab0a353b06d4841 | [] | no_license | zhuzhushang/WeiCar | https://github.com/zhuzhushang/WeiCar | bbe20cc4c32f3e3edda454c374f913b8597e2a5b | 63399dd90ffbe8615c7945699f99f085170bc6ff | refs/heads/master | 2020-05-07T18:00:21.832000 | 2015-08-11T04:30:33 | 2015-08-11T04:30:33 | 40,466,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newbrain.model;
import java.util.List;
public class Model_NearbyCF {
/*{
“code”:”0/1/2”,
"message":"成功/接口异常/失败",
result:[{
“id”:”好友id”,
“image”:”图片”,
“nickName”:”昵称”,
“signature”:”签名”,
“sex”:”性别”
}]
}*/
private String code;
private String message;
private List<Result> resu... | UTF-8 | Java | 1,561 | java | Model_NearbyCF.java | Java | [] | null | [] | package com.newbrain.model;
import java.util.List;
public class Model_NearbyCF {
/*{
“code”:”0/1/2”,
"message":"成功/接口异常/失败",
result:[{
“id”:”好友id”,
“image”:”图片”,
“nickName”:”昵称”,
“signature”:”签名”,
“sex”:”性别”
}]
}*/
private String code;
private String message;
private List<Result> resu... | 1,561 | 0.627119 | 0.625085 | 108 | 12.657408 | 12.992278 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.740741 | false | false | 2 |
c1a5dc513734d40d0d52e2aa05bd5fe10117a600 | 19,232,863,555,487 | 30ba7fc4bff79246587e8b8bbfded78ae3e6701f | /IntentKullanimi2/app/src/main/java/com/example/kubra/intentkullanimi2/MainActivity.java | d71b8cee01540ce5fe4c1eff9ff9105ca0594bd3 | [] | no_license | akkoyunkubra/Android-1 | https://github.com/akkoyunkubra/Android-1 | 8b51e173c644be38f3916e3da94c401e4c62cf32 | 030a4c7b1f48a90b0c596c9971899094623f71f2 | refs/heads/master | 2020-03-30T09:26:34.775000 | 2018-10-12T20:26:03 | 2018-10-12T20:26:03 | 151,075,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kubra.intentkullanimi2;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity implements View.OnClickListe... | UTF-8 | Java | 2,153 | java | MainActivity.java | Java | [
{
"context": "package com.example.kubra.intentkullanimi2;\n\nimport android.content.Intent;",
"end": 25,
"score": 0.8647855520248413,
"start": 20,
"tag": "USERNAME",
"value": "kubra"
}
] | null | [] | package com.example.kubra.intentkullanimi2;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity implements View.OnClickListe... | 2,153 | 0.636152 | 0.628717 | 63 | 33.15873 | 21.966213 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 2 |
f7cd999387ac91c7c1e95c4d9d08136e243ad0f2 | 23,880,018,198,254 | 2371711a17405c72279d943b1501a7cd0da3f852 | /src/projlab/skeleton/entities/MiningEntity.java | c73f276afaac32ce7a9742ea5cfc123ca1cb83b5 | [] | no_license | BalintCsala/Projlab-Skeleton | https://github.com/BalintCsala/Projlab-Skeleton | f3a1f5ba2a280f171a53f356df9dfb20b52caf1e | dd1a96230cec969891ebe5adfc61a499f1093503 | refs/heads/main | 2023-04-19T00:50:34.067000 | 2021-05-10T09:43:10 | 2021-05-10T09:43:10 | 349,074,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projlab.skeleton.entities;
/**
* Interfész minden olyan entitásnak, amely képes a bányászásra
*
*/
public interface MiningEntity {
void mine();
}
| UTF-8 | Java | 168 | java | MiningEntity.java | Java | [] | null | [] | package projlab.skeleton.entities;
/**
* Interfész minden olyan entitásnak, amely képes a bányászásra
*
*/
public interface MiningEntity {
void mine();
}
| 168 | 0.722222 | 0.722222 | 9 | 17 | 20.450481 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
4e55d4a7b0cf0a9fa1b28a92b9c909f6c0d65a40 | 15,058,155,341,693 | 0e47b978c7d45bb239e437676f1088a663ef3dbe | /LinkedinServices/src/main/java/com/aldrich/dao/SocialMediaLinkDAO.java | a0e29a52e6b3dfd014bc15c336edb7ecede8997a | [] | no_license | OmprakashOrnold/selenium_linkedin_services | https://github.com/OmprakashOrnold/selenium_linkedin_services | 42f23126d605b2c0e4626d846c6df7191e049a22 | fdd045bb79ec8cbc000b422985209bff84177e0d | refs/heads/master | 2023-04-01T01:53:59.741000 | 2021-04-02T14:23:06 | 2021-04-02T14:23:06 | 354,038,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aldrich.dao;
import java.math.BigInteger;
import java.util.List;
import com.aldrich.BO.LinkedinInputBO;
import com.aldrich.entity.Category;
import com.aldrich.entity.CompanyConfirmLocation;
import com.aldrich.entity.CompanyEmployeeProfile;
import com.aldrich.entity.CompanyInfo;
import com.aldric... | UTF-8 | Java | 2,334 | java | SocialMediaLinkDAO.java | Java | [] | null | [] | package com.aldrich.dao;
import java.math.BigInteger;
import java.util.List;
import com.aldrich.BO.LinkedinInputBO;
import com.aldrich.entity.Category;
import com.aldrich.entity.CompanyConfirmLocation;
import com.aldrich.entity.CompanyEmployeeProfile;
import com.aldrich.entity.CompanyInfo;
import com.aldric... | 2,334 | 0.811482 | 0.811482 | 67 | 32.835819 | 35.55093 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.164179 | false | false | 2 |
a8c94f0cfe861b93cefad2b96b1c9d4ef1614006 | 19,232,863,616,598 | 336efe5b8e2d598894ba8888f200eaf10c70f47e | /CoreJava/src/com/par/Test55.java | 7707b9340fc5ba6c9548734a6812d204920df963 | [] | no_license | faisalahmedansari20/CoreJava | https://github.com/faisalahmedansari20/CoreJava | f003eab1635dd3b0b57841a4d7d61e00a786780f | 8699ff8da814b98199b80f5e96f51f98ea0d931c | refs/heads/master | 2020-06-21T23:00:36.449000 | 2019-05-11T08:55:11 | 2019-05-11T08:55:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.par;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Test55 {
public static void main(String args[]) {
int i = MK.i;
Scanner sc = new Scanner(System.in);
System.out.println("enter first number");
int x = sc.nextInt();
System.out.println("enter second number")... | UTF-8 | Java | 642 | java | Test55.java | Java | [] | null | [] | package com.par;
import java.util.InputMismatchException;
import java.util.Scanner;
public class Test55 {
public static void main(String args[]) {
int i = MK.i;
Scanner sc = new Scanner(System.in);
System.out.println("enter first number");
int x = sc.nextInt();
System.out.println("enter second number")... | 642 | 0.67757 | 0.67134 | 32 | 19.09375 | 18.715567 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.59375 | false | false | 2 |
f34309446ba7ea91f20ab9dc736ccb46786118b0 | 26,250,840,178,889 | 9c84f858b19212cff30d5827817c542afc8d7864 | /web/src/main/java/eu/scape_project/watch/web/Logout.java | 4c978f009433152bd46e6f620fb3479800d7e616 | [
"Apache-2.0"
] | permissive | AlexiiJH/scout | https://github.com/AlexiiJH/scout | 547934ebd63c0bbdcfba8f6b67128ffd053d5f0e | fc2dcdfba5f9b26ae009e0847c630a88f747a9d4 | refs/heads/master | 2020-08-22T19:39:29.995000 | 2017-09-03T13:53:12 | 2017-09-03T13:53:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.scape_project.watch.web;
import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.SecurityUtils;
import com.google.inject.Inject;
import eu.scape_project.watch.web.annotations.Controller;
import eu.scape_project.watch.web.annotations.HttpMethod;
import eu.scape_... | UTF-8 | Java | 755 | java | Logout.java | Java | [] | null | [] | package eu.scape_project.watch.web;
import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.SecurityUtils;
import com.google.inject.Inject;
import eu.scape_project.watch.web.annotations.Controller;
import eu.scape_project.watch.web.annotations.HttpMethod;
import eu.scape_... | 755 | 0.796026 | 0.796026 | 30 | 24.166666 | 21.619564 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 2 |
d3feaab2f9efc79b7ac197123931e75171956c86 | 21,586,505,690,118 | 32a812683781211371308a0bc37a33dc592a39c1 | /src/test/java/com/plateIQ/cucumber/PlateIQRunner.java | 018733cd4d68ef7eeca24829c611f7b56e7890b8 | [] | no_license | KiranRajN03/cukIQPlate | https://github.com/KiranRajN03/cukIQPlate | 3e036fab77ab964b5b445fe7e9ca02986aeefbd7 | d9f86e4ceb6a65621b8ebfbb36058bbbd57f4204 | refs/heads/master | 2020-04-01T05:09:48.240000 | 2018-10-14T16:12:17 | 2018-10-14T16:12:17 | 152,892,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.plateIQ.cucumber;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import com.cucumber.listener.Reporter;
import com.plateIQ.utility.BrowserInteraction;
//import com.honeywe... | UTF-8 | Java | 1,628 | java | PlateIQRunner.java | Java | [] | null | [] | package com.plateIQ.cucumber;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import com.cucumber.listener.Reporter;
import com.plateIQ.utility.BrowserInteraction;
//import com.honeywe... | 1,628 | 0.670147 | 0.668919 | 64 | 24.453125 | 21.977922 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484375 | false | false | 2 |
fff47f3ea5da33f629596fec3689745fefe911af | 28,132,035,857,190 | beff1c01defbbc918fd9852e741f4a6721906771 | /Lesson04/src/task2/Wheel.java | a2213ac83e86412060e47e21a134c02dfaea00fb | [] | no_license | sophiashuv/java_lessons | https://github.com/sophiashuv/java_lessons | 18ea08f402748008c814edf0da774395ef68f06b | b8cbc379d83069f6f1b1a16cff34d24a713bfa50 | refs/heads/master | 2020-09-20T11:58:36.449000 | 2020-02-15T23:30:47 | 2020-02-15T23:30:47 | 221,988,954 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package task2;
public class Wheel {
protected String wheel_type;
protected double wheel_radius;
public Wheel() {};
public Wheel(String wheel_type, double wheel_radius) {
this.wheel_type = wheel_type;
this.wheel_radius = wheel_radius;
}
public String getWheel_type() {
return wheel_type;
}
publi... | UTF-8 | Java | 829 | java | Wheel.java | Java | [] | null | [] | package task2;
public class Wheel {
protected String wheel_type;
protected double wheel_radius;
public Wheel() {};
public Wheel(String wheel_type, double wheel_radius) {
this.wheel_type = wheel_type;
this.wheel_radius = wheel_radius;
}
public String getWheel_type() {
return wheel_type;
}
publi... | 829 | 0.681544 | 0.680338 | 42 | 18.714285 | 19.411932 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.309524 | false | false | 2 |
3cdbc9b6997120f36d359edffe8dac9c1814af6c | 3,676,492,011,027 | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201802/cm/ImageErrorReason.java | 78655dfad2a879b127d407db03b4bdd7eaa3a525 | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | https://github.com/ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690000 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | true | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | 2019-01-27T03:40:34 | 2023-03-25T00:04:17 | 110,288 | 1 | 0 | 9 | Java | false | false | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | UTF-8 | Java | 10,424 | java | ImageErrorReason.java | Java | [] | null | [] | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | 10,424 | 0.749233 | 0.745875 | 154 | 66.688309 | 38.809978 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694805 | false | false | 2 |
9afb8f773e526870560f3e5a37776d920f3ffe57 | 21,320,217,682,093 | 6967f5a74897a68ded93817b8234ab9868e0e959 | /src/chapter_2/exercise01.java | 502c020d0d74bf8ed679cdf57f755e97cda625f0 | [] | no_license | francishero/Introduction-to-java-programming-solutions | https://github.com/francishero/Introduction-to-java-programming-solutions | 27f74f86f6055e20e84d3dba9d48af2cb70a48f9 | afd5b42f7a943c4de36188874eaaa3d882a0e2db | refs/heads/master | 2021-04-26T03:56:26.229000 | 2018-03-06T19:02:00 | 2018-03-06T19:02:00 | 124,038,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter_2;
import java.util.Scanner;
/**
*
* a program that reads a Celsius degree in
a double value from the console, then converts it to Fahrenheit and displays the
result. The formula for the conversion is as follows:
fahrenheit = (9 / 5) * celsius + 32
*
* By Francis Miyoba on 10/feb/2018
*/
publi... | UTF-8 | Java | 748 | java | exercise01.java | Java | [
{
"context": "ows:\n fahrenheit = (9 / 5) * celsius + 32\n *\n * By Francis Miyoba on 10/feb/2018\n */\npublic class exercise01 {\n ",
"end": 295,
"score": 0.9998857975006104,
"start": 281,
"tag": "NAME",
"value": "Francis Miyoba"
}
] | null | [] | package chapter_2;
import java.util.Scanner;
/**
*
* a program that reads a Celsius degree in
a double value from the console, then converts it to Fahrenheit and displays the
result. The formula for the conversion is as follows:
fahrenheit = (9 / 5) * celsius + 32
*
* By <NAME> on 10/feb/2018
*/
public class ... | 740 | 0.668449 | 0.644385 | 26 | 27.76923 | 26.124418 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 2 |
414b7ac2ef533006b10a149f4007aea1fb45da77 | 4,964,982,216,840 | e6b083da7bf50b20cd3e67da6111f877f6e964f5 | /swagger-uber/src/gen/java/io/swagger/api/EstimatesApi.java | 5bb9777b3d5307a509817cae90d093954692ad91 | [] | no_license | swbhoi/java-apis | https://github.com/swbhoi/java-apis | f08a6f7b931d39fd54b568aa8fd4de07e9651144 | ef17a05b0405c9e2d5dedd823d90fe9332c0f59b | refs/heads/master | 2021-01-23T12:26:22.368000 | 2018-02-26T07:21:42 | 2018-02-26T07:21:42 | 61,774,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.swagger.api;
import io.swagger.model.*;
import io.swagger.api.EstimatesApiService;
import io.swagger.api.factories.EstimatesApiServiceFactory;
import io.swagger.annotations.ApiParam;
import com.sun.jersey.multipart.FormDataParam;
import io.swagger.model.Error;
import io.swagger.model.PriceEstimate;
impor... | UTF-8 | Java | 4,534 | java | EstimatesApi.java | Java | [] | null | [] | package io.swagger.api;
import io.swagger.model.*;
import io.swagger.api.EstimatesApiService;
import io.swagger.api.factories.EstimatesApiServiceFactory;
import io.swagger.annotations.ApiParam;
import com.sun.jersey.multipart.FormDataParam;
import io.swagger.model.Error;
import io.swagger.model.PriceEstimate;
impor... | 4,534 | 0.770843 | 0.761579 | 64 | 69.84375 | 139.553101 | 718 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 2 |
dd125ec646dc121d848ecaa0a988b996f0381aa5 | 8,890,582,336,227 | c5ac3b8bc861258cfce954852510f9b0d6c18abe | /protectolibre-master/protectolibre-master/Nueva carpeta (3)/ITB/src/Entidades/Escarabajo.java | c987c4e31bcf5f29fa1a41e267edc45a86d41f60 | [] | no_license | nicogeof94/matriz | https://github.com/nicogeof94/matriz | a037ef8d11c8bf7805a11a03b661a5b002171de2 | fc93e9663f4c991050a63fbb0e6480663128545a | refs/heads/master | 2020-04-29T04:54:00.080000 | 2019-03-15T17:19:59 | 2019-03-15T17:19:59 | 175,862,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Entidades;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import Inteligencia.IEscarabajo;
import Visitor.Visitor;
import Visitor.VisitorEnemigo;
public class Escarabajo extends Enemigo{
public Escarabajo(){
daņo=2;
icono=new ImageIcon(this.getClass().getResource("/Iconos/escarab... | ISO-8859-10 | Java | 698 | java | Escarabajo.java | Java | [] | null | [] | package Entidades;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import Inteligencia.IEscarabajo;
import Visitor.Visitor;
import Visitor.VisitorEnemigo;
public class Escarabajo extends Enemigo{
public Escarabajo(){
daņo=2;
icono=new ImageIcon(this.getClass().getResource("/Iconos/escarab... | 698 | 0.691092 | 0.688218 | 36 | 17.333334 | 17.578396 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 2 |
2d64aca71622d2034ab680fb08a91a9161088c33 | 26,645,977,130,734 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_6e63750456ae5d3ce27ff85188a547c9ee30bf2a/SetConfiguration/22_6e63750456ae5d3ce27ff85188a547c9ee30bf2a_SetConfiguration_s.java | 573effe7445e7553576e98b72c5913623a647626 | [] | 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 | package org.voltdb.sysprocs;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.log4j.Logger;
import org.voltdb.BackendTarget;
import org.voltdb.DependencySet;
import org.voltdb.HsqlBackend;
import org.voltdb.ParameterS... | UTF-8 | Java | 7,030 | java | 22_6e63750456ae5d3ce27ff85188a547c9ee30bf2a_SetConfiguration_s.java | Java | [] | null | [] | package org.voltdb.sysprocs;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.log4j.Logger;
import org.voltdb.BackendTarget;
import org.voltdb.DependencySet;
import org.voltdb.HsqlBackend;
import org.voltdb.ParameterS... | 7,030 | 0.541679 | 0.539829 | 158 | 43.487343 | 26.105127 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.841772 | false | false | 2 |
6d6381c14c1932aa2f86b0992821a129227f66f0 | 22,368,189,742,571 | 92ee559e0eeb7d67f4cb45dd879db92133223558 | /Acme-Madruga/src/test/java/services/ChapterServiceTest.java | dda36fa25a23669344f5121372db90dd0ea01efb | [] | no_license | joscarboz/Acme-Parade-DP2 | https://github.com/joscarboz/Acme-Parade-DP2 | b8c17d9b5fe56aa0a495b0074a79f44d11e06908 | f8445e236120e3c3365e7ce111d9766561fee7f8 | refs/heads/master | 2020-04-27T22:42:12.784000 | 2019-03-28T17:16:43 | 2019-03-28T17:16:43 | 174,746,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package services;
import java.util.ArrayList;
import java.util.Collection;
import javax.transaction.Transactional;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springf... | ISO-8859-3 | Java | 2,857 | java | ChapterServiceTest.java | Java | [] | null | [] |
package services;
import java.util.ArrayList;
import java.util.Collection;
import javax.transaction.Transactional;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springf... | 2,857 | 0.712084 | 0.70683 | 98 | 28.12245 | 28.514324 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.22449 | false | false | 2 |
8edf672ea6b8c37ea196497ee86f8b10d29c70e8 | 10,393,820,887,766 | aa417a87d2bef2bdd91c113c507a3b5d8e7b0733 | /src/com/namaste/sort/BucketSort.java | e8740336b071be8ea6561a5a7447d0dcc0a7e8e4 | [] | no_license | loozhang/Algorithms | https://github.com/loozhang/Algorithms | 0f00dc2d2c120fae72555f87a1b0a0639a159420 | ccdbe8ae67ad09e13842d6e085fa1e27b6d8544c | refs/heads/master | 2022-05-29T06:24:03.963000 | 2022-04-12T14:45:31 | 2022-04-12T14:45:31 | 112,634,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.namaste.sort;
import com.namaste.common.Common;
import java.util.Arrays;
public class BucketSort {
public static void main(String[] args)
{
int[] arr={101,109,107,103,108,102,103,110,107,103};
Common.PrintArray(bucketSort(arr,3));
}
public static int[] bucketSort(int[] ar... | UTF-8 | Java | 1,590 | java | BucketSort.java | Java | [] | null | [] | package com.namaste.sort;
import com.namaste.common.Common;
import java.util.Arrays;
public class BucketSort {
public static void main(String[] args)
{
int[] arr={101,109,107,103,108,102,103,110,107,103};
Common.PrintArray(bucketSort(arr,3));
}
public static int[] bucketSort(int[] ar... | 1,590 | 0.498113 | 0.469811 | 61 | 25.065575 | 18.778143 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.770492 | false | false | 2 |
209c453bee221fe9427ecca0987b5ef7cb165fae | 17,282,948,425,934 | 126b3c0071764addaab8ffe7f48b9c77801e05b9 | /tbv-commons/src/main/java/com/textbookvalet/commons/User.java | f2bdfab234955ff6e1dd9c73fcb72260d178e017 | [] | no_license | viralpatel79/SpringBoot | https://github.com/viralpatel79/SpringBoot | 48d490e539d9b6cb3337770ce07c3241c23cee14 | 92662bfd275191cf1deb910d33bfd33bab6df969 | refs/heads/master | 2021-06-28T14:35:23.018000 | 2017-09-12T09:05:03 | 2017-09-12T09:05:03 | 103,244,384 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.textbookvalet.commons;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Tr... | UTF-8 | Java | 2,597 | java | User.java | Java | [] | null | [] | package com.textbookvalet.commons;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Tr... | 2,597 | 0.782056 | 0.779746 | 138 | 17.81884 | 18.624916 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.942029 | false | false | 2 |
a57c74efa5827bb247dcf15b0d1567186580f562 | 5,102,421,182,778 | 4691acca4e62da71a857385cffce2b6b4aef3bb3 | /core-java-modules/core-java-lambdas/src/test/java/com/baeldung/java8/lambda/methodreference/MethodReferenceUnitTest.java | 87c01c3deddb2adc8f1ea6c6a4445f46668e6a61 | [
"MIT"
] | permissive | lor6/tutorials | https://github.com/lor6/tutorials | 800f2e48d7968c047407bbd8a61b47be7ec352f2 | e993db2c23d559d503b8bf8bc27aab0847224593 | refs/heads/master | 2023-05-29T06:17:47.980000 | 2023-05-19T08:37:45 | 2023-05-19T08:37:45 | 145,218,314 | 7 | 11 | MIT | true | 2018-08-18T12:29:20 | 2018-08-18T12:29:19 | 2018-08-18T12:01:20 | 2018-08-18T12:01:05 | 108,692 | 0 | 0 | 0 | null | false | null | package com.baeldung.java8.lambda.methodreference;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.function.BiFunction;
import org.apache.commons.lang3.StringUtils;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MethodReferenc... | UTF-8 | Java | 2,807 | java | MethodReferenceUnitTest.java | Java | [
{
"context": "rayList<>();\n bikes.add(bikeCreator.apply(\"Giant\", 50));\n bikes.add(bikeCreator.apply(\"Scot",
"end": 1764,
"score": 0.8010201454162598,
"start": 1759,
"tag": "NAME",
"value": "Giant"
},
{
"context": "iant\", 50));\n bikes.add(bikeCreator.apply(... | null | [] | package com.baeldung.java8.lambda.methodreference;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.function.BiFunction;
import org.apache.commons.lang3.StringUtils;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MethodReferenc... | 2,807 | 0.65871 | 0.64731 | 79 | 34.531647 | 29.955593 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.848101 | false | false | 2 |
b4a703589d28be8f67b2c67d10f78e47c813ab79 | 12,335,146,111,267 | bdfd282ff95723b6c367d7799f40ff4a2a20f50e | /src/main/java/com/bobbychakra/restservice/hello/HelloWorldController.java | 78088e0ffc3191cf260daee8a5c2374dee661168 | [] | no_license | yellowstone-bbc/spring-boot-ys | https://github.com/yellowstone-bbc/spring-boot-ys | d50c401448d3198556fbc4a7479d547e59333ebb | d5e261fa715785d7197dfa55a0695748f1fd02fd | refs/heads/master | 2023-01-22T12:08:25.366000 | 2020-12-03T06:18:35 | 2020-12-03T06:18:35 | 311,626,320 | 1 | 0 | null | false | 2020-11-11T06:37:52 | 2020-11-10T10:42:03 | 2020-11-10T13:38:55 | 2020-11-11T06:37:52 | 53 | 0 | 0 | 0 | Java | false | false | package com.bobbychakra.restservice.hello;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
// This will be my co... | UTF-8 | Java | 798 | java | HelloWorldController.java | Java | [
{
"context": "ils helloWorldBean() {\r\n\t\treturn new UserDetails(\"Bobby\", \"Chakra\", \"Tiruppur\");\r\n\t}\r\n}\r\n",
"end": 764,
"score": 0.9998521208763123,
"start": 759,
"tag": "NAME",
"value": "Bobby"
},
{
"context": "WorldBean() {\r\n\t\treturn new UserDetails(\"Bobby\", \"... | null | [] | package com.bobbychakra.restservice.hello;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
// This will be my co... | 798 | 0.75188 | 0.75188 | 23 | 32.695652 | 22.988531 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.043478 | false | false | 2 |
78072aa091e9d5fefbee914794b32eba2017f52a | 29,661,044,152,869 | 731b8d8fa2649afb1f520544fbbbb5f0ee8b16ef | /shiyi-cash/shiyi-cash-feign/src/main/java/com/baibei/shiyi/cash/feign/client/admin/IAdminDealDiffFeign.java | 248087a7de1b6995a77e2446538080a7fec7745a | [] | no_license | moutainhigh/shiyi | https://github.com/moutainhigh/shiyi | 4fad04b3b51242e9f5fd22fb6a3926bf70b44593 | ed5aed45bce13cc3976e1147c3fca64ff237d396 | refs/heads/master | 2022-10-25T00:16:02.343000 | 2020-04-21T07:47:48 | 2020-04-21T07:47:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baibei.shiyi.cash.feign.client.admin;
import com.baibei.shiyi.cash.feign.base.dto.BankOrderDto;
import com.baibei.shiyi.cash.feign.base.dto.DealDiffDto;
import com.baibei.shiyi.cash.feign.base.vo.BankOrderVo;
import com.baibei.shiyi.cash.feign.client.hystrix.DealDiffHystrix;
import com.baibei.shiyi.common.... | UTF-8 | Java | 1,672 | java | IAdminDealDiffFeign.java | Java | [] | null | [] | package com.baibei.shiyi.cash.feign.client.admin;
import com.baibei.shiyi.cash.feign.base.dto.BankOrderDto;
import com.baibei.shiyi.cash.feign.base.dto.DealDiffDto;
import com.baibei.shiyi.cash.feign.base.vo.BankOrderVo;
import com.baibei.shiyi.cash.feign.client.hystrix.DealDiffHystrix;
import com.baibei.shiyi.common.... | 1,672 | 0.766949 | 0.762107 | 50 | 32.040001 | 31.0161 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 2 |
09e9d2c934fad40e9865933467c7609228216b3d | 2,345,052,187,448 | 1fe5b3559a0ffd3e8aec8d97e31fc38d4b551c7e | /src/main/java/controller/BlockController.java | e36d25892b06bdd6fa6ec0ec660f2c438d946ea1 | [] | no_license | joc5785/JavaBlock | https://github.com/joc5785/JavaBlock | c5252669b63bce1c4e3c397c85086d65e9c8c612 | f05268d1b8112c3084396753e8c5d6a4ce70746c | refs/heads/master | 2021-07-08T14:01:51.186000 | 2017-10-03T12:54:04 | 2017-10-03T12:54:04 | 105,224,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import domain.Block;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import services.jpa.block.BlockJPAService... | UTF-8 | Java | 866 | java | BlockController.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by o'connell on 10/2/17.\n */\n\n@Controller\npublic class ",
"end": 366,
"score": 0.6671609878540039,
"start": 365,
"tag": "NAME",
"value": "o"
},
{
"context": "ice;\n\nimport java.util.List;\n\n/**\n * Created by o'... | null | [] | package controller;
import domain.Block;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import services.jpa.block.BlockJPAService... | 866 | 0.775982 | 0.770208 | 32 | 26.0625 | 27.265978 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 2 |
c02161677c76677f1d49e6f3caf2684fb575a491 | 18,605,798,377,013 | 21222b8a8314b39b50cee92afdedab218ff7d912 | /tax/service-tax/service-tax-controller/src/main/java/com/yun9/service/tax/TaxApplication.java | a468c509ab340308015fcacb730f32a79e2a8f04 | [] | no_license | cckmit/dj_tax | https://github.com/cckmit/dj_tax | cb8df1fe42075146d9ed63572f2977eef66feb39 | 339a5f5cfced2aa682de053a7b276db765b73797 | refs/heads/master | 2022-06-16T14:58:29.431000 | 2018-08-05T13:09:01 | 2018-08-05T13:09:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yun9.service.tax;
import com.yun9.framework.web.spring.ApplicationConfigureAdapter;
import com.yun9.framework.web.spring.interceptor.ResponseBodyVoidInterceptor;
import com.yun9.framework.web.spring.interceptor.TimeLogInteceptor;
import com.yun9.framework.web.spring.interceptor.TokenInterceptor;
import com... | UTF-8 | Java | 2,646 | java | TaxApplication.java | Java | [
{
"context": "gistry;\n\nimport java.util.List;\n\n/**\n * Created by werewolf on 2018/3/13.\n */\n@SpringBootApplication\n@Import",
"end": 1104,
"score": 0.9996674656867981,
"start": 1096,
"tag": "USERNAME",
"value": "werewolf"
}
] | null | [] | package com.yun9.service.tax;
import com.yun9.framework.web.spring.ApplicationConfigureAdapter;
import com.yun9.framework.web.spring.interceptor.ResponseBodyVoidInterceptor;
import com.yun9.framework.web.spring.interceptor.TimeLogInteceptor;
import com.yun9.framework.web.spring.interceptor.TokenInterceptor;
import com... | 2,646 | 0.789433 | 0.783217 | 61 | 41.19672 | 31.907047 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47541 | false | false | 2 |
ac9df8c1711799111ba5f9f4df35f36ec6280a58 | 9,637,906,649,124 | 0f20a8033577aa561678325ec276daa8947742a5 | /src/main/java/com/mpen/api/domain/DdbUserDynamicRecord.java | d13bc934942856fae7eb6c258b5d1ccc2026ca1b | [] | no_license | wangyue-whaty/mpen-test | https://github.com/wangyue-whaty/mpen-test | e28bb27df51fc0bf7b0d8abd4a7287d0aa074ac5 | ea9f58d61d1eac237bcd45223fdf89a7afc7a619 | refs/heads/master | 2020-04-04T23:45:38.010000 | 2018-11-12T04:57:45 | 2018-11-12T04:57:45 | 156,370,640 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mpen.api.domain;
import java.io.Serializable;
import java.util.Date;
/**
* 用户动态记录表
* 涉及:教师端批阅作业 以及app2.0动态模块相关接口
*
* @author hzy
* @since 2018-08-09
*/
public class DdbUserDynamicRecord implements Serializable {
private static final long serialVersionUID = 196951089807017876L;
private Str... | UTF-8 | Java | 1,374 | java | DdbUserDynamicRecord.java | Java | [
{
"context": "记录表 \n * 涉及:教师端批阅作业 以及app2.0动态模块相关接口\n * \n * @author hzy\n * @since 2018-08-09\n */\npublic class DdbUserDyna",
"end": 148,
"score": 0.9996912479400635,
"start": 145,
"tag": "USERNAME",
"value": "hzy"
}
] | null | [] | package com.mpen.api.domain;
import java.io.Serializable;
import java.util.Date;
/**
* 用户动态记录表
* 涉及:教师端批阅作业 以及app2.0动态模块相关接口
*
* @author hzy
* @since 2018-08-09
*/
public class DdbUserDynamicRecord implements Serializable {
private static final long serialVersionUID = 196951089807017876L;
private Str... | 1,374 | 0.64429 | 0.622685 | 66 | 18.651516 | 17.616703 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.287879 | false | false | 2 |
5258c80abc8272cb96152891fd2ad42980d2fbf2 | 10,153,302,731,742 | 09bcdac26ce007facc71e71f6a99192e305916c9 | /src/main/java/com/rbs/TMO/Jayadevi/DAO/DatabaseConnectionPostgreSQL.java | 46512b9dbfad01ff05e12810c984a47d5a98baa0 | [
"Apache-2.0"
] | permissive | durajjd/Ezee | https://github.com/durajjd/Ezee | 247c1df345802ec3d4f6248642cc3b7aad1d98e2 | fe908d75708a6ffa4658027200fb9f273f7fa5e4 | refs/heads/master | 2021-05-15T19:43:18.574000 | 2017-10-20T19:01:02 | 2017-10-20T19:01:02 | 107,710,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rbs.TMO.Jayadevi.DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.List;
import java.util.Properties;
public class DatabaseConnectionPostgreSQL {
Connection c = null;
public Connection getConnection() throws SQLException, ClassNotF... | UTF-8 | Java | 1,962 | java | DatabaseConnectionPostgreSQL.java | Java | [
{
"context": ".compute-1.amazonaws.com:5432/d11rrktmmgd00t?user=liybotsvyembvp&password=e40dd8cba8730c3a7b167d3648acbb0d442bdef9",
"end": 1118,
"score": 0.9976354241371155,
"start": 1104,
"tag": "USERNAME",
"value": "liybotsvyembvp"
},
{
"context": ":5432/d11rrktmmgd00t?user=liybotsv... | null | [] | package com.rbs.TMO.Jayadevi.DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.List;
import java.util.Properties;
public class DatabaseConnectionPostgreSQL {
Connection c = null;
public Connection getConnection() throws SQLException, ClassNotF... | 1,854 | 0.642202 | 0.591233 | 53 | 35.056602 | 42.697891 | 257 | false | false | 0 | 0 | 0 | 0 | 73 | 0.069827 | 1.358491 | false | false | 2 |
603c6b75013384e8a154fe67d9b2e2e9897a144a | 25,383,256,739,851 | 9de3c13e744c095edd42f20e9d49b15b2c3318ef | /JavaApplication7/src/javaapplication7/EventosTeclado.java | 51e329535762d50d23e6dc892348d26cba755337 | [] | no_license | JCheetos/Maze-Base-Ejemplo | https://github.com/JCheetos/Maze-Base-Ejemplo | 7a0cc7d41f4cfd1a96d2257082e9aff270743707 | c3dee8d1513044e33e7ae17d94e47c81fae4f9da | refs/heads/master | 2020-03-15T05:15:02.241000 | 2018-06-04T22:46:01 | 2018-06-04T22:46:01 | 131,984,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaapplication7;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class EventosTeclado extends JFrame implements KeyListener {
JTextArea informacion;
JTextField texto;
JPanel principal;
String linea, cadena, codigotecla;
public EventosTeclado() {
super("E... | UTF-8 | Java | 2,808 | java | EventosTeclado.java | Java | [] | null | [] | package javaapplication7;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class EventosTeclado extends JFrame implements KeyListener {
JTextArea informacion;
JTextField texto;
JPanel principal;
String linea, cadena, codigotecla;
public EventosTeclado() {
super("E... | 2,808 | 0.595442 | 0.590812 | 77 | 35.467533 | 27.506119 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662338 | false | false | 2 |
6d749bdc9bc9f5ceca4aae7ec5cf3f3c3a3ca3e8 | 17,841,294,168,951 | ef00e3ea14bd133ab507a7146023d5ca11fdef23 | /MonsterTruckApplet/src/GameEngine/GameEngineFactory.java | d49cc3d391f59ca67e6c7eaa114f91668720626e | [] | no_license | AndreJohannes/MonsterTruck | https://github.com/AndreJohannes/MonsterTruck | 3cd203ba62ccc4901d4bfd8c79bec5e1fa69d680 | 6b8cd6a0defc0b632170040ad065b02b37639f6f | refs/heads/master | 2020-06-18T00:55:32.745000 | 2016-11-28T11:09:48 | 2016-11-28T11:09:48 | 74,961,806 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GameEngine;
import java.applet.Applet;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import Graphics.Background;
import Graphics.Landscape;
import Graphics.ScoreBoard;
import Graphics.TextureAtlas;
import VehicleObjects.Vehicle;
import XMLParser.XMLVehicleFileReader;
import XMLParser.XMLWorl... | UTF-8 | Java | 982 | java | GameEngineFactory.java | Java | [] | null | [] | package GameEngine;
import java.applet.Applet;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import Graphics.Background;
import Graphics.Landscape;
import Graphics.ScoreBoard;
import Graphics.TextureAtlas;
import VehicleObjects.Vehicle;
import XMLParser.XMLVehicleFileReader;
import XMLParser.XMLWorl... | 982 | 0.790224 | 0.790224 | 34 | 27.882353 | 23.691355 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 2 |
ab5485d264076d6d0b7dae2b3a8787b05a97770c | 19,138,374,311,328 | 7178430a6f83e2e99b7195c6ad45fc810bf4155b | /java/com/stx/zzq/back/service/Impl/EmployeeServiceImpl.java | ce75fbb59247d14a511b3facac7eb0b552bb961c | [] | no_license | zzq-zhang/gzgl | https://github.com/zzq-zhang/gzgl | 718c56e54b403964b6ceb68fef80ca1caadb6f28 | 1d45149ec46de19f34abc869997b11cab8d4a746 | refs/heads/master | 2021-06-07T20:53:24.621000 | 2016-09-25T01:34:24 | 2016-09-25T01:34:24 | 58,820,239 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stx.zzq.back.service.Impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.stx.zzq.back.dao.EmployeeDao;
import com.stx.zzq.back.service.EmployeeService;
import com.stx.zzq.entities... | UTF-8 | Java | 1,989 | java | EmployeeServiceImpl.java | Java | [] | null | [] | package com.stx.zzq.back.service.Impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.stx.zzq.back.dao.EmployeeDao;
import com.stx.zzq.back.service.EmployeeService;
import com.stx.zzq.entities... | 1,989 | 0.731797 | 0.729701 | 84 | 21.726191 | 19.745012 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.369048 | false | false | 2 |
4b31f45a2ec1c9b44447e04ffc85fbcc6bf6beac | 28,922,309,807,265 | 2bea965fae75b1c21bf010cd88fa99ae963f4ae3 | /unclassified/LeetCode994.java | 86a72ab97279bc48c4027c0e6fa33d657475dec9 | [
"MIT"
] | permissive | YinhaoHe/LeetCode | https://github.com/YinhaoHe/LeetCode | b05ba30cdc2c87435a7c03dd1c8e27d1512cc234 | f33219264a2b998121634f30d3d197fa9a484069 | refs/heads/master | 2021-11-14T19:41:04.290000 | 2021-10-18T03:18:08 | 2021-10-18T03:18:08 | 242,684,259 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int orangesRotting(int[][] grid) {
int row = grid.length; // length of row
int col = grid[0].length; // length of column
Queue<int[]> queue = new LinkedList<>();
// counter to count the fresh orange number
int counter = 0;
... | UTF-8 | Java | 2,977 | java | LeetCode994.java | Java | [] | null | [] | class Solution {
public int orangesRotting(int[][] grid) {
int row = grid.length; // length of row
int col = grid[0].length; // length of column
Queue<int[]> queue = new LinkedList<>();
// counter to count the fresh orange number
int counter = 0;
... | 2,977 | 0.355055 | 0.33994 | 88 | 32.727272 | 17.833017 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.420455 | false | false | 2 |
4d1475d52d7801fdc024915100d53a9344ae4a0d | 4,922,032,557,372 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2009-07-21/seasar2-2.4.39/seasar-benchmark/src/main/java/benchmark/wire/Bean00270BImpl.java | f51be1d954717ae3b4944702706b3de23e686185 | [] | no_license | svn2github/s2container | https://github.com/svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140000 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package benchmark.wire;
public class Bean00270BImpl implements Bean00270B {
}
| UTF-8 | Java | 81 | java | Bean00270BImpl.java | Java | [] | null | [] | package benchmark.wire;
public class Bean00270BImpl implements Bean00270B {
}
| 81 | 0.802469 | 0.679012 | 3 | 25 | 20.461346 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
b0d761ba0e66be72fb385d579c1acc06a045cfcb | 15,874,199,171,940 | cd1c29a390055cc06c277ddc2aea5dfad15a2eb1 | /src/main/java/me/yuxiaoyao/soffice/server/route/ConvertToRoute.java | 6bae6e637b33dc369d6bd8b7a51934023660efc0 | [] | no_license | yu-xiaoyao/soffice-web-server | https://github.com/yu-xiaoyao/soffice-web-server | 0774434ab068a0d37950235df874f85aaf2a269c | 059c7929b29bb95c063737c2fffa8148c658b4c7 | refs/heads/master | 2023-04-02T17:40:32.951000 | 2021-04-06T10:22:23 | 2021-04-06T10:22:23 | 341,562,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.yuxiaoyao.soffice.server.route;
import me.yuxiaoyao.soffice.server.handler.ConvertToHandler;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.server.RouterFunction;
import org.springframework.web.reactive.fu... | UTF-8 | Java | 987 | java | ConvertToRoute.java | Java | [
{
"context": "tion.server.RouterFunctions.route;\n\n/**\n * @author kerryzhang on 2021/1/29\n */\n\n@Component\npublic class Convert",
"end": 550,
"score": 0.9995437264442444,
"start": 540,
"tag": "USERNAME",
"value": "kerryzhang"
}
] | null | [] | package me.yuxiaoyao.soffice.server.route;
import me.yuxiaoyao.soffice.server.handler.ConvertToHandler;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.server.RouterFunction;
import org.springframework.web.reactive.fu... | 987 | 0.789311 | 0.782117 | 30 | 31.433332 | 30.863876 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
cc97a07c605176b7fe8cab9ea00301ef350331a4 | 7,670,811,608,679 | e5493b93c90d78eb863c349fe1ed0edea8a78d05 | /src/main/java/com/mo16/springaop/xmlconfig/aopexample/services/XmlConfigMessageService.java | dfcf41c6b3f84d4a5675451dfc9cc3862c6a7acc | [] | no_license | mosup16/SpringAOP | https://github.com/mosup16/SpringAOP | dd82ba556737be6aca82e45a828f4c7146ea6b26 | fe9a914559310d3f757cf39f9f4803e7a9780412 | refs/heads/master | 2023-04-03T05:23:31.811000 | 2021-04-14T20:49:51 | 2021-04-14T20:49:51 | 357,111,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mo16.springaop.xmlconfig.aopexample.services;
public interface XmlConfigMessageService {
void onMessage(String msg);
}
| UTF-8 | Java | 136 | java | XmlConfigMessageService.java | Java | [] | null | [] | package com.mo16.springaop.xmlconfig.aopexample.services;
public interface XmlConfigMessageService {
void onMessage(String msg);
}
| 136 | 0.808824 | 0.794118 | 5 | 26.200001 | 22.551275 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 2 |
f004d4fb5f2295e21047d6940a4f92bd59f8125b | 17,059,610,113,555 | a25d5761dbbeee45730a4943c56ddc18f948b7e0 | /app/build/generated/source/kapt/debug/com/own/weatherforcastapp/ui/main/MainActivity_MembersInjector.java | 3779e0dabdcd24eb55deeefaf0fb711b593a92cc | [] | no_license | souravpany/Weatherforcastapp | https://github.com/souravpany/Weatherforcastapp | bd0761665855a0ce8b235a22df528d8db6a6d6b7 | bfef3c56162f18669d61ea8f123e60ef277e2470 | refs/heads/master | 2021-05-17T12:51:10.450000 | 2020-03-28T12:26:35 | 2020-03-28T12:26:35 | 250,785,376 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Generated by Dagger (https://google.github.io/dagger).
package com.own.weatherforcastapp.ui.main;
import androidx.recyclerview.widget.LinearLayoutManager;
import com.own.weatherforcastapp.ui.base.BaseActivity_MembersInjector;
import com.own.weatherforcastapp.ui.main.adapter.ForecastListAdapter;
import com.own.weath... | UTF-8 | Java | 3,384 | java | MainActivity_MembersInjector.java | Java | [] | null | [] | // Generated by Dagger (https://google.github.io/dagger).
package com.own.weatherforcastapp.ui.main;
import androidx.recyclerview.widget.LinearLayoutManager;
import com.own.weatherforcastapp.ui.base.BaseActivity_MembersInjector;
import com.own.weatherforcastapp.ui.main.adapter.ForecastListAdapter;
import com.own.weath... | 3,384 | 0.826241 | 0.826241 | 75 | 44.119999 | 30.302898 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573333 | false | false | 2 |
8c626cdd988bbf0ffed5cd190aad8d6fce6641e6 | 21,320,217,677,079 | d949bd0f639e248c4116bfac86111bc4e45c2499 | /applet-server/src/main/java/com/syt/hotel/utils/ListUtils.java | 7a240b3a9ca261de50fa6c4f6f58ba478fa58835 | [] | no_license | caijinlu/applet-server | https://github.com/caijinlu/applet-server | c94a3cfce465570dd9a74a6b30b30349dd506796 | 73451d8eb01b50d7d98d86ee7f8525b330a1910f | refs/heads/master | 2023-01-13T15:24:00.946000 | 2020-11-25T09:58:13 | 2020-11-25T09:58:13 | 315,896,748 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syt.hotel.utils;
import java.util.List;
/**
*
* @author
* @Description: list操作工具类
*/
public class ListUtils {
/**
* 获取first第一个对象
*
* @param list
* @return
*/
public static <T> T first(List<T> list) {
return list != null && !list.isEmpty() ? list.get(0) : null;
}
/**
*
* @pa... | UTF-8 | Java | 464 | java | ListUtils.java | Java | [] | null | [] | package com.syt.hotel.utils;
import java.util.List;
/**
*
* @author
* @Description: list操作工具类
*/
public class ListUtils {
/**
* 获取first第一个对象
*
* @param list
* @return
*/
public static <T> T first(List<T> list) {
return list != null && !list.isEmpty() ? list.get(0) : null;
}
/**
*
* @pa... | 464 | 0.581818 | 0.579545 | 31 | 13.193548 | 15.783657 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774194 | false | false | 2 |
a083d42cc7fd101b77a8fc8d1e6f52afd78c9078 | 1,108,101,591,314 | 98e6544f1072279773ada63f93a7a27ac54f2cc6 | /src/main/java/com/edu/ocp/TestAbstract.java | dfc396b9be793852f54e778f2b2d4148937fb7c9 | [] | no_license | dfotin/workspace | https://github.com/dfotin/workspace | 10a80e783d5d5dbe37e6ae6ac7fbaa5860fc02e8 | 7b5c4a4fd709b38d6c6d9d058cb4ddd235ed728f | refs/heads/master | 2023-04-26T20:20:01.275000 | 2019-05-26T19:03:21 | 2019-05-26T19:03:21 | 188,720,541 | 0 | 0 | null | false | 2022-12-16T00:02:04 | 2019-05-26T18:56:50 | 2019-05-26T19:04:16 | 2022-12-16T00:02:00 | 29 | 0 | 0 | 2 | Java | false | false | package com.edu.ocp;
public abstract class TestAbstract {
private int i;
}
| UTF-8 | Java | 82 | java | TestAbstract.java | Java | [] | null | [] | package com.edu.ocp;
public abstract class TestAbstract {
private int i;
}
| 82 | 0.707317 | 0.707317 | 7 | 10.714286 | 13.187811 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 2 |
535a753b96a82aa024e36a981978859e2a434484 | 32,796,370,283,510 | 608954128a4dea79170d36c45bf1eb3d3b579b89 | /src/datatstructures/Record.java | b9e26b4d819b6808639d996de3f57a53106fff1c | [] | no_license | ioyou/SIROS | https://github.com/ioyou/SIROS | 695c478a6a2cef6b460a6271ab30a897d547b5cc | b6bb25b99f98211fe8b4b077544e684784484ef5 | refs/heads/master | 2016-09-06T18:51:39.974000 | 2011-06-16T16:38:13 | 2011-06-16T16:38:13 | 1,812,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package datatstructures;
/**
*
* @author Chris
*/
abstract class Record {
abstract String getRecord();
public abstract void setNull();
}
| UTF-8 | Java | 251 | java | Record.java | Java | [
{
"context": "r.\n */\npackage datatstructures;\n\n/**\n *\n * @author Chris\n */\nabstract class Record {\n\n abstract String g",
"end": 149,
"score": 0.8911378383636475,
"start": 144,
"tag": "NAME",
"value": "Chris"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package datatstructures;
/**
*
* @author Chris
*/
abstract class Record {
abstract String getRecord();
public abstract void setNull();
}
| 251 | 0.673307 | 0.673307 | 16 | 14.6875 | 16.619713 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 2 |
f6c8d783e0ac8bc6be2fd59ff0188746299a74d2 | 8,890,582,332,048 | 3ba950220acbd2d4c0458d57e58ea77448356d1c | /src/main/java/com/ms/word/ShadowFormat.java | 1cf04430910f9317a7ef47dbf6add0afb72c6f73 | [] | no_license | FlowAlive/jacob-mso | https://github.com/FlowAlive/jacob-mso | 3324df2e0e3f1edf37c83e7be0409055bd8df4e9 | 01c50bd1c26c1476e011841f116c5c29ae44bfdb | refs/heads/master | 2020-05-15T01:33:53.548000 | 2017-01-10T09:42:16 | 2017-01-10T09:42:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* JacobGen generated file --- do not edit
*
* (http://www.sourceforge.net/projects/jacob-project */
package com.ms.word;
import com.jacob.com.Dispatch;
import com.jacob.com.Variant;
public class ShadowFormat extends Dispatch {
public static final String componentName = "Word.ShadowFormat";
public ShadowF... | UTF-8 | Java | 3,777 | java | ShadowFormat.java | Java | [] | null | [] | /**
* JacobGen generated file --- do not edit
*
* (http://www.sourceforge.net/projects/jacob-project */
package com.ms.word;
import com.jacob.com.Dispatch;
import com.jacob.com.Variant;
public class ShadowFormat extends Dispatch {
public static final String componentName = "Word.ShadowFormat";
public ShadowF... | 3,777 | 0.69076 | 0.690495 | 131 | 27.832062 | 27.159735 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282443 | false | false | 2 |
51c522ba6267dbd70fa8003633b8d812f4d2ccac | 17,205,639,030,101 | d2628d2f7806c9459fc17e4a7461b559bc7e1922 | /src/Lottery.java | a9b82866e21341ba9d4669f1cb45089b06067f20 | [] | no_license | steli29/Lottery | https://github.com/steli29/Lottery | 577cfb4823e1d7547935cc5728d1c2f476a5e9df | b3e6eff3f0bb95c95961c5f670a18bba388cdd72 | refs/heads/master | 2021-05-10T22:53:41.155000 | 2018-01-25T08:41:52 | 2018-01-25T08:41:52 | 117,517,466 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import javax.swing.*;
public class Lottery {
List<Integer> userPicks = new ArrayList<>();
List<Integer> firstDrawOfNumbers = new ArrayList<>();
List<Integer> secondDrawOfNumbers = new ArrayList<>();
List<Integ... | UTF-8 | Java | 15,925 | java | Lottery.java | Java | [] | null | [] | import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.*;
import javax.swing.*;
public class Lottery {
List<Integer> userPicks = new ArrayList<>();
List<Integer> firstDrawOfNumbers = new ArrayList<>();
List<Integer> secondDrawOfNumbers = new ArrayList<>();
List<Integ... | 15,925 | 0.546706 | 0.526538 | 471 | 32.163483 | 21.027452 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492569 | false | false | 2 |
a67ca8cf21886c9543edbade560409ff1730bf3d | 28,879,360,101,361 | 7f223ec1ddfc88fd1e8732fe227a88fddc054926 | /app/androidF/application/build/generated/source/kapt/debug/com/wy/adbook/di/module/ClassificationModule_ProvideClassificationContentAdapterFactory.java | 9b4ba7f066b90c62d66671c7ce8a8b73116f521a | [] | no_license | sengeiou/qy_book_free | https://github.com/sengeiou/qy_book_free | 93da8933e0b1bd584bf974f97ed65063615917c4 | 42e35f88c24ce864de61d9f4f6921ca7df2970b7 | refs/heads/master | 2022-04-07T11:28:18.472000 | 2019-06-25T07:57:58 | 2019-06-25T07:57:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wy.adbook.di.module;
import com.wy.adbook.mvp.view.adapter.ClassificationContentAdapter;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.annotation.Generated;
@Generated(
value = "dagger.internal.codegen.ComponentProcessor",
comments = "https://google.github.io/dagge... | UTF-8 | Java | 1,390 | java | ClassificationModule_ProvideClassificationContentAdapterFactory.java | Java | [] | null | [] | package com.wy.adbook.di.module;
import com.wy.adbook.mvp.view.adapter.ClassificationContentAdapter;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.annotation.Generated;
@Generated(
value = "dagger.internal.codegen.ComponentProcessor",
comments = "https://google.github.io/dagge... | 1,390 | 0.795683 | 0.795683 | 39 | 34.641026 | 28.516741 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
9d61875870b485957d1f64e63a13f6207b09e587 | 146,028,900,628 | c2d8fb39fee66e079ab09810df69a883a558c45a | /src/Pedal/Patch.java | 3f7c5178262dbfd0a55591ca0f144ee27ca76f33 | [] | no_license | alexmao86javafork/ZoomG3-JAVA-Controller | https://github.com/alexmao86javafork/ZoomG3-JAVA-Controller | 22f96a6480d7b275a88fbd7223a9dcc5b516a95f | b3efc784bf30ca2e994c6b8aad75f4a493a38dd8 | refs/heads/master | 2020-05-04T21:56:26.773000 | 2019-02-01T01:06:42 | 2019-02-01T01:06:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Pedal;
public class Patch {
//VARIABLES
private String name;
private int number;
private Effect[] effects;
//CONSTRUCTORES
public Patch(int number) {
this.number = number;
effects = new Effect[6];
}
public Patch(int number, Effect[] effects) {
this.number = number;
this.effects = effects;... | UTF-8 | Java | 768 | java | Patch.java | Java | [] | null | [] | package Pedal;
public class Patch {
//VARIABLES
private String name;
private int number;
private Effect[] effects;
//CONSTRUCTORES
public Patch(int number) {
this.number = number;
effects = new Effect[6];
}
public Patch(int number, Effect[] effects) {
this.number = number;
this.effects = effects;... | 768 | 0.664063 | 0.66276 | 48 | 15 | 13.874437 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.520833 | false | false | 2 |
0bca43913d0c784ab769df9d810f57ccf0cd230e | 15,255,723,866,382 | 1b9784194e4cd38060ae16f4f5879307b7301598 | /src/sort/SelectSort.java | d38bf61640f38d0e8262071f598bc452aaa5e030 | [] | no_license | zhouxufu/leetcode | https://github.com/zhouxufu/leetcode | 85f0f535fd46de4cd843522dca43ab135dda7281 | 64fff759d2e00ddf7150ca2cfeac52a3fd99a56f | refs/heads/master | 2021-12-01T17:09:25.226000 | 2021-11-13T02:20:18 | 2021-11-13T02:20:18 | 227,141,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sort;
import java.util.Arrays;
public class SelectSort {
public static void main(String[] args) {
int[] arr = {1, 9, 6, 2, 4, 3};
selectSort(arr);
System.out.println(Arrays.toString(arr));
}
private static void selectSort(int[] arr) {
for (int i = 0; i < arr.leng... | UTF-8 | Java | 1,168 | java | SelectSort.java | Java | [] | null | [] | package sort;
import java.util.Arrays;
public class SelectSort {
public static void main(String[] args) {
int[] arr = {1, 9, 6, 2, 4, 3};
selectSort(arr);
System.out.println(Arrays.toString(arr));
}
private static void selectSort(int[] arr) {
for (int i = 0; i < arr.leng... | 1,168 | 0.361301 | 0.351027 | 52 | 21.461538 | 16.53372 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 2 |
36a15f74eeddc6b3f78115d346fa03aedc69dbc3 | 26,886,495,282,396 | c24a2e2c1f359f92fdca87f0b613b8cc8e698e30 | /app/src/main/java/com/example/teachingblog/utils/VideoFragmentCreator.java | 11396f0a78f4b74a7c38dc0ec1d7428e2dd89d66 | [] | no_license | Linhequan/TeachingBlog | https://github.com/Linhequan/TeachingBlog | f8398c91e2a232cc967c13ec24e1a87a3388f161 | e5f745c1d88eb0a97c6248eadb295dd7eb818794 | refs/heads/master | 2022-05-29T05:29:02.486000 | 2020-05-04T13:40:58 | 2020-05-04T13:40:58 | 233,207,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.teachingblog.utils;
import com.example.teachingblog.base.BaseFragment;
import com.example.teachingblog.ui.fragments.VideoHtmlCssFragment;
import com.example.teachingblog.ui.fragments.VideoJavascriptFragment;
import com.example.teachingblog.ui.fragments.VideoNodeFragment;
import com.example.teaching... | UTF-8 | Java | 1,497 | java | VideoFragmentCreator.java | Java | [] | null | [] | package com.example.teachingblog.utils;
import com.example.teachingblog.base.BaseFragment;
import com.example.teachingblog.ui.fragments.VideoHtmlCssFragment;
import com.example.teachingblog.ui.fragments.VideoJavascriptFragment;
import com.example.teachingblog.ui.fragments.VideoNodeFragment;
import com.example.teaching... | 1,497 | 0.651971 | 0.648631 | 43 | 33.813953 | 21.121197 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651163 | false | false | 2 |
7c144cfd05798f9c3f58fde8dc4f45b5fad96705 | 2,181,843,431,055 | 374ba0b5daa26b2e1096d5c6b6a9e50b0c7370ee | /ShopManager/src/ui/controls/input/InputField.java | d284e79df132c753370821a3bb014920a735e7a7 | [] | no_license | mhamze1994/ShopManager | https://github.com/mhamze1994/ShopManager | 2fd54cee34627847c03ef78616d0df4ea85e8e41 | 40af5ba9fe6ad687be2ca3829813d98637b438d3 | refs/heads/main | 2023-02-01T14:31:49.526000 | 2020-12-15T09:29:01 | 2020-12-15T09:29:01 | 314,837,946 | 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 ui.controls.input;
import java.awt.Color;
import javax.swing.JFormattedTextField;
/**
*
* @author Studio
*/
... | UTF-8 | Java | 3,251 | java | InputField.java | Java | [
{
"context": ".swing.JFormattedTextField;\r\n\r\n/**\r\n *\r\n * @author Studio\r\n */\r\npublic class InputField extends JFormattedTex",
"end": 313,
"score": 0.9236756563186646,
"start": 307,
"tag": "USERNAME",
"value": "Studio"
}
] | 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 ui.controls.input;
import java.awt.Color;
import javax.swing.JFormattedTextField;
/**
*
* @author Studio
*/
... | 3,251 | 0.552753 | 0.540757 | 109 | 27.825687 | 24.126518 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59633 | false | false | 2 |
60e17cbc290e9ccbddc40344f74a8de5b729ea39 | 17,136,919,550,763 | ec25eb0742b3e91cfedf17409775d1fdad679e7f | /src/com/service/CourseService.java | d1514886a2c9b0d5b6392a959b2649c4fe2f6331 | [] | no_license | starmoon1994/Lab | https://github.com/starmoon1994/Lab | b23a5663cba3da4fd5f65258b83aa76921247752 | 1ba36bd1bbb20e45e7052373ab4fcf7156455869 | refs/heads/master | 2019-07-10T11:20:08.453000 | 2017-05-27T03:16:01 | 2017-05-27T03:16:01 | 91,326,695 | 1 | 0 | null | false | 2017-05-19T01:13:56 | 2017-05-15T10:44:16 | 2017-05-15T10:46:01 | 2017-05-19T01:13:55 | 2,490 | 0 | 0 | 0 | Java | null | null | package com.service;
import java.sql.SQLException;
import java.util.List;
import java.util.Random;
import com.dao.CourseDao;
import com.domain.Course;
public class CourseService {
private CourseDao dao = new CourseDao();
public List<Course> findAllCourse() throws SQLException {
return dao.findAllCourse();
}
... | UTF-8 | Java | 869 | java | CourseService.java | Java | [] | null | [] | package com.service;
import java.sql.SQLException;
import java.util.List;
import java.util.Random;
import com.dao.CourseDao;
import com.domain.Course;
public class CourseService {
private CourseDao dao = new CourseDao();
public List<Course> findAllCourse() throws SQLException {
return dao.findAllCourse();
}
... | 869 | 0.767549 | 0.767549 | 39 | 21.282051 | 21.285542 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 2 |
58b8314b739d7a8f3f9abe83405de1dcbf30315a | 13,709,535,611,668 | e85d0e2f2384e9103d9232ee1cc5452539ada37e | /src/test/java/org/cchmc/kluesuite/TestDnaBitStringSerializer.java | 7dca53b3c1890c73d1cc1178d8f8a296800c7d12 | [] | no_license | JeremyCoxBMI/kluesuite2 | https://github.com/JeremyCoxBMI/kluesuite2 | 3572d10a546c603f0a265ee4e3570dcca01a9240 | 8eab472eba09d873c6b3bdb6e717477ba493d733 | refs/heads/master | 2018-02-09T07:47:29.840000 | 2016-10-11T17:27:06 | 2016-10-11T17:27:06 | 70,260,286 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cchmc.kluesuite;
import org.cchmc.kluesuite.klue.DnaBitString;
import org.cchmc.kluesuite.klue.SuperString;
import org.cchmc.kluesuite.rocksDBklue.RocksDbKlue;
import org.junit.Assert;
import org.junit.Test;
import org.rocksdb.Options;
import org.rocksdb.RocksDB;
import org.rocksdb.RocksDBException;
impor... | UTF-8 | Java | 2,184 | java | TestDnaBitStringSerializer.java | Java | [
{
"context": "a.util.zip.DataFormatException;\n\n/**\n * Created by osboxes on 25/09/16.\n */\npublic class TestDnaBitStringSer",
"end": 383,
"score": 0.9994807243347168,
"start": 376,
"tag": "USERNAME",
"value": "osboxes"
}
] | null | [] | package org.cchmc.kluesuite;
import org.cchmc.kluesuite.klue.DnaBitString;
import org.cchmc.kluesuite.klue.SuperString;
import org.cchmc.kluesuite.rocksDBklue.RocksDbKlue;
import org.junit.Assert;
import org.junit.Test;
import org.rocksdb.Options;
import org.rocksdb.RocksDB;
import org.rocksdb.RocksDBException;
impor... | 2,184 | 0.603022 | 0.599359 | 85 | 24.694118 | 21.185469 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 2 |
131c4881d383084c3fe2236591e883fc08b3caba | 14,894,946,635,670 | 33c53d6e94885dfeb9fc86e811171f9118a0e0c3 | /uniauth-server/src/main/java/com/dianrong/common/uniauth/server/datafilter/impl/TenancyDataFilter.java | 5659fe7388c04fe6a3a127dd281973adc08087b6 | [
"Apache-2.0"
] | permissive | j112929/uniauth | https://github.com/j112929/uniauth | 0df577c72485a4a1edb7b1599951812e7257472e | ca9de0193089841e56000f95456e754a2552910d | refs/heads/master | 2021-05-11T18:23:56.998000 | 2018-01-17T11:04:13 | 2018-01-17T11:04:13 | 117,824,599 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dianrong.common.uniauth.server.datafilter.impl;
import com.dianrong.common.uniauth.common.cons.AppConstants;
import com.dianrong.common.uniauth.server.data.entity.Tenancy;
import com.dianrong.common.uniauth.server.data.entity.TenancyExample;
import com.dianrong.common.uniauth.server.data.mapper.TenancyMapp... | UTF-8 | Java | 2,257 | java | TenancyDataFilter.java | Java | [
{
"context": "ype.Service;\n\n/**\n * tenancy数据过滤的接口.\n *\n * @author wanglin\n */\n@Service(\"tenancyDataFilter\")\npublic class Te",
"end": 746,
"score": 0.9984354376792908,
"start": 739,
"tag": "USERNAME",
"value": "wanglin"
}
] | null | [] | package com.dianrong.common.uniauth.server.datafilter.impl;
import com.dianrong.common.uniauth.common.cons.AppConstants;
import com.dianrong.common.uniauth.server.data.entity.Tenancy;
import com.dianrong.common.uniauth.server.data.entity.TenancyExample;
import com.dianrong.common.uniauth.server.data.mapper.TenancyMapp... | 2,257 | 0.748092 | 0.747194 | 67 | 32.238808 | 26.893427 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447761 | false | false | 2 |
8511bf7095150a53495b45dcfe8b95fa7756cb05 | 4,827,543,248,947 | d8039fad10ea902f4526ca978e0e98f35618409a | /src/main/java/com/udacity/jwdnd/course1/cloudstorage/mapper/NoteMapper.java | 5879dd116f529195ec7cff13cdd05e5dfdd1e2c2 | [] | no_license | barrybrianbarrios/cloudstorage | https://github.com/barrybrianbarrios/cloudstorage | d728d8586f73718c1c8ebad5216053d3af04cd38 | a88167ca4263c46c4e33ba1ab3f47cc27ef02898 | refs/heads/master | 2023-08-01T08:29:44.696000 | 2021-09-11T02:59:34 | 2021-09-11T02:59:34 | 379,810,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.udacity.jwdnd.course1.cloudstorage.mapper;
import com.udacity.jwdnd.course1.cloudstorage.models.Credential;
import com.udacity.jwdnd.course1.cloudstorage.models.Note;
import org.apache.ibatis.annotations.*;
import java.util.*;
@Mapper
public interface NoteMapper {
@Select("SELECT * FROM NOTES W... | UTF-8 | Java | 1,198 | java | NoteMapper.java | Java | [] | null | [] | package com.udacity.jwdnd.course1.cloudstorage.mapper;
import com.udacity.jwdnd.course1.cloudstorage.models.Credential;
import com.udacity.jwdnd.course1.cloudstorage.models.Note;
import org.apache.ibatis.annotations.*;
import java.util.*;
@Mapper
public interface NoteMapper {
@Select("SELECT * FROM NOTES W... | 1,198 | 0.62187 | 0.619366 | 35 | 33.228573 | 33.989986 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542857 | false | false | 2 |
66ba2d3d391ed60bed31e74702bf8a7f8c003fd2 | 24,876,450,588,133 | 0b88f0fb0f4edebbed34c89ad130ff8ed1e12025 | /src/main/java/dev/mufaddal/simplerest/Address.java | 8cd39c2d0e6d5096dd1742a12b7fa046f69cc323 | [
"MIT"
] | permissive | 7-m/spring-repository-metrics | https://github.com/7-m/spring-repository-metrics | 0a8e97ed174df3e84366cdd977caf2ffad20be79 | 767ed3260550d976c480f0827f8f0a7b4ee2dce3 | refs/heads/master | 2023-06-18T16:53:28.649000 | 2021-07-20T14:48:11 | 2021-07-20T14:48:11 | 387,735,438 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.mufaddal.simplerest;
import lombok.Data;
@Data
public class Address {
private String line1, line2;
}
| UTF-8 | Java | 117 | java | Address.java | Java | [] | null | [] | package dev.mufaddal.simplerest;
import lombok.Data;
@Data
public class Address {
private String line1, line2;
}
| 117 | 0.760684 | 0.74359 | 8 | 13.625 | 12.795874 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 2 |
9ca575cb44c5b1dd7d7a89c6c2d11b23a0fd54c5 | 6,012,954,223,628 | 5f331e9c1609905eb4193c0ea279e58d6151d7e8 | /src/main/java/net/logstash/logback/stacktrace/StackHasher.java | 44b621e356a3469e103f7bfb3780e9d84868caea | [
"Apache-2.0"
] | permissive | schup/logstash-logback-encoder | https://github.com/schup/logstash-logback-encoder | f017f9d1bde3d2f861d06af155841d0f08648f20 | b1e7653914fba93baf6042b15d44e54909879e4f | refs/heads/master | 2023-08-11T05:40:07.666000 | 2023-06-18T13:07:24 | 2023-06-18T13:07:24 | 12,640,725 | 0 | 0 | NOASSERTION | true | 2021-08-02T04:31:47 | 2013-09-06T09:37:03 | 2015-09-29T08:06:19 | 2021-08-02T04:31:45 | 738 | 0 | 0 | 15 | Java | false | false | /*
* Copyright 2013-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | UTF-8 | Java | 3,807 | java | StackHasher.java | Java | [
{
"context": "rom any Java {@link Throwable error}\n *\n * @author Pierre Smeyers\n */\npublic class StackHasher {\n\n private final",
"end": 826,
"score": 0.9998124837875366,
"start": 812,
"tag": "NAME",
"value": "Pierre Smeyers"
}
] | null | [] | /*
* Copyright 2013-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 3,799 | 0.629892 | 0.623851 | 121 | 30.462811 | 27.256067 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.280992 | false | false | 2 |
0c7ae5b6a4c9cb6cdef7ad3581285a14e5506dd9 | 8,366,596,326,740 | 76e939c6025a1c707b53d69c096cda54021184e1 | /app/src/main/java/com/suda/mychatapp/db/pojo/Message.java | 5fcabab389c2175dfb35e7079295fb892a67287b | [] | no_license | ghbhaha/MyChatApp | https://github.com/ghbhaha/MyChatApp | 75ae49847ce7f16cfcdafd9128ed545655e6c47b | d4706b48674f6bf0337ade89f470e6a30abb9fd0 | refs/heads/master | 2021-01-25T05:22:20.068000 | 2015-10-13T01:30:04 | 2015-10-13T01:30:04 | 39,336,493 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.suda.mychatapp.db.pojo;
import com.avos.avoscloud.im.v2.AVIMReservedMessageType;
import com.avos.avoscloud.im.v2.AVIMTypedMessage;
import com.avos.avoscloud.im.v2.messages.AVIMTextMessage;
import com.suda.mychatapp.Conf;
import java.util.Date;
/**
* Created by Suda on 2015/7/22.
*/
public class Message... | UTF-8 | Java | 1,874 | java | Message.java | Java | [
{
"context": "p.Conf;\n\nimport java.util.Date;\n\n/**\n * Created by Suda on 2015/7/22.\n */\npublic class Message {\n priv",
"end": 281,
"score": 0.9993975162506104,
"start": 277,
"tag": "USERNAME",
"value": "Suda"
}
] | null | [] | package com.suda.mychatapp.db.pojo;
import com.avos.avoscloud.im.v2.AVIMReservedMessageType;
import com.avos.avoscloud.im.v2.AVIMTypedMessage;
import com.avos.avoscloud.im.v2.messages.AVIMTextMessage;
import com.suda.mychatapp.Conf;
import java.util.Date;
/**
* Created by Suda on 2015/7/22.
*/
public class Message... | 1,874 | 0.676155 | 0.670784 | 74 | 24.162163 | 25.931837 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364865 | false | false | 2 |
f64159521f0a6348a6440ab46ca226a78cfcdc49 | 23,484,881,183,006 | 2f4f1035c7901705fd1ba53ff591ca2178453215 | /Server/PacketServer.java | 419129e4df09870a3a809cc0330a32f1b8fe221e | [] | no_license | succculent/201FinalProject | https://github.com/succculent/201FinalProject | 918ce68ee1e31f2b69d8047205ae89ac79168c8d | 69cc8c670246b65cdd1a499b9f28659035643ae7 | refs/heads/master | 2020-09-03T02:54:48.630000 | 2020-07-17T04:17:25 | 2020-07-17T04:17:25 | 219,366,317 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ProjectServer;
//need to include mysql connector jars, GOOGLE_APPLICATION_CREDENTIALS json
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class PacketServer {
public Pa... | UTF-8 | Java | 1,058 | java | PacketServer.java | Java | [
{
"context": "sql.SocketFactory&useSSL=false&user=root&password=root\");\n\n\t\t\twhile(true) {\n\t\t\t\tdp = new DatagramPacket(",
"end": 678,
"score": 0.9991725087165833,
"start": 674,
"tag": "PASSWORD",
"value": "root"
}
] | null | [] | package ProjectServer;
//need to include mysql connector jars, GOOGLE_APPLICATION_CREDENTIALS json
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class PacketServer {
public Pa... | 1,064 | 0.729679 | 0.714556 | 41 | 24.829268 | 35.560944 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.97561 | false | false | 2 |
d693901b5fcc9def7a7c677701db805d17c0ed80 | 24,507,083,428,513 | 85db870fc737f3eaffe1ee666247434a70017517 | /library-foxit/src/main/java/com/foxit/uiextensions/modules/panel/filespec/FileSpecOpenView.java | 7ade7a5c036a5e4e2a70e2722b82cf1895110823 | [] | no_license | PEP-Mobile-Team/Android_SDK_Reference | https://github.com/PEP-Mobile-Team/Android_SDK_Reference | 1b9997891fb68cbc48031330ad5d459955ae7805 | 3026e8dc19d0f43c9fe7cb23b9cbb71c47724e85 | refs/heads/master | 2023-08-07T20:01:22.441000 | 2021-10-12T11:45:57 | 2021-10-12T11:45:57 | 261,699,402 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2003-2019, Foxit Software Inc..
* All Rights Reserved.
* <p>
* http://www.foxitsoftware.com
* <p>
* The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to
* distribute any parts of Foxit PDF SDK to third party or public without permission ... | UTF-8 | Java | 11,398 | java | FileSpecOpenView.java | Java | [] | null | [] | /**
* Copyright (C) 2003-2019, Foxit Software Inc..
* All Rights Reserved.
* <p>
* http://www.foxitsoftware.com
* <p>
* The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to
* distribute any parts of Foxit PDF SDK to third party or public without permission ... | 11,398 | 0.592297 | 0.590981 | 249 | 43.775101 | 35.69389 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
e84c87a0fd55a1e94a60745af2b604f7bf4aa9b1 | 26,671,746,970,276 | 5e9014ee25c222c98797a9c6a12bbf5fd31b8022 | /src/model/base/BaseModel.java | fb4d27b752b5164e476c32c613b6dd6e7a900aed | [] | no_license | TheDevNick/SchedulingApp | https://github.com/TheDevNick/SchedulingApp | 51c8b5d15d9f75d22df74925828e9c431a8ea058 | 5edabd2cb054ab7700820bc4274e8be86d1ac601 | refs/heads/master | 2023-05-19T17:48:12.493000 | 2021-06-03T18:24:51 | 2021-06-03T18:24:51 | 373,602,160 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.base;
import java.lang.reflect.Field;
import java.time.LocalDateTime;
import java.util.Locale;
import java.util.ResourceBundle;
public abstract class BaseModel {
/**
* resource bundle
*/
public static ResourceBundle resourceBundle;
/**
* locale
*/
public static Local... | UTF-8 | Java | 2,596 | java | BaseModel.java | Java | [] | null | [] | package model.base;
import java.lang.reflect.Field;
import java.time.LocalDateTime;
import java.util.Locale;
import java.util.ResourceBundle;
public abstract class BaseModel {
/**
* resource bundle
*/
public static ResourceBundle resourceBundle;
/**
* locale
*/
public static Local... | 2,596 | 0.54584 | 0.545069 | 95 | 26.326315 | 24.361506 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.273684 | false | false | 2 |
4d0ddad7b434f64c449a7883ba4c6b6032bf0698 | 15,290,083,577,954 | 06ce5312f02ad016d3e7a374cb1bdd505e035b80 | /wish-service-disease/src/main/java/com/foundation/service/disease/biz/impl/DiseaseDescindicatorRelBizmpl.java | 33fa15bb8a2b0f455473824df44c55862db71eb2 | [] | no_license | caicai5555/wish | https://github.com/caicai5555/wish | 95ef6ffa474f8b64f34e250bb2ffbc3579da7fff | 33b97ab0f3bf3a09e779cd4a61acfcc57c06e862 | refs/heads/master | 2021-05-08T16:40:35.053000 | 2018-02-04T07:58:23 | 2018-02-04T07:58:23 | 120,165,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.foundation.service.disease.biz.impl;
import com.foundation.dao.entity.disease.DiseaseDescindicatorRel;
import com.foundation.service.disease.biz.IDiseaseDescindicatorRelBiz;
import com.foundation.service.disease.service.IDiseaseDescindicatorRelService;
import org.apache.commons.collections.map.HashedMap;
i... | UTF-8 | Java | 1,587 | java | DiseaseDescindicatorRelBizmpl.java | Java | [] | null | [] | package com.foundation.service.disease.biz.impl;
import com.foundation.dao.entity.disease.DiseaseDescindicatorRel;
import com.foundation.service.disease.biz.IDiseaseDescindicatorRelBiz;
import com.foundation.service.disease.service.IDiseaseDescindicatorRelService;
import org.apache.commons.collections.map.HashedMap;
i... | 1,587 | 0.718967 | 0.717076 | 52 | 29.51923 | 28.202898 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 2 |
3452895ba84db58bab35ecbdba87f9f74b9b439a | 10,909,216,932,876 | 211aa0104c7405799de19eacd3f326229336fd30 | /Practica 2/TextIndexer/src/textindexer/TextParser.java | c9bb141cb271ef47e457bba51ba87112b135ec9e | [] | no_license | Lothar94/Recuperacion_Informacion | https://github.com/Lothar94/Recuperacion_Informacion | 445f1e01dc5ff5b5d0dd2ba8c603ae4248eb0676 | 87644b314abca92177aa1e28a5ba30843f85d3be | refs/heads/master | 2021-05-01T21:32:19.717000 | 2016-12-27T20:48:24 | 2016-12-27T20:48:24 | 69,603,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package textindexer;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.net.ContentHandler;
import java.nio.charset.Charset;
import java.util.ArrayList;
im... | UTF-8 | Java | 5,551 | java | TextParser.java | Java | [
{
"context": "mport org.xml.sax.SAXException;\n\n/**\n *\n * @author Lothar Soto\n * @author Iván Calle\n * @author Daniel López\n * ",
"end": 1111,
"score": 0.99989253282547,
"start": 1100,
"tag": "NAME",
"value": "Lothar Soto"
},
{
"context": "ception;\n\n/**\n *\n * @author Lothar... | null | [] | package textindexer;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.net.ContentHandler;
import java.nio.charset.Charset;
import java.util.ArrayList;
im... | 5,520 | 0.622679 | 0.622138 | 178 | 30.168539 | 22.12591 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544944 | false | false | 2 |
010bacff086eba6b264f611582ef0181ac473c71 | 31,379,031,122,327 | 85542ea2ffe106b509ca5cd6c32bbe39bdd3be43 | /app/src/main/java/fanxing/kugou/com/decodeencode/EncodeDecodeSurface.java | d465f1613dc4e659fa1f0681d2b556f5e2f782bc | [] | no_license | jiaquan11/decodeencode | https://github.com/jiaquan11/decodeencode | 3bbc4d01f9b9c0824ac18024b4b3d3a80e7a341d | d00dcea00f41ad3743281d6e874735f12a960886 | refs/heads/master | 2020-03-07T16:48:38.410000 | 2018-04-01T03:43:25 | 2018-04-01T03:43:25 | 127,594,137 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fanxing.kugou.com.decodeencode;
import android.media.MediaCodec;
import android.media.MediaFormat;
import android.util.Log;
import java.io.IOException;
import java.nio.ByteBuffer;
public class EncodeDecodeSurface {
private static final String TAG = "EncodeDecodeSurface";
private static final boolean... | UTF-8 | Java | 7,596 | java | EncodeDecodeSurface.java | Java | [] | null | [] | package fanxing.kugou.com.decodeencode;
import android.media.MediaCodec;
import android.media.MediaFormat;
import android.util.Log;
import java.io.IOException;
import java.nio.ByteBuffer;
public class EncodeDecodeSurface {
private static final String TAG = "EncodeDecodeSurface";
private static final boolean... | 7,596 | 0.52712 | 0.52159 | 184 | 40.277172 | 29.603987 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663043 | false | false | 2 |
5c18ac4ab14a2a9e622d54e5fc2f996c4fb1c680 | 12,481,175,000,359 | f0f08889ddd58fe8c818498095a0746cfe410611 | /app/src/main/java/com/asus/myapplication/api/ILoginService.java | 1fbb47777e0129746f6efb15f60eaae36b8409fe | [] | no_license | hrawi5/Newsclient | https://github.com/hrawi5/Newsclient | 7aa744e346a6bee7f8e52ed726f288ed72939d00 | 9f50921ca102c75b6640aecb976512409da3cba9 | refs/heads/master | 2021-01-15T22:39:27.106000 | 2017-08-22T04:17:07 | 2017-08-22T04:17:07 | 99,906,177 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asus.myapplication.api;
import com.asus.myapplication.model.RegisterBean;
import com.asus.myapplication.util.BaseResp;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.Query;
/**
* Created by asus on 2017/7/15.
*/
public interface ILoginService {
... | UTF-8 | Java | 515 | java | ILoginService.java | Java | [
{
"context": "s;\nimport retrofit2.http.Query;\n\n/**\n * Created by asus on 2017/7/15.\n */\npublic interface ILoginService ",
"end": 266,
"score": 0.999243974685669,
"start": 262,
"tag": "USERNAME",
"value": "asus"
}
] | null | [] | package com.asus.myapplication.api;
import com.asus.myapplication.model.RegisterBean;
import com.asus.myapplication.util.BaseResp;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.Query;
/**
* Created by asus on 2017/7/15.
*/
public interface ILoginService {
... | 515 | 0.759223 | 0.733981 | 18 | 27.611111 | 27.039352 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 2 |
0c05efea91c61fdced2ce08de290e8f8a76e059b | 12,103,217,891,845 | d87e9f19f4c30b8b08f98a96cf9c1fe136534557 | /Rendimento.java | 06188370f4508a077ee25dedd3c5c97e2a8a1275 | [] | no_license | VictorRodriguesS0/OO | https://github.com/VictorRodriguesS0/OO | 10287418f0465459012558d0d1a63fb6a091e795 | e22267b9ccadf8db83e260c7b4af5680b1d8a235 | refs/heads/master | 2020-03-08T21:12:27.506000 | 2018-04-06T14:01:36 | 2018-04-06T14:01:36 | 128,401,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Rendimento {
String descricao;
float valor;
}
| UTF-8 | Java | 70 | java | Rendimento.java | Java | [] | null | [] |
public class Rendimento {
String descricao;
float valor;
}
| 70 | 0.657143 | 0.657143 | 5 | 11.6 | 9.457273 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
55f008f59c486890c680f9b11bb65e92a2223479 | 28,226,525,113,723 | 489e5079d342e025e3755f564ec94533bdd37c79 | /app/src/main/java/com/example/apidemo/activity/NotificationActivity.java | 469822784b81df13d32f20991b5ba58b39b28b53 | [] | no_license | sjhsjh/APIdemo | https://github.com/sjhsjh/APIdemo | 1c81493a4b01b1d2f7648a26265751de782c5841 | 17d61e51e5e13491c6d66915f32710c8a11024f3 | refs/heads/master | 2022-12-22T12:12:10.323000 | 2022-12-17T07:38:24 | 2022-12-17T07:38:24 | 72,106,305 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.apidemo.activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.NotificationCompat;
import a... | UTF-8 | Java | 5,372 | java | NotificationActivity.java | Java | [] | null | [] | package com.example.apidemo.activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.NotificationCompat;
import a... | 5,372 | 0.651339 | 0.643942 | 119 | 41.033615 | 34.56134 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 2 |
64e5b11d8dc9714cf8a8e4c565fa1bc4776219ef | 16,758,962,453,418 | a3bf23567b85fd34249650901853e082d7b3926a | /src/test/java/com/zipcoder/puppychat/controllers/EmojiControllerTest.java | d4f8f78a97681ca682ae08fa11b61c3c6352ae9e | [] | no_license | JeremyMcCray/FullStack.MicroWebApplication-Server | https://github.com/JeremyMcCray/FullStack.MicroWebApplication-Server | a1350f09d4276eb3473776e8cfb125bd54518205 | b759e52e85da40f78da1d92d6d88f520e8793b48 | refs/heads/dev | 2022-04-21T16:36:02.304000 | 2020-04-24T10:38:54 | 2020-04-24T10:38:54 | 250,307,927 | 0 | 1 | null | true | 2020-04-24T10:38:55 | 2020-03-26T16:12:42 | 2020-04-23T20:48:56 | 2020-04-24T10:38:54 | 340 | 0 | 0 | 0 | Java | false | false | package com.zipcoder.puppychat.controllers;
import com.fasterxml.jackson.databind.util.ArrayIterator;
import com.zipcoder.puppychat.error.NotFoundException;
import com.zipcoder.puppychat.models.Emoji;
import com.zipcoder.puppychat.services.EmojiService;
import org.junit.Assert;
import org.junit.Test;
import org.junit.... | UTF-8 | Java | 1,826 | java | EmojiControllerTest.java | Java | [] | null | [] | package com.zipcoder.puppychat.controllers;
import com.fasterxml.jackson.databind.util.ArrayIterator;
import com.zipcoder.puppychat.error.NotFoundException;
import com.zipcoder.puppychat.models.Emoji;
import com.zipcoder.puppychat.services.EmojiService;
import org.junit.Assert;
import org.junit.Test;
import org.junit.... | 1,826 | 0.71632 | 0.708653 | 62 | 28.467741 | 26.146435 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596774 | false | false | 2 |
24061d2aca8e8e22627037d98a71fb2ab3ef11b8 | 8,014,409,017,279 | 082fa6ab8dca0bc618f5bb549fdc114951f82059 | /NC/app/src/main/java/vn/softlink/core/livedata/EventObserver.java | 838d461dc8390b05b1dd9126058e48ad64f22303 | [] | no_license | manhshady/tracklocation | https://github.com/manhshady/tracklocation | 3ba00c0485001fcbce64c61b288f3f632b6639da | b8f1f93ddc76a20e32c93fef0d3ad223d1558270 | refs/heads/master | 2020-04-02T09:42:35.612000 | 2018-10-24T10:01:40 | 2018-10-24T10:01:40 | 154,305,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.softlink.core.livedata;
import android.arch.lifecycle.Observer;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
/**
* --------------------------------------------------------------------------------
*
* @Project: pimp
* @Created: Huy QV 2018/09/25
* @Description:... | UTF-8 | Java | 790 | java | EventObserver.java | Java | [
{
"context": "----------------\n *\n * @Project: pimp\n * @Created: Huy QV 2018/09/25\n * @Description: ...\n * All Right Rese",
"end": 292,
"score": 0.9946257472038269,
"start": 286,
"tag": "NAME",
"value": "Huy QV"
}
] | null | [] | package vn.softlink.core.livedata;
import android.arch.lifecycle.Observer;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
/**
* --------------------------------------------------------------------------------
*
* @Project: pimp
* @Created: <NAME> 2018/09/25
* @Description:... | 790 | 0.532911 | 0.522785 | 26 | 29.384615 | 29.127144 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 2 |
b97b3a29c3df0d8e10f3a9c4aef22097cf5a2a36 | 27,711,129,054,480 | 86a5a53e4255a126d68f05d341f5207e9faa6d6c | /app/src/main/java/com/sahabatpnj/hellounj/admin/AddPostActivity.java | b04684b1e76545b421ccc0d109fb3b8bf1c18ea0 | [] | no_license | zmkhtr/hellounj | https://github.com/zmkhtr/hellounj | bea21f7e39b9a4ff916e26de8af2d3067b7b52df | 967350cd74cabf4fd95523fd9e979497ab430f01 | refs/heads/master | 2020-05-25T05:37:07.531000 | 2019-05-20T14:05:50 | 2019-05-20T14:05:50 | 187,652,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sahabatpnj.hellounj.admin;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.media.Image;
import android.net.Uri;
import android.os.Environment;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import andr... | UTF-8 | Java | 11,356 | java | AddPostActivity.java | Java | [] | null | [] | package com.sahabatpnj.hellounj.admin;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.media.Image;
import android.net.Uri;
import android.os.Environment;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import andr... | 11,356 | 0.599155 | 0.598274 | 304 | 36.358551 | 25.975311 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671053 | false | false | 2 |
c689355ceff608343b0e1d661b75fc5704380635 | 893,353,207,461 | 9d8e19e569719cc2f74c8e23e5983940c26a8d64 | /ZooProgramV2/src/Zookeeper.java | d60b503b36b164fb570c0aa5dcb98d395354e583 | [] | no_license | dyqu1748/OOADProject2 | https://github.com/dyqu1748/OOADProject2 | eb3ea793328e75136b37af12bb43a211dcecef0f | 8ea128c37cae896adee8eb8e04ab9656c6a1ba98 | refs/heads/master | 2023-01-13T19:07:41.857000 | 2020-09-30T17:54:15 | 2020-09-30T17:54:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Source: https://www.w3schools.com/java/java_arraylist.asp
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.ArrayList;
public class Zookeeper extends ZooEmployee {
//Watcher will be the ZooAnnouncer that observes and announces when the ZooFoodServer serves ... | UTF-8 | Java | 4,938 | java | Zookeeper.java | Java | [] | null | [] | //Source: https://www.w3schools.com/java/java_arraylist.asp
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.ArrayList;
public class Zookeeper extends ZooEmployee {
//Watcher will be the ZooAnnouncer that observes and announces when the ZooFoodServer serves ... | 4,938 | 0.615431 | 0.614216 | 108 | 43.740742 | 31.774778 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 2 |
289c79b5948422c525ff95a8e85c539f1bca05d9 | 893,353,204,594 | caac7d16de30402495d50b3eeec77436e5167c77 | /SensoryTurtlesClient/src/it/framework/client/service/inferf/IProxyService.java | b9697368791e7140aab30dc5d2ec5e43e17d9913 | [] | no_license | faro1976/latartaruga | https://github.com/faro1976/latartaruga | f56643182cf13d6927ef8458b7ff3056bd3bd286 | d677c76369a333d09da73c0bc2f1b29ddbc9dc96 | refs/heads/master | 2018-02-10T23:34:46.925000 | 2017-02-17T15:48:23 | 2017-02-17T15:48:23 | 61,433,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.framework.client.service.inferf;
import it.framework.client.service.impl.ServiceException;
public abstract class IProxyService implements IService {
protected abstract IService getDelegateService();
@Override
public ServiceException createServiceException(Exception e, IRequestContext requestCon... | UTF-8 | Java | 416 | java | IProxyService.java | Java | [] | null | [] | package it.framework.client.service.inferf;
import it.framework.client.service.impl.ServiceException;
public abstract class IProxyService implements IService {
protected abstract IService getDelegateService();
@Override
public ServiceException createServiceException(Exception e, IRequestContext requestCon... | 416 | 0.798077 | 0.798077 | 15 | 25.733334 | 31.66379 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 2 |
219b41be72d4ce6cb3f8fe1d6bc4659c65dee2b5 | 28,363,964,043,008 | 4dd6544cb1e43f48b97745ad705f7d20679498a6 | /alerter-component/src/test/java/io/github/steliospaps/ighackathon/instrumentpricealerter/alertercomponent/dynamodb/TriggerFieldsTest.java | 4b0a54f48096fdb4b93dcb371282f431691e44ce | [] | no_license | steliospaps/spike-ifttt-sam-lambda | https://github.com/steliospaps/spike-ifttt-sam-lambda | 13c699478d707c488d5ccf3b18e49a95f404f910 | 51a1ac9b6d6fdb057437aac2a1a91c1e4ac6e505 | refs/heads/master | 2023-02-24T14:34:03.802000 | 2021-01-27T17:08:49 | 2021-01-27T17:08:49 | 321,112,299 | 0 | 2 | null | false | 2021-01-26T22:35:45 | 2020-12-13T16:46:10 | 2021-01-26T22:26:00 | 2021-01-26T22:35:45 | 1,132 | 0 | 2 | 0 | Java | false | false | package io.github.steliospaps.ighackathon.instrumentpricealerter.alertercomponent.dynamodb;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.... | UTF-8 | Java | 974 | java | TriggerFieldsTest.java | Java | [
{
"context": "package io.github.steliospaps.ighackathon.instrumentpricealerter.alertercompone",
"end": 29,
"score": 0.9985359311103821,
"start": 18,
"tag": "USERNAME",
"value": "steliospaps"
},
{
"context": ".jackson.databind.ObjectMapper;\n\nimport io.github.steliospaps.ighackathon.... | null | [] | package io.github.steliospaps.ighackathon.instrumentpricealerter.alertercomponent.dynamodb;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.... | 974 | 0.753593 | 0.737166 | 27 | 35.074074 | 30.847206 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 2 |
f7eff318d38b2a20369be21e20c863d5fc8ff0e7 | 31,705,448,641,674 | 13c4d9eee588685594fc293bbe768653bceb4485 | /Model/src/ru/rdtex/mvd/weapon/model/vo/read/RGunGunsViewImpl.java | 2850a01b9e0390efaadd76fbfa16be3c2122c4eb | [] | no_license | ivandr/MVD | https://github.com/ivandr/MVD | 601b31934615867776a0db96c881ce56e32ac8ae | 84b6429cd0022fb8527859f9ab853fe127d87924 | refs/heads/master | 2016-09-05T10:35:06.150000 | 2012-08-30T12:34:59 | 2012-08-30T12:34:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.rdtex.mvd.weapon.model.vo.read;
import oracle.jbo.domain.Number;
import oracle.jbo.server.ViewObjectImpl;
// ---------------------------------------------------------------------
// --- File generated by Oracle ADF Business Components Design Time.
// --- Fri Aug 24 15:18:23 MSD 2012
// --- Custom c... | UTF-8 | Java | 1,554 | java | RGunGunsViewImpl.java | Java | [] | null | [] | package ru.rdtex.mvd.weapon.model.vo.read;
import oracle.jbo.domain.Number;
import oracle.jbo.server.ViewObjectImpl;
// ---------------------------------------------------------------------
// --- File generated by Oracle ADF Business Components Design Time.
// --- Fri Aug 24 15:18:23 MSD 2012
// --- Custom c... | 1,554 | 0.590734 | 0.583012 | 50 | 30.08 | 24.573027 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.18 | false | false | 2 |
019a4399a4e769bec7dd6abb60b88b64a6cae75d | 30,537,217,511,888 | 573d0e1d0f411d72e7611fb072bf745dceb669b7 | /iti-iha-project/iti-iha-security/src/main/java/org/lan/iti/iha/security/context/SecurityContextImpl.java | 3f37cc44cbfcf79946b421c365a7bbec99eab7ba | [
"Apache-2.0"
] | permissive | bellmit/iTi-Framework | https://github.com/bellmit/iTi-Framework | d686f91e743dbcd02065532cd6623fcea06b0e34 | 6adb8b1c38de6a47998feabc02a6d7ca9806968d | refs/heads/main | 2023-08-30T05:30:22.949000 | 2021-10-25T09:15:49 | 2021-10-25T09:15:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* * Copyright (c) [2019-2021] [NorthLan](lan6995@gmail.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICE... | UTF-8 | Java | 1,333 | java | SecurityContextImpl.java | Java | [
{
"context": "/*\r\n *\r\n * * Copyright (c) [2019-2021] [NorthLan](lan6995@gmail.com)\r\n * *\r\n * * Licensed under ",
"end": 49,
"score": 0.9994701743125916,
"start": 41,
"tag": "USERNAME",
"value": "NorthLan"
},
{
"context": "*\r\n *\r\n * * Copyright (c) [2019-2021] [NorthLa... | null | [] | /*
*
* * Copyright (c) [2019-2021] [NorthLan](<EMAIL>)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
... | 1,323 | 0.708177 | 0.676669 | 41 | 30.512196 | 27.250528 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292683 | false | false | 2 |
25d512172ae3edf4c4c8fff4e412e74a4f146d5c | 11,974,368,821,606 | 737e3619ca43612fc538a508b71c2ccd7a43c953 | /app/src/main/java/org/team10424102/whisky/components/DataBindingAdapters.java | 3e2186e74db60d4b3a9bb8385c65d12c19926a9d | [] | no_license | 10424102/whisky-android | https://github.com/10424102/whisky-android | fe2148b9f890b48526a5a67c26bb3f4e0c68cca6 | 395825ee636e84e66de7d1546d5c88ea00e5a3f4 | refs/heads/master | 2016-09-01T16:32:22.124000 | 2016-03-07T14:28:13 | 2016-03-07T14:28:13 | 45,245,180 | 0 | 2 | null | false | 2016-03-07T14:28:14 | 2015-10-30T10:41:23 | 2016-01-11T04:31:10 | 2016-03-07T14:28:14 | 5,349 | 0 | 2 | 3 | Java | null | null | package org.team10424102.whisky.components;
import android.databinding.BindingAdapter;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.Spinner;
import android.widget.TextView;
import org.team10424102.whisky.models.Image;
import org.team10424102.whisky.models.LazyImage;
impor... | UTF-8 | Java | 1,828 | java | DataBindingAdapters.java | Java | [] | null | [] | package org.team10424102.whisky.components;
import android.databinding.BindingAdapter;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.Spinner;
import android.widget.TextView;
import org.team10424102.whisky.models.Image;
import org.team10424102.whisky.models.LazyImage;
impor... | 1,828 | 0.717724 | 0.695842 | 52 | 34.153847 | 27.206747 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673077 | false | false | 2 |
e8c44332eea5de98c101e1b8f8968e34c294a9c7 | 9,440,338,137,395 | eb111668f9f53b1d4deae9f64318682ab3d90ab0 | /src/Orb.java | 62c2318247240507ca7915b4384001bd79b4ccd3 | [] | no_license | Castro-J/SuperPacman | https://github.com/Castro-J/SuperPacman | afbb6a5337474421447f96007dccdfb49b91add9 | 6ab6aad3517f6647d09a6074a9b2d2bc557ed932 | refs/heads/master | 2021-09-13T06:22:20.043000 | 2018-04-25T21:51:32 | 2018-04-25T21:51:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
/**
* Class: Orb
*
* @author Jose Castro Last Edited: 4/5/18
*
*/
public class Orb extends Items
{
private int levelIncrement;
public Orb(int itemID, String itemName, String description, int levelIncrement)
{
super(itemID, itemName, description);
this.levelIncrement = level... | UTF-8 | Java | 1,310 | java | Orb.java | Java | [
{
"context": ".util.ArrayList;\n\n/**\n * Class: Orb\n * \n * @author Jose Castro\tLast Edited: 4/5/18\n *\n */\n\npublic class Orb exte",
"end": 73,
"score": 0.9998221397399902,
"start": 62,
"tag": "NAME",
"value": "Jose Castro"
}
] | null | [] | import java.util.ArrayList;
/**
* Class: Orb
*
* @author <NAME> Last Edited: 4/5/18
*
*/
public class Orb extends Items
{
private int levelIncrement;
public Orb(int itemID, String itemName, String description, int levelIncrement)
{
super(itemID, itemName, description);
this.levelIncrement = levelIncre... | 1,305 | 0.677099 | 0.668702 | 62 | 20.129032 | 25.332933 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483871 | false | false | 2 |
ec27da352ffd52b156a70e5d8734edcadad6a2f1 | 6,975,026,959,663 | 75d1bb6e2a010b8d86a9b64ede09c2fbc48d1f70 | /src/lk-login-auth/src/main/java/com/linekong/login/auth/service/impl/samsung/SamSungChannelSignServiceImpl.java | 1a4faebf2c26e95f4d39205a40e3aee33ec51473 | [] | no_license | allworldall/twiceLogin | https://github.com/allworldall/twiceLogin | dd5d6d3ac67963a9ddb385d52d3a7415731cadda | ba7b8ad89657c0517326b0b08595af23df7b634a | refs/heads/master | 2020-03-18T08:43:04.403000 | 2018-05-23T06:36:08 | 2018-05-23T06:36:08 | 134,524,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linekong.login.auth.service.impl.samsung;
import java.util.Map;
import net.sf.json.JSONObject;
import org.apache.commons.lang.StringUtils;
import com.linekong.login.auth.service.ChannelServiceTemplate;
import com.linekong.login.auth.service.IVerifierRuleSignService;
import com.linekong.login.auth.utils.... | UTF-8 | Java | 2,001 | java | SamSungChannelSignServiceImpl.java | Java | [
{
"context": "th.web.formBean.LoginSignFormBean;\n\n/**\n * @author huxiaoming@linekong.com\n * @version 2018年2月1日 下午4:24:05\n * @version samso",
"end": 492,
"score": 0.9999032616615295,
"start": 469,
"tag": "EMAIL",
"value": "huxiaoming@linekong.com"
}
] | null | [] | package com.linekong.login.auth.service.impl.samsung;
import java.util.Map;
import net.sf.json.JSONObject;
import org.apache.commons.lang.StringUtils;
import com.linekong.login.auth.service.ChannelServiceTemplate;
import com.linekong.login.auth.service.IVerifierRuleSignService;
import com.linekong.login.auth.utils.... | 1,985 | 0.734463 | 0.727786 | 52 | 36.442307 | 30.83231 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 2 |
cc9062c5ace5aafca8a585e98f85a6af3a7570b6 | 8,581,344,689,730 | 493a8065cf8ec4a4ccdf136170d505248ac03399 | /net.sf.ictalive.EventMetamodel/src/net/sf/ictalive/EventModel/Fact/InvocativeAct.java | e7850c37d69593bb614db4f3c8db90705cb787ff | [] | no_license | ignasi-gomez/aliveclipse | https://github.com/ignasi-gomez/aliveclipse | 593611b2d471ee313650faeefbed591c17beaa50 | 9dd2353c886f60012b4ee4fe8b678d56972dff97 | refs/heads/master | 2021-01-14T09:08:24.839000 | 2014-10-09T14:21:01 | 2014-10-09T14:21:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.ictalive.EventModel.Fact;
import net.sf.ictalive.EventModel.Action.CoordinationAction;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Invocative Act</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features ... | UTF-8 | Java | 1,570 | java | InvocativeAct.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.ictalive.EventModel.Fact;
import net.sf.ictalive.EventModel.Action.CoordinationAction;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Invocative Act</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features ... | 1,570 | 0.66051 | 0.66051 | 55 | 27.545454 | 29.467897 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527273 | false | false | 2 |
7d53f8066c635abf25c33348a097bd2cd2dc9ca4 | 25,099,788,903,698 | f737c15afb6e7ec22942adc08efd14a72ca43149 | /src/test/java/com/redcross/pledge/web/rest/AccommsBedroomsResourceIntTest.java | 13d4f62e34e2194050b19d90be1cb1256e6c0868 | [] | no_license | thenofisamizdat/redcross-pledge-master | https://github.com/thenofisamizdat/redcross-pledge-master | 31266f69c8710af5297ff7b6fdae2653c5c4989a | 2ccbdde472a85b15e3d17eb31f8486018a663e10 | refs/heads/master | 2018-04-25T02:42:09.315000 | 2018-02-09T10:11:51 | 2018-02-09T10:11:51 | 91,707,479 | 0 | 0 | null | false | 2018-02-09T10:11:52 | 2017-05-18T15:08:16 | 2017-05-18T16:28:07 | 2018-02-09T10:11:52 | 8,013 | 0 | 0 | 0 | Java | false | null | package com.redcross.pledge.web.rest;
import com.redcross.pledge.PledgemasterApp;
import com.redcross.pledge.domain.AccommsBedrooms;
import com.redcross.pledge.repository.AccommsBedroomsRepository;
import com.redcross.pledge.repository.search.AccommsBedroomsSearchRepository;
import com.redcross.pledge.web.rest.errors... | UTF-8 | Java | 11,532 | java | AccommsBedroomsResourceIntTest.java | Java | [] | null | [] | package com.redcross.pledge.web.rest;
import com.redcross.pledge.PledgemasterApp;
import com.redcross.pledge.domain.AccommsBedrooms;
import com.redcross.pledge.repository.AccommsBedroomsRepository;
import com.redcross.pledge.repository.search.AccommsBedroomsSearchRepository;
import com.redcross.pledge.web.rest.errors... | 11,532 | 0.734565 | 0.73179 | 269 | 41.869888 | 32.85693 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394052 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.