blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aff4b1e09bc753ae852af26a11b9de3a54540ca7 | f7134386b598f1a9709493f31a630fb07e8c36b8 | /business-logic/src/main/java/codes/mydna/analysis_result/mappers/FoundEnzymeMapper.java | 3d120e89a56ae772067cf18bc3df370597bb5c9f | [] | no_license | mydna-codes/analysis-result-service | 1c23ad0b536fbe251e5cf3482814bd1cc3a9dc3c | ed9d2ba6672c76189fb116a5735e10e1aeccac16 | refs/heads/master | 2023-02-20T05:00:42.840577 | 2021-01-20T22:39:25 | 2021-01-20T22:39:25 | 330,056,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package codes.mydna.analysis_result.mappers;
import codes.mydna.analysis_result.entities.FoundEnzymeEntity;
import codes.mydna.sequence_bank.lib.Enzyme;
import codes.mydna.analysis_result.lib.FoundEnzyme;
import java.util.stream.Collectors;
public class FoundEnzymeMapper {
public static FoundEnzyme fromEntity(F... | [
"dm6067@student.uni-lj.si"
] | dm6067@student.uni-lj.si |
6e738cccd978d6b666e44267eeec7ea2b8fad500 | db85262f9c84f35fd3d73f792178c097ba706c9e | /src/main/java/com/jackytest/demo/dao/TestUserMapper.java | b9d6d93cc882dd976954c6b851af4b8a59a8c926 | [] | no_license | jackyroc/jacky-testSpring | 4a1cc21469c165718c6b1b52f10e50041d748682 | f0ca9adab9b09495ef5f0abd43ffa196465c3339 | refs/heads/master | 2022-12-26T23:16:52.289692 | 2020-10-12T12:48:12 | 2020-10-12T12:48:12 | 297,311,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 437 | java | package com.jackytest.demo.dao;
import com.jackytest.demo.common.MySqlExtensionMapper;
import com.jackytest.demo.entity.TestUser;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface TestUserMapper extends MySqlExtensionMapp... | [
"jackyroc@126.com"
] | jackyroc@126.com |
974a82b41fa1a3f61114ec9043ace8733a6af8c4 | 422abdba138dccfbcc93b22cbcf1389e72b5dad3 | /src/main/java/com/sathish/devtools/controller/MessageController.java | ac0fc6c5949cbe35da5ad1d289174d6668aac71f | [] | no_license | sathishkariyanna/spring-boot-devtools | d79218f82d1cea43bc601a94fad0f854212f4204 | f2d53ba48e902021381d764480c94ee72b30d822 | refs/heads/master | 2020-03-23T18:51:51.958758 | 2018-07-23T05:37:06 | 2018-07-23T05:37:06 | 141,936,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package com.sathish.devtools.controller;
import java.util.Date;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework... | [
"sathish.kariyanna@gmail.com"
] | sathish.kariyanna@gmail.com |
26d20c7147841a4397952650eec785ef23c89111 | cc8a871fe8b6bee98e71a011ab5b83163de97994 | /fj-91-anti-samy2/src/br/com/caelum/modelo/Pergunta.java | 2e2ec9a41ec451309a3cf294bd78830ee35dd191 | [
"Apache-2.0"
] | permissive | tiarebalbi/caelum-fj91-projeto | 2dbedc37d9755cb0c08eb66f26a49a88a1da5943 | 8eed41cff7fc308839a470cce353c494dec31d6d | refs/heads/master | 2020-06-09T04:53:48.260053 | 2020-05-19T08:54:46 | 2020-05-19T08:54:46 | 14,064,380 | 1 | 1 | Apache-2.0 | 2020-05-19T08:53:15 | 2013-11-02T10:20:18 | Java | UTF-8 | Java | false | false | 298 | java | package br.com.caelum.modelo;
public class Pergunta {
private Long id;
private String value;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
}
| [
"me@tiarebalbi.com"
] | me@tiarebalbi.com |
da77ed2dfe8e1ad38ae530cd779d3678f92069fd | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/os_tools/bios_6_46_06_00/packages/ti/catalog/msp430/package/ti_catalog_msp430.java | a180d1fe7d171bdb2f00e283fff9c5589def4872 | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,950 | java | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-A65
*/
import java.util.*;
import org.mozilla.javascript.*;
import xdc.services.intern.xsr.*;
import xdc.services.spec.Session;
public class ti_catalog_msp430
{
static final String VERS = "... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
1724c46405b6cd49b370aabde557ea60c50aa788 | 7b31eae7671871f338c7d89b70c64a0ab0af97b8 | /java/src/org/sc/celltype/CellTypeOntology.java | 40404e9d534feba82cc4cbcb8ad027532d033d4a | [] | no_license | tdanford/cell-type | c021f51dfeb7de4e8308cce254695e6a125f29ea | 0b4e1abc3cb493c0c300aa81e6f1253a9d9b2bac | refs/heads/master | 2020-06-06T18:10:04.145433 | 2010-12-22T12:53:40 | 2010-12-22T12:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,058 | java | package org.sc.celltype;
import java.io.*;
import java.lang.reflect.Proxy;
import java.util.*;
import javassist.CannotCompileException;
import org.sc.obo.OBOOntology;
import org.sc.obo.OBOParser;
import org.sc.obo.OBOStanza;
import org.sc.obo.OBOTerm;
import org.sc.obo.annotations.parsers.JavaExporter;
import org.sc... | [
"tdanford@gmail.com"
] | tdanford@gmail.com |
dbde35264deecfcd00f2ce72fe6f5a052935dca4 | 2cbfadbe2ac3cd53522b7ba093edcd0bf422a596 | /src/ren/shao/action/ActionEvent.java | 712302cc448c6598ea2d406f5a25168cd1701345 | [] | no_license | renshao/finger-paint | a30cfb86f438624edc184e63a3b2c9467d5917cf | 25313a3ccc8395f98653ff3eb6d53e6e47d0172e | refs/heads/master | 2021-01-19T09:13:33.852251 | 2011-10-14T23:20:47 | 2011-10-14T23:20:47 | 2,579,382 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package ren.shao.action;
public class ActionEvent {
private String actionCommand;
private long when;
public ActionEvent(){
when = System.currentTimeMillis();
}
public ActionEvent(String actionCommand){
this.actionCommand = actionCommand;
}
public String actionCommand(){
return actionC... | [
"renshao@gmail.com"
] | renshao@gmail.com |
25f68c6e604776709396f329317237c187ffed2f | 8e744e6543416a7d757a91f2b584f0e8c0718c3e | /xc-learn/learn-ssh/src/main/java/com/lord/service/IUserService.java | 1b9b6811d2bb91eab9e74b7bb7d700d1d65126bf | [] | no_license | andylan/learning | ef8c1dc3b1fbf04ed0ca5f16743b1944a243a29b | f36738acb4de9c452c48b529910f2fdfef3f73da | refs/heads/master | 2020-04-06T13:03:07.538830 | 2015-03-04T08:13:28 | 2015-03-04T08:13:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package com.lord.service;
import java.util.List;
import com.lord.model.User;
import com.lord.model.dto.UserDTO;
public interface IUserService {
/**
* 判断用户名是否存在
* @param userName
* @return
*/
boolean isExistUser(String userName);
void save(User user);
User loadUser(Long id);
List<User> findAllUser... | [
"miraclelord@163.com"
] | miraclelord@163.com |
4b4960ae9fe28d8c83e88c7a4d3029e47e599a7b | 245f8e9a0f1c3deb739663923f10de83a2fcaa20 | /src/src/exchanges.java | 38b00dbfbe12eb87534f073600f1e6b802bd8fa2 | [] | no_license | yonghwan-0225/abroad_crawling-server | d53ec21d09c14271d09fd89ef45db4cdbb5d31d0 | f8d4a4134b8978efb9a77eb9684ecce00a4d557c | refs/heads/master | 2021-04-09T10:22:28.265354 | 2018-03-26T05:44:12 | 2018-03-26T05:44:12 | 125,314,479 | 0 | 0 | null | 2018-03-15T05:00:15 | 2018-03-15T05:00:15 | null | UHC | Java | false | false | 5,229 | java | package src;
import src.BankList;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Comparator;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import javax.servlet.Servlet... | [
"leavingwill@gmail.com"
] | leavingwill@gmail.com |
aadacecc8d6be3f338e91a5c8a22d3346cee0ae8 | 589e49f084da936f6d7169de740cecfe1fe4f2e1 | /app/src/main/java/net/pcswv/garagedooropener/MainActivity.java | 504c874016b65f1ef37113c8a10263164468d4ad | [] | no_license | kujars/GarageDoorOpener2 | 4c8de497ef88033488b3d321c2160d954d98a8d8 | a163ef310f079fb8efe5ae59d7629333b795be6d | refs/heads/master | 2021-01-19T09:32:14.272970 | 2017-02-16T01:26:18 | 2017-02-16T01:26:18 | 82,124,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | package net.pcswv.garagedooropener;
import android.content.Intent;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import net.pcswv.garagedooropener.f... | [
"kujars@gmail.com"
] | kujars@gmail.com |
c4ee4e730fa12602f1a2006b853cd35811849c1c | 865de1d6538a08a06106fe3ffe79dd8435f898db | /src/main/java/dataConnection/MultiDataSource.java | 60ba83ccbf8a48b090592cb949182ea947a7d22f | [] | no_license | coatardbul/maven_project_test | 70bc679b045d01249488062a86363614ad895d6a | b7b5225c0863552bf9f38eb6a0f05205d13fd55c | refs/heads/master | 2022-12-17T11:13:55.955592 | 2021-12-20T08:14:38 | 2021-12-20T08:14:38 | 153,911,829 | 0 | 0 | null | 2022-12-16T06:36:45 | 2018-10-20T14:05:46 | Java | UTF-8 | Java | false | false | 292 | java | package dataConnection;
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
public class MultiDataSource extends AbstractRoutingDataSource
{
@Override
protected Object determineCurrentLookupKey()
{
return DbContextHolder.getDbType();
}
} | [
"sxl14459048@gmail.com"
] | sxl14459048@gmail.com |
7c2b42d1f040ccd656aafc99d27ddbb357196a3e | 443aa6cb3819c45e15f80068b2a4babfed10402e | /src/main/java/in/co/rays/controller/CollegeListCtl.java | 2d571017aa6bfbce19a87ae24fd93946aad02b54 | [] | no_license | nitesh-patidar/Project_4 | 78fab6205f587db2501340734ea8431c4fe2f5a9 | 2a024073007ac918def457f4069c7eb06d390a35 | refs/heads/main | 2023-03-20T18:42:40.648899 | 2021-03-16T06:30:15 | 2021-03-16T06:30:15 | 348,234,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,021 | java | package in.co.rays.controller;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.lo... | [
"nitespatidar2203@gmail.com"
] | nitespatidar2203@gmail.com |
e0ec8e63d26c51ad8bfc078d3fee09b48aab15b1 | 49103cb1e27aa8d555cffd5d693b90bd37c764c9 | /NutritionClub/app/src/main/java/com/example/nutritionclub/AccountActivity/EditCommentActivity.java | 14f0fa2374c0545dc8f97f0961977a895e740066 | [] | no_license | ahhbee0127/NutritionClub | d8606c9d7fc61a433c03be4a88dcf9ffdfcde171 | 226a5c8142aa404cf43153d155c634f782434de2 | refs/heads/master | 2020-03-21T12:56:36.540884 | 2018-08-21T02:26:54 | 2018-08-21T02:26:54 | 138,579,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,218 | java | package com.example.nutritionclub.AccountActivity;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
impor... | [
"ahhbee_0127@hotmail.com"
] | ahhbee_0127@hotmail.com |
87d795c3eb87e528b26d729b34d98d1d956bd9b9 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Chart-6/org.jfree.chart.util.ShapeList/default/14/org/jfree/chart/util/ShapeList_ESTest.java | 223b124e59dbfeed72a44addb71c3c7faad7a5d9 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,237 | java | /*
* This file was automatically generated by EvoSuite
* Thu Jul 29 16:08:28 GMT 2021
*/
package org.jfree.chart.util;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.awt.Polygon;
import java.awt.Rectangle;
import java.awt.Shape;
import java.... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5c42936d56b3b6fe45f36fa68334a2e2d5ebdc3a | 2b624756eb906478ba942ccd5a5e08604f98842f | /src/main/java/com/example/demo/study/design/Hero.java | 7d1b1fe7fb3fb24320073e1efdf7a9eb1b6a48e8 | [] | no_license | gaoyunyun/java-study | 48645ac33a340c3867bfd7920d4e638297dd8f8c | 88a628b5c02662bd268de6721af30f3dc3fe8972 | refs/heads/main | 2023-08-16T14:05:09.792965 | 2021-10-10T01:45:14 | 2021-10-10T01:45:14 | 382,637,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.example.demo.study.design;
public class Hero extends Subject{
void move(){
System.out.println("主角移动");
notifyObserver();
}
public static void main(String[] args){
Hero hero = new Hero();
Monster monster = new Monster();
Trap trap = new Trap();
T... | [
"2236550035@qq.com"
] | 2236550035@qq.com |
c53f36680fdbd86e55ca10952070d3581ba27b3d | d2b7cdb9d38f5f3ae2a855f73ea5462d00ecab84 | /app/src/androidTest/java/edu/msu/rookscam/team9/connect4/ExampleInstrumentedTest.java | 7922a53af4fc6b1017d37b3b46cdbf7d15731f96 | [] | no_license | binsfel/Connect-Four-Android-Online-Game | 34c1c54d4ecb87b785131cd1a378a4d142a16bff | f8dc282eeb3000baab4793e90f335e8fc3969ea2 | refs/heads/master | 2021-06-21T23:33:39.936638 | 2017-07-10T10:27:59 | 2017-07-10T10:27:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package edu.msu.rookscam.team9.connect4;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on... | [
"lzylong@gmail.com"
] | lzylong@gmail.com |
7e7fa7686ddabfebd4cf3cc8a190738aa835c185 | 9ce4b58d627ec9add20fbfd8bc8cd300da62c832 | /src/test/java/com/hrms/testcases/MultipleEmployeeTest.java | a87b9bc7af68d873097a104929ecb043707e8830 | [] | no_license | Dinara9786/TestNG-Framework-Batch8 | beb77f7245e67e9de453c4f45a5f1931e000d6f6 | 879b9e28e5ce93a600946d80ef95c24834369c11 | refs/heads/main | 2023-05-08T08:40:29.176956 | 2021-05-21T17:18:41 | 2021-05-21T17:18:41 | 333,522,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.hrms.testcases;
import com.hrms.pages.AddEmployeePage;
import com.hrms.pages.DashboardPage;
import com.hrms.pages.EmployeeListPage;
import com.hrms.pages.LoginPage;
import com.hrms.utils.CommonMethods;
import com.hrms.utils.ConfigsReader;
import com.hrms.utils.Constants;
import com.hrms.utils.ExcelReading;... | [
"knowledge9786@gmail.com"
] | knowledge9786@gmail.com |
a4c349c6ccc8f0e7ddeb406202aa0982b63d833d | 90ca03ff350b89d82991066bd77cfdf0113a9843 | /chapter_008/src/main/java/ru/job4j/srp/ConsoleOutput.java | b5127d7bd37110d55a1e9cd656c83ce2bde47632 | [] | no_license | smorozov30/job4j | 05971d359f035d0e6dcee1bc438be7c90d4c89c8 | 04897f81875782d7541c4596893e3c57bc9a2eba | refs/heads/master | 2022-09-24T18:55:31.262027 | 2021-02-21T17:14:57 | 2021-02-21T17:14:57 | 218,499,680 | 0 | 0 | null | 2022-09-08T01:06:09 | 2019-10-30T10:18:40 | Java | UTF-8 | Java | false | false | 163 | java | package ru.job4j.srp;
public class ConsoleOutput implements Output {
@Override
public void output(String out) {
System.out.println(out);
}
}
| [
"sergey.se1ove.morozov@gmail.com"
] | sergey.se1ove.morozov@gmail.com |
0ecd8fff00c2d5adc943647ef7299be8b627dde9 | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/CI_CI_PERSONAL_DATA/com/oracle/xmlns/enterprise/tools/schemas/m1080144/PROPPREFPHONEFLAGTypeShape.java | 296fe44d59cd95e8e8e6d14b9538cf83405a8692 | [] | no_license | ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631231 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java |
package com.oracle.xmlns.enterprise.tools.schemas.m1080144;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
/**
* <p>Java class for PROP_PREF_PHONE_FLAGTypeShape complex type.
*
... | [
"ouni_ali@yahoo.fr"
] | ouni_ali@yahoo.fr |
494c1edc905a22beba2d73691a13fb5a3ece2e53 | 033de48e2ca12f39be54d86c2e6e4cd3775a38ab | /app/src/main/java/com/e/android_version/App_About.java | 247d8c75d9c85d63f21e01679647872c77a440dd | [] | no_license | Community-Discuss/Android_Version | 2214e68dfea7cf1b81af1c1d106986b0637e1878 | 2fc9010b083201ae185bc59e1c7c6aeb3d67aaf5 | refs/heads/master | 2023-02-17T06:47:53.303736 | 2021-01-15T05:30:58 | 2021-01-15T05:30:58 | 319,246,287 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.e.android_version;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class App_About extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_app... | [
"54510172+mayank-beast@users.noreply.github.com"
] | 54510172+mayank-beast@users.noreply.github.com |
f3b495c8613f79c8573efdd237189f9cf899421f | 696a937b9f8758977e2f5714eed8a5692eea95a0 | /project/server/src/main/java/ru/daniilazarnov/server/database/Authentication.java | af96ca8540c912dba5415fb7ab49eb7fb5f7f5ff | [
"MIT"
] | permissive | NPLM2020/java-net-course | 9347a87a000a78530ad6f1553a99a27e4796543e | 8c9ae3778bf3c3317519da41045a562c437c4aae | refs/heads/main | 2023-03-11T03:58:53.526963 | 2021-02-25T17:02:40 | 2021-02-25T17:02:40 | 332,827,982 | 0 | 0 | MIT | 2021-01-25T17:30:28 | 2021-01-25T17:30:27 | null | UTF-8 | Java | false | false | 153 | java | package ru.daniilazarnov.server.database;
public interface Authentication {
boolean login(String name, String password) throws DatabaseException;
}
| [
"putiline@gmail.com"
] | putiline@gmail.com |
1c2210838a2aa2cf0906ddfc253d2374fa3462fd | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/core/src/main/java/org/gradle/testcore/performancenull_50/Productionnull_4939.java | 47af0b1de63b1afc2c664486bc8d360e992bfb50 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 589 | java | package org.gradle.testcore.performancenull_50;
public class Productionnull_4939 {
private final String property;
public Productionnull_4939(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getP... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
18d9ab278d45168d4060f01f51db9b98f53e9f17 | 9c7e8ffeac14f451a90bf559383ec5566ea81d1b | /projects/colt/src/main/java/cern/colt/EDU/oswego/cs/dl/util/concurrent/WaitFreeQueue.java | 0da729e147f2d3dca193bff866de7a2512ddb8e6 | [
"MIT"
] | permissive | mc-imperial/jtool-sct | fc2209f2d6c6273e9dae7a37a8209291914a7195 | 80811bb88e1cec0234bc720b5b47ec9e2cdf6364 | refs/heads/master | 2021-01-12T12:46:55.912768 | 2016-10-26T11:07:18 | 2016-10-26T11:07:20 | 69,858,207 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,427 | java | /*
File: WaitFreeQueue.java
Originally written by Doug Lea and released into the public domain.
This may be used for any purposes whatsoever without acknowledgment.
Thanks for the assistance and support of Sun Microsystems Labs,
and everyone contributing, testing, and using this code.
History:
Date ... | [
"paul.thomson11@imperial.ac.uk"
] | paul.thomson11@imperial.ac.uk |
e71447c2327814617a0ceade650f0f713c4d609c | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_1008463.java | 210ef2d6f3442b12105c665a99442491e5d81874 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | @Override protected TokenStream normalize(String fieldName,TokenStream in){
TokenStream result=in;
for ( TokenFilterFactory filter : tokenFilters) {
if (filter instanceof MultiTermAwareComponent) {
filter=(TokenFilterFactory)((MultiTermAwareComponent)filter).getMultiTermComponent();
result=filter.c... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
4a1f163af45923697d2b4901a17b7e98f055ba43 | 15a8fba2944e017f2ecb29ffc79ce71822bc579f | /nm-loan/nm-loan-comp/nm-loan-cust/src/main/java/com/hs/loan/cust/entity/AppCustOtherLoan.java | 10d8a8018f73fdcfdaed97885e043b105aa1cdd8 | [] | no_license | cenbow/nm | 875189feac6ab70605e77b6b9240b51ebe5531f3 | f448c103a09ab055e9e50eb6fc77b131cc3f40ff | refs/heads/master | 2021-01-20T03:53:37.880188 | 2017-06-28T07:51:04 | 2017-06-28T07:51:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,506 | java | package com.hs.loan.cust.entity;
import java.util.Date;
import java.io.Serializable;
import com.hs.loan.cust.itface.ICustExtraInfo;
/**
* APP_客户其他分期信息 对象
* @author autocreate
* @create 2015-10-26
*/
public class AppCustOtherLoan implements Serializable,ICustExtraInfo{
private static final long serialVersionUID... | [
"mynamehanfei@163.com"
] | mynamehanfei@163.com |
2c861d3a9cd1ce8397894e4140550c7527670f88 | 15fb494e93dbb1f7aee89e6ca1fb7574b4832d66 | /stock-management-automation/src/test/java/io/github/ydhekim/stock_management_automation/model/TestOrderClass.java | 951e8bf8ec01ecbc5fa8980ed618e40ea92e2c3e | [] | no_license | nirayAslan/stock-management-automation | 88582099927dae3e2bb9a24305619ba39ac2c3f5 | 0b15d02d03d50a8588df9511ea206faf25beac84 | refs/heads/master | 2021-10-08T06:30:28.406111 | 2018-12-09T12:31:01 | 2018-12-09T12:31:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,988 | java | /**
* @author ydhekim
* */
package io.github.ydhekim.stock_management_automation.model;
import static org.junit.Assert.*;
import java.util.Date;
import org.junit.Test;
public class TestOrderClass {
@Test
public void testConstructorEmpty() {
Order order = new Order();
assertNotNull(order);
}
@Test
publ... | [
"yasin.d.hekim@gmail.com"
] | yasin.d.hekim@gmail.com |
647c0110ed2604bbeda8856f8cd12adbdc957343 | 3641bb7f717c235145879f9ba659468697d57ae0 | /jecp-dubbo-shop-web/src/main/java/com/jecp/sysmanage/service/TawSystemDicttypeService.java | 3c85c05fd5243960f31c76169029d21f14807a4f | [] | no_license | xtakeit/Distributed-Seckill | 62357cb682a4c865a06c9d90b61b4104b4706b8a | 6c66a3a050041fd17965555de2ee4f23c478e798 | refs/heads/master | 2022-11-13T05:33:27.557153 | 2019-06-23T15:03:24 | 2019-06-23T15:03:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | package com.jecp.sysmanage.service;
import com.jecp.base.service.BaseService;
import com.jecp.sysmanage.model.TawSystemDicttype;
public interface TawSystemDicttypeService extends BaseService<TawSystemDicttype>{
/**
* 根据父节点ID获得子节点
* @param pid
* @return
*/
public String getDictTree(String pid);
... | [
"sangyuan6122@126.com"
] | sangyuan6122@126.com |
b8ac779766859dc9e24da3f56b0cd57e509bb780 | 979e3b5085a943f2e4f316e8aa10b2f959e0d9ce | /src/map/SortedMapApp.java | 63a2eda39bb10fab36e035139135c04b548a2deb | [] | no_license | aripkur/java-struktur-data | 9dc4304b2503b7a0ca9a766e41d58869f7b10608 | 310b17eaa19c9e4b31504da721086000c7bac0c0 | refs/heads/master | 2023-07-10T00:35:20.340411 | 2021-08-10T13:47:10 | 2021-08-10T13:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package map;
import java.util.Comparator;
import java.util.SortedMap;
import java.util.SortedSet;
import java.util.TreeMap;
public class SortedMapApp {
public static void main(String[] args) {
Comparator<String> stringComparator = new Comparator<String>() {
@Override
public int com... | [
"arifkur10027@gmail.com"
] | arifkur10027@gmail.com |
47e0f9f1407db970aae3a512ab8a744778c261cc | 430f0f8194746ff5a07f79708d8e79df5de99091 | /src/me/async/customenchants/effect/armour/NourishingEffect.java | f04cd0a6c86b2b97b53de8634d2a6b1fd5fe92d6 | [
"MIT"
] | permissive | AsyncVoid/CustomEnchants | 684e8c7ee551807ac2c16754768c3cb67fe7f15f | 3cab41efe1ab0c346cf10f3521ad5f64ec37e8df | refs/heads/master | 2022-08-24T07:23:49.842504 | 2020-05-19T21:48:58 | 2020-05-19T21:48:58 | 265,373,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package me.async.customenchants.effect.armour;
import org.bukkit.entity.LivingEntity;
import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;
import me.async.customenchants.effect.IEffect;
public class NourishingEffect extends IEffect
{
@Override
public void applyToLiving(LivingEntity en... | [
"cookieassassin32@gmail.com"
] | cookieassassin32@gmail.com |
19fe0ee5d2ca581c9760b468ff88077346ed3ec2 | d70d1e0bc112c2796a5e554ce387002ad95d89b2 | /goxreader/src/main/java/com/artifex/mupdfdemo/SearchTask.java | 1e85bcc9024e7579cbf9b1d300d5a001f9caface | [] | no_license | tochkov/ggoxy | a527877709ae6054012b3e2f0d7b1aca7931e624 | ff8c815add0b2c7ab1bca3fe16420b1ebe1745ed | refs/heads/master | 2021-01-10T02:43:07.968651 | 2015-11-23T20:38:02 | 2015-11-23T20:38:02 | 44,198,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,474 | java | package com.artifex.mupdfdemo;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.RectF;
import android.os.Handler;
import com.goxapps.goxreader.R;
import java.util.ArrayList;
class ProgressDialogX extend... | [
"philip.tochkov@gmail.com"
] | philip.tochkov@gmail.com |
77123dfd21ed3d41c8029ba110b0fa92a9020ffa | 3709a919cb851d2dce17f8cad3fe92a149399220 | /lilian-experimental/src/main/java/org/lilian/ifs/LearnIFS.java | 6d84c6666e97f451020d76fd99056c047cd0ff1f | [] | no_license | pbloem/Lilian-experimental | deda469a784f02b8a944863d08e653e91d18b959 | 267a136edd8a679e56f7d097e61c24764c2b6c68 | refs/heads/master | 2021-01-23T18:09:13.098906 | 2020-10-13T12:27:18 | 2020-10-13T12:27:18 | 3,208,311 | 2 | 0 | null | 2020-10-13T12:27:19 | 2012-01-18T12:12:35 | Java | UTF-8 | Java | false | false | 4,992 | java | package org.lilian.ifs;
import static org.lilian.util.Series.series;
import java.awt.image.BufferedImage;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import... | [
"p@peterbloem.nl"
] | p@peterbloem.nl |
3784122204eb25911132cda1e66213a6fb70be62 | a7397709e9ff6eca5a8117b4479bcc64a4e41d4b | /components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/SettingsPanel.java | dbb054e54657ae6f9e0347d27e72bd55a3a4a25d | [] | no_license | alhazred/userland | 6fbd28d281c08cf76f59e41e1331fe49fea6bcf2 | 72ea01e9a0ea237c9a960b3533273dc0afe06ff2 | refs/heads/master | 2020-05-17T10:17:16.836583 | 2013-03-04T07:36:23 | 2013-03-04T07:36:23 | 8,550,473 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,823 | java | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | [
"a.eremin@nexenta.com"
] | a.eremin@nexenta.com |
61934035311a1e8a8e3cc9c89246548bb5f87498 | 4fd38a29869a43a8f3a60432ea10e2df64bd0f21 | /dubbo-commons/src/main/java/com/king/service/OrderService.java | fd52c0e8b3ef529bde1f247130747e911116e125 | [] | no_license | kingillusion/freeMarker | 816f84cf91345b2b9a8f4916751e64d39ff76732 | d2c0e6be77a92ee9f25906ef1357c7f1d2e00a5e | refs/heads/master | 2023-01-30T06:34:16.386694 | 2020-09-26T17:57:10 | 2020-09-26T17:57:10 | 289,157,997 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package com.king.service;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
public interface OrderService {
void initOrder(String userId);
}
| [
"kingkimu@163.com"
] | kingkimu@163.com |
6d51b54dd691bc8196f3986c8c47eaf47524f126 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_8267337de41edac827d5a589d1238a0ba6f2bbad/SolutionDaoTest/6_8267337de41edac827d5a589d1238a0ba6f2bbad_SolutionDaoTest_t.java | 708b8eb51a1c0e3aa6de9d8aa3628f30d9927d30 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,967 | java | /*
* Copyright 2013 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b59d832669fd336f4a868975d63dbbb023aeb3da | 79994fe8679008dc7940479ca77da67df06bb148 | /build/app/generated/not_namespaced_r_class_sources/debug/r/androidx/media/R.java | ea0cd251362ec4247c1b6deb57cbfd58f878d7de | [] | no_license | satriantorobimo/my_music_player | a8b8cedc61c59a709915604dfaf810eb703b39ce | 6087bc643e7d3b0c43c0663283a267e99573b5f3 | refs/heads/main | 2023-06-21T14:57:55.260362 | 2021-08-01T12:31:42 | 2021-08-01T12:31:42 | 391,515,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,548 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.media;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"bimo.satriantoro@bfi.co.id"
] | bimo.satriantoro@bfi.co.id |
d940240748c7c97a8f26ebbc46e0ef2decec810e | d42dada1ff6c487c17106bb04795b081da185a58 | /app/src/main/java/com/coolweather/anroid/db/County.java | 30421a7588e637f9b3c922d2c605295f010a0e3a | [
"Apache-2.0"
] | permissive | kiwi7775/coolweather | daf44f8f951c86cacc8fc12eecfb243a0cb32106 | 100a645bd6b90c03c81ee11b64501dc71f05a9bc | refs/heads/master | 2021-01-19T22:23:49.977703 | 2017-05-03T11:17:09 | 2017-05-03T11:17:09 | 88,688,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package com.coolweather.anroid.db;
import org.litepal.crud.DataSupport;
/**
* Created by Kiwi7 on 2017/4/20.
*/
public class County extends DataSupport {
private int id;
private String countyName;
private String weatherId;
private int cityId;
public int getId() {
return id;
}
pu... | [
"5103662780@163.com"
] | 5103662780@163.com |
a3c23ea92161dfd24fda85bf3c8f2079e18ae34f | 3ed571fa5e53344e35338542a1b7654707d90264 | /subscription/util/blocking/durable-subscription/src/main/java/org/occurrent/subscription/blocking/durable/DurableSubscriptionModel.java | acead124dccad40f5da9715a357547312dc05d14 | [] | no_license | JanGroot/occurrent | eafa1e27aa376e758a794d38b808893a4cc208d2 | 141302d3462ad3a9079486808188ad577813a569 | refs/heads/master | 2023-08-16T17:45:39.897010 | 2023-07-10T07:48:41 | 2023-07-10T07:48:41 | 294,930,901 | 0 | 0 | null | 2021-04-08T10:09:13 | 2020-09-12T11:33:13 | null | UTF-8 | Java | false | false | 7,506 | java | /*
* Copyright 2021 Johan Haleby
*
* 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... | [
"johan.haleby@gmail.com"
] | johan.haleby@gmail.com |
409852c691704b97d56c0f654e5acbfed3a68412 | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/X/AnonymousClass24K.java | 194e498516513cb05d0f85dda1a6ede673aceae7 | [] | no_license | technocode/com.wa_2.21.2 | a3dd842758ff54f207f1640531374d3da132b1d2 | 3c4b6f3c7bdef7c1523c06d5bd9a90b83acc80f9 | refs/heads/master | 2023-02-12T11:20:28.666116 | 2021-01-14T10:22:21 | 2021-01-14T10:22:21 | 329,578,591 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package X;
import java.util.AbstractCollection;
/* renamed from: X.24K reason: invalid class name */
public class AnonymousClass24K extends C30861c4 {
public final /* synthetic */ AnonymousClass05V A00;
public final /* synthetic */ View$OnAttachStateChangeListenerC17260rF A01;
public AnonymousClass24K(V... | [
"madeinborneo@gmail.com"
] | madeinborneo@gmail.com |
862d797894e5fab75ed6c249f0a161e20fa974e8 | f040bef97d2ff8515fef797a6e24cc64a086f568 | /src/main/java/com/example/reserve/service/UserServiceImpl.java | 766dc12a989d2ee1cd0e6db9f3a2e872d70d9d8d | [] | no_license | eclipsegst/lodge-search | c51d487b512873b4ecb6167794c0b7f9877725fd | 52678de8fd6201fd92276be9d8f99c2dd73cdca0 | refs/heads/master | 2016-08-07T05:35:59.895632 | 2015-10-13T04:25:38 | 2015-10-13T04:25:38 | 37,948,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,743 | java | package com.example.reserve.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Sort;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereotype.Servic... | [
"zztg2@mail.missouri.edu"
] | zztg2@mail.missouri.edu |
fc9657c75e8579e8b7b1af02c8950c4df65d7894 | b54abf458c70417ae121acabc77302bc949378f1 | /querydsl-collections/src/test/java/com/querydsl/collections/ECJEvaluatorFactoryTest.java | 35856ee5b0d2680fc3cd7244778a7e5d9e4b4ff0 | [
"Apache-2.0"
] | permissive | kaczynskid/querydsl | e09b0cbf88583936a4f000e3866d24ec5608bfce | ce0a796151640023237999636f5998329a939d36 | refs/heads/master | 2021-01-15T20:58:02.871244 | 2015-12-16T08:47:27 | 2015-12-16T08:47:27 | 46,548,141 | 0 | 0 | null | 2015-11-20T08:03:21 | 2015-11-20T08:03:21 | null | UTF-8 | Java | false | false | 620 | java | package com.querydsl.collections;
import org.junit.Test;
import com.mysema.codegen.ECJEvaluatorFactory;
public class ECJEvaluatorFactoryTest extends AbstractQueryTest {
@Test
public void Evaluator_Factory() {
DefaultEvaluatorFactory evaluatorFactory = new DefaultEvaluatorFactory(
Col... | [
"timo.westkamper@gmail.com"
] | timo.westkamper@gmail.com |
70f11e7e39aaf086a9c702a4b3fdf3ac7d518682 | d35fb54d57ac3a872709399688963d6621331386 | /src/main/java/com/microservices/currencyconversionservice/resource/CurrencyConversionController.java | ade0bf309a3b056d097baf0a3fed6bfa38bc5757 | [] | no_license | my-currency-demo-organization/currency-conversion-microservice | 2fb0038f2e0d1fa965c2e0f212ae0aa8277ac084 | e2c9bfde73cf10823ad7f516471e75382a85a4dd | refs/heads/master | 2022-09-11T19:25:21.090114 | 2020-06-03T06:59:50 | 2020-06-03T06:59:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package com.microservices.currencyconversionservice.resource;
import java.math.BigDecimal;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.P... | [
"reachingsunny123@gmail.com"
] | reachingsunny123@gmail.com |
f2cdaa61533f8636e14eb00f3f26acc885512078 | 92615cc07f8b51341641a53fd17ce61e8af0e840 | /src/br/com/copacabana/cb/entities/InvitationState.java | f7fb8bb28f4a8029baeb6a6005d25d6b0d4a1283 | [
"Apache-2.0"
] | permissive | rafaelcoutinho/comendobemdelivery | f4a28cf57b0f9ec4d3661e6d1a8966215759ddd2 | a763fb20280699dfa5c6d6a052d2736a05aa30a3 | refs/heads/master | 2021-01-10T20:59:35.728046 | 2015-08-25T00:13:28 | 2015-08-25T00:13:28 | 41,329,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package br.com.copacabana.cb.entities;
public enum InvitationState {
SENT, CONFIRMED, NEW, VISITED, EXPIRED
}
| [
"rafael.coutinho@gmail.com"
] | rafael.coutinho@gmail.com |
482e7490d5058f20f935bee565f38251a4cfb3b5 | 0fa3c3aca6564c0e09fb24e9dfc4d4826a6b943e | /cloudalibaba-consumer-nacos-order84/src/main/java/com/atguigu/springcloud/service/PaymentService.java | 6e55369ba9443e9921a619030d9ce3fe1ed8874e | [] | no_license | zqllz/cloud2020 | 2a119b32fcada7ba71ff2c11e2bebb80e2d74939 | 5b858a077c416bf0b46704e38e08566bb8dcf08d | refs/heads/master | 2023-07-05T22:43:39.833038 | 2021-07-18T09:56:46 | 2021-07-18T09:56:46 | 373,224,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package com.atguigu.springcloud.service;
import com.atguigu.springcloud.entities.CommonResult;
import com.atguigu.springcloud.entities.Payment;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;... | [
"740402045@qq.com"
] | 740402045@qq.com |
0d7d13e8235f22b9001aa81b34d60342e9234bc6 | 9b6ec14ea81743052e89ba288bfcab87420fc2f3 | /src/main/java/com/avril/project/system/notice/domain/Notice.java | 05183f0b01f8e09c7422ff5adaf83fd9ea4a5ae0 | [
"MIT"
] | permissive | ykyh-arch/Avril-Lavigne | a16f772ad4258cd2c3c4a05a6277719b3f33d1d8 | c1d500011bd022db82f93b3202e11a171dddf412 | refs/heads/master | 2022-12-25T10:19:55.568037 | 2020-09-29T04:35:38 | 2020-09-29T04:35:38 | 295,682,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,389 | java | package com.avril.project.system.notice.domain;
import javax.validation.constraints.*;
import javax.validation.constraints.Size;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.avril.framework.web.domain.BaseEntity;
/**
* 通知公告表 sys_notice
* ... | [
"yukai.guo@uetec.cn"
] | yukai.guo@uetec.cn |
a2d9b495ed9e3d3fa75e767df775d4842cc404ce | c668a8ee17f2b52296cdfd03bf7ee8ff98e3d37f | /src/main/java/netty/ByteBufTest.java | 44268229c0a9c8fd97b5aea774b730167f59fd1b | [] | no_license | ordercard/IM | c32b9156b0ebb1283f01de24409c5e1fb97c8b96 | 4ac2a69fc3597da72fae31ba661ab5c41b20856e | refs/heads/master | 2022-07-04T08:13:59.413086 | 2019-07-19T18:32:16 | 2019-07-19T18:32:16 | 152,858,708 | 3 | 0 | null | 2020-10-13T10:23:25 | 2018-10-13T10:00:30 | Java | UTF-8 | Java | false | false | 2,645 | java | package netty;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
/**
* @Auther :huiqiang
* @Description :
* @Date: Create in 10:42 2018/10/11 2018
* @Modify:
*/
public class ByteBufTest {
public static void main(String[] args) {
ByteBuf buffer = ByteBufAllocator.DEFAULT.buffer(... | [
"huiqiangjia@huangbaoche.com"
] | huiqiangjia@huangbaoche.com |
7fdf25512e630dd13b354a0955353aff51b36eca | ec78679511fbbacf24e640e419abda959ac7d45c | /text2onto/IMPLEMENTATION/src/org/ontoware/text2onto/util/spanishwordnet/SpanishWordNet.java | f5ccf99a3582316c312427f2eef4d27f2d8c5450 | [] | no_license | mangalagb/Machine-Learning | 0242b5dc30a1aa2b50dad43bb09e6ebf40f1972a | b67ee87d86d4982f749e6ef832fa05aeb40ecdce | refs/heads/master | 2020-12-30T11:14:49.524035 | 2015-04-09T18:05:47 | 2015-04-09T18:05:47 | 33,683,855 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,438 | java | package org.ontoware.text2onto.util.spanishwordnet;
import net.didion.jwnl.JWNLException;
import net.didion.jwnl.data.IndexWord;
import net.didion.jwnl.data.POS;
import net.didion.jwnl.data.Synset;
import net.didion.jwnl.dictionary.Dictionary;
import org.ontoware.text2onto.util.Settings;
import org.ontoware.... | [
"mangalagb@gmail.com"
] | mangalagb@gmail.com |
c808cf01d0728d20327e596c52230a50f9aec839 | e1d7147a0f163c4002cf4695d0c6bd567812c3ba | /src/java8/lambdaExpression/lambdaExpressionIntroduction/UsingInterfaces.java | ba4ad577b91cc0c387ebbf6336bd72130d9f59f6 | [] | no_license | AMALTS9645/Java-Programming-Learning | 67e48552fc1a553a14843981ba59288fe7ef57d5 | c03fc5423c137c89a1d0d864a8ce6049d59292f2 | refs/heads/master | 2023-06-02T07:49:01.370561 | 2021-06-23T13:19:45 | 2021-06-23T13:19:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | package java8.lambdaExpression.lambdaExpressionIntroduction;
@FunctionalInterface
interface printer {
void print();
}
class LaserJetPrinter implements printer {
@Override
public void print() {
System.out.println("LaserJet Printer");
System.out.println("Started Printing");
System.... | [
"84701931+prochetankrishna@users.noreply.github.com"
] | 84701931+prochetankrishna@users.noreply.github.com |
af9ba42210125bd001418c4e2887eca009afae36 | 02e574ac869a5b746c8ee18e84f631174d712dfe | /src/main/java/ua/ukrpost/dto/PhoneDto.java | 312c58f2a11dfa3c0215b1bf2c51c909018a1a58 | [] | no_license | loveforjava/TestSpring | 6d5616d577ca16f94a2fc4e7e04b9dd7d7b6a181 | 02b29c3b98113a5e7dcffc5e797e5a16fa81486e | refs/heads/dev | 2020-05-24T07:31:44.654423 | 2017-04-26T11:25:14 | 2017-04-26T11:25:14 | 84,835,336 | 0 | 1 | null | 2017-04-26T11:25:15 | 2017-03-13T14:22:06 | Java | UTF-8 | Java | false | false | 199 | java | package ua.ukrpost.dto;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class PhoneDto {
private long id;
private String phoneNumber;
}
| [
"pinta-oo@ukrposhta.ua"
] | pinta-oo@ukrposhta.ua |
fced571f8972e5460d9349ebe7e5383910a86be6 | bf5422d89c3d517fb234fe2421fe4bbc2ef698a0 | /Day 13/Task 1 (ArrayList)/alist/Test.java | 196e40312966eaaf0887c3e8060ed58927dcbe31 | [] | no_license | aman1108/Core-Java | 0e3da9d2dadded63252a6ab3280c7375aa944633 | e945dbdc91782374b31df5eef04310fa18970bcb | refs/heads/master | 2023-02-06T23:15:11.487996 | 2021-01-03T06:11:05 | 2021-01-03T06:11:05 | 295,395,870 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package alist;
import java.util.*;
public class Test {
public static void main(String args[])
{
List list = new ArrayList();
list.add(5);
list.add(9);
int a = (int)list.get(1);
System.out.println(a);
Iterator itr = list.iterator();
while(itr.hasNext())
{
int x = (int)itr.next();
... | [
"noreply@github.com"
] | aman1108.noreply@github.com |
5930d870dbc42ae6356bf66ef94c6b2836ac16cf | 29b906792e798eda3de806008e61c287b76d95f9 | /photo/src/main/java/com/wiser/photo/weight/PhotoSelectFolderFrameLayout.java | ec292ba6f6aaa532c6ede42ef390846573aa92b5 | [] | no_license | Wiser-Wong/ImagePicker | c6a3e0fac8b7c758673cb18a009fe1be79cf00fc | 9c7a7397da8fb8980adf88913892867a5ab7b050 | refs/heads/master | 2020-08-17T14:55:36.613498 | 2020-06-03T11:00:37 | 2020-06-03T11:00:37 | 215,680,700 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,858 | java | package com.wiser.photo.weight;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
impo... | [
"wangxiangyu@ksjgs.com"
] | wangxiangyu@ksjgs.com |
032cfd674fd6262bf232681c4c470624c0d77c63 | b7bd66025a4f39e47e733b32870fbf41f245b216 | /PersistenceContentProviderSample2/app/src/test/java/com/example/android/contentprovidersample/ExampleUnitTest.java | e650caf54f5043722afd33d2cc87adba65cd8443 | [] | no_license | Infinite-eyes/test-android-architecture-components | ea24278364f3b0dcb8e2f2fc01ea13d5a107caf3 | 30d95269b22ab68665c6c37bef7345cba31cd48b | refs/heads/master | 2020-04-01T20:44:25.219376 | 2019-03-07T10:12:41 | 2019-03-07T10:15:43 | 153,618,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.example.android.contentprovidersample;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@T... | [
"cwm930215@gmail.com"
] | cwm930215@gmail.com |
98be87f30a88215c94271913eb02b63916abbb37 | 86e59cb0fa80ccf2731f93ed988e0fb3283339d0 | /semester1/java/Lab/lab04-MonsterGUI-initialize/lab04-MonsterGUI/src/sample/Main.java | 04710e67a83886c6788561e2b39147ef85cdd373 | [] | no_license | sernja/KU-sophomore | ef7028936e1a78678f9884a37a2a110b8cd87a02 | cc1f3d87982966ea92ffc873d92e2824c4d48e6b | refs/heads/master | 2020-07-13T18:07:14.397887 | 2020-04-09T17:58:31 | 2020-04-09T17:58:31 | 205,128,432 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | package sample;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.lo... | [
"sern4820@gmail.com"
] | sern4820@gmail.com |
c605df8c6be1b64034e91aead7414c4e6ff0ccaf | 1da5cf100fbe2a59f329fc3b7b08d176147df514 | /Lavor2-Web/src/java/lavor/managedBean/ClienteMB.java | 709cd792edd3c72095ecc674d932fea5224f793e | [] | no_license | marcelogomesrp/slpa | c3e822fb5b0bf080c02be62990987bc620078d13 | a2c275da89788d1c5e674665ec6177e84fb05eb5 | refs/heads/master | 2021-01-19T11:16:39.944793 | 2010-11-17T00:27:56 | 2010-11-17T00:27:56 | 32,399,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package lavor.managedBean;
import java.io.Serializable;
import javax.annotation.Resource;
import javax.faces.model.ListDataModel;
import lavor.entidade.Cliente;
import org.springframework.context.annotation.Scope;
impo... | [
"marcelogomesrp@f26ce29a-f2e1-11de-82c3-25da7dca7fdf"
] | marcelogomesrp@f26ce29a-f2e1-11de-82c3-25da7dca7fdf |
543a1b10108d67175a312f4c747505bf6459cc5f | 7304084cf4a80339b055b29a01608611aba93f5c | /Integration of Towing Abandoned Vehicles with Number Plate Recognition System/VehicleTowingServer/src/com/java/towing/db/PoliceStationDBWrapper.java | eea22ec226c1d49e9a9f19baf90bf4de95a87829 | [] | no_license | shwetabangad/Shweta | 9f7d952e1581c7eba98c8bfd26e5583a58dbd65b | da72a59096cfec3870787671741c9cb15ddfedde | refs/heads/master | 2021-07-23T18:08:15.305569 | 2017-11-02T01:25:31 | 2017-11-02T01:25:31 | 109,200,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,112 | java | package com.java.towing.db;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import com.java.towing.bean.IncidenteBean;
import com.java.towing.bean.PoliceStationBean;
import com.java.towing.be... | [
"sbangad@hawk.iit.edu"
] | sbangad@hawk.iit.edu |
ea9740e4a277c5b133cc7d0a384d0960b5fa3970 | b74f2c19ea8e730b93e3da8842fc0ca3db9639dd | /aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/model/ListConfigurationSetsResult.java | 758ef6575098a29688b8a0dece8b22f5ffd10221 | [
"Apache-2.0"
] | permissive | mgivney/aws-sdk-java | 2de4a597beeda68735ba5bb822f45e924de29d14 | 005db50a80c825dc305306a0633cac057b95b054 | refs/heads/master | 2021-05-02T04:51:13.281576 | 2016-12-16T01:48:44 | 2016-12-16T01:48:44 | 76,672,974 | 1 | 0 | null | 2016-12-16T17:36:09 | 2016-12-16T17:36:09 | null | UTF-8 | Java | false | false | 7,694 | java | /*
* Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
a27826f63f0e212550563bd904d914f71405fcec | 876f9fdb7fc52c049e718402a6834ae296e0fd4e | /src/main/java/eu/hermeneut/service/CriticalLevelService.java | 276a583f84582fdd2f8bf60e5e69ff9d696a0f94 | [
"Apache-2.0"
] | permissive | rating-eu/rating_v1 | aad723983abe2172612fd14de94af9d46cfdc7cc | 8935223a206efd91fbe84af8fcee70a852eccd89 | refs/heads/hermeneut_master | 2022-12-12T22:50:19.768888 | 2019-07-25T12:34:48 | 2019-07-25T12:34:48 | 198,704,595 | 1 | 0 | Apache-2.0 | 2022-12-09T00:01:21 | 2019-07-24T20:21:25 | TypeScript | UTF-8 | Java | false | false | 1,872 | java | /*
* Copyright 2019 HERMENEUT Consortium
*
* 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 la... | [
"mauriziocasciano7@gmail.com"
] | mauriziocasciano7@gmail.com |
b5466608ea68605c081d4c8feb5461b1e1e1596c | 87f1d5a7a596ab73ef9be349afe60d1d919453e8 | /src/main/java/com/bernardoms/campsitescheduleapi/repository/BookingRepository.java | 39ed02c141a332e3f4802af5c35cecc29dc99df3 | [] | no_license | allanbradl/campsite-schedule-api | a88ceeaf455efd1ad92517839a1ba726a38208f6 | c4a34703b83a5a030bb9f41e35b2c90939c06c93 | refs/heads/master | 2023-02-09T09:54:21.278259 | 2021-01-07T01:44:50 | 2021-01-07T01:44:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package com.bernardoms.campsitescheduleapi.repository;
import com.bernardoms.campsitescheduleapi.model.Booking;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Lock;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.jpa.re... | [
"bermonteiro@ebay.com"
] | bermonteiro@ebay.com |
91f0e88b966c7d70f761dbd5141d39d24d9530c6 | e28e5a459d14a5fd95f5eb9152c74e4d0dad0e9d | /app/src/main/java/pabs/trackstarter/SoundEditor.java | b437d54cf4580a05a8473ab2658bf7e21458ed20 | [] | no_license | blonsky95/SprintStart | e96fd82e46c06dd0ce6e349fcb5bcb16421343ed | fee5d656f6812d28e2f19adcd5fa801f992fb773 | refs/heads/master | 2023-08-05T10:46:26.034469 | 2023-07-25T20:40:16 | 2023-07-25T20:40:16 | 149,116,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,226 | java | package pabs.trackstarter;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
... | [
"pablo.trescoli@yahoo.es"
] | pablo.trescoli@yahoo.es |
9381cae0a4b9c75fc436daa2917d2d16bffa70f5 | a3bacbbadb764aa943a4c3a88a57eabe38d735df | /src/main/java/hello/GreetingController.java | 2a1631c8a6b1a2488da41eccc147f3cf6f6d36b4 | [] | no_license | izaga/hello-java | 4626f69a5c9d0813881b810a59a2dc86adface8a | 19827c2ac89f8d57bba8c308b0d8759ce868aba1 | refs/heads/master | 2021-05-06T06:17:02.124651 | 2018-01-15T09:12:39 | 2018-01-15T09:16:09 | 113,828,388 | 0 | 1 | null | 2017-12-11T07:45:36 | 2017-12-11T07:45:35 | null | UTF-8 | Java | false | false | 519 | java | package hello;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
@Controller
public class GreetingController {
@RequestMapping("/greeting")
public S... | [
"resinas@us.es"
] | resinas@us.es |
37a060504f78332c2418ed5f2276f1388e76547a | 4a1a0c1f0e83748c1b80a32804076dfac12db25a | /src/main/java/com/penny/leetcode/zhp/algorithm/model/TreeNode.java | 74a65fc83996bc2cfb403da1e674aca01fbaf2df | [] | no_license | 0-Vector/leetcode-ex | ccd1aac138c6817d939b279c2d654be183909b88 | 254d9cebcfeeb47a148041f22eb555c436c982d9 | refs/heads/master | 2021-07-15T05:41:01.618626 | 2020-10-10T09:26:01 | 2020-10-10T09:26:01 | 216,738,656 | 0 | 0 | null | 2020-10-13T17:41:25 | 2019-10-22T06:25:55 | Java | UTF-8 | Java | false | false | 298 | java | package com.penny.leetcode.zhp.algorithm.model;
/**
* Creator:Administrator
* Time:2019-11-22 13:47
* Project: algorithm
* Description:
*/
public class TreeNode {
public int val;
public TreeNode left;
public TreeNode right;
public TreeNode(int x) { val = x; }
}
| [
"17071400190@163.com"
] | 17071400190@163.com |
01d7d2781ee08502087a0d8643a1ee8036d29fa8 | 68043c5f8ee2c1ef526ecb692d1c5c463f82406a | /Compiler/src/my/mini/java/compiler/Exceptions/MethodDoesNotExist.java | 02b01fb1e7221e996615d63eddecd70e7d0e7078 | [] | no_license | akouthoofd/MiniJava_Compiler | 2ade739406fdf9ae2d7173c332bbf753746bf2ed | feb49832c0e5be9e303c2c24d8099de41f8339f8 | refs/heads/master | 2021-09-25T01:37:56.040167 | 2016-12-15T23:31:04 | 2016-12-15T23:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 887 | java | package my.mini.java.compiler.Exceptions;
import org.antlr.v4.runtime.Token;
/**
* Created by alex on 12/2/2016.
*/
public class MethodDoesNotExist extends RuntimeException
{
public MethodDoesNotExist (String errorMessage, Token className, String methodName, Token method, String sourceName)
{
super(... | [
"akouthoo@oswego.edu"
] | akouthoo@oswego.edu |
28d6c3ebc55d36e70702d806b69e20d784dbd632 | a0c750f0ec36a4dbca4d7ab7cd3a476008e6f474 | /src/main/java/com/alibaba/dubbo/rpc/filter/ClassLoaderFilter.java | 249624a5ed15ece2c8e7fec2d249bb6d5b6d66e7 | [] | no_license | Fyypumpkin/dubbo-decompile-source | dc7251f6db19e6f8134ed49360add502a71f698b | 2510460f89dec2d7bc11769507cc37882f9b7ba7 | refs/heads/master | 2020-06-10T10:25:00.460681 | 2019-06-25T04:26:55 | 2019-06-25T04:26:55 | 193,633,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | /*
* Decompiled with CFR 0.139.
*/
package com.alibaba.dubbo.rpc.filter;
import com.alibaba.dubbo.common.extension.Activate;
import com.alibaba.dubbo.rpc.Filter;
import com.alibaba.dubbo.rpc.Invocation;
import com.alibaba.dubbo.rpc.Invoker;
import com.alibaba.dubbo.rpc.Result;
import com.alibaba.dubbo.rpc.RpcExcepti... | [
"fyypumpkin@gmail.com"
] | fyypumpkin@gmail.com |
bee31e48d643d6cbd762240211b75601cd730eb6 | 5bb4a4b0364ec05ffb422d8b2e76374e81c8c979 | /sdk/network/mgmt-v2019_07_01/src/main/java/com/microsoft/azure/management/network/v2019_07_01/implementation/RouteImpl.java | a09c7314a48f0908a25559e7806fcab10a3a80f2 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FabianMeiswinkel/azure-sdk-for-java | bd14579af2f7bc63e5c27c319e2653db990056f1 | 41d99a9945a527b6d3cc7e1366e1d9696941dbe3 | refs/heads/main | 2023-08-04T20:38:27.012783 | 2020-07-15T21:56:57 | 2020-07-15T21:56:57 | 251,590,939 | 3 | 1 | MIT | 2023-09-02T00:50:23 | 2020-03-31T12:05:12 | Java | UTF-8 | Java | false | false | 4,629 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2019_07_01.implementation;
import com.m... | [
"yaozheng@microsoft.com"
] | yaozheng@microsoft.com |
576f63012b58a8db3ce111900611c253c1ac4d50 | 925592339ddf22fbb7e1dc7d21b65e90e1b6d0e2 | /enhanced-data-cache/src/main/java/com/yoloho/enhanced/data/cache/xml/InitCacheParser.java | 92e5389c6bbe5b3799fdc52aabdb551b4b54f214 | [
"Apache-2.0"
] | permissive | yoloho/enhanced-data | 2b9b036f75db4aa05450a36eed2819c46986bf7c | 2c1dd3b012e549d9709448719cf5737ef54de780 | refs/heads/master | 2021-06-27T11:56:19.830617 | 2020-06-09T10:52:00 | 2020-06-09T10:52:00 | 191,540,230 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,422 | java | package com.yoloho.enhanced.data.cache.xml;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.aop.config.AopConfigUtils;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.support.BeanDe... | [
"jason@dayima.com"
] | jason@dayima.com |
614d24da42ee9861aa810fc6dcebab3fbeb8ba99 | 3a5ec88b0ee4af0077b32815bd96b6a64cd8a1ff | /src/main/java/fr/tse/fi2/hpp/labs/queries/impl/projet/Areas.java | 7bb20f3afbcc189b2daa52aa3b6f28e2b3f40078 | [] | no_license | zunzunwang/hpp | 6f2ed7f213e4d2d98aed36dfd2963553cd1e7ce2 | c01f14f5b180a4dcad93ca82a395d3609a930907 | refs/heads/master | 2021-01-24T20:58:30.034512 | 2015-06-14T21:55:43 | 2015-06-14T21:55:43 | 34,258,724 | 0 | 0 | null | 2015-04-20T12:21:51 | 2015-04-20T12:21:51 | null | UTF-8 | Java | false | false | 3,782 | java |
package fr.tse.fi2.hpp.labs.queries.impl.projet;
import java.util.ArrayList;
import fr.tse.fi2.hpp.labs.beans.DebsRecord;
public class Areas {
private int nbTaxisEmpty;
private ArrayList<DebsRecord> record;
private float profitability;
private String unit;
protected ListMedian mediane;
... | [
"zunzunwang@gmail.com"
] | zunzunwang@gmail.com |
85ceb94e009ba89b8457471a0a65f50c50bc3497 | 2c22f6d6fd3afcf2c291836534cddabb675349f6 | /core/src/com/fruit/game/logic/objects/effects/onhit/ExplodeOnHit.java | da3b5b9d5f77f58e0b2306c81a2a88f2c866009a | [] | no_license | FruitAddict/Project2k15 | f7ffc7047d145f09f4a01f9efe35b1efebc77127 | 9d144a90ae7b43bf4a8db106221bdffe99ca2d66 | refs/heads/master | 2021-01-19T09:15:42.627709 | 2015-02-07T21:28:57 | 2015-02-07T21:28:57 | 25,644,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package com.fruit.game.logic.objects.effects.onhit;
import com.fruit.game.logic.Constants;
import com.fruit.game.logic.objects.Value;
import com.fruit.game.logic.objects.effects.OnHitEffect;
import com.fruit.game.logic.objects.entities.Character;
import com.fruit.game.logic.objects.entities.Projectile;
import com.fru... | [
"shadowyappendage@gmail.com"
] | shadowyappendage@gmail.com |
cdf354c31f81afc337fa5a4bf16fa4eb7753ab52 | b39d7e1122ebe92759e86421bbcd0ad009eed1db | /sources/android/permission/-$$Lambda$PermissionControllerManager$PendingGetPermissionUsagesRequest$M0RAdfneqBIIFQEhfWzd068mi7g.java | f82a92cdd86d5c11511689f8341f00cd363f756d | [] | no_license | AndSource/miuiframework | ac7185dedbabd5f619a4f8fc39bfe634d101dcef | cd456214274c046663aefce4d282bea0151f1f89 | refs/heads/master | 2022-03-31T11:09:50.399520 | 2020-01-02T09:49:07 | 2020-01-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | package android.permission;
import android.os.Bundle;
import android.os.RemoteCallback.OnResultListener;
import android.permission.PermissionControllerManager.OnPermissionUsageResultCallback;
import java.util.concurrent.Executor;
/* compiled from: lambda */
public final /* synthetic */ class -$$Lambda$Permiss... | [
"shivatejapeddi@gmail.com"
] | shivatejapeddi@gmail.com |
ab078c32fd5181ff07ca2c5068263856d6f22125 | 8b0ef2737f7f3890de62af8ce4d3dd8514202a05 | /app/src/main/java/com/hupo/cigarette/dao/converter/HOrderDetailModelConverter.java | 33057a82a3cd245108c73e089599fd61ad33fbc6 | [] | no_license | PerformerOne/CigaretteMsssanage | 052cffe0107eb73764ae1c911257e9d77467795e | 6d966f324eaaf9ea5d29c7a90a16ee9b0ebb6ab8 | refs/heads/master | 2020-04-06T21:59:50.417969 | 2018-11-16T05:07:14 | 2018-11-16T05:07:14 | 157,821,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.hupo.cigarette.dao.converter;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.huposoft.softs.chuanchuan.vmspda.commons.api.model.HOrderDetailModel;
import org.greenrobot.greendao.converter.PropertyConverter;
import java.util.List;
public class HOrderDetailModelConverter... | [
"https://github.com/PerformerOne/Secret.git"
] | https://github.com/PerformerOne/Secret.git |
5ec5ccaa21a58fe3560310c2efe510a0366c51cf | 76a2f46aeb34a276609764120e9aa744e61a0e9c | /src/com/Vasiliev_Interfaces/Base.java | c98d032036dfd5f37224101526fe6224f62ae760 | [] | no_license | DemoxieV/OOP | 59ed398f16f5d842b70c98cb5694ed5ffb246a55 | c61995aade9a9d490eb9401f5ee49a2d8209580a | refs/heads/master | 2023-06-11T23:37:59.334246 | 2021-07-05T12:13:14 | 2021-07-05T12:13:14 | 377,110,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.Vasiliev_Interfaces;
//Использование метода по умолчанию
public interface Base {
default void show(String txt){
System.out.println("Интерфейс Base: "+txt);
}
void show2();
void hello();
}
| [
"ah-plus@yandex.ru"
] | ah-plus@yandex.ru |
75c920f00740ede1ef35026decf88e9be64f0670 | bca2a520e8d9a9f3d49d250bd0c2f7c3838da7f3 | /src/main/java/com/boundlessgeo/gsr/model/feature/LayerEdits.java | da73389553c446c161447f0f594b2973888e3ac0 | [] | no_license | geosolutions-it/gsr | 1fd64db6b8db0557991b5059c1eb5615f1082b93 | e6c442bc31d1d0cd59a677dc52730c6371c1523f | refs/heads/dynamic-table-test | 2023-06-01T00:12:41.319200 | 2020-02-28T15:12:17 | 2020-02-28T15:12:17 | 196,354,454 | 2 | 6 | null | 2019-12-20T23:07:16 | 2019-07-11T08:38:05 | Java | UTF-8 | Java | false | false | 903 | java | package com.boundlessgeo.gsr.model.feature;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.util.List;
@JsonInclude(JsonInclude.Include.NON_NULL)
public class LayerEdits {
private Integer id;
private FeatureArray adds;
private FeatureArray updates;
private List<Integer> deletes;
... | [
"tbarsballe@boundlessgeo.com"
] | tbarsballe@boundlessgeo.com |
edac477bd8f965301a100cee4bd3ce332b180f15 | b4f327673cda5c4eadf4d86e12167ce4da4f68d4 | /src/main/java/com/designpattern/behavioral/state/contents/Content.java | bfe94954fcaf449c5609b8a217fefbc8bbff8fdf | [] | no_license | ZhengHuaJing/designpattern | 85d7271ee15db12bde4bedd56953f339b6a93034 | 2baf3818c8d8813263d9fcac5037da6a5b449358 | refs/heads/master | 2023-01-04T23:58:14.169526 | 2020-11-01T11:10:12 | 2020-11-01T11:10:12 | 309,076,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.designpattern.behavioral.state.contents;
import com.designpattern.behavioral.state.states.State;
/**
* @Auther: ZhengHuaJing
* @Date: 2020/10/14 15:43
* @Description:
*/
public class Content {
private State state;
public Content() {
}
public State getState() {
return state;
... | [
"714141681@qq.com"
] | 714141681@qq.com |
83985ee765134c052a3c5a6ee080e6f01f1f03fe | 67a44a97c940a28144a73574983591f071192b56 | /src/com/shenghaishxt/dp/回文最少分割.java | 3b3156a5e146b1916db1ad4cca0a1bc2028d0c99 | [] | no_license | codershenghai/JavaLeetcode | 3e501328629ee1411cbb86c35386b7d36cc5bd19 | 2880c4b25d844ad5fc4ddde0a280664918d6f824 | refs/heads/master | 2022-12-10T17:29:39.566256 | 2020-09-09T16:04:49 | 2020-09-09T16:04:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package com.shenghaishxt.dp;
public class 回文最少分割 {
public int palindromeMinCuts(String s) {
if (s == null || s.length() == 0 || isPalindrome(s)) return 0;
int[] dp = new int[s.length() + 1];
// dp数组初始化,dp[i]代表前i个字符组成的字符串的最少分割数
for (int i = 2; i <= s.length(); i++) {
dp[... | [
"shenghaishxt@gmail.com"
] | shenghaishxt@gmail.com |
04c335082bf9e0f79731b60bf404947c886bd738 | 891c11bbbbca63ea3ca2ed90e0bc33a735a12053 | /CORE/src/test/java/com/jocata/core/scripts/SimpleSearchJocata3.java | c2eefdca3815f3d0229fca84e1be8fb144c9ee87 | [] | no_license | ChinnaVishnu/CORE | e9336c3d0413eaa22126014b49d9bf789ea8580e | 30960dada77bff922480d4ffc03844e979707bb4 | refs/heads/master | 2021-09-06T06:51:56.730651 | 2018-02-03T12:47:06 | 2018-02-03T12:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,997 | java | package com.jocata.core.scripts;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import o... | [
"MadhuRaghu"
] | MadhuRaghu |
95ac41a5b9a10b4d44f9a8ccca3fa7d9d8280c5a | f535d20d72087fce0a64b79675a58ab90276d81f | /OOP_LAB4_part1(1)/src/Cheapway.java | 2c30640cb0c811294e7d488c108cea66af66f665 | [] | no_license | Admiral2303/patternslabs | 4e5e8729f890a0da651058df8e5d2c160388603b | 8e83651d6a632fd56ca1af165294eb6588b14d09 | refs/heads/master | 2020-03-18T13:58:21.471717 | 2018-05-25T07:49:25 | 2018-05-25T07:49:25 | 134,821,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | public class Cheapway extends TeaCeremony {
public Cheapway() {
}
public Cheapway(Client client) {
this.client = client;
}
@Override
public void doTeaceremony() {
tea_class = "very cheap tea";
System.out.println("It's tea is very bad");
}
@Override
public voi... | [
"vadimv41@gmail.com"
] | vadimv41@gmail.com |
fc52741ecdc6f86d83d86eee3e18934bc5989653 | 9976d3bb01ee33f3370c2f4d615a9a46fe536f7c | /SuperPrueba-ejb/src/main/java/co/com/superintendencia/entidad/Usuario.java | 2dbef8e044374f9aa271498f97a5a363b4479d61 | [] | no_license | danierfresley/superintendencia | 549fd7c74215420e5562bf41654acd82687698b6 | fcce33bf82f17f5636e77ddf540c17f9b50dad25 | refs/heads/master | 2020-10-01T07:49:14.871467 | 2019-12-12T01:35:45 | 2019-12-12T01:35:45 | 227,493,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,181 | java | /*
* 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 co.com.superintendencia.entidad;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Basic;
imp... | [
"danier@MacBook-Pro-de-Danier.local"
] | danier@MacBook-Pro-de-Danier.local |
59519524832c159ef0405d2206dcc0ab12e44dc0 | 6d97c6e52a46e38285d861096a90567188a287e1 | /src/test/java/easy/LC219Test.java | 0db60842e0602d91ff4861dda6a740efe24bb560 | [] | no_license | liux0054/LCSolution | 6839fec24515bcb8cb8b304afdd2c7760ec19b90 | c0a8364e5591d635f60d96e91fe318de4b777316 | refs/heads/master | 2021-09-09T13:20:22.585135 | 2021-09-02T14:35:31 | 2021-09-02T14:35:31 | 143,372,519 | 0 | 0 | null | 2021-01-19T12:34:17 | 2018-08-03T03:23:09 | Java | UTF-8 | Java | false | false | 515 | java | package easy;
import org.junit.Assert;
import org.junit.Test;
import easy.LC219;
public class LC219Test {
@Test
public void testCase1(){
Assert.assertTrue(new LC219().containsNearbyDuplicate(new int[]{1,2,3,1}, 3));
}
@Test
public void testCase2(){
Assert.assertTrue(new LC219().... | [
"xuliu@homeaway.com"
] | xuliu@homeaway.com |
576f6ca970890b670ecb845ff72fc519f731a7f7 | 29de176e1c4ec490399fca0e1ac1c1c118b097e1 | /src/main/java/edu/ec/istdab/util/MensajeManager.java | ec35a9e9c4c916c895c249ad36317623544068cb | [] | no_license | DanielMialab/MIALAB.github.io | 8706c214778adc7980995b72f117083fdd2fc802 | 6fd11fa852a043a10160b2e8c42c51e51a4a0583 | refs/heads/main | 2023-02-23T16:41:57.918978 | 2021-02-04T17:20:57 | 2021-02-04T17:20:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 973 | java | package edu.ec.istdab.util;
import java.io.Serializable;
import javax.faces.application.FacesMessage;
import javax.faces.context.FacesContext;
import javax.faces.view.ViewScoped;
import javax.inject.Named;
@Named
@ViewScoped
public class MensajeManager implements Serializable{
public void mostrarMensaje(String tit... | [
"datapia@itsmaristaloja.edu.ec"
] | datapia@itsmaristaloja.edu.ec |
90a812cc4c93b8b70960a86e9af2908d982eadc5 | e12504f4e343d11e96f549dda7b9da96cd7fd9a2 | /source/SmallWebService/app/src/main/java/com/sree/lelab/smallwebservice/adapter/adapter.java | f8f9292ab9c34ea611f6021c63dd2094768ec579 | [] | no_license | sreejeshklm-git/A-Small-Android-Webservice- | ae2f2ab54c873f5f43fcabf06599b64641c859c6 | 539d0a326ec9ea70b076517b8c9ce7d08fb9d803 | refs/heads/master | 2020-09-09T06:39:02.666166 | 2019-11-13T05:57:51 | 2019-11-13T05:57:51 | 221,377,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,021 | java | package com.sree.lelab.smallwebservice.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.sree.lelab.smallwebser... | [
"sreejeshklm@gmail.com"
] | sreejeshklm@gmail.com |
ce34fcd153ad5a6bff5c5ebf8d351c07e8dbba4c | 86f8997aea4d04cf1a521d336bc55b95d1070154 | /src/main/java/com/gs/demo/controller/UserController.java | 4858c85193aa208ab9507a371b6f1ddd429017fa | [] | no_license | itsgauravsaxena/demoapp | 65aab7e2948112d370a4df06babc6653328c74c6 | c039f3b37bc8d7898ed56f3966512d482e0893e3 | refs/heads/master | 2020-06-02T05:08:45.831043 | 2019-11-12T21:10:01 | 2019-11-12T21:10:01 | 191,047,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package com.gs.demo.controller;
import com.gs.demo.domain.User;
import com.gs.demo.domain.UserRepository;
import java.util.List;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.... | [
"gauravsaxena.ec@gmail.com"
] | gauravsaxena.ec@gmail.com |
f9c564211f8cfc2be102db305801425939b740e5 | 9d18d1a52051871e86569d7483c39d53d9af27b7 | /src/main/java/leetCode/NumberOfIslands.java | c55588b2724371acb4ba7c94360cac28398f68e3 | [] | no_license | cristiancota/ctci-exercises | 5275d9303ddc39969041b1187801963d4c349bda | 630361f793051d6186d559e00eb3323e8d5931e1 | refs/heads/master | 2023-05-15T11:14:01.023251 | 2021-06-10T01:45:02 | 2021-06-10T01:45:02 | 242,251,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | class NumberOfIslands {
public int numIslands(char[][] grid) {
if (grid == null || grid.length == 0) {
return 0;
}
int numIslands = 0;
for (int i = 0; i < grid.length; i++) {
for (int j = 0; j < grid[i].length; j++) {
if (grid[i][j] == '1')... | [
"noreply@github.com"
] | cristiancota.noreply@github.com |
cdd0240cc86f3eada57c72ff39174152569ede56 | 0c2f132a4d2a5a56aca9882323a93f680bab3c76 | /src/ex/ex7/Figure.java | 5d4ebe1aef86aac6e81a59bc1ce0e07bb9c71b4a | [] | no_license | yokotary/basic | 4866622eef2bead6b72eda6835257955ab9bbf34 | 80cd750850dd51664fbcf12b2b83c0ceb3e22d60 | refs/heads/master | 2023-06-03T17:31:34.792120 | 2021-06-17T05:15:55 | 2021-06-17T05:15:55 | 353,919,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package ex.ex7;
//図形の抽象クラス
abstract class Figure {
//長方形、円、三角形のクラスのスーパークラス
public abstract double getArea();
}
//getエリア、戻り値はdouble
//幅高さ
//ラディウス
//底辺高さ
| [
"ryugoyokota@gmail.com"
] | ryugoyokota@gmail.com |
9dcc87d52119645a43dab8639470972c058376ac | e0461c729dd134c853655a9749be9331a3c407e9 | /booking-engine-gateway/outbound-api/src/main/java/com/tl/booking/gateway/outbound/api/hotel/HotelScrappingReportOutboundService.java | e0cf5709e1a02c1ae3f43470e6c937b4aeacdec9 | [] | no_license | dpokuri/microservice | 5942600f546a146e32c8923e784ba6a826e0b31c | bbffacaab70b2d03f0c09eb6f469b5df4d910d05 | refs/heads/master | 2021-04-06T18:08:23.329478 | 2018-12-04T20:06:51 | 2018-12-04T20:06:51 | 125,348,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package com.tl.booking.gateway.outbound.api.hotel;
import com.tl.booking.common.rest.web.model.request.MandatoryRequest;
import com.tl.booking.gateway.entity.outbound.GatewayBaseResponse;
import com.tl.booking.gateway.entity.outbound.RestResponsePage;
import com.tl.booking.gateway.entity.outbound.Hotel.ScrappingReport... | [
"nikkidavid@Nikkis-MacBook-Pro.local"
] | nikkidavid@Nikkis-MacBook-Pro.local |
3a7c4ac0dc79b916512e7be793f374cb250f2d32 | 41ce5edf2e270e321dddd409ffac11ab7f32de86 | /8/com/android/mediaframeworktest/MediaProfileReader.java | 056537df1f627b341ab9d3e625ece161b3f221c0 | [] | no_license | danny-source/SDK_Android_Source_03-14 | 372bb03020203dba71bc165c8370b91c80bc6eaa | 323ad23e16f598d5589485b467bb9fba7403c811 | refs/heads/master | 2020-05-18T11:19:29.171830 | 2014-03-29T12:12:44 | 2014-03-29T12:12:44 | 18,238,039 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,200 | java | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"danny@35g.tw"
] | danny@35g.tw |
87a5d7dad6f06fdb43c145cb44d3506348d9aa42 | ac873295fda07fbca2836bfdfa4a9049e9254b25 | /demo-common/src/test/java/com/sian/titan/common/test/BaseTestClass.java | 15c5d1f97de4d40307698ea6264428f9d302c872 | [] | no_license | seagrape/sun | 957144a9ac2932bc86274eea5953e5bb547290cd | da7f3eef92bee9225e11d433085bd37dd15abf44 | refs/heads/master | 2021-01-22T22:20:39.743680 | 2017-03-21T09:14:12 | 2017-03-21T09:14:12 | 85,532,757 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.sian.titan.common.test;
import org.junit.runner.RunWith;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.transaction.annotation.Transactional;
... | [
"sihan2@staff.sina.com.cn"
] | sihan2@staff.sina.com.cn |
8e098d108101161df2b677cd812f38db006750ec | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2005-11-08/seasar2-2.3.0/s2-framework/src/main/java/org/seasar/framework/mock/servlet/MockServlet.java | fce006a7df60203b4872ef7a940ea30a62c4290a | [
"Apache-2.0"
] | permissive | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | /*
* Copyright 2004-2005 the Seasar Foundation and the Others.
*
* 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 ... | [
"manhole@319488c0-e101-0410-93bc-b5e51f62721a"
] | manhole@319488c0-e101-0410-93bc-b5e51f62721a |
7123e13ba3a976157cc397aa6ede6de662cd2d99 | 8be87987eccae0849a5f32673402b4b2f729cb1b | /src/main/java/com/test/currentandsafe/threadsafe/singleton/SingletonSafe.java | 283e11935ef06e84066e1f49e6b2847047d25106 | [] | no_license | 18364193157/Demo | 58b4934fd465da0de9cdf600613f40855724bccf | 018e77b2c76722db9f15434278641713f7217b16 | refs/heads/master | 2022-07-01T07:04:26.882755 | 2021-04-11T05:44:51 | 2021-04-11T05:44:51 | 164,550,243 | 0 | 0 | null | 2022-06-21T04:16:10 | 2019-01-08T03:22:54 | Java | UTF-8 | Java | false | false | 604 | java | package com.test.currentandsafe.threadsafe.singleton;
/**
* 描述: 饿汉模式单例线程安全
* 缺点:如果这个构造方法中存在过多的逻辑,加载就会比较慢,可能会出现性能问题,如果没有调用,更会造成资源浪费
*
*
* @author langyonghe
* @create 2019-03-12 10:05
*/
public class SingletonSafe {
private SingletonSafe() {
}
private static class SingletonHolder{
private st... | [
"LANGYH,.10086"
] | LANGYH,.10086 |
7fd299fcdc1256e2f4dbba062334ec679837a612 | a4cbec62e29bcefebce8c73e96865b61d1860b3a | /src/main/java/methodoverloading/pub/ListOfGoodPubs.java | 4648f8523dcd1e17f4b19817a4678c6558d5368e | [] | no_license | gergo-kovacs/training-solutions | 6ea75d8bd7866e3f93734fdba3bcc4dfbb40d705 | 2d970fd4bd2f8484167ba1b13634fa302c0f3a01 | refs/heads/master | 2023-03-10T22:00:45.157986 | 2021-02-24T18:36:06 | 2021-02-24T18:36:06 | 308,281,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | package methodoverloading.pub;
import methodoverloading.Time;
import java.util.List;
public class ListOfGoodPubs {
public List<Pub> pubList;
public ListOfGoodPubs(List<Pub> pubList) {
if(isEmpty(pubList)){
throw new IllegalArgumentException("Pub list is empty!");
}
this.p... | [
"86kovacsgergo@gmail.com"
] | 86kovacsgergo@gmail.com |
281d5eacdebbc59a716b8778e80400879edf3a0e | 00ca60a3d470c3b2e5bb89a8efbfb24e4316375e | /service/src/test/java/com/epam/esm/service/impl/OrderServiceTest.java | 4cc0e711b9aad47959f5e7777466fcbbcfc88545 | [] | no_license | frikki84/MJC_School_Module03 | 6bf59c22874450820f44d5a09f4760ee9555a161 | 640c02a28aa9b5ccbbc5b4bfd5c7060f5e116d96 | refs/heads/master | 2023-06-10T05:09:39.463775 | 2021-07-07T10:54:03 | 2021-07-07T10:54:03 | 338,883,354 | 0 | 0 | null | 2021-07-07T10:54:04 | 2021-02-14T19:22:33 | null | UTF-8 | Java | false | false | 5,910 | java | package com.epam.esm.service.impl;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.Test;
import org.junit.jup... | [
"yana_dziadkouskaya@gmail.com"
] | yana_dziadkouskaya@gmail.com |
0d8852cd72e847e3e25b1f10a426f7119824d993 | 7d0693e354b75c3ff8656f2ff75e5f47baeaeeac | /app/src/main/java/com/bbm/foodservice/dishes/Salads/Coban.java | b3bf72f55e0d91d06cd5f4748a7fca067e370ce4 | [] | no_license | BatuhanHU/FoodService | 669d837f1d92c85c58a3c174fb1234ab8a9086df | e79d5298554fdf0849ec38d8f62d5f0ef0c831bc | refs/heads/master | 2023-04-23T03:35:31.064781 | 2021-05-07T01:30:36 | 2021-05-07T01:30:36 | 360,956,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package com.bbm.foodservice.dishes.Salads;
public class Coban extends Salads{
public Coban(){
super.setName("Coban Salad");
}
@Override
public void addIngredients() {
super.setIngredients("Domates");
super.setIngredients("Marul");
super.setIngredients("Salatalık");
... | [
"nlsdgn@gmail.com"
] | nlsdgn@gmail.com |
b995f9c655331148579b9b1ee68e44aeb50d104d | 5757001c341ecf6242956516f9ee4f4c7f3be3d9 | /controller/springhomework/src/main/java/io/mikaila/springhomework/SpringhomeworkApplication.java | ff30909aab0dfb7811be2e80e78cb48dd7c9701f | [] | no_license | MikailaAkeredolu/CJEmployee | 31e747f534cf165ade60a15aef864e3fa29ad109 | 0d7bc90fc4920123f4c03719d183ca2e7bfea712 | refs/heads/master | 2021-05-08T13:15:08.239725 | 2018-02-17T18:34:59 | 2018-02-17T18:34:59 | 120,004,356 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package io.mikaila.springhomework;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringhomeworkApplication {
public static void main(String[] args) {
SpringApplication.run(SpringhomeworkApplication.class,... | [
"makerofappsdotcom@gmail.com"
] | makerofappsdotcom@gmail.com |
7f335a923379d92eb1c2d4bb7872f53ce410f877 | 2cbeb4a68701161ddb78ca0153d9af72c02d5464 | /global/build/generated/source/r/debug/android/support/customview/R.java | 5ec224f4f8361d4528934e4d9b2d45af5d47c71c | [] | no_license | lovewiny7/WeiXiangParking2 | 64a664ae6dd095d34077d9c8cdbf6ab8b45ea5a8 | 08605be0d9945706b2ad9c0e4f9eb290fa3a6566 | refs/heads/master | 2020-09-24T16:27:30.400574 | 2019-12-24T08:14:45 | 2019-12-24T08:14:45 | 225,796,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,385 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.customview;
public final class R {
public static final class attr {
public static int alpha = 0x7f0... | [
"renchaopeng@xxiiaanngg.com"
] | renchaopeng@xxiiaanngg.com |
4482693d2054464f4644c8a5c158e53be63d9ec1 | 55525574e4ebb2b742b83d5faf5cc1977a350996 | /src/main/database/EventTable.java | 774ef2a4a85b8bbb5a9cc0d2106c002d9d24d215 | [] | no_license | Distribuerede-Systemer-2017/STFU | 1050cf07a7b19b79316f102e106b1944101d06de | ab877273fb01b44a8addf2a838f708a32ef5f8b7 | refs/heads/master | 2021-07-15T01:19:43.636314 | 2017-10-17T13:46:15 | 2017-10-17T13:46:15 | 104,979,557 | 1 | 12 | null | 2017-10-17T13:46:18 | 2017-09-27T06:15:24 | Java | UTF-8 | Java | false | false | 52 | java | package main.database;
public class EventTable {
}
| [
"ottesen.morten97@gmail.com"
] | ottesen.morten97@gmail.com |
d5f0840abb04352141e38736166a5dd6f8a11260 | 4382e8fba417a43f753da3bc4c5a0478dc7dc9a8 | /src/main/java/de/othr/sw/lagerhauskarl/service/KundenService.java | 1626a2110140a49edb93ed2f5b02dfb0958ff52d | [] | no_license | christian1karl/LagerverwaltungOTH | 6acf3c8c38157d6b6271574f8785c89801df2f97 | f6e9caec17d7cbbb971ccd80f41ba2165c0b2c65 | refs/heads/master | 2021-09-04T12:04:37.959767 | 2018-01-18T15:20:00 | 2018-01-18T15:20:00 | 113,575,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | java | package de.othr.sw.lagerhauskarl.service;
import de.othr.sw.lagerhauskarl.entity.Kunde;
import java.util.List;
import java.util.Random;
import javax.enterprise.context.RequestScoped;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.PersistenceContext;... | [
"Gamer@Gaming.Speedport_W_724V_Typ_A_05011603_05_020"
] | Gamer@Gaming.Speedport_W_724V_Typ_A_05011603_05_020 |
de0b26895a372aeeb94a696284da42f18809f74e | 7b862a10aa5f8d734c4faa40eed8a51573d58d4a | /src/main/java/com/paltaie/gttp/model/Thing.java | c3b99004aa0d36d0114225031ee3bb503c616813 | [] | no_license | shilang/gttp | ec15db3dc48a7d93f1a00e81ef4ae14437122453 | 327f0a3a7c2d862f6eabcf97eebdc12a5d0bd8bc | refs/heads/master | 2021-01-15T21:34:21.869336 | 2015-11-01T00:28:46 | 2015-11-01T00:28:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.paltaie.gttp.model;
public class Thing {
private String kind;
private Data data;
public String getKind() {
return kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public Data getData() {
return data;
}
public void setData(Data data) {
this.data = data;
}
}
| [
"patrick.altaie@iconsolutions.com"
] | patrick.altaie@iconsolutions.com |
71e1038676e5c6be58256e5283b4cf72e48663b0 | eed6be5b50e419f1b96b9a4537ea966252bd677a | /cxf-skeleton/src/main/java/com/generated/ws/EmployeeService_Service.java | aa4a37f0a6d74ff993ebc4391316e8d3ee104c44 | [] | no_license | leoadnan/WebServices | 57bb0ef1d1c0af94521da637d6792348c7a8771b | ac3f5469623242268799cd19ca88593ee876c00d | refs/heads/master | 2021-01-10T08:40:00.518635 | 2016-01-23T17:50:55 | 2016-01-23T17:50:55 | 46,727,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java |
/*
*
*/
package com.generated.ws;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
* This class was generate... | [
"leo_adnan@hotmail.com"
] | leo_adnan@hotmail.com |
55840ed1519a783032123ebc4d1ebe1fb4bd0e28 | b4db3a40fcf43d704c036088d90ade5d0b422aca | /bridge/src/main/java/com/ntlimited/netty/hue/command/CommandVerbs.java | db66b46d022681d7d113804f3d44b8f06b214d69 | [] | no_license | ntlimited/spinput | e0aee84dfefeb9237192f5bc6eb4fabfb7c8a8a3 | 0a3144cbf986c5bf0e096baf9d58b51f793d0f76 | refs/heads/master | 2021-01-21T13:53:05.230377 | 2014-05-22T20:17:42 | 2014-05-22T20:17:42 | 20,075,571 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package com.ntlimited.netty.hue.command;
public enum CommandVerbs
{
GET,
PUT,
POST,
DELETE
};
| [
"jrs@vt.edu"
] | jrs@vt.edu |
3b457ca386a9c27fb6000efa962211a78e1d4d7f | 1157f3620008b43fc3423b188efa28105bb54cd8 | /app/src/main/java/com/shivenderkumar/groupchatapp/Message.java | 9cfdfe6a0b5784d5fbe09464394177c7495e76ee | [] | no_license | shivenderkumar/GroupChatAndroid | 9eaf30b86077498a93a96d4c5f44f026680a149e | 08fca1273e591b6bde3f912dba4d618045c4c5b8 | refs/heads/master | 2020-12-20T16:38:13.573800 | 2020-01-26T12:36:41 | 2020-01-26T12:36:41 | 236,139,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package com.shivenderkumar.groupchatapp;
public class Message {
public static final int TYPE_MESSAGE = 0;
public static final int TYPE_LOG = 1;
public static final int TYPE_ACTION = 2;
private int mType;
private String mMessage;
private String mUsername;
private Message() {}
public ... | [
"alokvrm02@gmail.com"
] | alokvrm02@gmail.com |
359c0b941074432726fdb79db184b722ee2efb98 | 3b2dfd7cf2b63a89ae2e83e73a2dfbb846909169 | /UserIntefaz.java | 3d2e598ff973a72f2f99b722de5bba2b5fbecfa7 | [] | no_license | felro755/android_arduinoBT | 956f8af2695900a745c79ce84b572588e386ee86 | 2a38aee83d495e20cdcba52a64cb64a9af6f957e | refs/heads/master | 2021-04-28T07:04:25.562104 | 2018-02-20T15:46:19 | 2018-02-20T15:46:19 | 122,216,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,741 | java | //UserIntefaz.java
package com.innovadomotics.controlbt;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import an... | [
"noreply@github.com"
] | felro755.noreply@github.com |
b2e376a55a59c6bf21fe04a06f9ee6398822911e | e5e081b65406bcbedb4b88d427bfdd9f4178b7a0 | /src/main/java/com/example/demo/com/demo/Along.java | 1424214ffb0d3636a6a264011c769955a9220e1e | [] | no_license | myalong/mya | 9b016219971354237cc85f6d610fc63dc2e028a2 | e9ccf119b97b88994a61be8367c19fadde9e741d | refs/heads/master | 2020-03-22T21:49:15.429174 | 2019-09-19T07:24:09 | 2019-09-19T07:24:09 | 140,715,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package com.example.demo.com.demo;
public class Along {
public void add(){
System.out.println("demo 3");
}
}
| [
"877913099@qq.com"
] | 877913099@qq.com |
6b5658ea27a8dd5bf9d963f2b5e92c494046b8f1 | a5ee77f4b024bc17d4e6f4ec15f53cd9f5054613 | /src/main/java/com/labMicWiki/dto/ContentDto.java | c6443743af35fba4337b419edd2f1c713ab6f82c | [] | no_license | severVadim/LabMicWiki | 507de2e9571144b0b74f32f26548e61b3d7c0918 | f93df59270bdc6f55ad22e93f6009bcdd0351288 | refs/heads/master | 2021-08-20T07:37:33.174057 | 2017-11-28T15:01:47 | 2017-11-28T15:01:47 | 112,322,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,149 | java | package com.labMicWiki.dto;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
public class ContentDto {
private Long id;
private String articleName;
private Long catalogId;
private String catalogName;
private String content;
private String datetime;
public ... | [
"vsev@pc-vsev.isd.dp.ua"
] | vsev@pc-vsev.isd.dp.ua |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.