blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0fb3eac8c0d43facb919e7a94578243b322fff32 | 340f49565f421ca1868e96a5e640318eb2f0fada | /src/main/java/SnakeGame.java | f5fac60b34a4ea45a92a4ef3ffeb507ba32ee3f6 | [] | no_license | dustinroepsch/SimpleSnakeCpre184x | 190d9108633bf031249818a4616d31a58edf0dba | e702f462dd6550ca01d0721c053caec5ed2a3b2a | refs/heads/master | 2021-07-06T04:52:45.156525 | 2017-10-01T08:46:53 | 2017-10-01T08:46:53 | 105,402,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,091 | java | import java.util.Random;
import processing.core.PApplet;
public class SnakeGame {
// width and height based on nokia
public static final int GRID_HEIGHT = 50;
public static final int GRID_WIDTH = 70;
private enum GridCell {
APPLE,
WALL,
EMPTY
}
private GridCell[][] grid;
private Random rand... | [
"dustinryan-roepsch@desktop-kl9b8b2.student.iastate.edu"
] | dustinryan-roepsch@desktop-kl9b8b2.student.iastate.edu |
7ce0dfc1b4529d2ef6d139c1b4477509d0c3b107 | 7884ee9eefe884eba1a8db0722c556729647d23a | /spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser.java | a56ce83b5c5941e1b253e2135aa83b9c202fa022 | [
"Apache-2.0"
] | permissive | 1030907690/spring-boot-2.0.4.RELEASE | c050d74e3b89c3edc6bdef3993153b8aec265ff4 | 0426c9aa8f6767b4e8e584c957439c8d373aae30 | refs/heads/master | 2023-01-23T01:33:09.576021 | 2022-05-07T08:42:42 | 2022-05-07T08:42:42 | 165,577,620 | 1 | 0 | Apache-2.0 | 2022-12-27T14:52:43 | 2019-01-14T01:48:13 | Java | UTF-8 | Java | false | false | 6,301 | java | /*
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"1030907690@qq.com"
] | 1030907690@qq.com |
14b490c2879dd90bae2bce449711cf09fa1f1d7a | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/61/org/apache/commons/lang/NumberUtils_createBigDecimal_377.java | 3b8d12b917b6a1a8fd862ac7a090b50bbbf25078 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,348 | java |
org apach common lang
extra function java number class
author href mailto bayard generationjava henri yandel
author href mailto rand mcneeli yahoo rand neeli mcneeli
author stephen colebourn
author href mailto steve downei netfolio steve downei
author eric pugh
author phil steitz
version
deprec ... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
66191a7819e5d1f710dd9a2af4caf20b913f90d1 | 3d2f54980f89fd6c53a0e0c79dac958b6d28647d | /src/androidTest/java/com/inqbarna/inqorm/ApplicationTest.java | 17e5a65563fdd526a7f550bb80b32f1f92e9b478 | [] | no_license | InQBarna/ORMLiteWrapper | 4561ea31d9f79b30dec4b51b1cd813e6f4d88763 | 8935ad9a72ba197448351b88e5405c683e585204 | refs/heads/master | 2023-09-02T03:00:56.459714 | 2021-11-02T13:51:30 | 2021-11-02T13:51:30 | 423,861,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.inqbarna.inqorm;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
sup... | [
"david.garcia@inqbarna.com"
] | david.garcia@inqbarna.com |
9f6b752675643dd70b52e114bed6ca6081628715 | 6745f46be3f9145a61b4aa0545d8173add98e9bd | /wa/starter/src/test/java/org/apache/syncope/wa/starter/SyncopeWAServiceRegistryTest.java | 1919008d9624554c725c63a38b8212fb089002ec | [
"Apache-2.0"
] | permissive | gulixciurli/syncope | 0860e84b635fd220cdc583b83d333c306bd6e29e | 97fad264948214b11f0707179877dac8977da5ea | refs/heads/main | 2023-06-17T23:43:17.197896 | 2021-07-04T18:49:58 | 2021-07-04T18:49:58 | 382,308,673 | 0 | 1 | Apache-2.0 | 2021-07-02T10:30:46 | 2021-07-02T10:17:38 | Java | UTF-8 | Java | false | false | 9,157 | 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 ... | [
"scricchiola.7@icloud.com"
] | scricchiola.7@icloud.com |
4b08d8e336b063ff0c0f86a8b570dd56ebfa35d0 | 95827ae768c30f0f9e74bfdb04575c959d0385e4 | /firstTryTemplate/src/parseTree/package-info.java | 959c7c68422fe438e5b6b8076ff33960bc6d4b97 | [] | no_license | Guldenbart/MA | 9887f367a1e6378b1265ef6b193260fef0480c56 | d9b724dea13c8e1efef8f46c0a61296c1eade336 | refs/heads/master | 2020-04-12T03:12:47.166454 | 2017-03-08T22:51:41 | 2017-03-08T22:51:41 | 45,265,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 72 | java | /**
*
*/
/**
* @author Daniel Fritz
*
*/
package parseTree; | [
"dafritz@htwg-konstanz.de"
] | dafritz@htwg-konstanz.de |
a29ba9d7c531df6d1885d68db94a0ea46cd2cf84 | 447d68942c3f13beca2d211fe790be04c9952b2c | /demos/kirin-hello-world/common/core/src/main/java/com/futureplatforms/kirinhello/modules/TestModule.java | eb41598360daa6d27553b89d4b58caf4ab1a76c8 | [
"Apache-2.0"
] | permissive | futureplatforms/Kirin | ce75a153046756ea76a235233b7fc3429a7fa96c | 26944c5f2db50e6e4f814c1e75758e58d9b296ce | refs/heads/master | 2023-03-21T20:07:20.728656 | 2017-07-11T21:15:45 | 2017-07-11T21:15:45 | 18,794,259 | 16 | 2 | null | 2016-04-14T08:23:58 | 2014-04-15T09:18:58 | Java | UTF-8 | Java | false | false | 2,181 | java | package com.futureplatforms.kirinhello.modules;
import java.util.Map;
import org.timepedia.exporter.client.Export;
import org.timepedia.exporter.client.ExportPackage;
import com.futureplatforms.kirin.KirinModule;
import com.futureplatforms.kirin.dependencies.StaticDependencies;
import com.futureplatforms.kirin.depen... | [
"douglas.hoskins@futureplatforms.com"
] | douglas.hoskins@futureplatforms.com |
0ef5e54cc3669486c49e05d8c0f91b9a3c214ed9 | 05ff282b5fd9cf4a70d4f832cceebde941672916 | /app/src/main/java/com/eip/roucou_c/spred/Entities/ResultEntity.java | 841f3ac61325dae167a1b760d87df92ac308bbf5 | [] | no_license | SpredCo/spred-android | 5d16e871e8373b2b0ab13491edad01b0bedfaab6 | f52bb2810880c1ff1d4aaa14a6dd1fc7ef9ed102 | refs/heads/master | 2020-12-03T06:30:10.339780 | 2017-01-05T01:47:35 | 2017-01-05T01:47:35 | 68,802,772 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.eip.roucou_c.spred.Entities;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
/**
* Created by roucou_c on 19/12/2016.
*/
public class ResultEntity implements Serializable {
@SerializedName("result")
private boolean _result;
public boolean get_result() {
... | [
"clement.roucour@epitech.eu"
] | clement.roucour@epitech.eu |
8ba5cd8d55f8b8ac4401c1ce400beb3f529f7637 | fb7cfbc4a914ba3f27344a3fe85db601a21dd57e | /app/src/main/java/com/yj/robust/ui/fragment/HomeSeckill/HomeSeckillFrag.java | 902f5282567df73ae38b72b058bb513bfb62bff9 | [] | no_license | zhouxiang130/Robust | f163d68a2e00bee72a985ee6cebe37a8131e2c0d | fb1faf755d4dd6aab267960a95bf9aea00d8c6b0 | refs/heads/master | 2020-07-14T15:16:51.019563 | 2019-09-08T13:00:10 | 2019-09-08T13:00:10 | 205,341,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,667 | java | package com.yj.robust.ui.fragment.HomeSeckill;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
i... | [
"1141681281@qq.com"
] | 1141681281@qq.com |
1df8f29a4dde288617541337345594ebbb7fc1fd | 3990e9a1277b5396aca5b0d70250eba2f4528212 | /moretv-member-base/src/main/java/cn/whaley/moretv/member/base/config/ErrorConfig.java | 12bc5101cd924d067b4df67d1887b148fd21375c | [] | no_license | AppSecAI-TEST/moretv-member-parent | cfbec136728f2ea530eb62b292453ecfe9b8b77e | e180ed9a103fdfe3f63053e1d0afe08d56f9f830 | refs/heads/master | 2021-01-16T11:38:36.714830 | 2017-06-28T18:41:35 | 2017-06-28T18:41:35 | 100,001,331 | 0 | 1 | null | 2017-08-11T06:54:22 | 2017-08-11T06:54:22 | null | UTF-8 | Java | false | false | 1,052 | java | package cn.whaley.moretv.member.base.config;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.boot.autoconfigure.... | [
"jiang.wen@whaley.cn"
] | jiang.wen@whaley.cn |
dbe7c783dc1f63b737d0247b8b7cde624db50e95 | 6cb22981f2f6e83886b437065e9f41b97c5c94d4 | /src/Guerrero.java | a1c873663641ce924e05eddd36d848d22152690c | [] | no_license | mfernandez1305/progra2_examen1 | 741f27eaf994ec83d4185eda49545b2b677a19b4 | 0fd6f8d49d32f456955dce4fb0dc41b4a2be8ae4 | refs/heads/master | 2021-01-25T06:36:40.236832 | 2014-08-19T14:24:19 | 2014-08-19T14:24:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java |
public class Guerrero extends Personaje{
Guerrero(int vida, int ataque){
super(vida, ataque);
personajes_creados=personajes_creados+1;
}
void poder_Especial(){
vida=vida/2;
ataque=ataque*2;
}
}
| [
"alumno@localhost.localdomain"
] | alumno@localhost.localdomain |
106b611aa14c46abacf42c8b36f7d75c3b94830e | e2eeb655af76fe04ef82b3dbfcfbaf5eb268a390 | /Practica5/P5_Ej3/src/p5_ej3/ProductoFinanciero.java | 8e680517484e3a7968c74325216ef8742f757354 | [] | no_license | santii810/Practicas_PROII | 375dbeaaf16dde234ea30562442269ac60083b87 | caa3d1ea98c7de58747a6582299305b0e441b450 | refs/heads/master | 2021-01-22T02:48:44.389550 | 2017-05-29T08:47:13 | 2017-05-29T08:47:13 | 81,073,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 973 | 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 p5_ej3;
/**
*
* @author santi
*/
/**
* Representa cualquier producto financiero
*/
abstract class ProductoFinanciero {
... | [
"santii810@hotmail.com"
] | santii810@hotmail.com |
697e244102d420716098e3dd8c62c05965a997df | ae6b36ea0c1e5e8a5f52a59db155b698e1d6b558 | /src/main/java/com/github/fge/jsonschema/keyword/digest/NullDigester.java | d1d6f59da7bdf45badf0d8fbfbd9956b3cd32a77 | [] | no_license | erwink/json-schema-validator | 5eeae39fb95ead27131c689a22757dc3d97d00b1 | dce5c64379e455488c60f8f59cfbe7ba99fbb5f8 | refs/heads/master | 2020-12-25T17:14:45.268780 | 2013-02-08T14:00:32 | 2013-02-08T14:00:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | /*
* Copyright (c) 2013, Francis Galiegue <fgaliegue@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Lesser GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later ve... | [
"fgaliegue@gmail.com"
] | fgaliegue@gmail.com |
c6384d3127495b7138374659ac8dd594ac0df65b | 3da4ee6382bc16eb698c7789ace5597710af051c | /src/main/java/com/likeacat/eventsGeoPositioning/repository/RoleRepository.java | cc00a29db7a7bb3cd00601a3612bec731df3d71c | [] | no_license | L1keACat/events-geo-positioning | d37574fa7256b68d76421bfb6b3b61da0e0d5724 | 88811043dde903332a02532f72b5ead61ef2a072 | refs/heads/master | 2020-05-20T13:51:04.377994 | 2019-05-28T19:14:31 | 2019-05-28T19:14:31 | 185,508,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.likeacat.eventsGeoPositioning.repository;
import com.likeacat.eventsGeoPositioning.model.Role;
import org.springframework.data.mongodb.repository.MongoRepository;
public interface RoleRepository extends MongoRepository<Role, String> {
Role findByRole(String role);
}
| [
"36240624+L1keACat@users.noreply.github.com"
] | 36240624+L1keACat@users.noreply.github.com |
e49695c0acbd8f71f6be951254f1bbcbe7acd967 | 8ce4de62e379a89c8a12c75e7314588924230081 | /intro/src/main/java/Java_SE01_2.java | 5e265f12264c1013cb32742be8925cade91d4f6f | [] | no_license | mmgeorg/JavaFundamentals | e828d51a3694648fb93c2b415ff73b568b856749 | fe50cb5b99e6420fe16be400fa659751475cf281 | refs/heads/master | 2021-06-07T03:49:27.148716 | 2016-10-13T19:17:27 | 2016-10-13T19:17:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Java_SE01_2 {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Input epsilon");
... | [
"mmgeorg02@gmail.com"
] | mmgeorg02@gmail.com |
21dd7471215ac1461b6b6d04beb7d5d0a6fbfb9f | 420c54f80bab1bdd5094712235032d5db0ac3056 | /app/src/main/java/com/test/custom/mydemos/utils/MyUtils.java | 9f425015723caed7717425f313d9c1095de8b44f | [] | no_license | chengw32/MyDemos | 9d01dada2b3c0c5a991de29022273856c8aa2254 | 27e9cb9cbaa30c2a6e446e56dd287296745afc61 | refs/heads/master | 2021-01-21T17:56:40.743327 | 2017-11-24T10:02:32 | 2017-11-24T10:02:32 | 92,000,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package com.test.custom.mydemos.utils;
/**
* Author 陈国武
* Time 2017/8/8.
* Des:
*/
public class MyUtils {
/**
* Des:拼音首字母大写
* Author:陈国武
* Time:2017/8/8 9:31
*/
public static String upFirstLetter(String str){
char[] ch = str.toCharArray();
if(ch[0] >= 'a'... | [
"718339098@qq.com"
] | 718339098@qq.com |
de2d5f972126c5c3faf29e71aef36ab8d7a5cc34 | 11c3d54d621a9adf17d9a2d16215aaf2f189403d | /src/main/java/com/johnnyhuang/mixer/dto/MixRequestDTO.java | a7d9e8ac52ffe75ae3d4ebc0873230ac00de0150 | [] | no_license | jhuang10/gemini-jobcoin | 2b1efbeeaab3fd0061b0a425adff0d8764501916 | bac8d18488173c74022c99731c7da1c248dd7e90 | refs/heads/master | 2023-07-26T01:45:52.291054 | 2021-08-25T01:39:44 | 2021-08-25T01:39:44 | 399,632,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.johnnyhuang.mixer.dto;
import com.johnnyhuang.mixer.domain.models.Address;
import com.johnnyhuang.mixer.domain.models.MixRequest;
import lombok.*;
import java.util.List;
import java.util.stream.Collectors;
@EqualsAndHashCode
@ToString
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
public class Mi... | [
"johnnyhuang@Johnnys-MacBook-Pro-2.local"
] | johnnyhuang@Johnnys-MacBook-Pro-2.local |
71a2357bdc37d4cf38d01c1a4afd03c2119999f8 | dce2371c1f3c0ac271ccbbf2fe499b2b12df4cda | /src/main/java/net/mcreator/blocktesting/block/SnowySakuraContainer1Block.java | 6dd986c4b8c69c9e45ea8bb39c4eb70bed7277bd | [] | no_license | ChrisCraddock/Crates-and-Containers | 1b20304b72618e89b2c4083858366d2726ee0adc | 5d7af4b399ad93f662e96d0282a3d05dafdb1160 | refs/heads/master | 2023-08-24T17:39:59.738030 | 2021-10-29T09:20:15 | 2021-10-29T09:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,467 | java |
package net.mcreator.blocktesting.block;
import net.minecraftforge.registries.ObjectHolder;
import net.minecraftforge.items.wrapper.SidedInvWrapper;
import net.minecraftforge.items.IItemHandler;
import net.minecraftforge.items.CapabilityItemHandler;
import net.minecraftforge.fml.network.NetworkHooks;
import n... | [
"30630937+ChrisCraddock@users.noreply.github.com"
] | 30630937+ChrisCraddock@users.noreply.github.com |
5a2a2c05512ce6c9517e6bdbf873be01b16ba086 | c3a78a28ea12b598b7287a804a099529a0910337 | /src/main/java/ar/com/telecom/gemp/domain/TipoObra.java | d5a72c91ac03b3ff35332e8d26e500288fbaf24c | [] | no_license | Palopezg/gemp | 80be9ad7766167e7507a97ee024b1b792e76a0b5 | c582b440489e198b99510bd1164c93d5b51721ad | refs/heads/master | 2023-04-22T18:25:26.038545 | 2020-11-16T13:13:40 | 2020-11-16T13:13:40 | 288,794,038 | 0 | 1 | null | 2021-03-16T15:30:58 | 2020-08-19T17:24:33 | TypeScript | UTF-8 | Java | false | false | 2,048 | java | package ar.com.telecom.gemp.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.io.Serializable;
/**
* A TipoObra.
*/
@Entity
@Table(name = "tipo_obra")
public class TipoObra implements Serializable {
private static final long serialVersionUID = 1L;
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
7a6d4a7cfb0a849a31d613c000f2a116626f8183 | 723fdd73f91ade76c44f3b47a87995358dd8d02e | /cps/gui/tools/FileChooser.java | 31d06da396baeec8dec7a712a197b85fe4c8d03b | [] | no_license | erosten/TimeSheets | 578a0cd4b4722e93006e944d9578db7765638866 | 556b511c3b7b80a60154cdd0c48685a52d0f1132 | refs/heads/master | 2020-03-27T08:16:10.178781 | 2018-09-09T23:00:43 | 2018-09-09T23:00:43 | 146,234,523 | 0 | 0 | null | 2018-08-27T02:15:56 | 2018-08-27T02:02:28 | Java | UTF-8 | Java | false | false | 3,826 | java |
package cps.gui.tools;
/*
* Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the a... | [
"erikrrosten@gmail.com"
] | erikrrosten@gmail.com |
0cabdce29aedf06c94db66be0cb40c6cf130f6cc | ad90430e47537523bbd5498997567a96b6da7e9c | /Tuition-With-Jung-Request-Params/tuition-service/src/main/java/com/trilogyed/tuitionservice/repository/TuitionRepository.java | 3411b042636a7471a2d182585491e54e386e6e99 | [] | no_license | dcdi22/java-examples | 909c18e7d9e5909aa27f87a6ae6bb4482e9bdebc | 12c04f78f837de99e2ad2a775275d2a2807bc365 | refs/heads/master | 2022-07-06T02:00:09.795917 | 2020-01-28T17:09:41 | 2020-01-28T17:09:41 | 236,787,858 | 1 | 0 | null | 2022-06-21T02:42:45 | 2020-01-28T16:57:14 | Java | UTF-8 | Java | false | false | 366 | java | package com.trilogyed.tuitionservice.repository;
import com.trilogyed.tuitionservice.model.BaseTuition;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TuitionRepository extends JpaRepository<BaseTuition, String> {
BaseT... | [
"dcdion22@gmail.com"
] | dcdion22@gmail.com |
f414fefd1ec774d26c5daf6b4aa5c0fe35ae090d | ad01d3afcadd5b163ecf8ba60ba556ea268b4827 | /amuedrp/trunk/LibMS/src/java/com/myapp/struts/circulation/OpacCheckOutDoc.java | dcfaa6f25e59c3f9f3f6eea27438254292590a5a | [] | no_license | ynsingh/repos | 64a82c103f0033480945fcbb567b599629c4eb1b | 829ad133367014619860932c146c208e10bb71e0 | refs/heads/master | 2022-04-18T11:39:24.803073 | 2020-04-08T09:39:43 | 2020-04-08T09:39:43 | 254,699,274 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package com.myapp.struts.circulation;
import com.myapp.struts.admin.*;
public class OpacCheckOutDoc {
private String memid;
private String memname;
private String accession_no;
private String document_id;
private String call_no;
private String title;
private String author;
/**
... | [
"ynsingh@0c22728b-0eb9-4c4e-a44d-29de7e55569f"
] | ynsingh@0c22728b-0eb9-4c4e-a44d-29de7e55569f |
c824499ca1c153b5fe71d107d5c16a97ed0c1152 | 96afa4311680103110615b2649046c443981a1f5 | /service-registry/src/test/java/org/apache/servicecomb/serviceregistry/registry/cache/RefreshableMicroserviceCacheTest.java | 0486e009b674ba35197149201ffa20e129799c24 | [
"Apache-2.0"
] | permissive | xdj1995/servicecomb-java-chassis | c510b3655d3a7bab9768b50dafcfc988ee9e4138 | cf7afb3b1a04db7141d9730fc8070e3e4f026af1 | refs/heads/master | 2022-04-14T19:34:12.451842 | 2020-04-16T08:18:52 | 2020-04-17T00:44:20 | 256,423,454 | 1 | 0 | Apache-2.0 | 2020-04-17T06:41:37 | 2020-04-17T06:41:36 | null | UTF-8 | Java | false | false | 14,967 | 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 ... | [
"yhs0092@163.com"
] | yhs0092@163.com |
e41f3689aa34d3a144d44d1ee89c28f25aff1488 | 156fd97b222512abd90a759de302e509637a234b | /server/src/test/java/com/tripco/t07/planner/TestPlace.java | c493e5e98b225286c80103bcdfaf5764b5f40f69 | [] | no_license | sifi727/TripCo | d4baaa6a516fd097b1104fe87863e9f521cd37b8 | ea2806e4addd48e459ae1ab977cf24a71b2ee4d2 | refs/heads/master | 2023-03-22T19:24:26.426383 | 2021-03-20T00:19:50 | 2021-03-20T00:19:50 | 349,584,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package com.tripco.t07.planner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.util.ArrayList;
import java.util.Collections;
import static org.junit.Assert.*;
/*
This class contains tests for the Trip class.
*/
@RunWith(JUnit4.class)
... | [
"andy.dolan.dev@gmail.com"
] | andy.dolan.dev@gmail.com |
92f48f467ac1743f4e2bc99933f8b6b9e1840afc | 09448e1297e30545cd95e475992e94ca391a8f92 | /app/src/main/java/Network/Utility.java | 50bb867ebb3893cd2b6e066991b8837fe4a9cce7 | [
"Apache-2.0"
] | permissive | engineerWithoutCode/coolweather | 917c5b6c628aa7c0fca4d5c04f0cf6f9e6eea9b2 | f9274a42323fd134fc711cd64ff879e6b04f44b4 | refs/heads/master | 2020-03-31T15:36:49.538066 | 2018-10-20T03:07:23 | 2018-10-20T03:07:23 | 152,343,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,253 | java | package Network;
import android.text.TextUtils;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import org.json.JSONArray;
import org.json.JSONObject;
import db.City;
import db.County;
import db.Province;
import gson.Weather;
public class Utility {
public static ... | [
"oo"
] | oo |
d2a4b34b63b859322b25ff2a85503329efb3479f | 8ec69fe6574ce6cb40ad97801a8299000581c869 | /projects/batfish/src/batfish/grammar/flatjuniper/ConfigurationBuilder.java | 7d4f1a1b6d59f95916966f2b936ce6b1010a8e47 | [
"Apache-2.0"
] | permissive | karthikBG/batfish | f7e1c7a16b11f6f9d84d236022bed47144575fea | db62d4eb904df1893420ad9a9929f37d5b487560 | refs/heads/master | 2021-01-18T16:00:49.231078 | 2014-12-10T03:21:04 | 2014-12-10T03:21:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 62,609 | java | package batfish.grammar.flatjuniper;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
import batfish.grammar.BatfishCombinedParser;
import batfish.grammar.Par... | [
"arifogel@ucla.edu"
] | arifogel@ucla.edu |
6ffde7a25f8934fdc1c0195738dacb8c28cda7b5 | 70462cef7c215e195a08afdaf6af8dbe32cba7fb | /src/main/java/com/it/epolice/agent/exception/SendFileException.java | a72d2b543f3151a39876d0c882a8f9bda72066c7 | [] | no_license | wldandan/it-agent | b1eb242b948dd104f85c508012ac257d65acb62f | f2ee9827339ffa84eac09bec6d93dbc0036e84be | refs/heads/master | 2021-01-22T19:49:52.690499 | 2014-04-04T11:55:23 | 2014-04-04T11:55:23 | 17,801,476 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | package com.it.epolice.agent.exception;
public class SendFileException extends Exception {
private static final long serialVersionUID = -3887099323132567442L;
public SendFileException(Throwable t) {
}
}
| [
"xjtu_hfdang@163.com"
] | xjtu_hfdang@163.com |
b6ac35909126418d2bde5d1ea79201304057428f | c8bdd605975cb2cf91fddc9777ff4bfbf814d7a5 | /src/main/java/com/wap/musichub/dto/PlaylistDto.java | 23ca7923b708f237971451d44cbbd7fa78c247ee | [
"Apache-2.0"
] | permissive | pknu-wap/Musichub | af824792ba9df0202cc65ef5ee7a152fc9fcf636 | eecc2324ef484ced617ac0b8662d8b379e8938d7 | refs/heads/main | 2023-06-03T23:30:26.985807 | 2021-06-28T03:43:48 | 2021-06-28T03:43:48 | 352,877,683 | 0 | 0 | Apache-2.0 | 2021-06-27T22:02:15 | 2021-03-30T05:11:57 | JavaScript | UTF-8 | Java | false | false | 1,366 | java | package com.wap.musichub.dto;
import com.wap.musichub.domain.entity.PlaylistEntity;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
import java.time.LocalDateTime;
// DTO : Data Transfer Object
// dto는 Controller <-> Service <-> Repository 간에 필요한 데이터를 캡슐... | [
"yoonda5898@gmail.com"
] | yoonda5898@gmail.com |
e817233d4af1c7253f7acd53f60b9e1180283185 | 6f356af61b6a00bbd3064882ad16f77b814edecc | /product-app/src/main/java/cn/stylefeng/guns/cloud/product/service/Impl/GunsCouponProductServiceImpl.java | c2403e6b76cb9baaca703d992c01ab6158447438 | [] | no_license | xwb666666/sp_server | 7ebc34b0ea991aca0786520207fedfa69ac17de2 | a8ed11913586cafa80778d0e9900b55bfc540e2b | refs/heads/master | 2023-06-25T07:41:48.280132 | 2021-05-31T01:36:03 | 2021-05-31T01:37:30 | 387,706,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package cn.stylefeng.guns.cloud.product.service.Impl;
import cn.stylefeng.guns.cloud.product.mapper.GunsCouponProductMapper;
import cn.stylefeng.guns.cloud.product.model.api.GunsCouponProduct;
import cn.stylefeng.guns.cloud.product.service.GunsCouponProductService;
import com.baomidou.mybatisplus.extension.service.imp... | [
"15316314665@163.com"
] | 15316314665@163.com |
a241f648a0f6a91025073a370569577e0aac379a | adfc518a40bae0e7e0ef08700de231869cdc9e07 | /src/main/java/zes/base/privacy/PrivacyHwpFileFilter.java | 8994e33a804e68907e0158343395f7dff7555f43 | [
"Apache-2.0"
] | permissive | tenbirds/OPENWORKS-3.0 | 49d28a2f9f9c9243b8f652de1d6bc97118956053 | d9ea72589854380d7ad95a1df7e5397ad6d726a6 | refs/heads/master | 2020-04-10T02:49:18.841692 | 2018-12-07T03:40:00 | 2018-12-07T03:40:00 | 160,753,369 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,680 | java | /*
* Copyright (c) 2012 ZES Inc. All rights reserved. This software is the
* confidential and proprietary information of ZES Inc. You shall not disclose
* such Confidential Information and shall use it only in accordance with the
* terms of the license agreement you entered into with ZES Inc.
* (http://www.zesinc.... | [
"tenbirds@gmail.com"
] | tenbirds@gmail.com |
387f4307ffb6c5f172671a32bdb3c1d9d7364c21 | 171422713ed4ab27af5d795d7e715881a5587a06 | /JSP/20201105/src/aa/bb/cc/bean/Member.java | 24544a56c4d3b5227d25e7560597ce968fdd319d | [] | no_license | skrua3608/20201113 | b84f532e9526fba407ac2a8da003e9f93c489254 | b5d9f3956a5e616f95aa7fd3935f2a77268cdd7e | refs/heads/master | 2023-01-09T04:37:36.122197 | 2020-11-13T06:09:57 | 2020-11-13T06:09:57 | 312,485,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,962 | java | package aa.bb.cc.bean;
public class Member {
String pname;
String pgender;
String pid;
String ppwd;
String pcpwd;
String paddr;
String pphone;
String pemail;
String phobby;
//alt + shift + s + r getter setter
//alt + shift + s + o 생성자
//alt + shift + s + s toString 함수 생성
@Override
public String to... | [
"skrua465@naver.com"
] | skrua465@naver.com |
8e5bad9316105ffc3298fd39a8e31bee1863e8cc | b1d46d20de3352b7ab145b11374a0b32a9d53b20 | /chapter15_day01/src/main/java/chapter15_day01/errorExample/CodeGroup.java | adbece1e0166a89fbd2707a90d9d7f16a1fa2a46 | [] | no_license | KnewHow/studyDesignPatterns | 5f6cd3561b7263b04e3c407e94cd4b84d8a4b19c | c7254b1172019494a8de9f70c2af23cb5fedba2a | refs/heads/master | 2021-01-01T04:28:34.693674 | 2017-08-17T11:32:19 | 2017-08-17T11:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package chapter15_day01.errorExample;
public class CodeGroup extends Group {
@Override
public void find() {
System.out.println("find code group");
}
@Override
public void add() {
System.out.println("add some codes");
}
@Override
public void delete() {
System.out.println("delete some codes");
}
@Ove... | [
"="
] | = |
388ed46a380c4f6f223ef441fe021c5c9f39e36a | cd15ce2d8839bac329ee86d9701590bce28d46f2 | /swf-plugin-collab/src/main/java/com/venky/swf/plugins/collab/db/model/participants/admin/CompanyRelationShip.java | c054857d478a95dd9f985637098400830d10c4f2 | [
"MIT"
] | permissive | jovi-siddharth/swf-all | 8b345b74004ca50137d98ce9e231b8c4dd31b350 | 74472348bc014f7bf76ac5c6554023901c518363 | refs/heads/master | 2023-07-28T00:52:39.193876 | 2021-08-11T10:18:32 | 2021-08-11T10:18:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package com.venky.swf.plugins.collab.db.model.participants.admin;
import com.venky.swf.db.annotations.column.pm.PARTICIPANT;
import com.venky.swf.db.model.Model;
public interface CompanyRelationShip extends Model {
@PARTICIPANT
public Long getCustomerId();
public void setCustomerId(Long id);
publ... | [
"venkatramanm@gmail.com"
] | venkatramanm@gmail.com |
c14513eab59e2bd2d31ce7021aabf9d5075511e2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_1358ff130f0a9a1080f1bdee962f4e197e8d6285/StringUtil/3_1358ff130f0a9a1080f1bdee962f4e197e8d6285_StringUtil_t.java | b33afe10f2ee98de64e5157b650c8b4267ece52f | [] | 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 | 3,925 | java | package net.pms.util;
import static org.apache.commons.lang3.StringUtils.isBlank;
public class StringUtil {
private static final int[] MULTIPLIER = new int[] {1, 60, 3600, 24*3600};
public static final String ASS_TIME_FORMAT = "%01d:%02d:%02.2f";
public static final String SRT_TIME_FORMAT = "%02d:%02d:%02.... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8968ae858420820171fd867d1ae7c95c735f64ff | 44ae72b0b9fbe590973cce99281a2451a107605d | /src/main/java/com/aulapabloramon/av001/SpringootAv001Application.java | 4c791e23d571d2b3b4c775bae0b052922e2cf02d | [] | no_license | Cireid/Av1-Spring-Boot | 968e93dc087d0ca4d552af6273fc9ed4b83195c4 | 6ec87285cbd44b68ce902c35569b10f481ae8a04 | refs/heads/master | 2021-04-15T17:09:44.505737 | 2018-03-22T12:20:16 | 2018-03-22T12:20:16 | 126,329,522 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.aulapabloramon.av001;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringootAv001Application {
public static void main(String[] args) {
SpringApplication.run(SpringootAv001Application.class, ... | [
"gabrieldieric@gmail.com"
] | gabrieldieric@gmail.com |
29d066d668d76dd110477c2bd33b83061fd03614 | f7da5f735de5c7bc13c7e5f00a57d9a61a35b360 | /java/DeepClone.java | 4886c4ce05fe402bc01cd54bcf36b5fcd2ee84b1 | [] | no_license | soichisumi/YoyoLibrary | 185a38523cf078935dce21e0b77a9e354b19d3fe | 1ad78cf111a8945044ec55402229a9b4d05c5e3f | refs/heads/master | 2021-06-21T08:47:16.105882 | 2017-08-16T21:41:10 | 2017-08-16T21:41:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,534 | java | public final class DeepClone {
private DeepClone(){}
public static <X> X deepClone(final X input) {
if (input == null) {
return input;
} else if (input instanceof Map<?, ?>) {
return (X) deepCloneMap((Map<?, ?>) input);
} else if (input instanceof Collection<?>)... | [
"yoyoyousei2016@gmail.com"
] | yoyoyousei2016@gmail.com |
7271289e0972be7f067ee7ee87786a5c9b417584 | 0b49c59dd9a3a60a1cdf3a908e00510d4953d06d | /app/src/main/java/com/example/fazlay/hackathon/ActivityFour.java | 4ebf42c7a63882db0044884249889c59ba22467e | [] | no_license | monowaranjum/school-monitoring-system-care | 98f7da087153fc978b1ba940202d34a8b5344f00 | c7102d42babb814195acfb6ac8486f082a91f75a | refs/heads/master | 2023-05-29T12:52:18.193040 | 2018-09-04T15:16:33 | 2018-09-04T15:16:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.example.fazlay.hackathon;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class ActivityFour extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout... | [
"iatahmid1117@gmail.com"
] | iatahmid1117@gmail.com |
7d36c69a66a09bae50e50b63c607a8774a83d2f7 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/reduce/IntSumReducer.java | 78906556af2561eecdd9edca2165ec38141694aa | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package org.apache.hadoop.mapreduce.lib.reduce;
import java.io.IOException;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.mapreduce.Reducer;
@InterfaceAudience.Public
@InterfaceStab... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
ea287904c7f75c7e0e66e9245b22a396f02869a1 | f04b8d210d04d4b14acf20774dc352a92b3ec2a1 | /TMP/src/main/java/com/intalio/bpms/tmpservice/UIFWServiceSkeleton.java | 2195c11f462e89bb990b66b86259523659e718b2 | [] | no_license | sandeepreddy602/TMP-Java | f812553c1f132bd961ff5d916753ccbbe6051b12 | b2ed10acbf247122aa7de36a82b876ea6bff4bcd | refs/heads/master | 2020-03-30T13:42:17.205317 | 2012-01-17T13:30:45 | 2012-01-17T13:30:45 | 3,197,178 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,458 | java | /**
* UIFWServiceSkeleton.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.1 Built on : Aug 31, 2011 (12:22:40 CEST)
*/
package com.intalio.bpms.tmpservice;
import org.apache.axiom.om.OMAbstractFactory;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.OMFactory;
... | [
"reddy602.sandeep@gmail.com"
] | reddy602.sandeep@gmail.com |
7bdd8e5d6921ae50a430df978dc87be29e3ccd86 | 7b947f70cfdb0464c5eca96b67e9b8a821663b21 | /hbr-server/src/main/java/com/oneminuut/hbr/service/HospitalService.java | 24c16134cfbc840cd274f5412771484ee03c59c5 | [] | no_license | niteshgarg/hbr | 14fd195c63254937e322c80761d30e0a81d193d0 | 440ff4dbebc90719b7ed2920e0950957a8c15d5d | refs/heads/master | 2021-01-10T20:06:47.530517 | 2015-02-24T11:23:04 | 2015-02-24T11:23:04 | 29,578,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package com.oneminuut.hbr.service;
import java.util.Date;
import java.util.List;
import com.oneminuut.hbr.dao.domain.Bed;
import com.oneminuut.hbr.dao.domain.BedReservation;
import com.oneminuut.hbr.dao.domain.Hospital;
import com.oneminuut.hbr.dao.domain.Specialism;
import com.oneminuut.hbr.dto.HospitalDTO;
public ... | [
"niteshgarg@qainfotech.com"
] | niteshgarg@qainfotech.com |
560b39a20fa8c58f9bb8505862384e76d01a6434 | cc953f667e11f32d4119ac827d9378ed477b7706 | /backend-servers/tms-server/src/main/java/com/stosz/tms/web/ShippingController.java | 0925ea1e70eb23f6c0e68a0233d2b1c6c0aea1b0 | [] | no_license | ttggaa/erp | e20ed03ecf6965da95c9fc472d505ae8ef4f3902 | 167f5d60d085d016b08452083f172df654a7c5c5 | refs/heads/master | 2020-04-22T12:03:43.913915 | 2018-12-05T16:16:11 | 2018-12-05T16:16:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,880 | java | package com.stosz.tms.web;
import com.google.common.primitives.Ints;
import com.google.errorprone.annotations.RestrictedApi;
import com.stosz.plat.common.RestResult;
import com.stosz.plat.common.ThreadLocalUtils;
import com.stosz.plat.common.UserDto;
import com.stosz.plat.web.AbstractController;
import com.stosz.tms.e... | [
"714106661@qq.com"
] | 714106661@qq.com |
8dcaf51be6e97f6d8052fdea008fd2fae338f260 | 5e27bd862c7314efe1e875eb72af17d9810b7a51 | /itsm-ddtalk/src/main/java/com/yum/itsm/ddtalk/busi/service/VendorInfoService.java | 2abf647de0fae52685c54a393f65f2f01437671e | [] | no_license | wangshanfeng/POC | af739eb949d54084a8778620754e5891d6c59d41 | 4759576af43f787f8b10dc0bfc182876ccffb00b | refs/heads/master | 2021-01-19T16:01:29.367210 | 2017-04-14T04:43:11 | 2017-04-14T04:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.yum.itsm.ddtalk.busi.service;
import java.util.List;
import com.yum.itsm.ddtalk.busi.entity.SupProjectGroup;
public interface VendorInfoService {
List<SupProjectGroup> getDeptsFromDDTalk();
List<SupProjectGroup> getDeptsFromDB();
void updateSupProjectGroupInfo();
}
| [
"bzhang@hpe.com"
] | bzhang@hpe.com |
59d81dd50007fc8672bda8507c9ee3f11cf504a8 | 8f35755579c230fa76e72f7fa1f5440fbf416313 | /src/soft/zzti/edu/cn/ruxuebaodian/sharesdk/PlatformGridView.java | 088f0ba3b4ee8a0dfde25f89bcc452d684cc79fd | [] | no_license | skyfish97/zhao | 4df120413e5b9f7903e23e834f862237643417bb | 27be998574d870ef8bc3a263f03c740e4e1d6b5b | refs/heads/master | 2021-01-10T04:12:55.390522 | 2015-11-14T10:54:10 | 2015-11-14T10:54:10 | 45,583,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,773 | java | /*
* Offical Website:http://www.ShareSDK.cn
* Support QQ: 4006852216
* Offical Wechat Account:ShareSDK (We will inform you our updated news at the first time by Wechat, if we release a new version. If you get any problem, you can also contact us with Wechat, we will reply you within 24 hours.)
*
* Copyright (c) ... | [
"2294357961@qq.com"
] | 2294357961@qq.com |
51078795b40a7b41acf3ae196d7b417a88efaf1d | 4e92957390893fb9fb36dc5ac8f903d9d21a593e | /src/main/java/br/com/kolin/automattor/exception/NoResultsForSearchException.java | 8d96e95749b934dcdeab862db2b77462c6bcf728 | [] | no_license | VitorMarques/automattor | 9071d63512687bd06be12a8fdd4ce3bab8ac5954 | 268c5671a0aed5bfea140206d195d638036f2f4f | refs/heads/master | 2022-06-08T14:28:25.410876 | 2020-05-09T02:39:26 | 2020-05-09T02:39:26 | 184,304,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package br.com.kolin.automattor.exception;
public class NoResultsForSearchException extends RuntimeException {
private static final long serialVersionUID = -7280209225723855022L;
public NoResultsForSearchException() {
}
public NoResultsForSearchException(String message) {
super(mes... | [
"vitormarques.sa@gmail.com"
] | vitormarques.sa@gmail.com |
5f744a6c7b86d3646cc020274c63120a566ec110 | 03285ea7ca33a873a398252be050cb811bbe4515 | /src/test/java/br/inforsystem/web/rest/errors/ExceptionTranslatorIntTest.java | 630e73e928960ef760e97868d5df43ffd900856d | [] | no_license | feelipecb10/inforSystem | 297ad83fbcb5efaf52c7967ba00c385c8b059bd9 | f5c41ea4909cd5dd5404d54cacbc9d1659aa53a2 | refs/heads/master | 2022-12-23T18:27:56.749869 | 2020-09-26T17:00:19 | 2020-09-26T17:00:19 | 298,853,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,495 | java | package br.inforsystem.web.rest.errors;
import br.inforsystem.InforsystemApp;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.Medi... | [
"feelipecb10@gmail.com"
] | feelipecb10@gmail.com |
89ea3d0a03c9a86807fa92879b5b39ed1e2ff335 | 0e1295ec79b1e1cfc81c8221c72d20c6b4614103 | /demo-mybatis/src/main/java/com/demo/repository/BlogRepository.java | 9cfaf5be806f02eb699fae8137d403fe0d1c0657 | [] | no_license | maikec/demo | bbacc9531b82da53ab9b0e950babf2856fb40190 | 8e1978fcbabd1c604d3cb1a6b482263b9093d19f | refs/heads/master | 2022-07-13T13:06:57.609792 | 2019-11-27T16:07:16 | 2019-11-27T16:07:16 | 218,920,370 | 0 | 0 | null | 2022-06-21T02:11:15 | 2019-11-01T05:40:50 | Java | UTF-8 | Java | false | false | 1,633 | java | package com.demo.repository;
import com.demo.annotation.Column;
import com.demo.mapper.BaseMapper;
import com.demo.mapper.BlogMapper;
import com.demo.po.Blog;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.apache.ibatis.jdbc.SQL;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.... | [
"a6259272"
] | a6259272 |
f5772786874543cc76dac01a16c056f6c087681a | 3920d17adf2315b60bd106818f437a96ac902a08 | /src/siddhant/Whileloop.java | 165a3f1b0f31e34de92550c3d6401a80fadc222d | [] | no_license | gaurav-4uk/JAVATechnoMar2021 | 882f4925f2a27f11698ef8a5a8c7b9b5e01a792b | 6bb08f38a6212bed883a746be8290c171b40e717 | refs/heads/main | 2023-05-16T22:32:43.176457 | 2021-06-05T17:16:49 | 2021-06-05T17:16:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package siddhant;
public class Whileloop{
int start;
int end;
void Evennumbers(int a){
end = a;
start = 10;
while(start<=a){
if(start%2==0){
System.out.println("\n The even numbers are : " +start);
}
start++;
}
}
void Divisiblefive(int b){
end = b;
start = 10;
while(start<=b){
if(sta... | [
"siddhu.dixit212@gmail.com"
] | siddhu.dixit212@gmail.com |
99a49469c2c3e7b2358a4e9707d940c8b1724959 | 839cb9b2e8aef1e238dce09412432d2805b96948 | /src/main/java/com/lotzy/sample/ws/HomeController.java | d3f54e0cb426d482f2258fc8e020cbbed41d6f58 | [] | no_license | sac10nikam/springboot-oidc-openam | 2254f243221033c1ff74a56d6bff581ee2e1d0a3 | 252a0f04039eadddde6e1c550f3838b8911c728a | refs/heads/master | 2021-02-14T12:42:09.753785 | 2019-07-09T10:32:04 | 2019-07-09T10:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | package com.lotzy.sample.ws;
import java.security.Principal;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.anno... | [
"mr.lotzy@gmail.com"
] | mr.lotzy@gmail.com |
6da190ac770061d42890d53ec45e334a22daa467 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava18/Foo25.java | 80249dbd5d70074a78ea4e8d631f1c3bc94d3583 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package applicationModulepackageJava18;
public class Foo25 {
public void foo0() {
new applicationModulepackageJava18.Foo24().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void f... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
e411decdaaa183f91bbdaf89b7b94ace05bbc31f | 439bb1562cf3f1adeabdc94172c585e2dec2e524 | /src/org/jivesoftware/smackx/jingle/ContentNegotiator.java | a358cd400831ea7b09589669f38da8d9771317b7 | [
"Apache-2.0"
] | permissive | prashant31191/walachat | 20521aaa87ba0e9a472a1299f482c076e7dfd381 | 8fb8e3a9c078a7641c5c9d186a266092ef1bf0b8 | refs/heads/master | 2021-01-24T05:19:44.728997 | 2013-10-12T03:00:26 | 2013-10-12T03:00:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,842 | java | package org.jivesoftware.smackx.jingle;
import java.util.ArrayList;
import java.util.List;
import org.jivesoftware.smack.XMPPException;
import org.jivesoftware.smack.packet.IQ;
import org.jivesoftware.smackx.jingle.listeners.JingleListener;
import org.jivesoftware.smackx.jingle.listeners.JingleSessionListener... | [
"wlanjie888@gmail.com"
] | wlanjie888@gmail.com |
0a89075ff24c4583f376e51a21bb479825c441b6 | a88404e860f9e81f175d80c51b8e735fa499c93c | /hapi-fhir-structures-hl7org-dstu2/src/main/java/org/hl7/fhir/instance/model/SidType.java | 8d15d54fbbb352a7ed921464d103e2996f2dc6e3 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | sabri0/hapi-fhir | 4a53409d31b7f40afe088aa0ee8b946860b8372d | c7798fee4880ee8ffc9ed2e42c29c3b8f6753a1c | refs/heads/master | 2020-06-07T20:02:33.258075 | 2019-06-18T09:40:00 | 2019-06-18T09:40:00 | 193,081,738 | 2 | 0 | Apache-2.0 | 2019-06-21T10:46:17 | 2019-06-21T10:46:17 | null | UTF-8 | Java | false | false | 1,734 | java | /*
Copyright (c) 2011+, HL7, Inc
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the fo... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
7e61aa39c3e22f957d7c549073848f8453523074 | 8f7b1695ad256cffb22094ed62ec398f27c624b8 | /src/main/java/com/techshard/graphql/service/OwnerVehicleService.java | b26b8fe77d9c5ebab7f01b1824d8cc22c6a07432 | [
"MIT"
] | permissive | lawrencegrey/GraphQLCRUDImplementation | 85cad2995b7a5c3200b0e238fbb6b88d530bca9b | 081ebb9c2e6d0277d2e94da09662d9f1e3d3a5ce | refs/heads/master | 2022-12-11T17:15:20.169875 | 2020-08-30T18:29:52 | 2020-08-30T18:29:52 | 291,526,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,962 | java | package com.techshard.graphql.service;
import com.techshard.graphql.dao.entity.OwnerVehicle;
import com.techshard.graphql.dao.repository.OwnerVehicleRepository;
import org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort;
import org.springframework.stereotype.Service;
import org.springframewo... | [
"lawrencegrey.0125@gmail.com"
] | lawrencegrey.0125@gmail.com |
276d524f40084dd37ba918f28ead0c7b327f93a0 | 70c510f9fc12429dab2b0d09ecc6fcee1ef497f9 | /src/main/java/de/blau/android/easyedit/LongClickActionModeCallback.java | f8fbd8b034a5b764662c8bb3a1bbd8a12c3ce55f | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | johnjohndoe/osmeditor4android | e57130e7867a64a98de1c19e30bf7d44c1f855ab | e67144ed96b83c3b139f2576080f648e60d62a24 | refs/heads/master | 2021-12-21T14:33:02.563987 | 2021-12-03T12:24:39 | 2021-12-03T12:24:39 | 32,481,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,978 | java | package de.blau.android.easyedit;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import android.content.Intent;
import android.location.LocationManager;
import android.speech.RecognizerIntent;
import android.util... | [
"simon@poole.ch"
] | simon@poole.ch |
42d12d331cb75e11f120baf685fb10dfbecefd18 | 7e2896f96796fd0328f31964d7073a1d891d49e4 | /spring-test/src/main/java/com/moheqionglin/aop/warnning4/CustomAop.java | d7a75f20cb27b20bbdab68b6ed73a68dd44e6175 | [] | no_license | moheqionglin/spring-demo | bfc48f24396d9f83714a179e951eab0562ff1621 | e1a0cc05bc807b2ba92d28498a2f5231c652165c | refs/heads/master | 2023-03-18T15:53:41.406310 | 2022-04-27T15:57:41 | 2022-04-27T15:57:41 | 138,487,811 | 6 | 1 | null | 2023-03-08T17:33:45 | 2018-06-24T14:17:22 | Java | UTF-8 | Java | false | false | 778 | java | package com.moheqionglin.aop.warnning4;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* @author wanli.zhou
* @description... | [
""
] | |
62e04fd3d7a530a613bcb6b3b36a7c0ca2ff80b3 | 3ec45313838c78fb175d16ba05c6a9140a790c9b | /Scratch/XSLTTestClient/src/de/tudresden/inf/rn/mobilis/xslttest/client/proxy/impl/XSLTTestDistributer.java | 4030d2440850fc75901fd6275b91d2156785c505 | [] | no_license | pschwede/sporteventanalyser | bb4546f1e7f62acc4ea0f43781aea64f62bd09c5 | 594782dfa28d1ec9300792245c282206d2601842 | refs/heads/master | 2021-01-23T07:35:02.532986 | 2013-08-14T17:41:52 | 2013-08-14T17:41:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,043 | java | package de.tudresden.inf.rn.mobilis.xslttest.client.proxy.impl;
import java.util.concurrent.ConcurrentHashMap;
import org.jivesoftware.smack.XMPPConnection;
import de.tudresden.inf.rn.mobilis.xmpp.beans.XMPPBean;
import de.tudresden.inf.rn.mobilis.xslttest.client.proxy.IXMPPCallback;
import de.tudresden.inf.rn.mobil... | [
"patrick.tempel@live.de"
] | patrick.tempel@live.de |
1d9a548c1b039ccfc2eb9793c048bab733a4e2dd | f61e496b07dd44479dc68e6fe6fcb0c0029c76f5 | /GameJavaFX/src/main/java/models/JsonMessageGameData.java | d07e30d60f69239eba9b2102bc2bd2402056d420 | [
"MIT"
] | permissive | MarselAhmetov/ITIS-2c | fe9798557449abe0a8b3ea9842c67ffa8126806e | c1e9f9ddd0c88a74e91acd64c284635064d7b597 | refs/heads/master | 2023-04-28T04:30:33.607835 | 2020-06-15T19:25:34 | 2020-06-15T19:25:34 | 227,993,092 | 0 | 0 | MIT | 2023-04-17T19:48:18 | 2019-12-14T08:51:14 | Java | UTF-8 | Java | false | false | 618 | java | package models;
import models.gameModels.GameData;
public class JsonMessageGameData {
private String header;
private GameData payload;
public JsonMessageGameData() {
}
public JsonMessageGameData(String header, GameData payload) {
this.header = header;
this.payload = payload;
... | [
"marsel5027@gmail.com"
] | marsel5027@gmail.com |
26c32744597d0c807ccf2ffca106d258359f1a11 | b157a3f73bf10aa46cbfe29a6aa77c66c31cd5f4 | /medical_beauty/src/main/java/com/meirengu/medical/vo/BrandVo.java | dc15bfdf20afc369db6067544570f4f727dd13e2 | [] | no_license | JasonZhangSx/meirengu | dd53faa9e5a06f03e561c23b5806d9104e9e0bab | bf06289a1f3b3645db320b7b68dd6299e3a391ab | refs/heads/master | 2021-01-19T18:46:43.082074 | 2017-08-21T04:22:04 | 2017-08-21T04:22:04 | 101,160,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.meirengu.medical.vo;
import com.meirengu.medical.model.Brand;
/**
* Author: haoyang.Yu
* Create Date: 2017/1/10 14:28.
* 品牌表扩展类
*/
public class BrandVo extends Brand {
//起始位置
private int pageStart;
//结束位置
private int pageEnd;
public int getPageStart() {
return pageStart;
... | [
"15011331617@163.com"
] | 15011331617@163.com |
af7bf048c155fff50510c82f0bf846ece1d43608 | d4d41a80c51c74d9cb42867e2d99919cb89bc18c | /src/main/java/fr/jayrex/hub/command/HCMD.java | 9a359cfca835eca43c0151924871f20b5c3c21db | [] | no_license | HugoDu3/Hub | 207fe19106b6e2b38046a9e6c5667d1531bdd171 | 642a1c2db2cfbcae97c1b369e199a2315ce8fb1f | refs/heads/main | 2023-01-24T13:28:54.266379 | 2020-12-05T16:46:42 | 2020-12-05T16:46:42 | 318,838,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | package fr.jayrex.hub;
import net.md_5.bungee.api.ChatColor;
import net.md_5.bungee.api.CommandSender;
import net.md_5.bungee.api.connection.ProxiedPlayer;
import net.md_5.bungee.api.plugin.Command;
public class HCMD extends Command {
public HCMD() {
super("rh", "hub.admin", new String[] { "hub" });
}
@S... | [
"benkhalil100@yahoo.ca"
] | benkhalil100@yahoo.ca |
2874e09169931436e07467ce1b824c4cecf353cf | ae18108bf30ddbf4c6ebbdb798a9b24059ce237f | /Assignment-TicketReservation/src/main/java/com/bluemapletach/app/model/UserDetails.java | 1400f25f17d6ea1372c916e816209bfc6b94b869 | [] | no_license | santhoshmohanrk/AppleGroup-Santhosh-Spring-JEE- | 9c3134e24578f142fbcbba45c58cb11579a87554 | a3228b05a20e56f0e2bb29e41cd1238a6bd9c992 | refs/heads/master | 2021-01-18T02:42:00.979078 | 2015-12-23T04:38:14 | 2015-12-23T04:38:14 | 46,985,137 | 0 | 0 | null | 2015-11-27T14:44:39 | 2015-11-27T14:44:38 | null | UTF-8 | Java | false | false | 3,021 | java | package com.bluemapletach.app.model;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class UserDetails {
private int userid;
private String username;
private String password;
private String email;
private String firstname;
private String lastname;
privat... | [
"santhosh@bluemapletech.com"
] | santhosh@bluemapletech.com |
1fdc13ebd94b1f39fd7a60d49943072baaccc176 | 7130e47450bd80f35c7213c88a737e639d329e6f | /wxxr-mobile-ui/src/main/java/com/wxxr/mobile/core/tx/impl/XidFactory.java | 4426d21059e09ca3a2f18488589aed8783fe215f | [] | no_license | wxynick/framework | 983be31104b360008a2d36565bc82d74b82804fc | 93b5fe0c3e40ad434325b1755d0b1be5255977ac | refs/heads/master | 2016-09-06T18:33:32.119410 | 2014-04-04T11:52:21 | 2014-04-04T11:52:21 | 9,125,521 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,434 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | [
""
] | |
ef1c8121808d47308e5b26b81d9dabef8e3725ce | 1ef6b484a2274f79c83bda2f7d9460c2d52f1cec | /app/src/main/java/Controller/GestureAction.java | 2ca5930d6b4db20a1d3453b75963be8090b2d880 | [] | no_license | eruditesilver/HKUSTLabyrinth | 64fbe1ce8dc331493fc44143b74df39072bf82c9 | 06e5fd2877bf22adf8a9c0f7ca98938874733e29 | refs/heads/master | 2021-01-21T14:01:30.220456 | 2016-05-21T15:17:37 | 2016-05-21T15:17:37 | 54,040,889 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package Controller;
public interface GestureAction {
public void onLeftSwipe();
public void onRightSwipe();
public void onDownSwipe();
public void onUpSwipe();
}
| [
"sfwongac@connect.ust.hk"
] | sfwongac@connect.ust.hk |
222711a5d24f41a0808f3bb0b590771d0c33e889 | f6502770237add479e2fe907677ebf3f0b714c28 | /src/main/java/com/echostream/orangebot/dto/telegram/ContactDto.java | 9c1d479c20b9c8ed8671464b8da5bc4e002bffbb | [] | no_license | Echostream/orangebot | 1923ac7410ce65280175dffe3132f5d613b9ce1e | 621bcb93f067ef286fe969a71904f65c87d9674f | refs/heads/master | 2022-06-26T19:36:59.151707 | 2020-07-02T02:49:56 | 2020-07-02T02:49:56 | 202,794,864 | 0 | 0 | null | 2022-06-21T01:41:13 | 2019-08-16T20:25:29 | Java | UTF-8 | Java | false | false | 658 | java | package com.echostream.orangebot.dto.telegram;
import lombok.Data;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotNull;
@Data
public class ContactDto {
@NotNull
@ApiModelProperty("Contact's phone number")
private String phoneNumber;
@NotNull
@ApiModelProp... | [
"haoran.wan@shihengtech.com"
] | haoran.wan@shihengtech.com |
59de59442cae13838f177ef2dfdc7b00ce2f76bc | 6da2c339c65ec50e396b9be0ca5adf7edd81916a | /TerrorChat/src/terrorchat/TerrorTable.java | d12a0a7d0adb58aa1c1a0b689df8fef3d302b27d | [] | no_license | 41a91/FriendlyChat | 59a52dc4776893ff64c61c1d39fff8e2dd8fa576 | 5cf00b85d33c5f3383dc425ab32b22a6fe217b42 | refs/heads/master | 2020-03-10T09:52:50.862080 | 2018-05-03T22:38:25 | 2018-05-03T22:38:25 | 129,320,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java |
package terrorchat;
import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableCellRenderer;
public class TerrorTable extends JTable{
public TerrorTable() {
DefaultTableModel model = new DefaultTableModel();
this.setModel(model);
String[] column... | [
"moorhem@msjmath.loc"
] | moorhem@msjmath.loc |
8f3043cfe9647e6a1cdb6f2e72d0e779d54f7476 | f00731f674329cad907035c34d705242b4a70e8d | /app/src/main/java/com/spoonart/kamusslang/utils/SimpleObserver.java | bbc42768b4dfa16b74b2a45b456bf720a5b1c607 | [] | no_license | spoonart1/dictionary | c21eeacf8cea370ad3634cc392ea3c6a96b00811 | e27cf1966aac9401169e0ca95448368b8226710c | refs/heads/master | 2020-05-31T23:44:57.020293 | 2017-06-12T04:02:21 | 2017-06-12T04:02:21 | 94,054,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.spoonart.kamusslang.utils;
import android.util.Log;
import rx.Observer;
import rx.observers.Observers;
/**
* Created by lafran on 4/14/17.
*/
public class SimpleObserver<T> implements Observer<T> {
@Override public void onCompleted() {
}
@Override public void onError(Throwable e) {
Log.e("E... | [
"myveryfran@gmail.com"
] | myveryfran@gmail.com |
9e279c685d7c26097542725c1ba109155ad7d4d0 | 29a6a4c62fb7928cc5145ffa49b337a634fe4722 | /ThreadTest2/src/edu/just/syn/ThreadA1.java | 03b79bd3630d50bbe73d730084ac4ded3d95018a | [] | no_license | LuWenhe/ThreadTest | b5cdd5d1722c6011c2de7f3e267a8cf811a86d2a | 5d9cef87329ddd29e1c1fedd43b3217bbdbc0a92 | refs/heads/master | 2020-04-02T04:16:53.060198 | 2018-12-07T16:31:57 | 2018-12-07T16:31:57 | 154,009,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package edu.just.syn;
class ThreadB1 extends Thread {
private HashSelPrivateNum numRef;
public ThreadB1(HashSelPrivateNum numRef) {
this.numRef = numRef;
}
@Override
public void run() {
try {
numRef.addI("thread b");
} catch (InterruptedException e) {
... | [
"luwenhe12345@126.com"
] | luwenhe12345@126.com |
a3c40068669492157f289f39389618610ad0f82b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_dd1c14278dd4a25a35b60c85d02818d712872b20/GML/10_dd1c14278dd4a25a35b60c85d02818d712872b20_GML_s.java | 6de3c5bf2b5958be0e2fb0e133b96d44a7e55f91 | [] | 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 | 34,016 | java | package org.geotools;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URL;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
impo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2ed6e871a860ae2b8c2aa999a70fd102c2fb2e42 | d30057083117299a24392ec519b17e4e8e20865b | /app/src/main/java/comrr/example/starlingsoftwares/fragmentsdemo/FirstFragment.java | 2d58d1443cc8c2a4b9d2813372004a676b120d5c | [] | no_license | PrernaYadav/FragmentsDemo | bb9079aa3a7f6691a04252360f2a2e7947f5d92e | 23287b5500d2cc547f042daf6ef49747ac05a5cd | refs/heads/master | 2020-03-19T02:54:20.820578 | 2018-05-21T12:22:36 | 2018-05-21T12:22:36 | 135,673,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 607 | java | package comrr.example.starlingsoftwares.fragmentsdemo;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Firs... | [
"prernasyadav027@gmail.com"
] | prernasyadav027@gmail.com |
34250db4a501d13059f9240079faa52b19e357c5 | 3fe5b243bd149f6028a6121f925adf4093a444ce | /src/com/simen/plane/Bullet.java | 54142695496590c8d382b0b452ff30996297ce5a | [] | no_license | Simenhug/spaceship-game | 993b4ddd4ead85473539ed715f2e2c87b7614cd3 | e583acb24df31b4b4b2c709db2c6b06d0dde824b | refs/heads/master | 2022-11-08T10:14:09.682179 | 2020-06-30T22:13:39 | 2020-06-30T22:13:39 | 276,215,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 854 | java | package com.simen.plane;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Rectangle;
import com.simen.util.Constant;
public class Bullet extends GameObject{
double degree;
public Rectangle getHitbox() {
return new Rectangle((int)x, (int)y, width, height);
}
public Bullet() {
degree = Mat... | [
"xinmianhug@gmail.com"
] | xinmianhug@gmail.com |
8a740c375304e96f8b1c6eaad6207b9c971da5c3 | 4055e5e3da26ba9955d91a381938a70bc5aafa4b | /Stationery/src/com/wabacus/system/datatype/TimestampType.java | 1e6f13d319a615812f43ad573ed32073061837b2 | [] | no_license | xiciliu/Stationery | b2eb55bc5246e774e242db465c7a10b8b64aa349 | 738159fffb30a84c82a25975d3acd6c66225d5b3 | refs/heads/master | 2021-12-13T01:22:07.531961 | 2017-03-09T13:18:07 | 2017-03-09T13:18:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,561 | java | /*
* Copyright (C) 2010---2014 星星(wuweixing)<349446658@qq.com>
*
* This file is part of Wabacus
*
* Wabacus is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or... | [
"1299615504@qq.com"
] | 1299615504@qq.com |
a0fa763782bb037afdf1335bb77194702048d7b7 | 5c909dd8d42cc26aee0d0c638a3a68f09ea3d3fb | /src/test1/Test1.java | 2c4fe772b160476474666db00472174dc703654f | [] | no_license | edenjiga/test1 | 1580ae4358ee2d2ca29385b7b8f15357a9b8b7a7 | 45c94b912534e11c701a10f32699e35b18c4e319 | refs/heads/master | 2020-05-24T19:59:10.075737 | 2017-03-13T21:39:23 | 2017-03-13T21:39:23 | 84,876,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | 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 test1;
/**
*
* @author Edgar
*/
public class Test1 {
/**
* @param args the command line arguments
*/
pri... | [
"edenjiga_@hotmail.com"
] | edenjiga_@hotmail.com |
e06e7c401900662cb654d32ce3e3687cbce50b7b | a70358d251e2bb926ddb5b7e75a7bce50b137181 | /dc_udf/src/main/java/com/hopson/dc/udf/encrypt/UDFSha512.java | 502fe1ccdf54b71dea8ba65916c5ee574209f4bc | [] | no_license | WeiWan5675/datacenter_common | 5a1d77701f9d07e12e55ed61a3cec1990bb9ce4b | 56cb33a25b29dd93cd8d1b26c7b055bf3830b066 | refs/heads/master | 2022-05-18T16:58:58.750167 | 2020-03-09T01:57:10 | 2020-03-09T01:57:10 | 235,009,932 | 1 | 1 | null | 2022-04-12T21:58:33 | 2020-01-20T03:17:29 | Java | UTF-8 | Java | false | false | 864 | java | package com.hopson.dc.udf.encrypt;
import org.apache.hadoop.hive.ql.exec.Description;
import org.apache.hadoop.hive.ql.exec.UDF;
import org.apache.hadoop.io.Text;
import com.hopson.dc.utils.enDeCrypt.EncryptUtils;
/**
* @author ruifeng.shan
* date: 2016-07-25
* time: 14:29
*/
@Description(name = "sha512"
... | [
"190657@lifeat.cn"
] | 190657@lifeat.cn |
222fc49f2e01e0cd5ad06eda287c333f29a3dc04 | 4e284effd4a880a327824def544fc0b1399883f3 | /Workspace/groupeB5/src/main/java/be/helha/aemt/dao/PictureDAO.java | 9d838c0609090c305a7fb270501d4b221aa55356 | [] | no_license | Mithirsan/AEMT-GroupB5-2020 | c027b15cdd13bd95c66b22729931450079d00f0e | 31ebf97d0a3e38b4b3871be0d379168f181adffa | refs/heads/master | 2023-08-22T10:26:44.460575 | 2021-10-13T10:34:07 | 2021-10-13T10:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package be.helha.aemt.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import be.helha.aemt.entities.Picture;
public class PictureDAO {
public static Picture targetSelect(Picture picture,EntityManager em) {
Query qGet = em.createQuery("SELECT... | [
"161674@student.helha.be"
] | 161674@student.helha.be |
fd4e80f878576d5ab5251b0f8ae5579504f9399c | 7cff170415752c045cae13f2c3091b84d84fe002 | /src/test/java/com/ParaBank/Tests/LogoutTest.java | bd26b4e179dce637c9278d75c837bbceaf9c8ac7 | [] | no_license | docsujith/ParaBank-Assignment | a18efb5f2459447756f23c79f0eb6cb43407a532 | 73a582929729562279183635ee75aa3d899481c3 | refs/heads/master | 2023-05-03T17:57:57.387241 | 2021-05-20T22:09:40 | 2021-05-20T22:09:40 | 369,350,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.ParaBank.Tests;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.ParaBank.Base.TestBase;
import com.ParaBank.Pages.HomePage;
import com.ParaBank.Pages.OverviewPage;
public class LogoutTest exten... | [
"docsujith@gmail.com"
] | docsujith@gmail.com |
079f4de266d46d9b09a0a15ebafe9cc24bd96765 | 3577feae91ca2e56e810175142e2ff1935ca5cf5 | /LBS_1_1/app1/src/androidTest/java/com/lbs/programming/lbs_1_1/ExampleInstrumentedTest.java | 3e53bfe7b9d03a394f96707d615a357b9fad5a14 | [
"Apache-2.0"
] | permissive | ssangjin/lbs_programming | ca787b06007618ae55543f59e633416b965a8043 | a573ecbf511c19eee93349fef82db89f71577452 | refs/heads/master | 2022-06-26T03:33:57.108275 | 2020-11-15T05:23:52 | 2020-11-15T05:23:52 | 134,939,973 | 0 | 0 | Apache-2.0 | 2022-06-21T02:07:15 | 2018-05-26T07:36:30 | Java | UTF-8 | Java | false | false | 738 | java | package com.lbs.programming.lbs_1_1;
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.*;
/**
* Instrumented test, which will execute on an And... | [
"sangjin.yun@gmail.com"
] | sangjin.yun@gmail.com |
761842fd27ba1afe30c16ea67f3a4e4994464282 | 138656b817434518414fc60ff3c0cb134fbd0184 | /FirstHibernateProject/src/com/rahul/onetomany/TestStudent.java | a18adc86d3dc882ec090797d58b52b8a6494ff2e | [] | no_license | ctsdevtest/hibernate | 4ee329fc40e43951cc282a3ffdc996809550734a | 587e7a3b8e81f0b6c324a2b025722b8a40e7df04 | refs/heads/master | 2020-07-06T09:03:24.643907 | 2016-11-20T08:26:21 | 2016-11-20T08:26:21 | 74,049,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | package com.rahul.onetomany;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.AnnotationConfiguration;
import org.hibernate.tool.hbm2ddl.SchemaExport;
import com.rahul.onetoone.Person;
import com.rahul.onetoone.PersonDetails;
@SuppressWarnings({ "deprecation", "unused" })
p... | [
"avengers2016.lma@.com"
] | avengers2016.lma@.com |
b417bf93a36847f9999d0e60697ccce7fdb9f6d3 | 6366b267010f3fe9b4a07639398d5f45a29e9d2e | /crm_backend/src/main/java/com/dev/crm/core/repository/jdbc/DatosOnusCustomJdbcRepository.java | 6b44f7d3bb7f44831cd5f3aa9094a734fdbfa817 | [
"Apache-2.0"
] | permissive | frsknalexis/crm-java | aad23c61d84d4f8780a240f7b199fb6a692c38dc | 064f54855d8f6ca50ac1e1be21f545bb837c2ea9 | refs/heads/master | 2022-07-27T21:44:25.180469 | 2019-09-27T05:28:29 | 2019-09-27T05:28:29 | 178,519,935 | 1 | 0 | Apache-2.0 | 2022-06-30T20:17:03 | 2019-03-30T06:16:56 | Java | UTF-8 | Java | false | false | 2,718 | java | package com.dev.crm.core.repository.jdbc;
import java.sql.Types;
import java.util.HashMap;
import java.util.Map;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.SqlOutParameter;
import ... | [
"alexisgutierrezf.1997@gmail.com"
] | alexisgutierrezf.1997@gmail.com |
2cafb35874c1a6eb4927990228d1ba88530bac72 | ee5207436a3362bdb791727c73a3189dfa868ed8 | /src/de/vs/unikassel/GuiComponents/SAXTreeViewer.java | 2a1df4f83035367d488db20d5ae36f6f56f68224 | [] | no_license | GIPSY-dev/WSC-Gen | 7f1c387b47470f277e27e7994fbf6e4f942fddf6 | 25beebdda5c1a4a0e4c213fa97155e2b3455da87 | refs/heads/master | 2020-04-06T04:20:49.760697 | 2018-03-13T16:30:34 | 2018-03-13T19:11:48 | 82,968,360 | 1 | 2 | null | 2018-04-23T17:06:51 | 2017-02-23T20:27:06 | Java | UTF-8 | Java | false | false | 21,256 | java | /*--
Copyright (C) 2001 Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this ... | [
"happy.hacking.geek@gmail.com"
] | happy.hacking.geek@gmail.com |
5f242210139e7bbece457ffe6d9c2fffca958d80 | b5a5777e6c32c9e81a4b0d678bc7065c30fb9f1b | /src/main/java/com/udsp/sdc/icbc/comm/GeneralResponse.java | 7b5fc59b586c23c7996460a15bfca6f4658eb423 | [] | no_license | zedxup/epark | ae58456ba204139dae83f081c7a086dae9591327 | 2b426cc44411cada13a92a7c63e465c48eff8c80 | refs/heads/master | 2022-07-07T03:31:20.076396 | 2019-10-09T10:39:49 | 2019-10-09T10:39:49 | 208,267,625 | 0 | 0 | null | 2022-06-17T02:30:13 | 2019-09-13T13:12:55 | CSS | UTF-8 | Java | false | false | 5,019 | java | package com.udsp.sdc.icbc.comm;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonFilter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
*
* 通用controller层返回对象
*
* @author 张宏恺
* @date 2018-04-13
*
*
*/
//@JsonFilter("com.unicom.mcloud.devo... | [
"1354955244@qq.com"
] | 1354955244@qq.com |
991525d246f9ccba85b1c8e6a9571d992f512a5b | 900dc0aa82989b3ab7f5eed926bbc31ebebc2c05 | /eureka-server/src/main/java/com/practice/personal/EurekaServerApplication.java | 7b4e0bc77cfd03d9e450cce2f18d4e24824910b6 | [] | no_license | 741978260/springcloud-ecommerce | 9f9a699506e0fafab780cdffe8fdfd0723a34edc | 2f47957acab4967f97d76b1b7293d7fcde649106 | refs/heads/master | 2020-04-29T18:59:11.123475 | 2019-03-19T15:30:19 | 2019-03-19T15:30:19 | 176,340,087 | 0 | 0 | null | 2019-03-19T15:30:21 | 2019-03-18T17:49:31 | Java | UTF-8 | Java | false | false | 500 | java | package com.practice.personal;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* Eureka注册中心
*/
@SpringBootApplication
@EnableEurekaServer//申明此处为服务注册中心。
public class E... | [
"741978260@qq.com"
] | 741978260@qq.com |
4c5fd12320b0a4aae09ea8debc0acaf7cfffbf0f | f2bdbc0f528fbb744ea2f4f76ac1de2056af940a | /java-note-algorithm/src/main/java/com/leosanqing/leetcode/medium/_92_reverseLinkedList2.java | 90db87a94ff54fcc57bdda7468dcc1b556694ce5 | [] | no_license | krystal-my/Java-Notes | 62f5ae1be3f866921303346ac1a3b1b7041dce0d | 8a80365e4e05107de0bf190de53b319f4cde593f | refs/heads/master | 2022-10-07T09:40:21.662106 | 2020-06-02T11:50:56 | 2020-06-02T11:50:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package com.leosanqing.leetcode.medium;
import java.util.List;
/**
* @Author: rtliu
* @Date: 2020/6/1 下午7:01
* @Package: com.leosanqing.leetcode.medium
* @Description: Reverse a linked list from position m to n. Do it in one-pass.
* 对反转给定范围的链表节点进行反转,只遍历一遍
*
* Note: 1 ≤ m ≤ n ≤ length of list.... | [
"stormleo@qq.com"
] | stormleo@qq.com |
bd60fff505c7b77716caf8b17956a9ec32f3ce49 | 831bac97031aa48f56881ba4e2fbaf447f773ac6 | /src/com/bo/Critere.java | 47a5e05fb7830c0a44048a0448e5daf547cec539 | [] | no_license | Hiugsor/Eco.Pompe.Library | 696ab17a6b60251b137919d37577ab2a61b4c9d3 | c5fa6023f204ff0a96fdac3ac2012d29044c2c7b | refs/heads/master | 2021-01-10T17:48:58.667655 | 2016-01-29T08:01:23 | 2016-01-29T08:01:23 | 49,564,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.bo;
public class Critere {
private Adresse adresse;
private Carburant carburant;
private Integer rayon;
private Point position;
public Critere() {
}
public void setAdresse(Adresse adresse) {
this.adresse = adresse;
}
public Adresse getAdresse() {
return this.adress... | [
"xpunk@mailoo.org"
] | xpunk@mailoo.org |
2d1eae6dbd679518a0b687b9d6c361aa04636d8f | dfb2c72e464e5183526faac7402c8f3b923df2eb | /MultithreadPartII_3/app/src/main/java/com/example/kien/multithreadpartii_3/MainActivity.java | c9d2b54f6039d437606bb0d568f0668ec7baebcf | [] | no_license | trungkien26102511/Multithread_baitap | 107fe1d00c03a60a40930b5098b16f2653526fd2 | 2b9c0565c701260a07c966e62fdb94c8b9100a26 | refs/heads/master | 2021-01-19T00:43:12.309966 | 2016-11-08T08:31:32 | 2016-11-08T08:31:32 | 73,164,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,319 | java | package com.example.kien.multithreadpartii_3;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import java.util.Random;
public class MainActivity extends AppCompatActiv... | [
"iniesta113@gmail.com"
] | iniesta113@gmail.com |
2016918f33c6a82bfdea3f3edd3d1edf17676768 | 0ead26a40dca04233da9351ab27e4023482f0010 | /Luna_Project/src/main/java/com/formation/model/Test.java | 74cef7b5cd08560bfed71ac68e4be5779c45a58e | [] | no_license | johnlomb/Projet-Luna | 5ed34582abf9eeee9c7898c9a01a79fb0fca5780 | 7974595a5095e4e1971da144a045a9121b12892c | refs/heads/master | 2021-08-23T19:44:42.851694 | 2017-12-06T08:26:33 | 2017-12-06T08:26:33 | 112,203,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | /**
*
*/
package com.formation.model;
/**
* @author SDJ06
*
*/
public class Test {
}
| [
"jonpoke@hotmail.fr"
] | jonpoke@hotmail.fr |
dcf8397095d25307b1317bfef807ceeda0e24e62 | 4bb6ec8e4a5373d0e1660ef3818be61ecda5eace | /src/main/java/com/medical/demo/model/SysRole.java | 8c2d1d807fb5770543737139f481641e62b6ecc0 | [] | no_license | maaarmot/user | 5ea11cd4571605f21c5cf51e263d7d5d859aec3a | f567cb9e892a149a24190b88166e73e025c57fc7 | refs/heads/master | 2022-06-23T12:45:08.184728 | 2020-03-28T14:22:39 | 2020-03-28T14:22:39 | 250,808,687 | 0 | 0 | null | 2022-06-21T03:04:57 | 2020-03-28T13:58:44 | Java | UTF-8 | Java | false | false | 2,781 | java | package com.medical.demo.model;
public class SysRole {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column sys_role.id
*
* @mbg.generated Wed Mar 25 21:06:10 CST 2020
*/
private Integer id;
/**
*
* This field was ge... | [
"c752961562@163.com"
] | c752961562@163.com |
d4736fecfec73981ee4a603964f2c0bb18af5f27 | de41fbdfe660efd7de1482663c4b0a34ba7cfcf3 | /src/com/vallantyn/androidspaceshooter/CustomSurfaceView.java | d2385c420fd6c561ee7b96c9f1a850bc5b0b0186 | [] | no_license | Vallantyn/AndroidSpaceShooter | 25978576bc805dcfa67c6bf24c804862f19ddac2 | 0e62cdb83db9b9b00dc1faf3b78c76a998a8a74f | refs/heads/master | 2021-01-13T02:32:15.887332 | 2013-07-11T14:03:54 | 2013-07-11T14:03:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,223 | java | /**
* La SurfaceView permet d'effectuer tout le traitement propre au rendu (dessin)
* sur un autre thread que l'UIThread. Cela permet de ne pas surcharger ce dernier
* afin de ne pas ralentir l'affichage � l'�cran.
*/
package com.vallantyn.androidspaceshooter;
import android.content.Context;
import android.graphi... | [
"jul.murtin@gmail.com"
] | jul.murtin@gmail.com |
5454743a24b1b137d5369574bce84ceefdf19598 | 9fb90a4bcc514fcdfc0003ed2060e88be831ac26 | /src/com/mic/demo/strings/ReplacingStringTokenizer.java | beccbcbae0489fd1fdd07aa6369db3706d4dbda1 | [] | no_license | lpjhblpj/FimicsJava | 84cf93030b7172b0986b75c6d3e44226edce2019 | 0f00b6457500db81d9eac3499de31cc980a46166 | refs/heads/master | 2020-04-24T23:32:16.893756 | 2019-02-24T14:45:43 | 2019-02-24T14:45:43 | 132,058,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | //: com.mic.demo.strings/ReplacingStringTokenizer.java
package com.mic.demo.strings; /* Added by Eclipse.py */
import java.util.Arrays;
import java.util.Scanner;
import java.util.StringTokenizer;
public class ReplacingStringTokenizer {
public static void main(String[] args) {
String input = "But I'm not d... | [
"lpjhblpj@sina.com"
] | lpjhblpj@sina.com |
fb84023885eed8743db7a0edcf829291804bac0c | e6228b08cdce48abc7a4d3e3ee824934eaf1d202 | /coder-web/src/main/java/com/cz/coder/web/service/PrivilegeService.java | e035cb56f3fff90df15ce99a0635c5fae61f1715 | [] | no_license | halikes23/coder | 649dfdb5eb0ae3b5a5a00d52f2dd8689439f2084 | 7644aaf8f00550aa2c7bcbcb7b4fc266c61bdb44 | refs/heads/master | 2021-01-19T14:27:26.848919 | 2017-11-06T03:53:44 | 2017-11-06T03:53:44 | 100,902,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,613 | java | package com.cz.coder.web.service;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfram... | [
"chengzhen000000@163.com"
] | chengzhen000000@163.com |
3789f7a418de3a50022156f4ec3014aa2afe7f9e | 1f3b218d2ee211b1ef71f4cf71c7ad3356d61aaa | /src/main/java/com/lovo/service/IMessageService.java | 317aac1f1d4ba628c284571464e8292af27386fc | [] | no_license | houmingsong/show1 | 29f1e54718e450d13e652e7ba9a7c8567f0c5e22 | 396d451d53d52538625267d76fe67e5895843d81 | refs/heads/master | 2022-12-23T11:31:42.853874 | 2019-06-20T22:52:42 | 2019-06-20T22:52:42 | 192,992,761 | 2 | 0 | null | 2022-12-16T09:45:29 | 2019-06-20T22:05:06 | JavaScript | UTF-8 | Java | false | false | 392 | java | package com.lovo.service;
import java.util.List;
import com.lovo.entity.MesEntity;
import com.lovo.entity.MessageEntity;
public interface IMessageService {
public List<MessageEntity> show(int currentpage);
public int getTotalPage();
public List<MesEntity> show1(Integer id);
public List<Messa... | [
"castle@192.168.1.108"
] | castle@192.168.1.108 |
0905ce4b629a7292d7717cfd61a33825e26f3785 | ba68f1810869143e2db6eeb3dafa6187968f755e | /src/eficiencia1/GeneraCaso.java | 23bfd5a6f2aa7ca1314c3ed068a357c4446529ff | [] | no_license | juanse77/OrdenaVector | 9430c7b84a7f5708e01b233930745c1dbf946330 | b2c4fcf3107b7e9eeeae95a9a9b3efe55355ed29 | refs/heads/master | 2021-08-14T05:59:14.314949 | 2017-11-14T17:44:40 | 2017-11-14T17:44:40 | 109,501,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package eficiencia1;
public class GeneraCaso {
public static int[] generaVector(int tamaño, boolean modo) {
int[] res = new int[tamaño];
if (modo) {
for (int i = 0; i < tamaño; i++) {
res[i] = i + 1;
}
java.util.Random r = new java.util.Random();... | [
"Juan Ramírez@DESKTOP-H4LOGIE"
] | Juan Ramírez@DESKTOP-H4LOGIE |
73d216b2dc8a513c7fc91465ba0bd2a3e11fcb13 | 7bba85bedf97fa75fff81eda334eb571af161cf9 | /Lesson_7/T07.02-Baitap-TaoDatabase/app/src/main/java/com/example/android/orderlist/GuestListAdapter.java | 6aa8ad3e2d4b0dc1af1e10c3ea903aa5a1a80ce1 | [] | no_license | Kampusvn/ToyApp | b2b954796ae13e9fe5f53729b9eb254ac2c94136 | a3275d2229414094d5d837d4112a7c9dc0dba640 | refs/heads/master | 2021-08-30T20:18:29.894316 | 2017-12-19T09:14:10 | 2017-12-19T09:14:10 | 111,488,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | package com.example.android.orderlist;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class GuestListAdapter extends RecyclerView.Adapter<GuestListAdapte... | [
"kampuslearntocode@gmail.com"
] | kampuslearntocode@gmail.com |
43c433432b07899eecbbaa83624f41ec07d7a298 | cdb070cda18931941530d59753336dc9116ac2bc | /algorithmCoding/src/com/nixuan/leetCode/LeetCode201_300/LeetCode0300_最长上升子序列.java | e0e872345efa1f1b42237cfeeaac6c220d2c423f | [] | no_license | Frank-nx/MyLearningRoute | 53a746a624039da2c4431adb63c68d732eede302 | 8f3922ab2647ccd25dd56e57749e33f98243b2dc | refs/heads/master | 2021-07-07T22:42:11.793907 | 2019-03-14T11:36:45 | 2019-03-14T11:36:45 | 139,299,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,366 | java | package com.nixuan.leetCode.LeetCode201_300;
import java.util.Arrays;
/**
* @program: MyLearningRoute
* @description:
* @author: nixuan
* @create: 2018-11-24 10:04
**/
public class LeetCode0300_最长上升子序列 {
public static void main(String[] args) {
int[] arr = {3,5,6,2,5,4,19,5,6,7,12};
System.o... | [
"nixuanwb@163.com"
] | nixuanwb@163.com |
105ab3df060347314f1606cdb7aa46b54027d0c5 | 0ff473cf58f6353ebeda0ebed935f77c2952cf2a | /bytecode-test/src/main/java/lsieun/sample/java5_annotation/A_SimpleInterface.java | a0be6839201c07f8c9711989be76bed2ff9227a0 | [
"MIT"
] | permissive | lsieun/lsieun-bytecode | 36663bd1dc9826b5e8c81365b04ba37c7569c0ed | 3752af5393fb8123fe22b72e522a3c554d088b59 | refs/heads/master | 2021-07-08T11:15:04.547133 | 2019-11-13T08:11:03 | 2019-11-13T08:11:03 | 202,947,962 | 0 | 0 | MIT | 2020-10-13T15:24:28 | 2019-08-18T01:42:49 | Java | UTF-8 | Java | false | false | 80 | java | package lsieun.sample.java5_annotation;
public interface A_SimpleInterface {
}
| [
"331505785@qq.com"
] | 331505785@qq.com |
bf7072374ba8461f095a25a1bcca6c4ff9ed3d03 | 359f049e4575dc1ecba21d0e99766f0c4a1534eb | /standard_test/src/main/java/com/Class0911.java | 6a10456fe7c5e73487c5ffe002915b134146d150 | [] | no_license | CK-qa/IDETest | be9001ffa20b025fc8fd2a54c5b58861349eb81a | 7f798d4ab463b075a18bbf278883dd4b3278c430 | refs/heads/master | 2021-05-10T12:11:21.720178 | 2019-09-27T10:17:03 | 2019-09-27T10:17:03 | 118,434,301 | 0 | 0 | null | 2021-03-31T20:33:12 | 2018-01-22T09:20:33 | Java | UTF-8 | Java | false | false | 131 | java | package com;
public class Class0911 {
public static void main(String[] args) {
System.out.println("lalala");
}
}
| [
"viktoria.bozhko@jetbrains.com"
] | viktoria.bozhko@jetbrains.com |
0786c8749047b5aa930bbb33f01c0c033eb19ebe | 85b08f690de3713caee727f2a7cf2852e71732a0 | /caprice/sample/src/main/java/net/qiujuer/sample/genius/KitActivity.java | 86fd16d6712ac3d46fb73c1167273845deea6175 | [
"Apache-2.0"
] | permissive | cqululei/Genius-Android | 5472b4907010ea634035e46cd3042133fc5ed5ef | 56db09c2dbb1d741a3d6ee10747d6017b02857db | refs/heads/master | 2021-01-17T22:11:50.243633 | 2016-04-10T05:42:41 | 2016-04-10T05:42:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,508 | java | package net.qiujuer.sample.genius;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import net.qiujuer.genius.kit.Kit;
import net.qiujuer.genius.kit.command.Command;
import net.qiujuer.genius.k... | [
"qiujuer@live.cn"
] | qiujuer@live.cn |
398415d912f9fe9eeb41b72b37fb929c8297a2d5 | a3387588d129bd4b396d8473847708a076f255de | /auth-service/src/main/java/com/tsys/poc/auth/controller/TestController.java | 24f44fc12a8dc6ef4faf317bff4c1860f43a3024 | [] | no_license | ayushjain14377/awsmicroservices | 35acdb30b20f66e9f99fda3246a83a04b2dcd1d2 | 5503aeab4f3d70a630e7d12a9cac09663c1a5fd0 | refs/heads/main | 2023-01-12T09:25:12.596142 | 2020-11-09T22:05:43 | 2020-11-09T22:05:43 | 309,100,508 | 2 | 0 | null | 2020-11-01T13:20:52 | 2020-11-01T13:20:51 | null | UTF-8 | Java | false | false | 784 | java | package com.tsys.poc.auth.controller;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import... | [
"shsinghal@tsys.com"
] | shsinghal@tsys.com |
366c3935228293114fdf35fd34579434b5a57929 | e7afcaae4162e9fdb20f8606a08c913526be290e | /src/main/java/com/zzzhc/routing/annotation/Delete.java | 08da0ffe2a76a958d38fd55e8a970e73aabb17f2 | [] | no_license | rack-java/jrack | e6fcbef07f3a56e7ebb0c4faafe4b4b74afd4fc3 | 36455e1718b4e1c45be710bbf7fb351942294daf | refs/heads/master | 2016-09-10T19:03:31.312353 | 2013-01-05T08:17:34 | 2013-01-05T08:17:34 | 6,938,277 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.zzzhc.routing.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
public @interface Delete {
String value() default... | [
"zzzhc.starfire@gmail.com"
] | zzzhc.starfire@gmail.com |
9e6d991cfc3c2ff7747656cf2e65167e992afbd3 | b0ab739109867a9a8348f57625b373f20d43835b | /Lesson 24/src/exercises.java | 4490c8f58b5b9eb8720c029a48df1bf9b4c8f121 | [] | no_license | Jumaiza/AP-Comp-Sci | 76b794885aa694d09a91b7827d72a5c719763a1e | c3e12219f679eb5decd1afd9be5a43d4b44909c2 | refs/heads/master | 2021-06-26T02:09:24.496881 | 2020-02-20T17:10:54 | 2020-02-20T17:10:54 | 215,580,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 196 | java |
public class exercises {
public static void main(String[] args) {
// TODO Auto-generated method stub
for(int k = 0; k!=7; k += 3)
{
System.out.print(k + " ");
}
}
}
| [
"zabujumaiza@HS-D210-07.MOHS.local"
] | zabujumaiza@HS-D210-07.MOHS.local |
5b4bd3c3ad19dc487e7194ddb48f0839e8faa228 | c8147245186c1c4ba86d62871e3f43e2d33c7d17 | /src/main/java/Global.java | c9c506b04dc2303ac0e29f3c2a70c1e5d7bc939e | [] | no_license | ceo-domido/TWS | acb28a4aad6f084ad8a0870d1ef0d34985c75f24 | ffbb8ec48a827137d74af67d96ca59966f689066 | refs/heads/master | 2020-04-15T01:48:43.004311 | 2019-02-10T14:00:45 | 2019-02-10T14:00:45 | 164,292,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 78 | java | public class Global {
public static final int HISTORY_MONTH_DEPTH = 12;
}
| [
"ceo@domido.com"
] | ceo@domido.com |
baff76150b8979c783d36fdfc12d269cf61503d7 | 1619dc708feb780cc89b21b30ea0dffca91aec7f | /src/StartStopAppiumServer.java | f579f5ba8cd7067ed03981a4677a5841a7810ca6 | [] | no_license | ashutoshdobhal/WebDriverMaven | 4e1482083b9c670654eb62dcbbc581583c139831 | bd91a507776461dc5cf3a681d9ea33ac639f6572 | refs/heads/master | 2021-05-03T06:31:12.350285 | 2018-02-08T05:47:26 | 2018-02-08T05:47:26 | 120,595,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,302 | java | import io.appium.java_client.remote.MobileCapabilityType;
import io.appium.java_client.service.local.AppiumDriverLocalService;
import io.appium.java_client.service.local.AppiumServiceBuilder;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
... | [
"Ashutosh.Dobhal@commdel.local"
] | Ashutosh.Dobhal@commdel.local |
7756d9d1b5dd2fa61039388c093148454c5abb79 | 39b6c8baf75d5b11cd198f017d5e885a9c047335 | /src/main/java/com/shortrent/myproject/service/HURelateService.java | 90cab13d68d789cad1c71588b187bef1f9a44151 | [] | no_license | ipalpiter/public | 82428888eea0db73314073750f138688ec0a7cdb | ce7832eb9c42f9c2f19e30a722c8d7b5b4024f16 | refs/heads/master | 2022-03-02T14:40:00.009673 | 2019-09-17T02:11:08 | 2019-09-17T02:11:08 | 208,938,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.shortrent.myproject.service;
import com.shortrent.myproject.generator.model.HURelate;
import java.util.List;
public interface HURelateService {
void saveHURelate(HURelate huRelate);
void deleteHURelate(Integer rId);
HURelate getHURelate(Integer rId);
void updateHURelate(HURelate huRel... | [
"971839627@qq.com"
] | 971839627@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.