blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a99ca3c74f06ea06e44514b83e8bf07f717f50b3 | 098f7b482ebbacc4098e3234f8fe945685f60ab4 | /app/src/main/java/com/example/toddlerteacher/StatisticsFragment.java | 081d5fc6febbf21ca5fd2444de88ecd8aae467cd | [] | no_license | shreyab963/ToddGuru | 2cbdcee4e6ea2696d1eb2c84246cc6355f0dd15c | 12d31d749070e4935a1777f8ab73f7d45142a374 | refs/heads/master | 2023-04-23T10:47:44.522102 | 2021-05-15T15:16:23 | 2021-05-15T15:16:23 | 367,662,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,009 | java | package com.example.toddlerteacher;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.toddlerteacher.databinding.FragmentStatisticsBinding;
import com.google.android.gms.tasks.OnSuccessList... | [
"70442235+shreyab963@users.noreply.github.com"
] | 70442235+shreyab963@users.noreply.github.com |
f284fd1cc59fdbb893a6056bc03d0a6b48c2cdf2 | 1334bd1b6e14e267133321ebc2ef29ca328f06cf | /CS 3102 Project/src/coordinates.java | e57b49fda686900886a88b061e33688e13f56ad2 | [] | no_license | sunshuo91/SomeJava | 48349423d8e68522359575ea3ee3dd987f1fc388 | a9f37448106be7a494de5a83cb483237407c180a | refs/heads/master | 2021-01-21T20:22:30.265537 | 2017-06-22T18:42:53 | 2017-06-22T18:42:53 | 92,223,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | public class coordinates {
public int xCoor; // from 0
public int yCoor; // from 0; from top to bottom
public char val;
public coordinates(int x, int y, char c) {
this.xCoor = x;
this.yCoor = y;
this.val = c;
}
}
| [
"noreply@github.com"
] | noreply@github.com |
b2b28321a5fe059993065358ea88e84817f405f6 | a5db207c892d33b9b6f74b2524245d570ceb758e | /AndroidStudioProjects/Diappnostico/app/src/androidTest/java/com/titulo/proyecto/diappnostico/ExampleInstrumentedTest.java | 051506f46505ee14b3cf6226058fa82c3081d9ef | [] | no_license | wiisha/Diappnostico_1 | 2dd7ad1dfe36f3b869033f90b70c9df2849851da | 75bfcc1652ff421d7cefe1d9b164c4760d40b0e1 | refs/heads/master | 2021-01-19T12:13:10.271857 | 2016-09-23T18:01:35 | 2016-09-23T18:01:35 | 69,044,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.titulo.proyecto.diappnostico;
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 o... | [
"carlos.huichaquelen@inacapmail.cl"
] | carlos.huichaquelen@inacapmail.cl |
f01eb9195bcd76fd35d926def98d97d0adc5eda6 | ce230bd7f18048cc9f82754b42883eb1c25d6978 | /workspace/DesignPatterns/src/structural/bridge/GreenCircle.java | b89ab83216f2436598bb2ae579d823ef3055515f | [] | no_license | antonioudakis/DesignPatterns | f32c189c1185049cdebb6f51d2108ce87be4a0c8 | 88bbe6e6e9264578839b9aaf71d0943b92057892 | refs/heads/master | 2021-01-12T01:38:43.523209 | 2017-01-24T09:40:48 | 2017-01-24T09:40:48 | 78,414,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package structural.bridge;
public class GreenCircle implements DrawAPI {
@Override
public void drawCircle(int radius, int x, int y) {
System.out.println("Drawing Circle[ color: green, radius: " + radius + ", x: " + x + ", " + y + "]");
}
} | [
"t.antonioudakis@gmail.com"
] | t.antonioudakis@gmail.com |
d2caddb7c3bccb26ebadaeda730d0f2e5d743545 | 816e53ced1f741006ed5dd568365aba0ec03f0cf | /TeamBattle/temp/src/minecraft/net/minecraft/network/play/server/S30PacketWindowItems.java | 1d67c56e9b0d9051a42b63d0a9a194ba57545d39 | [] | no_license | TeamBattleClient/TeamBattleRemake | ad4eb8379ebc673ef1e58d0f2c1a34e900bd85fe | 859afd1ff2cd7527abedfbfe0b3d1dae09d5cbbc | refs/heads/master | 2021-03-12T19:41:51.521287 | 2015-03-08T21:34:32 | 2015-03-08T21:34:32 | 31,624,440 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package net.minecraft.network.play.server;
import java.io.IOException;
import java.util.List;
import net.minecraft.item.ItemStack;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
public c... | [
"honzajurak@hotmail.co.uk"
] | honzajurak@hotmail.co.uk |
963b5a4c4e25bac12bbc1a1ef2b7c2dca2522f46 | 3472b989ffb4ad24107e5f21390f398fbd6da3fc | /nfctools-core/src/test/java/org/nfctools/test/InMemoryTag.java | 7eae6b44265beb9eab7f767ac58418002c9688c9 | [
"Apache-2.0"
] | permissive | noxo/nfctools | 3ece95b38d9d71ed44cc456a091f72e0b0f499fe | 12e547a710f19c9fdc1647f378a9f352d748f0ab | refs/heads/master | 2020-12-25T13:33:31.753484 | 2012-11-04T08:41:09 | 2012-11-04T08:41:09 | 7,385,737 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | /**
* Copyright 2011-2012 Adrian Stabiszewski, as@nfctools.org
*
* 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 require... | [
"as@grundid.de"
] | as@grundid.de |
ec79b33f54a6d566b0ca48888cf24cf2da122454 | f3ff1d47c4f512e877991505cbac4c8173627f5f | /src/main/java/game/persistence/objects/PlayerHistory.java | 5550ac3cb189fbce7b8e5bfaf4e19051dcb7a5ef | [] | no_license | hoovler/GettingToKnowYou | 46a08d79c9135390b9a7f3dff4ac9767ca1c4a54 | 6dc19bdc1c0009cdc747bd5c2ff017d6aae5f21d | refs/heads/master | 2020-03-31T15:10:31.885453 | 2018-10-16T15:33:00 | 2018-10-16T15:33:00 | 152,327,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | /*
* Copyright (c) 2018 Data BuildR, LLC - Released as open source under BSD-3-Clause
*
* Written by Michael Hoovler - <hoovlermichael@gmail.com> and/or <architect@databuildr.com>
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following condi... | [
"architect@databuildr.com"
] | architect@databuildr.com |
21473a132d985677b9b752f7d1548d56960eb044 | 97dee92219e8df1f77bd7baea3a640c6efb1a48d | /azure-mgmt-website/src/main/java/com/microsoft/azure/management/website/implementation/AppServicePlanImpl.java | 6427e058e9a0aa381e4dae290f509aadb3561d59 | [
"MIT"
] | permissive | Gigware/azure-sdk-for-java | acf8d78fe2e8b3e5cbd3f2addac20291bcf39da0 | 27dd269c712974667b5a48bd00f28994307c0ba7 | refs/heads/master | 2020-06-17T21:51:13.964893 | 2016-11-23T12:58:49 | 2016-11-23T12:58:49 | 74,966,666 | 0 | 0 | null | 2016-11-28T11:28:57 | 2016-11-28T11:28:57 | null | UTF-8 | Java | false | false | 2,751 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.website.implementation;
import com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.Gr... | [
"jianghaolu@users.noreply.github.com"
] | jianghaolu@users.noreply.github.com |
436f55e9770ef16afecd276416c664d35bac25ed | 7fc56e8c19e0c1d535f275b7263dfb730bc6b37b | /java-it-tests/common/src/main/java/common/CassandraQuery.java | 5d58c4aafdb419372a3ea540259aac3e492a53fe | [
"Apache-2.0"
] | permissive | gitter-badger/scassandra-server | 732d06e9014b131fd8e94d9955da43d5d35e8028 | 94fd3a1c9882ff0d1e074a72dd8e6606a7629b39 | refs/heads/master | 2021-01-15T18:13:55.066087 | 2015-08-03T07:17:53 | 2015-08-03T07:17:53 | 40,188,420 | 0 | 0 | null | 2015-08-04T14:07:13 | 2015-08-04T14:07:13 | null | UTF-8 | Java | false | false | 470 | java | package common;
public class CassandraQuery {
private final String query;
private final Object[] variables;
public CassandraQuery(String query) {
this(query, new Object[] {});
}
public CassandraQuery(String query, Object... variables) {
this.query = query;
this.variables =... | [
"christopher.batey@gmail.com"
] | christopher.batey@gmail.com |
9aa18a87cc74deddfc6586d2af90c499b685dabc | d9de7674219de51a3df56c906b112918be124716 | /src/main/java/xyz/fanjie/mall/service/IProductService.java | 3f2c150f989ad2982ca9656cbf22de8e6f8756a1 | [] | no_license | fan-97/fmall | 2b52aa0bbcc9bb1a7714fc842121cc28818bec13 | 95c1c510893fca2589b7ca73f06748339af2eea0 | refs/heads/master | 2022-12-28T05:22:23.227429 | 2019-08-03T15:39:16 | 2019-08-03T15:39:16 | 198,967,225 | 0 | 0 | null | 2022-12-16T03:06:57 | 2019-07-26T07:17:18 | Java | UTF-8 | Java | false | false | 825 | java | package xyz.fanjie.mall.service;
import com.github.pagehelper.PageInfo;
import xyz.fanjie.mall.common.ServerResponse;
import xyz.fanjie.mall.pojo.Product;
import xyz.fanjie.mall.vo.ProductDetailVo;
public interface IProductService {
public ServerResponse<String> saveProduct(Product product);
ServerResponse<... | [
"914456697@qq.com"
] | 914456697@qq.com |
780ae3f15277a9790288e83b4d31a584f487c633 | f108538a92294b1ab306dde07f355d30bfc7046b | /nacos-ribbon-service/src/main/java/com/alibaba/nacosribbonservice/controller/UserRibbonController.java | 0537b9efa3923c28651a51d50b97d35c0cf8cc68 | [] | no_license | HyJan-go/nacos-demo | ad26a9647bcdb2baec98f3219f232c30c490859a | fba743fe97be72e697c5487eb482f35e953c1fa5 | refs/heads/master | 2022-07-17T05:44:58.808115 | 2020-05-22T07:17:44 | 2020-05-22T07:17:44 | 266,044,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java | package com.alibaba.nacosribbonservice.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.nacosribbonservice.entity.Result;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframewor... | [
"hejian@52tt.com"
] | hejian@52tt.com |
328a04474d7d7c4021f293709a8c3c711a49ea89 | 49e5d267c2306f9dc88836800cd87f6bfd7461a6 | /univocity-trader-core/src/main/java/com/univocity/trader/config/Allocation.java | 6e11cec14f8c7a4a7abbd8ee67f47f8c4219ca30 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | drkarl/univocity-trader | a6e6d9ec9fa56dad70fa2628e2b0bc48ad5198c4 | 26ccc0bd0b7024222ffa0ead2ea17c97a9c2c550 | refs/heads/master | 2023-03-13T12:24:30.944578 | 2021-03-10T00:03:16 | 2021-03-10T00:03:16 | 340,787,115 | 0 | 0 | Apache-2.0 | 2021-03-09T23:42:56 | 2021-02-21T00:52:25 | Java | UTF-8 | Java | false | false | 2,228 | java | package com.univocity.trader.config;
public class Allocation implements Cloneable {
public static final double EFFECTIVELY_ZERO = 0.000000001;
static final Allocation NO_LIMITS = new Allocation();
private double maximumAmountPerAsset = Integer.MAX_VALUE;
private double maximumPercentagePerAsset = 100.0;
priva... | [
"jbax@univocity.com"
] | jbax@univocity.com |
e3e4b45c4cd397882d4bdd4fbd34fee09384f219 | 1dc293a0f45c499e5d8e07c97e3da05eb0d9f37e | /app/src/main/java/com/getmobileltd/trafficbar/database/repository/UserRepository.java | 5315c545ee142cecd313fadec804649bde96850e | [] | no_license | themavencoder/traffic-bar | e42d1da511d49f6094cd8ee77e5a6c0ebb508492 | e574d1c25a69db4c2b0d9946bbe357340ea605a8 | refs/heads/master | 2020-04-24T10:27:12.259199 | 2019-05-14T12:23:20 | 2019-05-14T12:23:20 | 171,894,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,610 | java | /*
* *
* Creator: Tobiloba Adejumo on 4/23/19 1:55 PM Last modified: 4/23/19 1:55 PM Copyright: All rights reserved Ⓒ 2019
*
* 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://ww... | [
"eniolaplus08@gmail.com"
] | eniolaplus08@gmail.com |
522bcffe0c790a34e611724c8b32ed14524b08ce | c4b72a3aa62070e588dba888650a1253121c5a11 | /app/src/main/java/com/videocaht/recorder/facetime/videocall/screenrecorder/JSSEProvider.java | a22f950c15712d097a1610aea4901b768963aee1 | [] | no_license | omairriqbal/VideoCallRecorder | 768ab4c1b60172dcec4f04088ecf66e30a879cbf | 00b2591db3de769ced80ade71dab052d6e68dfd8 | refs/heads/master | 2022-12-27T18:15:20.779578 | 2020-10-12T05:51:17 | 2020-10-12T05:51:17 | 300,238,067 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.videocaht.recorder.facetime.videocall.screenrecorder;
/**
* Created by jolta on 2/14/2018.
*/
import java.security.AccessController;
import java.security.Provider;
public final class JSSEProvider extends Provider {
public JSSEProvider() {
super("HarmonyJSSE", 1.0, "Harmony JSSE Provider")... | [
"omairriqbal@gmail.com"
] | omairriqbal@gmail.com |
a8c777beabb70ef7b7da7cc857a17d938d40d2bf | e210296c73c5d08326354a05768f701c04bbd291 | /src/main/java/com/absmis/controller/enterprise/AdminController.java | 9dc2dc5a4ff90ecdcd2cfb1672d4d0812310a5cd | [
"MIT"
] | permissive | XXBM/absmisTest | 8996371a2fd3c0cc9f77a3023ec9d5093cca7102 | 0578f37f24a679a6eabf00a7219153bbc083d43c | refs/heads/master | 2020-03-07T04:03:52.489243 | 2018-03-29T07:51:48 | 2018-03-29T07:51:48 | 127,255,273 | 0 | 0 | MIT | 2018-03-29T07:51:49 | 2018-03-29T07:39:02 | null | UTF-8 | Java | false | false | 3,860 | java | package com.absmis.controller.enterprise;
import com.absmis.domain.enterprise.Admin;
import com.absmis.service.authority.RoleService;
import com.absmis.service.enterprise.AdminService;
import com.absmis.service.enterprise.CheckedStatusService;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | [
"1961346638@qq.com"
] | 1961346638@qq.com |
d60143677ab3a6a740d09d31bd4c0620772936f6 | bec99e98e6f2618c9196f58c9942f71d38f61350 | /11automaton/src/gui/policies/CustomConnectionEditPolicy.java | 99b76709b25bb18889326419771a55919cbbf752 | [] | no_license | SnowOnion/automataprojectexam | 7b3483b0289395672510002ef2d89b5d98c62f61 | c7567658d3647cc96d5de09775c4ff47b3209e69 | refs/heads/master | 2016-09-14T06:15:24.599534 | 2010-01-24T15:10:23 | 2010-01-24T15:10:23 | 57,400,712 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package gui.policies;
import gui.commands.DeleteConnectionCommand;
import gui.model.AbstractConnectionModel;
import org.eclipse.gef.commands.Command;
import org.eclipse.gef.editpolicies.ConnectionEditPolicy;
import org.eclipse.gef.requests.GroupRequest;
public class CustomConnectionEditPolicy extends Connec... | [
"WilliamMa.WM@55acb992-dcb3-11de-9872-ef835a306e00"
] | WilliamMa.WM@55acb992-dcb3-11de-9872-ef835a306e00 |
8ea62e5574cedb3e3dde1cc89faef7900da79dcc | 738f322fe4d59c8b74f6d4537875eb8535ea8918 | /cc-sms-admin/src/main/java/com/bmac/ffan/common/persistence/dao/CcSysConfigMapper.java | cafb79eb9424bd640fe7db0d5984b1850c3c15e1 | [] | no_license | gaoyphome/sms | bacdca0c99ad73d26b6999a37e8aba6f494fa6c3 | e47de467b4ec436556686611a9226400e8a261dc | refs/heads/master | 2020-04-05T18:09:17.228446 | 2018-11-13T14:36:26 | 2018-11-13T14:36:26 | 157,090,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.bmac.ffan.common.persistence.dao;
import com.bmac.ffan.common.persistence.model.CcSysConfig;
import com.baomidou.mybatisplus.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author stylefeng
* @since 2017-11-18
*/
public interface CcSysConfigMapper extends BaseMapper<CcSysConfig> {
} | [
"1039524560@qq.com"
] | 1039524560@qq.com |
53f46d6913ab490afed507391f1c23628ccc6de5 | 4cde67c3355ee7bb74b98a0e934161c44c70eead | /ssm_01/src/main/java/com/itheima/test/TestSpring.java | 518b2ebf7070838f26b5fe414ca13a356fd11f27 | [] | no_license | mikasamikodu/java_project | 678f9edcbdbb01b6484f032c721df3cd83ffe626 | 39af08ee7d0543fb1b8dba30b0cc1fec99345b0e | refs/heads/master | 2022-12-27T22:17:55.784040 | 2020-12-18T13:03:30 | 2020-12-18T13:03:30 | 206,045,260 | 1 | 0 | null | 2022-12-16T02:51:17 | 2019-09-03T09:55:36 | Python | UTF-8 | Java | false | false | 512 | java | package com.itheima.test;
import com.itheima.service.IAccountService;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestSpring {
@Test
public void test1(){
ApplicationContext as = n... | [
"sun@163.com"
] | sun@163.com |
bb3063028a62604a5fcd99f1fefe8eecfbd57d79 | d6e57d0df9490fbb9992fdbdf0137f68e020b957 | /src/main/java/com/syndicate/tran/voucher/VoucherType.java | eab210938cc741e8e0e3f2b7d55824ee81a5b976 | [] | no_license | itagikarvijay/syndicate | 9d31cdc1aed18afba2714d749a845c1676aec167 | 37130264ea812b72f9d759b98fe3de32c3fd3a7f | refs/heads/master | 2023-06-24T01:09:58.543715 | 2021-07-12T05:14:56 | 2021-07-12T05:14:56 | 334,174,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package com.syndicate.tran.voucher;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.AllArgsConstructor;
import lo... | [
"itagikarv@gmail.com"
] | itagikarv@gmail.com |
f2cee1a0c462a093753a7820bc0ab06820a17f2a | e495c08e723d56d1109b6d5e298f31fac4d473af | /src/test/java/eu/andreirusu/daw/cardb/Daw07aApplicationTests.java | 50bb5fd1d065071e31fdcad0700781bed66c3143 | [] | no_license | andrei-rusu-teach/exemplu01-jpa-restful | 660259b37a463daec596311c47468a9d55148b82 | 3aa7691b33448d80adceaa60987080fd5915f9d0 | refs/heads/master | 2022-04-23T01:23:39.387961 | 2020-04-01T11:30:21 | 2020-04-01T11:30:21 | 255,592,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package eu.andreirusu.daw.cardb;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Daw07aApplicationTests {
@Test
void contextLoads() {
}
}
| [
"andrei.rusu.teach@gmail.com"
] | andrei.rusu.teach@gmail.com |
22d1d46e7995193ca1c77191dd380287be21b8d3 | 90de9f031802caa3a761ad0434886279ca6d11b8 | /spring/anjireddy/IOC/Autowire/src/Profile_Annotation.java | 7de5e0aa9a5670f571a11d1e55015920d204bbc2 | [] | no_license | amitPrasadGithub/painprojects | 957aabb9586c57b154f3df4c19bdfdb2021c34e5 | 7831abe6b2a2e5652c1f59d1aeac920a6cb7a773 | refs/heads/master | 2022-06-19T00:26:46.335876 | 2022-05-17T20:27:48 | 2022-05-17T20:27:48 | 194,439,318 | 0 | 0 | null | 2022-03-31T20:02:23 | 2019-06-29T18:58:47 | JavaScript | UTF-8 | Java | false | false | 185 | java | public class Profile_Annotation {
private Student_Annotation s1;
public Student_Annotation getS1() {
return s1;
}
public void setS1(Student_Annotation s1) {
this.s1 = s1;
}
}
| [
"amitprasad797@gmail.com"
] | amitprasad797@gmail.com |
f25e3fbbf55b79548dad893f78ba64509e00c500 | b924ba9f2d74f1063309277bff9fb0938227348d | /app/src/main/java/com/example/vishal/firebase_database_app/MainActivity.java | 866efb498172f3ecdca042681149d16c08054992 | [] | no_license | PradeepBaipadithaya/FireBase-Databse_Insert-Update-Delete | dcd6be2214803d9a642bfc86bd581254e7f583c8 | 0b4ba70758ed739297028c7114dee1fb7d69bf8b | refs/heads/master | 2023-03-19T06:57:55.542003 | 2018-03-28T10:21:42 | 2018-03-28T10:21:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,024 | java | package com.example.vishal.firebase_database_app;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;... | [
"vishal.tarsariya@gmail.com"
] | vishal.tarsariya@gmail.com |
c489ee2b9cdb7715db9662185fa1733e770860c2 | 83ef14c068afe68f26cabc96b8c6e5ffe62040fc | /src/main/java/com/codeschool/service/PersonService.java | 93f28c70c1d6fb3426ddb04006d4bbf311ec8048 | [] | no_license | Mitsoloth/iot | 270609b29464e496d02f0586762d695e9438df2a | e936b96c5e7706e57d2f6d704cfcf65c02961f2c | refs/heads/master | 2020-03-07T18:07:34.455388 | 2018-04-18T22:01:33 | 2018-04-18T22:01:33 | 127,628,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.codeschool.service;
import java.util.List;
import com.codeschool.entities.Person;
public interface PersonService
{
Person findByEmail(String email);
Person findById(int id);
Person save(Person p);
void delete(Long id);
void delete(Person p);
List<Person> findAll();
List<Per... | [
"karalisalexandros@gmail.com"
] | karalisalexandros@gmail.com |
900439f1650c5ea7e3421c02f64ce254a5e7012a | 82d2056f7ce30dac3619af8417c0608847acc7f9 | /LSDProjectBackend/src/main/java/testLog4j.java | f0b0fbd60be7c9e56c9655de4af37920524dfc55 | [] | no_license | KLMM-LSD/LSD-Backend | 52ffa2ccdd79a769b55f494bc5ff22953eade426 | 97ddeed5f089f2685aded5dd5437bd236b6d65be | refs/heads/master | 2021-08-06T07:00:18.739743 | 2019-01-08T13:22:05 | 2019-01-08T13:22:05 | 147,182,220 | 0 | 0 | null | 2018-10-19T15:48:32 | 2018-09-03T09:27:18 | Java | UTF-8 | Java | false | false | 744 | java |
import org.apache.log4j.BasicConfigurator;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
/*
* 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.
*/
/**
*
* @a... | [
"Michael_veilis@hotmail.com"
] | Michael_veilis@hotmail.com |
812ef2cb5bc36633d5f3f14f107791227b971581 | b5d61d1c2274c86420b675bb6ff76f4b03b679d9 | /SpringMVC/src/main/java/com/ghc/web/form/ContactGrid.java | 5324de38ece60bd592cfc624dac0e0d712a78080 | [] | no_license | GHC124/ghc-spring3-mvc | 605405c32dbd11a679e6998063be8efdb66c9525 | fb4ed2e18fd450b2948060b1926ec3d2446cbc52 | refs/heads/master | 2020-05-04T04:02:15.888712 | 2014-04-18T06:56:30 | 2014-04-18T06:56:30 | 32,356,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.ghc.web.form;
import java.util.List;
import com.ghc.domain.Contact;
public class ContactGrid {
private int mTotalPages;
private int mCurrentPage;
private long mTotalRecords;
private List<Contact> mContactData;
public int getTotalPages() {
return mTotalPages;
}
public void setTot... | [
"chung.pv0795@gmail.com@eef8b6ff-c2c4-6a66-5369-c78c4781f9cb"
] | chung.pv0795@gmail.com@eef8b6ff-c2c4-6a66-5369-c78c4781f9cb |
490f779fa83fbb088cee37760bad9a7b6d38b160 | 5ac09b40a3500586d1d51caa7409b94c19833688 | /Java/src/test/java/RelationshipTest.java | 8e467d06e56e4689fce508cdd4367052ca099b7b | [] | no_license | Penjiboy/family-tree | 69ca6fad21a2f6b5be4cfefa546012559e3c0541 | 9a7a5d4cbf4993c76760d465bd86e29d00ce39d1 | refs/heads/master | 2021-07-09T09:24:53.979023 | 2018-05-21T14:28:20 | 2018-05-21T14:28:20 | 108,645,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,745 | java | //package test.java;
//import main.java.Member;
//import main.java.Relationship;
import org.junit.Test;
import java.util.HashSet;
import java.util.Set;
import java.util.stream.Collectors;
//import static Relationship.Relation.*;
//import static main.java.Relationship.Relation.*;
import static org.junit.Assert.*;
pu... | [
"chavulapenjani@gmail.com"
] | chavulapenjani@gmail.com |
ede0822a82ad9dca9294bb560975904698f6452f | b079df7c032104fa4eb26db0163033cb419aa3f7 | /Design-Patterns/DesignPattern/src/com/arbonkeep/factory/abstractfactory/pizzastore/pizza/BJPepperPiiza.java | bd897f5cd08c5fd5dc88e34dfe76d99e7696a6cb | [] | no_license | Arbonkeep/Java-Desisgn-Patterns | d540aef8260d1c68379ae2afc24a4b841f0bf66f | 56fe526d93647e0a6ff56a8135f4aab72fe1bc2b | refs/heads/master | 2020-08-10T00:18:49.926650 | 2019-10-31T08:00:29 | 2019-10-31T08:00:29 | 214,208,325 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 292 | java | package com.arbonkeep.factory.abstractfactory.pizzastore.pizza;
public class BJPepperPiiza extends Pizza {
@Override
public void prepare() {
// TODO Auto-generated method stub
setName("北京的胡椒披萨");
System.out.println("为制作北京的胡椒披萨准备材料");
}
}
| [
"1099817148@qq.com"
] | 1099817148@qq.com |
f9801a819106d95086f867d67ac00c9ff090959a | d654590ad9962cf5a039ed9da7ae892edb01bd2e | /test-cassandra-client/src/main/java/fr/an/testcassandracli/AppMain.java | a9b6ceeaab65dfd7c2492efd3f626a5a3db47b84 | [] | no_license | Arnaud-Nauwynck/test-snippets | d3a314f61bddaeb6e6a5ed3fafd1932c72637f1d | a088bc1252bc677fbc70ee630da15b0a625d4a46 | refs/heads/master | 2023-07-19T15:04:38.067591 | 2023-07-09T14:55:50 | 2023-07-09T14:55:50 | 6,697,535 | 9 | 19 | null | 2023-03-02T00:25:17 | 2012-11-15T00:52:21 | JavaScript | UTF-8 | Java | false | false | 909 | java | package fr.an.testcassandracli;
import com.datastax.driver.core.Cluster;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Row;
import com.datastax.driver.core.Session;
public class AppMain {
public static void main(String[] args) {
new AppMain().run();
}
public void run() {
// Conn... | [
"arnaud.nauwynck@gmail.com"
] | arnaud.nauwynck@gmail.com |
d51aea60efab625831b105f04f2d8d8d56f75995 | 85cf8ac1b1611455df081040e7fe3fdb9138cbfc | /src/main/java/com/bcb/domain/entity/FinancingConfigCommonQuestion.java | 3cedfd643b8a45f7cc40643bc7cc5d8d3dddf23a | [] | no_license | huxinxing/dl_work_hf | 5efbcfd6f05298ac09835bf57deb3457cc193ff6 | cf77f007ec772ee0617e03752c95fdd197f9e280 | refs/heads/master | 2020-04-29T18:57:05.004431 | 2019-03-18T17:48:01 | 2019-03-18T17:48:01 | 176,338,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,448 | java | package com.bcb.domain.entity;
import lombok.Data;
import org.omg.CORBA.INTERNAL;
import javax.persistence.*;
import java.math.BigDecimal;
import java.sql.Timestamp;
@Entity
@Data
@Table(name = "financing_config_common_question")
public class FinancingConfigCommonQuestion {
public static Integer CONFIG_COMMON_Q... | [
"1163168856@qq.com"
] | 1163168856@qq.com |
84ff822adc749a33f9ad93bbe4ed6557f8769c9f | eb292c67d5757af3248e7fa3f6c5ea4f3af93f5b | /app/src/main/java/edu/rose_hulman/weih/forsport/UserAdapter.java | f1e817a28709f51f0e274df7438c8e45fc5f27af | [] | no_license | viking799/ForSport | 5120fcc2b5a1dc5893c20d3664225396b52e5367 | e44b53e9b91d55fa41a07c377c41292e5f2e4989 | refs/heads/master | 2020-06-24T07:00:41.059545 | 2017-08-16T02:23:37 | 2017-08-16T02:23:37 | 95,911,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,217 | java | package edu.rose_hulman.weih.forsport;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.Layo... | [
"weih@rose-hulman.edu"
] | weih@rose-hulman.edu |
63baa6f9e83ac309c5f356df78b8a2643598db40 | 1a5250429a7faac815629e22a8e773b0607bc5e2 | /src/main/java/robertmora/rivamvc/controllers/AptController.java | 1861f9fd8f304ad772f392532285f6176798e8d7 | [] | no_license | MoraRobert/RivaMVC | aab5a055a9d5f638609a3d7d71ab119e6de8d7fe | da4903267d7679f895f59b1d74f5ebd7bb692058 | refs/heads/master | 2020-05-18T19:50:59.781570 | 2019-04-26T15:26:07 | 2019-04-26T15:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,503 | java | package robertmora.rivamvc.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.Errors;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springfra... | [
"robertmora@gmail.com"
] | robertmora@gmail.com |
9a6798d5f91696e68ce94b48600d5dfaad0e4513 | ed146e538a0b4a2f1e7ed7ddc27a33826b8c96b8 | /SimpleCalculator/src/net/jcornelio/projects/calculator/util/SimpleOperationFactory.java | da30d3a8b4fa2d9cbbc19f59e9a994689def65ab | [] | no_license | JuanCornelioGuzman/astounding-adventure | 3e9fe4147dba63a471604b0544ae6a0fc289f94c | a65e6f940dfc7d9f142309242c756803f44f8e99 | refs/heads/master | 2021-05-16T03:07:00.456487 | 2017-02-16T16:24:08 | 2017-02-16T16:24:08 | 19,778,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package net.jcornelio.projects.calculator.util;
import net.jcornelio.projects.calculator.operation.*;
/***************************************************
* @author: Juan Cornelio S. Guzman
* @since: September 09, 2013
* @version: 1.0
**************************************************/
public class SimpleOperatio... | [
"jcornelio.guzman@gmail.com"
] | jcornelio.guzman@gmail.com |
7b0fe09a7e28a5588c99676b104a5403e7e567a0 | 7f9b7089199cfdcad9ed6b2b723578c5d0062db7 | /xmls/src/main/java/org/coderearth/springrecipes/dictionaryapp/model/Dictionary.java | 52fe6ff1521c06a08fb0585f665754ce024bcdaf | [] | no_license | patelkunal/spring-recipes | c1bd2e3fa432c28c6f4ec4fc514e5f846ee59364 | 016d6987607f8c9def6351f07ba3dbe226adf4ce | refs/heads/master | 2021-01-10T05:24:13.704176 | 2015-12-08T05:18:48 | 2015-12-08T05:18:48 | 46,508,142 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,290 | java | package org.coderearth.springrecipes.dictionaryapp.model;
import com.google.common.base.MoreObjects;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.stream.Stream;
/**
* Created by kunal_patel on 22/11/15.
*/
public class Dictionary {
private Map<... | [
"kunal_patel@symantec.com"
] | kunal_patel@symantec.com |
2a2afc498a9eb2724759f8c94c037585f9c56c3e | e30f36016a383e0803e0a7e2187b220183631128 | /app/src/main/java/org/activiti/bpmn/converter/AssociationXMLConverter.java | 617c290d8b25767a0986b050ae18a5ec5b6fa4ec | [
"Apache-2.0"
] | permissive | jaks6/WiseWare-BP-Engine | 97bd63187a6e239e3ff41d289cee64180872c41c | d0762966ed5e80070f24f1a23fd847fdd961652e | refs/heads/master | 2021-05-03T21:55:39.822589 | 2018-01-03T11:41:58 | 2018-01-03T11:41:58 | 71,568,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,891 | java | /* 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 writing, software
* distribut... | [
"jaks@ut.ee"
] | jaks@ut.ee |
96ebd2248d252f84f9a21d5fab87412fac91a40b | a03c98055fe1b6e9f8c4dd71071e998f197433c2 | /src/main/java/com/ethanyjxiao/shiro/AccountRealm.java | b99ac2d4b7e95c7f6823104fe9cb0737f4b9570d | [] | no_license | Bobo1553/vueblog | 61476a6578284e858355462acfe7d9be596fdba4 | 6bc9745c52578e47f0d75b2efa61364cbcdf7111 | refs/heads/main | 2023-03-05T05:54:26.722760 | 2021-02-19T12:48:09 | 2021-02-19T12:48:09 | 339,473,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,725 | java | package com.ethanyjxiao.shiro;
import com.ethanyjxiao.entity.User;
import com.ethanyjxiao.service.UserService;
import com.ethanyjxiao.util.JwtUtils;
import org.apache.shiro.authc.*;
import org.apache.shiro.authz.AuthorizationInfo;
import org.apache.shiro.realm.AuthorizingRealm;
import org.apache.shiro.subject.Principa... | [
"646851868@qq.com"
] | 646851868@qq.com |
6470212042282239c0bbf7eaa49819e81d9e629d | 573a66e4f4753cc0f145de8d60340b4dd6206607 | /JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/362855/quickfix-1.7.0/quickfix-1.7.0/src/java/src/quickfix/field/LiquidityPctHigh.java | c3a279621c1ee9e501199011c833cdeda62dfebb | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mkaouer/Code-Smells-Detection-in-JavaScript | 3919ec0d445637a7f7c5f570c724082d42248e1b | 7130351703e19347884f95ce6d6ab1fb4f5cfbff | refs/heads/master | 2023-03-09T18:04:26.971934 | 2022-03-23T22:04:28 | 2022-03-23T22:04:28 | 73,915,037 | 8 | 3 | null | 2023-02-28T23:00:07 | 2016-11-16T11:47:44 | null | UTF-8 | Java | false | false | 305 | java | package quickfix.field;
import quickfix.DoubleField;
import java.util.Date;
public class LiquidityPctHigh extends DoubleField
{
public static final int FIELD = 403;
public LiquidityPctHigh()
{
super(403);
}
public LiquidityPctHigh(double data)
{
super(403, data);
}
}
| [
"mmkaouer@umich.edu"
] | mmkaouer@umich.edu |
e030a7a2878c17f55b67c29cb9031203939df402 | 8d6cdc565c5dcf46bb8171686cfedb555fb0fd86 | /Wrapper/src/exer1/TestWrapper.java | 8acf00ab481ee080dc693c4bb8c7aec4f29d2bdd | [] | no_license | ckong-start/javaseExer | 6c82f85dafb2c6d842675e1dcb226edf19d937e2 | a4afe07b3bf1d5849ff1c54066a41f1c2adbbc6b | refs/heads/master | 2021-01-09T11:07:12.893988 | 2020-02-22T04:31:29 | 2020-02-22T04:31:32 | 242,276,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package exer1;
import org.junit.Test;
public class TestWrapper {
@Test
public void test4(){
String str = 4 + "";
System.out.println("str = " + str);
char num1 = 'a';
Character c1 = new Character(num1);
System.out.println("c1 = " + c1);
Character c2 = c1.valueOf('b');
System.out.println("c... | [
"289128945@qq.com"
] | 289128945@qq.com |
8fa6e3cc5baaf1b0ed2725194c84bef30a33707c | a9a903ea4ea7acba97b811285c5cc10fdc3f6193 | /sabot/kernel/src/main/java/com/dremio/exec/store/BlockBasedSplitGenerator.java | 28f232d3aa05ddad4466b1730100c5fe3c28513b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | satanson/dremio-oss | 5647409448032d6d50aa7645b00bce9623957f6b | 5d615463e5d468c589c0b91bd20cbf70db3bc581 | refs/heads/master | 2023-07-20T20:35:12.282424 | 2021-07-06T16:57:27 | 2021-07-06T16:57:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | java | /*
* Copyright (C) 2017-2019 Dremio Corporation
*
* 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 l... | [
"yongyan@dremio.com"
] | yongyan@dremio.com |
473725de45a05aad4fd7646c97de25e4071368c3 | 1f18d3624b1d00d436f83b11ed2848840a3c2f04 | /src/main/java/domain/notificacion/Mail.java | f8d586d43a45ef651d2c2e8885998a4ab48ed301 | [] | no_license | fatiilluch/TP2019 | 0df7ab32d6e1c428f00475a4ff1596b74e9a1d8b | e7f58f401386e76cfafd4d2e0c3441bd3f6ce312 | refs/heads/master | 2022-05-29T22:58:02.003900 | 2019-12-15T19:17:08 | 2019-12-15T19:17:08 | 228,236,927 | 0 | 1 | null | 2022-05-20T21:19:45 | 2019-12-15T19:12:12 | Java | ISO-8859-1 | Java | false | false | 1,974 | java | package domain.notificacion;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import domain.Usuario;
public class Mail extends No... | [
"fatilluch@gmail.com"
] | fatilluch@gmail.com |
2d063b55c92558ca2598b85797aac0ba69a366d2 | 19f1e38ce71d8f4ac85ac9005786b816ddf06d24 | /Java Basics/src/Inheritance/Parent_Multi.java | 9bbfdb84acea9dfa9da6a6c5d887ad92b5bb57b6 | [] | no_license | santoshmulik100/myfirstrepo_automation_framework | 26b44faf93d8bba1fbcc4177aea929cee0e10882 | 4b594faa73a228618e3a43326585783c7e78004c | refs/heads/master | 2023-06-19T21:20:50.990404 | 2021-07-17T06:04:33 | 2021-07-17T06:04:33 | 386,707,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package Inheritance;
//MultiLevel Inheritance
public class Parent_Multi extends GrandParent_Multi {
int age_Parent=50;
void m2_parent() {
System.out.println("Parent Method");
}
}
| [
"santoshmulik100@gmail.com"
] | santoshmulik100@gmail.com |
0a01f41f7138230b0aa745010c11c20928799c37 | e7b43dd7c620314119a126053e1faf393bb72c72 | /flightreservation/src/main/java/com/shivesh/flightreservation/services/ReservationService.java | 9deaef143d4b6bc540096c440307a5e07f830f98 | [] | no_license | shiveshkumarsuri/flight-res-and-chkIn-app | 43f847ab03c42771ba347fc09636f1afa366d461 | 3fc2b1b1416ff783f0b9a5a622cb16953a1705ec | refs/heads/main | 2023-06-11T01:48:00.546363 | 2021-07-04T01:41:57 | 2021-07-04T01:41:57 | 382,738,912 | 0 | 0 | null | 2021-07-04T01:41:58 | 2021-07-04T01:23:47 | null | UTF-8 | Java | false | false | 271 | java | package com.shivesh.flightreservation.services;
import com.shivesh.flightreservation.dto.ReservationRequest;
import com.shivesh.flightreservation.entities.Reservation;
public interface ReservationService {
public Reservation bookFlight(ReservationRequest request);
}
| [
"shiveshkumar34@gmail.com"
] | shiveshkumar34@gmail.com |
097fab07060d589a25805e471e275b9767572014 | 252e11579b8f3ff8c4a60f9c07a692cc58e5936b | /Fox Driving/src/fox/driving/noTest.java | 94e30f8366288d9d1f48cde6d007c8bc13674386 | [] | no_license | garyliewhl/foxdriving | 3a841386ca4f731fbbba2982b97e284e3598e7a3 | 66ad3ac8631a6d1ffefbd7ef8e13192b9e2b7b43 | refs/heads/master | 2020-09-16T20:02:35.929820 | 2019-11-25T06:25:31 | 2019-11-25T06:25:31 | 223,875,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,948 | java | package fox.driving;
import java.text.*;
import java.util.*;
public class noTest{
Scanner s = new Scanner(System.in);
public double pricePerClass;
public int noOfClass;
public String date;
public String detailsOfDay = " ";
public String time;
public int noOfHours;
public int totalHours = 0... | [
"noreply@github.com"
] | noreply@github.com |
44a3b9cacae91efe5f7ca852a319a10065cc583e | c6e817d9ff6b033676432cdfc1c85c0a15685df4 | /app/src/androidTest/java/com/alura/notesapp/ExampleInstrumentedTest.java | 27a958ac579b1ba77e6ffd8602877244679af736 | [] | no_license | victorMontero/NotesApp | 2f20de5f64ee1381354330ccf08fda27e67b3c73 | e579625fbd7b65b8199e841729194c09aff9939d | refs/heads/master | 2022-11-10T20:16:26.162320 | 2020-07-06T20:57:49 | 2020-07-06T20:57:49 | 263,609,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.alura.notesapp;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an A... | [
"viiktoor@gmail.com"
] | viiktoor@gmail.com |
c4f023265f5c370088c652c0be20943b1de5bc3f | 9ba1449d31395eed2491475c6a900070f26a8ede | /app/src/main/java/com/example/Bean/ContactBean.java | 851dd0e1a416ebed9d1798f8f731fbc2ff610f25 | [] | no_license | liky0915/HelloWorld | 7e7fdf041e02874a405825de1fa516375ec7982e | 37793d1021d8efc826afec0cbdacdbc29c9d1341 | refs/heads/master | 2021-01-01T16:49:14.768828 | 2018-07-09T07:07:27 | 2018-07-09T07:07:27 | 97,929,334 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.example.Bean;
/**
* Created by lester.ding on 8/2/2017.
*/
public class ContactBean {
public int contactImageResId;
public String contactName, contactNumber;
public ContactBean(int contactImageResId, String contactName, String contactNumber) {
this.contactImageResId = contactImageR... | [
"polo83@qq.com"
] | polo83@qq.com |
7009c03555f7499303d3dc95807aa0bac65f0edb | ec79acd76008819411c421d11082533a8eaf0a07 | /geeks/src/arrays/FindElementRotateSortedArray.java | c9bf8da2fec3467d5e08781d48dfee3de43105bd | [] | no_license | pushkarchawda/geeksWorkspace | d11d1b517385aa36b8be535004c87b74be3f56b1 | 5cda4259e672c4990e28dc98ac955541213a9d21 | refs/heads/master | 2021-09-05T20:00:33.074985 | 2018-01-30T18:19:01 | 2018-01-30T18:19:01 | 106,571,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | package arrays;
public class FindElementRotateSortedArray {
public static void main(String[] args) {
int a[] = new int[]{4,5,1,2,3};
int search = 3;
int x = pivotedBinarySearch(a,search);
System.out.println("Element "+a[x]+" present at "+ x);
}
private static int pivotedBinarySearch(int[] a, int sea... | [
"pushkarchawda1812@outlook.com"
] | pushkarchawda1812@outlook.com |
ee7743606c6c84aa530a9df725d302b18c15bb90 | b3081e5e080bd438c70545fea135ab3739665602 | /Etapa 2/Programa/mini-java/test/D/35.java | 535f6e8a0445a653e3d18a6c3e56e438f8f97d56 | [] | no_license | gomezger/Compilador-de-MiniJava | 025a4585ba1839767f42738e106c6adb73076896 | e878260d4f9f607915a33f4194bd1078ba6c0230 | refs/heads/main | 2023-04-03T09:01:30.553542 | 2021-01-09T23:57:36 | 2021-01-09T23:57:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | //Sentencia mal escrita -> declaracion de variables, uso . en vez de ,
class Metodo extends Clase2{
Metodo(){
int a.b;
}
}
| [
"germang08@hotmail.com"
] | germang08@hotmail.com |
11373e36d3dd2133d3aaff213620bb21c043d898 | e7565cd8276c3e2da6fa5c7229baf91563799bbd | /server/catgenome/src/test/java/com/epam/catgenome/manager/gene/GeneActivityServiceTest.java | 4c30f8be10be565cae377b0b0965a483aadfeaa8 | [
"MIT"
] | permissive | epam/NGB | a89b12d24fd289a63d511c4bbd79cc6966ea910d | cb8fc7e95d1d0e064f4eb2b2f487f853c0234592 | refs/heads/develop | 2023-08-31T22:49:54.667420 | 2023-08-31T10:30:01 | 2023-08-31T10:30:01 | 72,222,405 | 153 | 61 | MIT | 2023-09-14T13:37:11 | 2016-10-28T16:07:22 | JavaScript | UTF-8 | Java | false | false | 9,668 | java | /*
* MIT License
*
* Copyright (c) 2021 EPAM Systems
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mod... | [
"noreply@github.com"
] | noreply@github.com |
8ec0983ba52d87b62f281e9efaa521fa85cc3044 | fee2c6513dbfde9f4d6321283c7a4b78836d6376 | /hotel-rest-api/src/main/java/com/shridutt/hotel/rest/dao/HotelServiceDAO.java | 741605d6bbd15b1fad5b3a762c5bf16e4659ca9f | [
"Apache-2.0"
] | permissive | shriduttkothari/SpringBootSampleProject | 98b5b6a2475d5a03e0a329b64536248316342d72 | df78a939b754242dc0f88fc0f00caabd8b046ad8 | refs/heads/main | 2023-07-05T21:48:09.741132 | 2021-08-12T06:49:48 | 2021-08-12T06:49:48 | 385,961,934 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.shridutt.hotel.rest.dao;
import java.util.List;
import com.shridutt.hotel.rest.model.Category;
import com.shridutt.hotel.rest.model.Hotel;
public interface HotelServiceDAO {
public Category getCategories();
public List<String> searchTerm(String term);
public List<Hotel> searchHotels(String term, in... | [
"shriduttkothari@gmail.com"
] | shriduttkothari@gmail.com |
bf0306bde9bf3be5d52c21b37dfc449188d9269f | 659c12d6372bfbb62b89f916c1bbf992e1bca3ee | /src/main/java/com/hbins/sinosoft/pay/config/JacksonConfiguration.java | 211ab664230e0f1f4aa7a76cfeccbb103cffcc6a | [] | no_license | cenbow/hbinsPayPlatform | 29f486f7c37f55001821d6655a0f1d9fe85792dc | d372612ff8c1d1b605677b345beec0b54b9c98a1 | refs/heads/master | 2020-03-20T00:13:59.884352 | 2018-06-12T01:34:14 | 2018-06-12T01:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | package com.hbins.sinosoft.pay.config;
import com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module;
import com.fasterxml.jackson.module.afterburner.AfterburnerModule;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.zalando.problem.Probl... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
46abe3d7c510ec9ee2f1fcf03cdfdcdc8902aa22 | 7528eeeabbc25f3014d9de875e4f6b69bc0bf0f1 | /WolfWear/app/src/main/java/edu/ncsu/csc/wolfwear/natural_language_generation/RecommendationGenerator.java | 153e7969b7c15a142c2eb4572bc4d642fd571b70 | [] | no_license | locklearm/resume | 95a32b3852db190611d7b401031d2a0c91a9bac8 | 7337ea61b5912c23d76eb5324751a538a8b2402f | refs/heads/master | 2021-01-19T06:49:51.506240 | 2015-01-09T22:38:11 | 2015-01-09T22:38:11 | 29,026,167 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,441 | java | package edu.ncsu.csc.wolfwear.natural_language_generation;
import edu.ncsu.csc.wolfwear.dialogue_management.Frame;
import edu.ncsu.csc.wolfwear.logging.WolfWearLogger;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Hashtable;
/**
* Zhongxiu Liu (zliu24@ncsu.edu)
* rules and generate recommen... | [
"melockle@ncsu.edu"
] | melockle@ncsu.edu |
6bd3ca08cf4b5f3bf14451a4bdeae1875917b268 | 94fd3ac9e3a21097e978cfdb33dbf527e39d8133 | /pdf/parsePdf-java/src/main/java/org/apache/pdfbox/examples/pdmodel/PrintURLs.java | 73aa6222122cabcb34f987fb04fef1a9211bbf44 | [] | no_license | growdu/text-extract | 00b4d6acff055d04bb81bbb86a250985512ab537 | a0420b0dc94fbc6c44b4910f93da26f2d1d4822d | refs/heads/master | 2023-06-22T12:30:44.742548 | 2023-01-03T06:11:31 | 2023-01-03T06:11:31 | 195,522,422 | 1 | 0 | null | 2023-06-14T22:33:39 | 2019-07-06T09:35:40 | Java | UTF-8 | Java | false | false | 5,970 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"growdu@gmail.com"
] | growdu@gmail.com |
950bb263e64cbaa087e66b97a262bf8292ce84a3 | 5c4ae5c59d2dd67866725c1f3558b78fe7219bd4 | /src/datacontainers/ClassroomDC.java | bc395e69b85e35e0eda7e0737e47b7d4cf9d2e8f | [] | no_license | selinaliu0626/course-management | d0a5ad469802f74c2450f4090bef0a207ae00e16 | 3d295a322e2ee23cb8c5b9cb3b33f608f4fe407e | refs/heads/main | 2023-01-07T14:05:36.905861 | 2020-11-12T04:38:42 | 2020-11-12T04:38:42 | 312,168,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | /*
* This Class contains a list which will hold classroom objects created in the UI
*/
package datacontainers;
import datamodels.Classroom;
import java.util.ArrayList;
public class ClassroomDC {
private ArrayList<Classroom> listOfClassrooms = new ArrayList<>();
/**
* no-arg constructor
*/
... | [
"66767001+selinaliu0626@users.noreply.github.com"
] | 66767001+selinaliu0626@users.noreply.github.com |
c47edc4927d93be71f1807a34aeaf132beae01b3 | 68f5416f9430d9b78955c777fa6213e85432cb01 | /javacourse181112/src/main/java/com/musala/javacourse181112/basics/ChromosomesApplication.java | ec10884f7953b791c60d47366bf83c79b642d6dc | [] | no_license | dgluharov/LearnFromTheMasters-Java | 2c4d2398d03063ea1dfddebb5310bff1f22d0f6d | 7efa710afc2c4c70b1c366e19d1d17beecb9b31d | refs/heads/master | 2021-07-07T02:57:47.113128 | 2019-07-18T16:21:01 | 2019-07-18T16:21:01 | 197,141,964 | 0 | 0 | null | 2020-10-13T14:37:06 | 2019-07-16T07:20:40 | Java | UTF-8 | Java | false | false | 1,582 | java | package com.musala.javacourse181112.basics;
import com.musala.javacourse181112.basics.Gender;
/**
* Created by Iva Koleva on 19.11.2018
*/
public class ChromosomesApplication {
public static void main(final String[] args) {
// validation
if (args.length == 0 || args[0] == null) {
pri... | [
"dgluharov@gmail.com"
] | dgluharov@gmail.com |
61c7f72b6ba60ecc358e0156d94e65377833c92d | c95b26c2f7dd77f5e30e2d1cd1a45bc1d936c615 | /webdav-servlet/src/main/java/net/sf/webdav/methods/DoMove.java | 3726a9c3787bedb7ff16c51b9a262d965d24e674 | [] | no_license | ostigter/testproject3 | b918764f5c7d4c10d3846411bd9270ca5ba2f4f2 | 2d2336ef19631148c83636c3e373f874b000a2bf | refs/heads/master | 2023-07-27T08:35:59.212278 | 2023-02-22T09:10:45 | 2023-02-22T09:10:45 | 41,742,046 | 2 | 1 | null | 2023-07-07T22:07:12 | 2015-09-01T14:02:08 | Java | UTF-8 | Java | false | false | 2,670 | java | /*
* Copyright 1999,2004 The Apache Software Foundation.
*
* 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... | [
"oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b"
] | oscar.stigter@e0aef87a-ea4e-0410-81cd-4b1fdc67522b |
febd8cc1778e1a4337b3954b3fb937c300fa84dc | 74d495abd50e89b5591d17cce28ff52715cc378b | /java-algo/src/operator/ArithmeticDemo.java | 60c1a546707b7af6b2c9043919165815ecb1f6ff | [] | no_license | skysoblue/java-algo | 804bd24cfbb1781536698cd3c70d7fedb7608cfc | 78e714b1d7ff564f46cdaf5ebda1bb57dfe7d431 | refs/heads/master | 2016-09-01T19:51:41.269754 | 2015-10-07T08:59:13 | 2015-10-07T08:59:13 | 42,429,211 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package operator;
/**
* @file_name : UnaryTest2.java
* @author : coolbeat@naver.com
* @date : 2015. 9. 16.
* @story : 나눗셈 문법
*/
public class ArithmeticDemo {
public static void main(String[] args) {
int x = 9, y = 5, z = 0;
z = x / y;
System.out.println("x / y = "+z);
// 프로그래밍에서 ... | [
"HB02@HB02PC"
] | HB02@HB02PC |
a2b6c0be3d9fdd11bc67d858f1d503fa72256cbc | 29e10d5b45fd431c055d0f4a43e2a573288af63d | /src/ch14_3_stream_API/Product.java | ee3368060d3ecfffa9734f8646b3fccb8ec026e3 | [] | no_license | beetrootfarmer/Chapter14_InputOutputStream | 12403b2385948bed70b443115e5bef14a0638c88 | ea0bdee317e512246253f3019794bab58b0dc4a3 | refs/heads/master | 2023-07-13T06:23:27.042956 | 2021-08-23T05:09:08 | 2021-08-23T05:09:08 | 398,979,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package ch14_3_stream_API;
public class Product {
private int pno;
private String name;
private int price;
private int stock;
public int getPno() { return pno; }
public void setPno (int counter) { this.pno = pno; }
public String getName() { return name; }
public void setName(String name) { this.name = name... | [
"heji@192.168.0.7"
] | heji@192.168.0.7 |
c502a993912753a417790d212572cf81f6c0d632 | 9c6ec1880cde8ff2320b0d83e7394b923941e132 | /src/com/wechat/MenuPojo/ViewButton.java | f13c4850fc14537acfaf2d75639c68aacc5bbba4 | [] | no_license | huangjxmimi/Web | db9db3ab3b9ac2210c8f479f5744694b6ea270f1 | f499850b413bc02b99717cbc27e20a6c1b992bbf | refs/heads/master | 2021-01-10T10:11:42.104224 | 2016-03-24T08:45:16 | 2016-03-24T08:45:16 | 54,626,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.wechat.MenuPojo;
public class ViewButton extends Button{
private String url;
private String type;
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url;
}
public String getType() {
return type;
}
public void setType(String typ... | [
"32342463@qq.com"
] | 32342463@qq.com |
70078fba17a33baef60fb077cea3922d215a5cc7 | fe6015a20a76b7b08f6f9da51b9c45d641f888ac | /GrassSeedinc.java | 6bfc254f7539969a52c7b958062b42a49b1e4021 | [] | no_license | basilroy1/Kattis | 3a68b1627fb081989579682c05cbedb0037cc740 | 34a4fe92a7f5d7c6ef325f2707070ba9fd011f4a | refs/heads/master | 2020-03-19T14:37:24.171606 | 2019-01-30T18:32:21 | 2019-01-30T18:32:21 | 136,632,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | import java.util.Scanner;
public class GrassSeedinc{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
double c=scan.nextDouble();
int test=scan.nextInt();
double res=0;
double res1=0;
double res2=0;
for(int i=0;i<test;i++)
{
double l =sca... | [
"noreply@github.com"
] | noreply@github.com |
a9e24279c7de3314e44e176b924138e7929c55b7 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/ttpic/util/PointWithIndex.java | bb5f6a1e76999bfd36f612619f4145086c20cd9e | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.tencent.ttpic.util;
import android.graphics.PointF;
import com.tencent.matrix.trace.core.AppMethodBeat;
public class PointWithIndex {
public int index;
public PointF point;
public PointWithIndex(float f, float f2, int i) {
AppMethodBeat.i(83941);
this.point = new PointF(f, f2)... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
3d6f209a2e15b7021d729a495c4af9415198a9b5 | 6f160f55eec92eb2afed1d02043b750c49d8e015 | /lbp/src/main/java/com/asc/mds/root/isearch/SolrSearcher.java | 5267c2ff4ce7e8e3a8e3bf11e85aae3e2328e575 | [] | no_license | mehub/lbp | 52e54214424c1ce1d76a23e7fc351b7dc112bea4 | 5f7053c4090998aba5ba055601cbd09b18ae2dc4 | refs/heads/master | 2016-09-06T10:32:24.683154 | 2014-11-17T11:58:55 | 2014-11-17T11:58:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,895 | java | package com.asc.mds.root.isearch;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Iterator;
import java.util.List;
import org.apache.log4j.Logger;
import org.dom4j.Document;... | [
"zhenling.xznu@163.com"
] | zhenling.xznu@163.com |
eeb72494e3c32183390cc072851daa58871b5e10 | 7da67e9f47b43b297c263099863f790fa977d991 | /ImageSelector/imageselectrolib/src/main/java/com/example/image_selectro_lib/ImagesSelectorActivity.java | 87dd8ccfbc9d4e125551c540983ff5f8b8b63647 | [] | no_license | dajiba666/ImageSelector | 2eeb5061df6a52fa488e1cd80650b7c06cc9e783 | 786028cbaae32c36b0f4da3e73010036e21e0c5c | refs/heads/master | 2021-06-21T15:06:44.590529 | 2017-08-09T06:11:26 | 2017-08-09T06:11:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,679 | java | package com.example.image_selectro_lib;
import android.Manifest;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;... | [
"yang2chao3@outlook.com"
] | yang2chao3@outlook.com |
2d4da820bb73f981ce38914c9184ed758d87bbdb | a1813446b539e04524d68acd6a08482511a0073b | /mybatis-06/src/main/java/com/jie/pojo/Teacher.java | 81d66ac115379498d984b057027616b12511c35f | [] | no_license | wang4418/Mybatis_Studay | c28230a2d51099b0259777294653d2673cf0e8c7 | ef3c92f5e009dc2297665102c1d24bf1b689b4a1 | refs/heads/master | 2023-05-12T04:17:38.668736 | 2021-06-02T07:26:40 | 2021-06-02T07:26:40 | 345,050,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.jie.pojo;
import lombok.Data;
import java.util.List;
/**
* ClassName:Thacher
* Package:com.jie.pojo
* Description:每一个牛B的人物都有一段苦B的岁月,只要像傻B一样坚持,终将会牛B!
*
* @date:2021/4/10 12:06
* @author:VX438364246
*/
@Data
public class Teacher {
private int id;
private String name;
//一个老师有多个学生
pr... | [
"1062871517@qq.com"
] | 1062871517@qq.com |
fd7fc352b1c2c599550cdabaf81a96f605b5476a | d7fa4cc8510202f391a7c667d22205ec39f3c1cd | /Hrishikesh Dombe/Assignments/Android/My_Android_Projects_on_OP5/03-Tricolor_Triangle/app/src/main/java/com/astromedicomp/opengl_tricolor_triangle/MainActivity.java | 7c99739cd1f16f734f7b2890cbe35a19814d88ca | [] | no_license | RohitMagdum-VSI/VSIOpenGLDemos | f21ae6a91d41bbe3136e92c9c2eed985d3488607 | 763e2e3cc956122c5aad756961feb7259396d479 | refs/heads/master | 2022-02-21T21:42:53.601810 | 2022-02-10T13:51:24 | 2022-02-10T13:51:24 | 120,849,630 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,313 | java | package com.astromedicomp.opengl_tricolor_triangle;
//Default supplied package by android SDK
import android.app.Activity;
import android.os.Bundle;
//Later added package
import android.view.Window;
import android.view.WindowManager;
import android.content.pm.ActivityInfo;
public class MainActivity extends Activity ... | [
"hrishikeshdombe@gmail.com"
] | hrishikeshdombe@gmail.com |
74ecfd600911f7601298a872fc40920fc0491513 | ecfe9f21711e09b8bfc30d8a68b02ef1749fa67d | /src/main/java/com/sharksharding/util/mapper/SharkAnnotationResolver.java | c29a7c2d2f7477f2e2e027ed61598b9e9dda194c | [
"Apache-2.0"
] | permissive | zogwei/shark | fe2fa35bf90b4db7da5de331fb43b70f28af5fed | 5f0c3396818252a23ea511d0dc0160f160f4ca8d | refs/heads/master | 2021-01-15T20:33:23.006475 | 2016-06-04T01:02:42 | 2016-06-04T01:02:42 | 60,510,073 | 1 | 0 | null | 2016-06-06T08:06:32 | 2016-06-06T08:06:32 | null | UTF-8 | Java | false | false | 1,361 | java | /*
* Copyright 2015-2101 gaoxianglong
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"gaoxianglong@sina.com"
] | gaoxianglong@sina.com |
a71a5cb56600451c6cbdf0538e960eb609424e22 | 7f15ad21347e9482e4a1456b0630ccdfb450464e | /app/src/main/java/com/example/steph/blijdorp/MainFoodRoute0900Activity.java | ab4aa2ba20c4e943eb4b799924969ce2673de5f4 | [] | no_license | SGordijn/Blijdorp | 3796da7226cd93de31c5892b18d13310912d1e05 | 86e53a82096cbf2eaab3281276765f323604d811 | refs/heads/master | 2020-04-16T02:48:57.304635 | 2019-01-18T08:16:09 | 2019-01-18T08:16:09 | 165,207,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,348 | java | package com.example.steph.blijdorp;
import android.Manifest;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityC... | [
"stephangordijn@gmail.com"
] | stephangordijn@gmail.com |
019a83d67fd335e2e08c85000faafa4290f79ce1 | 76253f1d285d39338ec7339d0bedf8035b06e292 | /src/main/java/com/jt/msg/bean/MsgException.java | f00facaea7b68c90e3a312c12091320d08a0adbc | [
"Apache-2.0"
] | permissive | jt120/msg-jsp | 7a7c209f7c22b7c9e4bc9424f2b5c5720f3a1af7 | 32ede22471b7eaa1dd43ea79a4f71739bac02d25 | refs/heads/master | 2016-09-06T16:06:30.165939 | 2015-04-30T13:08:33 | 2015-04-30T13:08:33 | 34,665,682 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.jt.msg.bean;
/**
* since 2015/4/27.
*/
public class MsgException extends RuntimeException {
public MsgException() {
super();
}
public MsgException(String message) {
super(message);
}
public MsgException(String message, Throwable cause) {
super(... | [
"jt120lz@gmail.com"
] | jt120lz@gmail.com |
dc07f8dc18aed6e99c4dd12bb13af12f7ea4faa7 | 1ae0bb9ef63b6400e57be600aa9c25e6d23f9e84 | /src/main/java/view/update/UpdateInformation.java | 9b95ec3808ccea547980b6014938a8fa0f06f81e | [
"WTFPL"
] | permissive | vnebelung/ProDisFuzz-Main | dc344eedadd144f6c7428a41e65946487d85c26a | 6b04836f2b6a88fde0d27a26a925bbcd0683eeac | refs/heads/master | 2020-04-14T12:28:21.187821 | 2016-08-28T18:30:05 | 2016-08-28T18:30:05 | 9,205,967 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | /*
* This file is part of ProDisFuzz, modified on 28.08.16 19:39.
* Copyright (c) 2013-2016 Volker Nebelung <vnebelung@prodisfuzz.net>
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See th... | [
"vnebelung@prodisfuzz.net"
] | vnebelung@prodisfuzz.net |
224dc33d875e3f5c22a68490ec1293e05a646e6b | 18e8f498d16b004802e0bca83069fe1e2e1d5531 | /src/main/java/com/luojbin/designPattern/p10_iterator/iterator/DinerIterator.java | 05e13e4e7f94b105c08c7ddb9a19236ac923ebb6 | [] | no_license | luojbin/designPattern | 36f1d0109054526282fc5f802ea0189b32b23909 | ed706a5bb85f81bc6e553fbaca704e180297c0a2 | refs/heads/master | 2021-09-27T02:32:38.607746 | 2021-09-01T15:03:44 | 2021-09-01T15:03:44 | 124,353,429 | 0 | 0 | null | 2020-10-13T08:54:39 | 2018-03-08T07:24:31 | Java | UTF-8 | Java | false | false | 679 | java | package com.luojbin.designPattern.p10_iterator.iterator;
import com.luojbin.designPattern.p10_iterator.menu.MenuItem;
/**
* @author luojbin
* @create 2018/3/20 9:46
*/
public class DinerIterator implements Iterator {
MenuItem[] items;
int position = 0;
public DinerIterator(MenuItem[] items) {
... | [
"z1_2x@msn.com"
] | z1_2x@msn.com |
b9cead5537caf1b85b1c85394933ce60c6451eeb | f382dae0dcb7f9b30b91b32dee0921bf1a7df380 | /Yollweb-common/src/main/java/com/yollweb/org/springboot/cloud/utils/ExceptionUtils.java | 9db25683205457caa953423fd0f131dd7a9e5ccd | [] | no_license | tianfangxu/Yollweb | 14cdd1e47287be21a38378b1da7f358070975ba0 | 546c1cd58fdd4d09d7d6175faa2d8eab4790206e | refs/heads/master | 2020-04-18T13:27:09.788344 | 2019-01-25T14:41:57 | 2019-01-25T14:41:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,141 | java | package com.yollweb.org.springboot.cloud.utils;
import java.io.PrintWriter;
import java.io.StringWriter;
import javax.servlet.http.HttpServletRequest;
import com.yollweb.org.springboot.cloud.exception.AppException;
public class ExceptionUtils {
public static AppException appException(Exception e) {
if... | [
"v_yuanjiajia@saicmotor.com"
] | v_yuanjiajia@saicmotor.com |
fc456ac6d5cc87cb55473bfdc8ad0befc2512df2 | d3f81dfd14da562224ecd6736ad5d5ec28cd600b | /MyCoupon/coupon-service/coupon-template/src/main/java/com/stackingrule/coupon/dao/CouponTemplateDao.java | 05a9af19188a79bf98303f5b2b1a77b968591d00 | [] | no_license | yczxxs1/MyCoupon | 0c4cb3d6b669ee07061f164155c60f09b610a6bf | 2c56e3f7bf42a7f11d9de476cbaa93db5d99675b | refs/heads/master | 2022-10-21T23:07:44.720002 | 2020-06-11T00:01:04 | 2020-06-11T00:01:04 | 264,198,107 | 0 | 0 | null | 2020-05-15T13:16:35 | 2020-05-15T13:16:34 | null | UTF-8 | Java | false | false | 919 | java | package com.stackingrule.coupon.dao;
import com.stackingrule.coupon.entity.CouponTemplate;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
/**
* <h1>CouponTemplateDao 接口定义</h1>
*/
public interface CouponTemplateDao
extends JpaRepository<CouponTemplate, Integer> {
/... | [
"messageswitching@gmail.com"
] | messageswitching@gmail.com |
96f3a9b023f00cad908db03a75147386a276c304 | 0a76bec338c1983934446aca1e708e5e9479d243 | /tillerinobot/src/main/java/tillerino/tillerinobot/lang/Polski.java | db72f789ae446a0450e0462f11522871fd64b750 | [] | no_license | shavitush/Tillerinobot | 11b9fd89ea470eb61e14518fab30f310355b0a1f | b360867d0e2c0be7d9768e8f12bf7b2bc16760a0 | refs/heads/master | 2021-01-21T05:36:12.458783 | 2015-10-06T12:50:01 | 2015-10-06T12:50:01 | 43,749,945 | 0 | 0 | null | 2015-10-06T12:44:35 | 2015-10-06T12:44:33 | Java | UTF-8 | Java | false | false | 7,349 | java | package tillerino.tillerinobot.lang;
import java.util.List;
import java.util.Random;
import org.tillerino.osuApiModel.Mods;
import org.tillerino.osuApiModel.OsuApiUser;
import tillerino.tillerinobot.BeatmapMeta;
import tillerino.tillerinobot.IRCBot.IRCBotUser;
import tillerino.tillerinobot.RecommendationsManager.Rec... | [
"tillmann.gaida@gmail.com"
] | tillmann.gaida@gmail.com |
5791bf68494c73e9078bc1a222ffcbb0d1ff1685 | eadc280718d28598a4dcd51ad38e9ffe57908760 | /src/main/java/com/bttc/HappyGraduation/scheduler/JobTypeFactory.java | 6622efd25880cff36439ea109f4777906609bb5a | [] | no_license | dingkc/happy-graduation | 34e6a14cd6f6640095c17ccf79756b5cd74cfd39 | e4fdcaff3f4d54b9cfbbd4422fc4c0f9fe5427a6 | refs/heads/master | 2020-04-09T10:57:17.366145 | 2019-06-05T09:26:27 | 2019-06-05T09:26:27 | 160,289,292 | 1 | 0 | null | 2019-06-04T10:13:40 | 2018-12-04T03:13:38 | JavaScript | UTF-8 | Java | false | false | 718 | java | package com.bttc.HappyGraduation.scheduler;
import com.bttc.HappyGraduation.scheduler.service.AbstractScanService;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
/**
* Created by jiajt on 2018/11/7.
*/
@Component
public class JobTypeFactory {
@Resource
AbstractScanServic... | [
"kaiz1121@163.com"
] | kaiz1121@163.com |
487434ab028f327ac5b9e2974a8215935c4c1883 | 03f520be7603d92e102f7a482112ab783a459594 | /src/main/java/study/servlet/web/frontcontroller/v4/controller/MemberSaveControllerV4.java | bed947235c9528e786b3d035ba9bcb547dbca1fa | [] | no_license | dayleMG/PastBackEndStudy | 1c9be3876715e81f8f9de9fe6fe7a94b8e2e52bd | dabb23b52aed475f5b5eba0b95357c7c0d8287c7 | refs/heads/master | 2023-06-25T07:06:11.132096 | 2021-07-31T09:20:29 | 2021-07-31T09:20:29 | 387,744,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package study.servlet.web.frontcontroller.v4.controller;
import study.servlet.domain.member.Member;
import study.servlet.domain.member.MemberRepo;
import study.servlet.web.frontcontroller.ModelView;
import study.servlet.web.frontcontroller.v3.ControllerV3;
import study.servlet.web.frontcontroller.v4.ControllerV4;
imp... | [
"dayle998@naver.com"
] | dayle998@naver.com |
6b7301d6dd91483791342f39eb71408beb1210d7 | b495e9cc9350af99b86f80bcad34ea50443d7c07 | /Andromeda's Compiler/simple/src/com/google/devtools/simple/classfiles/Method.java | fd582f5c9dacfb74e73f1245d337377b801af5b3 | [
"LicenseRef-scancode-other-permissive"
] | permissive | GiorgosXou/Andromeda-Project | 4da1d66688c7c0e9a90e92121501d641dd17c421 | 544c9eabae1243a8ded3b6b381a48518516bd9bc | refs/heads/master | 2021-01-22T06:48:49.395804 | 2019-11-12T17:08:35 | 2019-11-12T17:08:35 | 81,789,175 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 62,736 | java | /*
* Copyright 2009 Google 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 agreed to... | [
"gxousos@gmail.com"
] | gxousos@gmail.com |
86bdc5e5fef2c723090020c25ffaa34feeaec832 | 0dfe5c5b11b7289848c3e304bf76bacbff60fce3 | /src/main/java/com/potato/study/leetcodecn/p01115/t001/FooBar.java | 124257ce205a0eb9a898d7e50e89fecdb13e0818 | [] | no_license | potatobeancox5/potato-leetcode-solution-java | e6a308b362155ee5f73e65956ddc9ce1125f55be | 953dd522aad3ed76a596943cf7c3439be001bcbb | refs/heads/master | 2021-12-23T10:52:59.345671 | 2021-08-13T15:25:26 | 2021-08-13T15:25:26 | 170,109,169 | 0 | 0 | null | 2020-10-13T16:10:09 | 2019-02-11T10:22:58 | Java | UTF-8 | Java | false | false | 2,256 | java | package com.potato.study.leetcodecn.p01115.t001;
import java.util.concurrent.Semaphore;
import java.util.concurrent.atomic.AtomicInteger;
/**
* 1115. 交替打印FooBar
*
* 我们提供一个类:
class FooBar {
public void foo() {
for (int i = 0; i < n; i++) {
print("foo");
}
}
public void bar() {
for (int ... | [
"liuzhao11@sankuai.com"
] | liuzhao11@sankuai.com |
54123acaa67740acb8a53bccdd75d712c35f21ca | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13544-5-4-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/rendering/internal/transformation/DefaultTransformationManager_ESTest_scaffolding.java | 2c36987d554b1f4420a70fd36d1131ed86de2c00 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Jan 21 23:37:00 UTC 2020
*/
package org.xwiki.rendering.internal.transformation;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
6876709312cb113081824f1bfec0e0347190384c | 1ce0450d037f397374073e3ebd9b076c37ebe3d8 | /src/com/ssh/dao/ProductDao.java | bed31267c26de7412864017806b28198e1e04cce | [] | no_license | Bu1l-Frog/SSH | 9029fcf0b947e3cea4107192d0d692c9f693a7e7 | 0f3405fc99901192812a713eec53c51367c876b9 | refs/heads/master | 2022-12-06T16:14:16.102994 | 2020-08-12T12:19:56 | 2020-08-12T12:19:56 | 287,005,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.ssh.dao;
import com.ssh.domain.Product;
import org.springframework.orm.hibernate5.support.HibernateDaoSupport;
/**
* 商品管理的Dao类
*/
public class ProductDao extends HibernateDaoSupport {
/**
* Dao中保存商品的方法
* @param product
*/
public void save(Product product) {
System.out.prin... | [
""
] | |
b8aad847c7be87dd9534e789d19dd1d5e6bda1be | 7e2384e6e2d07ddac313261232ca4ef741744af5 | /javaDesign/src/main/java/delay/TestMainForDelayQuene.java | 20ee28610c6b93ae1a19d39accc0cca3e03c30e3 | [] | no_license | Toccator/practice | 1e216fe9325dd9620419d138911c6f54438d7466 | dad26ad614072b441a537d62091c86d9e83b309c | refs/heads/main | 2023-03-10T12:24:24.117205 | 2021-02-24T06:06:17 | 2021-02-24T06:06:17 | 341,485,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,430 | java | package delay;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.Tuple;
import util.JedisPoolUtile;
import util.ReadProperties;
import java.util.Calendar;
import java.util.Date;
import java.util.Set;
public class TestMainForDelayQuene {
// private static final S... | [
"18370608156@163.com"
] | 18370608156@163.com |
9e7eefc06a382a82b876794685fbe8ccd43ba1f4 | 68550fa57e3f186cc78b4777402ff8d042968c25 | /CheckAB.java | b8b5ef2919cc9309fc2e66513f5a3082770ef2dc | [] | no_license | vaichu22/Coding-Ninjas--JAVA-DS | e04f2cca23e10843d88e44424e0c24bd6ae3d8a8 | 9f255ac9791b5966743fd5c4a239616a36057a4d | refs/heads/master | 2021-02-13T15:11:52.279809 | 2020-11-11T18:20:48 | 2020-11-11T18:20:48 | 244,708,044 | 0 | 1 | null | 2020-05-01T15:44:12 | 2020-03-03T18:12:10 | Java | UTF-8 | Java | false | false | 1,280 | java | package com;
public class CheckAB {
public static boolean checkAB(String s) {
if(s.length() == 0) {
return false;
}
boolean bool=checkAB(s.substring(1));
if(s.charAt(0) == 'a' && s.length() >3)
{
if((s.charAt(1) == 'a' || s.charAt(1) == 'b') && (s.charAt(2) == 'b'))
{
if(s.charA... | [
"vaishnavi.kalaivanan1@gmail.com"
] | vaishnavi.kalaivanan1@gmail.com |
7347f8e4fbf38bef34799b15232276af7e657e34 | cc70f0eac152553f0744954a1c4da8af67faa5ab | /PPA/src/examples/AllCodeSnippets/class_1277.java | 1010b11ff188f41a94632b243d696243ae4c1242 | [] | no_license | islamazhar/Detecting-Insecure-Implementation-code-snippets | b49b418e637a2098027e6ce70c0ddf93bc31643b | af62bef28783c922a8627c62c700ef54028b3253 | refs/heads/master | 2023-02-01T10:48:31.815921 | 2020-12-11T00:21:40 | 2020-12-11T00:21:40 | 307,543,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,755 | java | package examples.AllCodeSnippets;
public class class_1277{
public static void main() {
public static void main(String[] args) throws Exception
{
// Initialise secret key with predefined byte array [] like below. I
// have used simple string to array method to generate 16 byte array.
// AES Key must be m... | [
"mislam9@wisc.edu"
] | mislam9@wisc.edu |
949aeef541d90527800d2c96c0d0dd17eec28c73 | cb36cb6c60ff1adb1ce4f87f8b325190b290712e | /com.legooframework.covariant/src/main/java/com/legooframework/model/covariant/service/BundleService.java | af374d0a83606c295ab842280a2913b3d3d69e00 | [] | no_license | haozm/legooframework | db27d1c96669e8b46cb5fd1e983a95888bef3795 | ad0f99c0344de78a37c38d4cfe4bdbbd253a6731 | refs/heads/master | 2020-03-19T07:09:00.643277 | 2019-12-07T13:47:17 | 2019-12-07T13:47:17 | 136,090,435 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package com.legooframework.model.covariant.service;
import com.legooframework.model.core.base.service.BaseService;
import com.legooframework.model.core.osgi.Bundle;
public abstract class BundleService extends BaseService {
@Override
protected Bundle getLocalBundle() {
return getBean("covaria... | [
"xiaojie.hao@live.com"
] | xiaojie.hao@live.com |
98b4f5c3458ec84b153b9586f4af4f855cb67e52 | 9f087b78583ae101198714447806c3258f999e87 | /src/session/PredsednikDaoLocal.java | 539759c6d055844afee960199cc5eea08a73e89b | [] | no_license | jansulja/XMLProjekat | 68948f36e4fec9ebb388ba0e0d096c298f237d2d | 8aa3ddcc2b2cbbc9ff0562894830768f933100dc | refs/heads/master | 2020-04-06T05:48:00.343877 | 2016-06-21T09:07:56 | 2016-06-21T09:07:56 | 58,272,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package session;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import model.Predsednik;
import rs.ac.uns.ftn.xws.sessionbeans.common.GenericDao;
public interface PredsednikDaoLocal extends GenericDao<Predsednik, Integer>{
public Predsednik login(String username, String... | [
"rhcpfilip@gmail.com"
] | rhcpfilip@gmail.com |
d5da382b9a9bfb60a5fed148343531573b937e70 | cd540ca58e5ea274fabd27a38ee891f468f32fd0 | /src/fr/hugolaloge/epitechheaders/Settings.java | fa520c54bb06b6ca52caa8caeb0dda10593b0313 | [] | no_license | loicpirez/Jetbrains_EPITECH_Headers | 268c2931312893c0ee007f91e47ded6176a25d1c | 3ccec49b29aae33f860f48478fe931077f35edb8 | refs/heads/master | 2021-06-24T17:51:25.362374 | 2017-09-14T07:29:51 | 2017-09-14T07:29:51 | 103,500,120 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package fr.hugolaloge.epitechheaders;
import com.intellij.openapi.components.PersistentStateComponent;
import com.intellij.openapi.components.State;
import com.intellij.openapi.components.Storage;
import com.intellij.openapi.components.StoragePathMacros;
import com.intellij.util.xmlb.XmlSerializerUtil;
/**
* Created... | [
"loic.pirez@epitech.eu"
] | loic.pirez@epitech.eu |
2d024955e4b4e0f94b03bed7e2c88a954955b6a4 | d7f254a5a7ed1a5c53082bd0955227fca5052253 | /src/main/java/net/anet/invoice/repo/security/SecurityUtils.java | d3b7cbf2a8da55490386e359f51ef9164768326d | [] | no_license | lsobrero/invoice-repo | 436a57f3f0028583ae35bc6d7588a6413b263940 | b85a2458901c3ca4f5d4eceda4e1aa1161d3ef01 | refs/heads/master | 2022-12-21T00:19:45.326160 | 2019-09-06T09:09:35 | 2019-09-06T09:09:35 | 205,160,624 | 0 | 0 | null | 2022-12-16T04:53:16 | 2019-08-29T12:37:11 | Java | UTF-8 | Java | false | false | 2,995 | java | package net.anet.invoice.repo.security;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Optional;
/**
* Utility class for Spring Security.
*/
... | [
"lsobrero@gmail.com"
] | lsobrero@gmail.com |
709e185fa122697a903c7a0a793cb2fefbe880ed | f96493e1309016c80758f5a00ab8f5902d288263 | /项目练习/SSM分布式淘淘商城/taotao-search/taotao-search-service/src/test/java/com/taotao/test/search/SolrjTest.java | 42a528fc056c0c988ad5b3935fff3c061f64e645 | [] | no_license | ZengPengW/Study | 54e5e4e38913ebf8c32a7b0c94b08d63ad5caef7 | 1ec8fb03b535f56a16e76fe57f8e4d3acd08a4b4 | refs/heads/master | 2022-12-26T04:28:44.190611 | 2019-09-18T09:41:37 | 2019-09-18T09:41:37 | 153,634,692 | 1 | 0 | null | 2022-12-16T07:14:36 | 2018-10-18T14:10:32 | CSS | UTF-8 | Java | false | false | 2,062 | java | package com.taotao.test.search;
import java.io.IOException;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.SolrServerException;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.client.solrj.response.Quer... | [
"zpzydsxzqf@qq.com"
] | zpzydsxzqf@qq.com |
66e2d013f4af674cc7f35e94e11d351037438245 | e4b1d9b159abebe01b934f0fd3920c60428609ae | /src/main/java/org/proteored/miapeapi/exceptions/InterruptedMIAPEThreadException.java | a49ccab73c4cdd31b11c72c03c4a60f155585f1a | [
"Apache-2.0"
] | permissive | smdb21/java-miape-api | 83ba33cc61bf2c43c4049391663732c9cc39a718 | 5a49b49a3fed97ea5e441e85fe2cf8621b4e0900 | refs/heads/master | 2022-12-30T15:28:24.384176 | 2020-12-16T23:48:07 | 2020-12-16T23:48:07 | 67,961,174 | 0 | 0 | Apache-2.0 | 2022-12-16T03:22:23 | 2016-09-12T00:01:29 | Java | UTF-8 | Java | false | false | 556 | java | package org.proteored.miapeapi.exceptions;
public class InterruptedMIAPEThreadException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = -3816278939316366357L;
/**
*
*/
public InterruptedMIAPEThreadException() {
super();
}
public InterruptedMIAPEThreadException(Stri... | [
"salvador@scripps.edu"
] | salvador@scripps.edu |
58f19bf3c286c53d7fa3005f941e36fa0cbe149a | a4411e6f969c489ba890a21eaba7c92113b3392f | /src/main/java/QA.java | cf8e887de5fbdb5ca75a864fa95d28c80f46716c | [] | no_license | TsDmitriy/AbstractFactory | 8dae7130c98e5ca166d2bb27b4bf48b80a1c652c | 736f7f65bfdd85e3aa349c6bce014beec7a07e7d | refs/heads/master | 2023-05-06T17:04:46.631902 | 2021-06-01T12:40:14 | 2021-06-01T12:40:14 | 372,825,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45 | java | public interface QA {
void testCode();
}
| [
"tsarev-dmitriy@bk.ru"
] | tsarev-dmitriy@bk.ru |
bb554490f18ae468f8e7e576162112de3b21205c | fbcee03b292cfdee70f9f160882411ef84498a7c | /src/main/java/resteasy/RestEasyApplication.java | 4bf7f390e634eaacf736c2463ac8783a118daf30 | [] | no_license | walisonmoreiraufg/lab-pw-2016-2 | 64fe61420e281c926e518092498827705defbc87 | a3cd3f1ae4b65699ae3e96cfccc7ba52bce41581 | refs/heads/master | 2021-06-16T22:11:29.469249 | 2017-06-06T23:23:20 | 2017-06-06T23:23:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 543 | java | package resteasy;
import java.util.HashSet;
import java.util.Set;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
import rest.MenorMaiorJaxRs;
@ApplicationPath("/api")
public class RestEasyApplication extends Application {
private Set<Object> singletons = new HashSet<Object>()... | [
"walison.moreira@gmail.com"
] | walison.moreira@gmail.com |
4b92f3d0a139acf73b7d77a7b77ad79988965b72 | b533b394b8fa665b7270830a128adc57931cb6af | /editor/cn/MaximumProductSubarray_152.java | 93e080b26cae52a1c2e7db70fec75cb2831dcfb3 | [] | no_license | pengzhetech/leetcode | f2ac111cf41cca23c2e52edd9a072aae8782e382 | 4cda15b0021010b9d8450102a48391e91ce69a7b | refs/heads/master | 2023-06-08T16:19:50.310281 | 2021-07-02T14:59:47 | 2021-07-02T14:59:47 | 275,697,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | //给你一个整数数组 nums ,请你找出数组中乘积最大的连续子数组(该子数组中至少包含一个数字),并返回该子数组所对应的乘积。
//
//
//
// 示例 1:
//
// 输入: [2,3,-2,4]
//输出: 6
//解释: 子数组 [2,3] 有最大乘积 6。
//
//
// 示例 2:
//
// 输入: [-2,0,-1]
//输出: 0
//解释: 结果不能为 2, 因为 [-2,-1] 不是子数组。
// Related Topics 数组 动态规划
// 👍 667 👎 0
public class MaximumProductSubarray_152 {
public stati... | [
"pengzhepost@sina.com"
] | pengzhepost@sina.com |
31d90ad9f76f750f28b11f0406fd823d7ef7b849 | c4c90a7daecbda78d680628f62c974d33a0b96db | /src/main/java/com/mycompany/store/config/OpenApiConfiguration.java | 8343b7f20fca18e2d8c5aeafa87d9e872feadf74 | [] | no_license | diqiuche/e-commerce-app | df2b2ca11193e06402048a68457acb38b755b0e5 | 79d8b76a66a9827961915e97c785ada607f38679 | refs/heads/master | 2023-06-05T06:44:55.105847 | 2021-06-18T03:46:45 | 2021-06-18T03:46:45 | 379,114,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,597 | java | package com.mycompany.store.config;
import static springfox.documentation.builders.PathSelectors.regex;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configura... | [
"diqiuche@gmail.com"
] | diqiuche@gmail.com |
f603161eba451927ea6a7e625d0321bb1a5fd1df | 90afe47e1143aff51a77137c8daaf4f675ebf159 | /src/main/java/org/yuesi/cjzbx/datacenter/config/DataCenterConfig.java | bb068ae6080369a4de9d871cdd92ef1a8e2584ae | [] | no_license | YUESI/cjzbx.MarketDataCenter | c8d9d5d0062fdf7dfca905291512e255a3749b5a | 5a723a9b0c264714159262dcb6e901842e504b99 | refs/heads/master | 2021-01-12T13:09:40.481023 | 2017-06-06T14:36:17 | 2017-06-06T14:36:17 | 72,129,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | /**
*
*/
package org.yuesi.cjzbx.datacenter.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
* @author qiuwenhu
* @date 2017年3月6日下午10:52:08
*/
@Component
public class DataCenterConfig {
@Value("${server.port}")
private String port;
@Valu... | [
"null@null.com"
] | null@null.com |
e5f6e6fee3c6c152c17c5f5525209b45fd679160 | 8504b47ff1e51a2d873ebb734fee9cc997ae5f6c | /src/main/java/com/zbdigit/myapp/domain/CommonExtData.java | d8d9156b1168c14087ebdf6a7aae1a32976ae3f5 | [] | no_license | budikaka/jhipster-pro-sample | 921e5028b8d94b3b878cd1e1564f334af94ace0b | 5daa09188cc1878586a15da5204b717c611d2cf8 | refs/heads/main | 2023-05-30T04:36:49.461453 | 2021-06-16T14:08:37 | 2021-06-16T14:08:37 | 377,517,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,110 | java | package com.zbdigit.myapp.domain;
import java.io.Serializable;
import javax.persistence.*;
import javax.validation.constraints.*;
import org.hibernate.annotations.Any;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.annotations.Cascade;
import org... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
961525ae3b71a2941b01606ee4b77e73649009e3 | 615879e5fba5b4a6a3b952be88b52b3884b382b9 | /src/main/java/com/homebrew/persistance/criterion/ICriterion.java | 60a6a2281c40863ca0fe3f1fa1817799770927fb | [
"Apache-2.0"
] | permissive | zubial/homebrew-rasppi | cdea5f287a70aec547c9d3f371208f96be155293 | d4dccda2a5a93375057853df9019de5512e3a15d | refs/heads/master | 2021-04-06T10:51:33.028367 | 2018-03-12T14:37:40 | 2018-03-12T14:37:40 | 124,901,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.homebrew.persistance.criterion;
import com.homebrew.persistance.helper.CriteriaHelper;
public interface ICriterion {
CriteriaHelper addCriterion(CriteriaHelper criteriaHelper);
} | [
"brodrigues@sbeglobalservice.com"
] | brodrigues@sbeglobalservice.com |
75cf57421c191e3c0d836a561355c99c376cefed | 69efc9e6f7fcdfac19039577b092010636735810 | /app/src/test/java/com/example/ardyatmika/kuismatematika/ExampleUnitTest.java | 7d04af1e1a6e23e997fbe8907cc73feacfac52a0 | [] | no_license | aminsholeh/KuisMatematika | 79e13754143f1e0a3dbda8f62df556f48aba4a6b | c3cdc3931b83774c2701089e846bd2d6fe620355 | refs/heads/master | 2021-06-29T15:43:23.377295 | 2020-10-01T11:20:29 | 2020-10-01T11:20:29 | 152,182,565 | 0 | 1 | null | 2018-10-27T12:30:48 | 2018-10-09T03:31:47 | Java | UTF-8 | Java | false | false | 415 | java | package com.example.ardyatmika.kuismatematika;
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 {
@Test
... | [
"ardyatmika@gmail.com"
] | ardyatmika@gmail.com |
4e0f3fd5b29db20b938076b06fa43f94c4de7dd0 | 41f5b57706cd46fbc42e124d98c9426bfe03260e | /Kurs Java/Zadanie 6/src/com/company/events/MyPanelListener.java | 3474b4b6dbf2b838705b8f4906261cfbd68c0006 | [] | no_license | mtszpater/Uniwersytet-Wroclawski | d6271d4afca7335d9f331963e6fdb77042456cac | ffad08623b47016ce2886ba105ef023bfeb35c16 | refs/heads/master | 2021-06-23T07:45:35.379066 | 2017-08-23T09:46:03 | 2017-08-23T09:46:03 | 56,454,926 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,921 | java | package com.company.events;
import com.company.Board;
import com.company.Panel;
import com.company.gui.Background;
import com.company.gui.Pointer;
import com.company.tools.PointsCounter;
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
/**
* author @pat... | [
"mtszpater@gmail.com"
] | mtszpater@gmail.com |
4d0e319b230554d5434c607cd07e37dbf1fb933a | 46d5fe843eba3ba4b9b0e34c015cb85c4efc45e2 | /app/src/main/java/test/pa1pal/bitcoinblockchain/RetrofitService.java | 939b686784b6dc9f659c71861500b5ff54f46a5c | [] | no_license | pa1pal/BlockchainWebsockets | bf8e2be6e98993208151c8d544f175cf0f27c27c | 359932a8ee4d20f427919c10d1faf03bba52564f | refs/heads/master | 2020-05-17T11:16:45.256225 | 2019-04-28T12:50:43 | 2019-04-28T12:50:43 | 183,682,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package test.pa1pal.bitcoinblockchain;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface RetrofitService {
@GET("tobtc")
Call<String> getBTCPrice(@Query("currency") String currency, @Query("value") Integer value);
}
| [
"pawanpal004@gmail.com"
] | pawanpal004@gmail.com |
6b6b335fc8a32cfe43ed794c046cfc96a58208f6 | f17ecef67fd5d68924480d0da6398ed1599ac626 | /src/main/java/com/example/demo4/controller/StudentController.java | a00c0cc48e9077a3468b67f4cbff2f101c616128 | [] | no_license | phongtiger/springboot | c08de758a9beed4b7698a9418e0d52d81a8963b5 | ee3d08b8c79cfbd271459b630cd415820a96faa0 | refs/heads/master | 2023-01-24T16:02:37.110043 | 2020-11-18T09:02:42 | 2020-11-18T09:02:42 | 313,878,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,338 | java | package com.example.demo4.controller;
import com.example.demo4.model.Input;
import com.example.demo4.model.Message;
import com.example.demo4.model.Student;
import com.example.demo4.service.ClassService;
import com.example.demo4.service.StudentService;
import org.springframework.beans.factory.annotation.Autowired;
impo... | [
"duongsscc@gmail.com"
] | duongsscc@gmail.com |
53d86d645404a6aaf847fd54a52e6efec245540c | ae93d577d553f7834cb06dcc418decb814f98919 | /app/src/main/java/com/dazone/crewemail/fragments/OrganizationFragment.java | 498c33eada76b7a89600c3c134f52aeba23933ae | [] | no_license | NgocTrinh123/CrewMail | bfa0852701aea9dd0830fd25605b96b26b9ec8d9 | cb8344d5e133e63af9f6767acf42532bf9906deb | refs/heads/master | 2021-01-13T13:43:45.366095 | 2016-12-15T04:57:18 | 2016-12-15T04:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,985 | java | package com.dazone.crewemail.fragments;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
impo... | [
"mdt.tl09@gmail.com"
] | mdt.tl09@gmail.com |
85419acebb16a23251036763adca4aa830b03bcd | 4a25b2041f466ad85b23e5873c6bd1b71b309193 | /idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/profile/spring/relyingparty/metadata/impl/ReloadProviderResolverServiceConfigurationTest.java | 99b82df213f149089b33369e792e4e82f8b9e49a | [
"Apache-2.0"
] | permissive | CSCfi/shibboleth-idp-oidc-extension | 622845297730481f837f3c0bb322305e3541d71b | 5b83dbf5944b1d9fe1975e682f7d69cbad90900e | refs/heads/maint-1 | 2022-05-30T20:10:44.244401 | 2020-03-11T21:19:22 | 2020-03-11T21:19:22 | 87,392,130 | 45 | 5 | Apache-2.0 | 2021-04-26T18:59:56 | 2017-04-06T06:04:25 | Java | UTF-8 | Java | false | false | 5,270 | java | /*
* Copyright (c) 2017 - 2020, GÉANT
*
* 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 agree... | [
"henri.mikkonen@iki.fi"
] | henri.mikkonen@iki.fi |
565fdfe70c44bd250c540e27e68906e5f6f425e6 | e78c4cd51b20cc0124f1b9fc2b52c017c69182a4 | /msip-bhu-business-impl/msip_bhu_rpc_api/src/main/java/com/bhu/vas/api/dto/header/EventTrapDTO.java | 55133099821a5c7797d3e9ae6339b36fd615b75b | [] | no_license | Major-Lee/my-first-company | b4e20181b55557c2b71de0aa81f4b706614c1565 | 7cbe95891d3da0df35a9cf5b3eb9a962da9b101d | refs/heads/master | 2020-05-20T23:02:30.797281 | 2015-10-30T07:08:26 | 2015-10-30T07:08:26 | 84,528,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.bhu.vas.api.dto.header;
import java.io.Serializable;
import com.thoughtworks.xstream.annotations.XStreamAlias;
@XStreamAlias("event")
@SuppressWarnings("serial")
public class EventTrapDTO implements Serializable{
@XStreamAlias("trap")
private TrapDTO trapDTO;
public TrapDTO getTrapDTO() {
return tr... | [
"56755166@qq.com"
] | 56755166@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.