blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98150fe01883f4a57b099a264b2ee3f7caa3c7de | d2272ac2907fe558b4d54cd8c86844836fccb58d | /modules/dfp_axis/src/main/java/com/google/api/ads/dfp/axis/v201802/ProspectiveLineItem.java | f0296ece9897e16e95e3a37abfb8a11cec851994 | [
"Apache-2.0"
] | permissive | nugit/googleads-java-lib | 6ec8f8ae7a94956c565541e5da74b3c51a33d690 | 5dd466fa93bae6ad8ab8c40f7f3cbd0e6afcf549 | refs/heads/master | 2023-03-04T15:50:41.230299 | 2018-07-05T03:49:25 | 2018-07-05T03:49:25 | 139,403,917 | 0 | 0 | Apache-2.0 | 2023-02-21T15:01:10 | 2018-07-02T07:02:46 | Java | UTF-8 | Java | false | false | 8,469 | java | // Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | [
"api.cseeley@gmail.com"
] | api.cseeley@gmail.com |
b6ae7bcd9c25ca53a9551d8241bb5714a1a99302 | 9ac0644063b369f3492ab0f7e466fd75a24ad812 | /users-web/src/main/java/br/com/oigarcom/api/users/web/configuration/EmbeddedContainerConfiguration.java | 73d019eb5ab92ed44ac2e6e5c4dff2ff9a04d565 | [
"MIT"
] | permissive | tomasouza/java-functional-reactive-rest-api-with-dynamodb | 694647085ed3a523b45ca8af624d0b8d72936da1 | c41bb6c787fb993d0cdfe66ee456a6dbeb70e37a | refs/heads/master | 2023-03-04T06:12:16.551247 | 2021-02-17T14:52:04 | 2021-02-17T14:52:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package br.com.oigarcom.api.users.web.configuration;
import org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory;
import org.springframework.boot.web.reactive.server.ReactiveWebServerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configur... | [
"tassfone@gmail.com"
] | tassfone@gmail.com |
df940c82e5c81b924613461fe35564388e637b37 | 3c6f4bb030a42d19ce8c25a931138641fb6fd495 | /finance-payment/finance-payment-api/src/main/java/com/hongkun/finance/payment/service/FinPlatformPaywayService.java | f754d23c98abcd1edfe56db2fed8ce2202f4be0a | [] | no_license | happyjianguo/finance-hkjf | 93195df26ebb81a8b951a191e25ab6267b73aaca | 0389a6eac966ee2e4887b6db4f99183242ba2d4e | refs/heads/master | 2020-07-28T13:42:40.924633 | 2019-08-03T00:22:19 | 2019-08-03T00:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,456 | java | package com.hongkun.finance.payment.service;
import java.util.List;
import com.hongkun.finance.payment.model.FinPlatformPayway;
import com.yirun.framework.core.enums.PlatformSourceEnums;
import com.yirun.framework.core.enums.SystemTypeEnums;
import com.yirun.framework.core.utils.pager.Pager;
/**
* @Project : financ... | [
"zc.ding@foxmail.com"
] | zc.ding@foxmail.com |
f4e1f42632b68df1ec94b87e82dff615c6122b74 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/org/simpleframework/xml/core/OverrideValue.java | e8815b4190accced6178d01f0f3f9ee74243d5d5 | [] | no_license | cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299852 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package org.simpleframework.xml.core;
import org.simpleframework.xml.strategy.Value;
class OverrideValue
implements Value
{
private final Class type;
private final Value value;
public OverrideValue(Value paramValue, Class paramClass)
{
this.value = paramValue;
this.type = paramClass;
... | [
"yu.liang@navercorp.com"
] | yu.liang@navercorp.com |
fa7f14b97b8e685132425a1adac96213fdad9f9d | 83ee5f5fa65219797d2b3413f8e30865230a29a0 | /code/2-Spring-boot/3-todos-service/src/main/java/com/example/api/ResponseError.java | 64b6869cfba6f8f37bbd163faca9fef8632f57ea | [] | no_license | nagcloudlab/tavant-batch2 | fb39812aa143d4c36b4b7d6b287ab4b69621e97a | b5ca9b9257742663d03d4056bd55a66d8f46f2eb | refs/heads/main | 2023-08-10T16:14:51.327217 | 2021-09-21T02:25:40 | 2021-09-21T02:25:40 | 405,832,877 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 104 | java | package com.example.api;
import lombok.Data;
@Data
public class ResponseError {
String message;
}
| [
"nagcloudlab@gmail.com"
] | nagcloudlab@gmail.com |
ccaf80ac96ae1eafbb1f4f2b77116535ed17bde0 | b6b0cc2a90cc4a007aeff50cd2fbcb287299fa8c | /fr/src/main/java/com/udemy/fr/entities/User.java | bfd42ecc0c97c130a39648ca53c2a25545f907f7 | [] | no_license | JohnQ1981/flightreservation | 4abc1a838c4ab4ec2617ed466e33d7738ed739c5 | a439720566f1c76c71421a91d7890a01d3503730 | refs/heads/master | 2023-04-11T00:54:35.167461 | 2021-04-18T23:01:01 | 2021-04-18T23:01:01 | 359,270,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package com.udemy.fr.entities;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class User {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private Long id;
public Long getId() {
return id;
}... | [
"ikram1981@gmail.com"
] | ikram1981@gmail.com |
8558b8ca56969f407a15137b13256b306b2f6838 | 113134a5b6abb7f3096753305290e19799d2b0d8 | /app/src/main/java/com/histudent/jwsoft/histudent/model/entity/ShowImgEvent.java | f18e7dc16ffd2c56e5511c616b8bb1ba3e77cc54 | [] | no_license | dengjiaping/trunk | 5047c99d25125b75451142fdb260d81be85f28b8 | bd24e8a6fdc7f2ca003e95ec45c723c17bf50684 | refs/heads/master | 2021-08-26T07:05:59.113508 | 2017-11-22T01:42:11 | 2017-11-22T01:42:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package com.histudent.jwsoft.histudent.model.entity;
/**
* Created by huyg on 2017/11/8.
*/
public class ShowImgEvent {
public int position;
public ShowImgEvent(int position) {
this.position = position;
}
}
| [
"742315209@qq.com"
] | 742315209@qq.com |
cf30891c026479aa25ab1cd83c5625b67c818285 | f2a71306af3a4d28a6bad214b554d62c0eab8c4b | /test/System/IPrintArrStub.java | f1a4b42c6449159d278340e7ccf893d7f50eb628 | [] | no_license | guys79/QA_Ass3Final | d2c52f93e3cc4c5549b4df4f2fd334cfece2b601 | 427ef550ca182856e29e8414b72d386af5dddd2f | refs/heads/master | 2020-12-19T05:34:27.285250 | 2020-01-22T19:22:41 | 2020-01-22T19:22:41 | 235,634,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | package System;
/**
* This interface represents a stub for printArr
*/
public interface IPrintArrStub {
/**
* In case the function simulates a null array
*/
default void nullPrintCase()
{
return;
}
/**
* This function prints the numbers from 1 to 4
*/
default vo... | [
"guys797@gmail.com"
] | guys797@gmail.com |
08de6bddc1c794da07de96464017d99243693273 | 03c5312f7cebf29db06072978c86e76ab6865aa4 | /gmall-cms/src/main/java/com/zhang/gmall/cms/mapper/TopicCommentMapper.java | cab10dd1bbd6245051016e2976a6fe30d7b59f91 | [] | no_license | zhangjingwei8390120/gmall-111 | 904927407fbc6200041d8a0b87d463a758ffbca1 | 710371d27adab91f9f3106695286aa7e79d8b762 | refs/heads/master | 2022-07-17T11:14:10.609551 | 2020-02-04T23:45:14 | 2020-02-04T23:45:17 | 238,329,579 | 0 | 0 | null | 2022-06-21T02:44:32 | 2020-02-04T23:39:42 | Java | UTF-8 | Java | false | false | 311 | java | package com.zhang.gmall.cms.mapper;
import com.zhang.gmall.cms.entity.TopicComment;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 专题评论表 Mapper 接口
* </p>
*
* @author Lfy
* @since 2020-02-05
*/
public interface TopicCommentMapper extends BaseMapper<TopicComment> {
}
| [
"3555025235@qq.com"
] | 3555025235@qq.com |
3b169879413cdbddf11dfdb29477c13c1ed1d69e | 54c36c8a0a798edb0ec5c55def09d8e1ca366af3 | /ProjetoPraticoJava/Java/src/main/java/aulas/orientacaoobjetos/part02/construtores/exemplo001/ExemploInstanciaObjeto.java | 7718a80a44a638b4de5a4a2f57e61c165120ebd7 | [] | no_license | diegosena7/BootcampInterJavaDeveloperDIO | bdd3379ed61d203b9959b1be1bb1f97b6959e724 | 5952c924d70c8eca41c2be8b22d965c014b539ea | refs/heads/main | 2023-05-31T04:52:36.303660 | 2021-07-07T01:03:23 | 2021-07-07T01:03:23 | 351,292,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package aulas.orientacaoobjetos.part02.construtores.exemplo001;
public class ExemploInstanciaObjeto {
public static void main(String[] args) {
Pessoa pessoa = new Pessoa();
System.out.println(pessoa.getNome());
}
}
| [
"DSSena@rd.com.br"
] | DSSena@rd.com.br |
0009bb58e04225d4cf9bc9cf302684bd413c1162 | 9e5acee61b1700e92f8b93a76d706c63a13370d7 | /MreznoProgramiranje/src/demo/Server.java | bc22195018c7df92de0af991410e419a65fa2a68 | [] | no_license | DjordjeRasic/Vezbe3 | 934a784a1b7ac656fe34c49961dd2d06f54f5683 | e50564c4c4cc8e66dece4eb03244eedb71f6520c | refs/heads/main | 2023-03-18T02:36:13.256207 | 2021-03-22T16:27:06 | 2021-03-22T16:27:06 | 350,380,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package demo;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
public static void main(String[] args) throws IOException, Interrupted... | [
"rasicdjordje@gmail.com"
] | rasicdjordje@gmail.com |
3b643c77007aac22c4ed2448283ea5cd11986cb5 | 53e38f2e49945c4e8dc8c18999232a2e40a2e14f | /CS449Projects/UmpireBuddy/app/src/main/java/com/example/osiri_000/umpirebuddy/SettingsActivity.java | a574a2d81ecaeb551e971dc2d6102db64eccd9b6 | [] | no_license | mlh758/School-Projects | c5fed88817dd480e789324124534d102ed8cd1be | caea9fd70feb926b4dbdd37e6dfef8acf9084f53 | refs/heads/master | 2021-01-10T19:04:35.637733 | 2014-11-11T23:35:26 | 2014-11-11T23:35:26 | 22,628,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,471 | java | package com.example.osiri_000.umpirebuddy;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Configuration;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.prefer... | [
"osiris2918@gmail.com"
] | osiris2918@gmail.com |
8fe0046f5f096606fabf73239ae793fabc33feff | b354d1c34ad3b18a36103068dfa8f974d0a3afb0 | /Java/JavaProgrammingMasterclassForSoftwareDevelopers/LectureChallenges/115_AbstractClassChallenge/src/com/adamhosman/LinkedOrderedSetOfStrings.java | 03d6589abb57ec345cf2b38d23051b85548bd342 | [] | no_license | hosmanadam/practice-files | d5fa5067b6ca503dc0fb41f54f98922cec0d5de6 | bcef330bc7f97b74c030e09a0779c825d6b968b0 | refs/heads/master | 2021-07-24T01:32:45.969189 | 2020-05-11T02:05:25 | 2020-05-11T02:05:25 | 165,664,287 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.adamhosman;
import java.util.ArrayList;
public class LinkedOrderedSetOfStrings implements NodeList {
private StringListNode rootNode;
public LinkedOrderedSetOfStrings() {
this.rootNode = null;
}
public LinkedOrderedSetOfStrings(String[] initialItems) {
this();
ad... | [
"github@adamsinbox.com"
] | github@adamsinbox.com |
d897fe62589c6bd90c1fabc26197dd3612ab5ea5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_36a9b73f53b7251483c606f3a773fac50b8452d9/DOMSelector/31_36a9b73f53b7251483c606f3a773fac50b8452d9_DOMSelector_t.java | f7a5479332c36b5704d49d7473a3ddc56de8c164 | [] | 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 | 40,474 | java | /*
* =============================================================================
*
* Copyright (c) 2011-2012, The THYMELEAF team (http://www.thymeleaf.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8188ebbfe9de0ac740ce6c911558ad2a5230462e | 5acdac8e3d08b43f394ba32bd280211d9913e562 | /client/app/src/main/java/com/example/asus/pad3/model/Book.java | 41b150d4e8102409b4a07d87d7bd3db8b2072651 | [] | no_license | PAD3/PAD | f28d1ca66c456f9e29a61d942b1b32b3cb92faaa | d5916e15956594854273484fd1915e4a81e8f952 | refs/heads/master | 2021-08-31T08:50:58.440713 | 2017-12-20T20:36:27 | 2017-12-20T20:36:27 | 109,436,170 | 0 | 2 | null | 2017-12-20T20:36:28 | 2017-11-03T19:41:29 | Java | UTF-8 | Java | false | false | 315 | java | package com.example.asus.pad3.model;
/**
* Created by ASUS on 22.11.2017.
*/
public class Book {
String book;
public Book(String book) {
this.book = book;
}
public String getBook() {
return book;
}
public void setBook(String book) {
this.book = book;
}
}
| [
"detse2060@mail.ru"
] | detse2060@mail.ru |
578bbbc61703559b424b79af02d7ba12a735559f | 34264196973d7d370fcbe00443c61da6bd9f6d8e | /bluetoothlibrary/src/main/java/com/example/bluetoothlibrary/bluetooth3/IBTManager.java | 2e664dd5c17c85344de06133b4dee0616c554dbc | [] | no_license | xiaoqianyun/AndroidBluetoothLibrary | b167361a419758535c88063048ca6af2addd33be | b87f1231b85985181e4c4bbe0bb29cc03d122464 | refs/heads/master | 2020-05-25T12:59:35.306705 | 2019-05-21T10:24:48 | 2019-05-21T10:24:48 | 187,811,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java | package com.example.bluetoothlibrary.bluetooth3;
import android.bluetooth.BluetoothDevice;
import android.content.Context;
import com.example.bluetoothlibrary.listener.OnBTConReceiverListener;
import com.example.bluetoothlibrary.listener.OnBTConnectListener;
import com.example.bluetoothlibrary.listener.OnBindStateCha... | [
"noreply@github.com"
] | xiaoqianyun.noreply@github.com |
02699ef52b771746bcdfbd12957722e2fab1a131 | 25e1fa3e7f58c8d0503030093888dc9c6540942e | /sap/src/java/com/sap/actions/EditarObjetivo.java | 7ad05b41ac63b491713cc0e3d8ae7c5b89f35af6 | [] | no_license | oscar7685/autoevaluacion-programas | 20db4ad16db8eefd3042328549db023ae51706e3 | 087101cb15e7b5b2a854c2ea93c78c16b02a7bac | refs/heads/master | 2016-09-05T15:09:05.349894 | 2015-02-19T19:16:22 | 2015-02-19T19:16:22 | 32,363,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,584 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sap.actions;
import com.sap.ejb.ObjetivosFacade;
import com.sap.entity.Objetivos;
import com.sap.interfaz.Action;
import java.io.IOException;
import java.util.logging.Level;
import java.util.loggi... | [
"oscar7685@gmail.com@1f778d08-6a24-237e-7ea0-1be564a80ae2"
] | oscar7685@gmail.com@1f778d08-6a24-237e-7ea0-1be564a80ae2 |
1dc710ff8f34481d842bf32685419441ef1caefe | 171d98f4b1b08f68439911162c1b1c4ebc903c37 | /src/main/java/com/example/musicstoredemo/SwaggerConfig.java | 40327ddbcdaeb3b2e44efe87162ffd0d1c67f3a2 | [] | no_license | MariyaChuchalina/music-store-demo | 287e493a8b0e0bb754381509bd37128314906b36 | 56abe8a1e31898c9c4ca4d99a43832c69503b492 | refs/heads/master | 2023-07-13T13:50:09.520158 | 2021-08-23T09:55:47 | 2021-08-23T11:42:29 | 397,134,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package com.example.musicstoredemo;
import com.example.musicstoredemo.model.catalog.items.Accessory;
import com.example.musicstoredemo.model.catalog.items.Guitar;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.Pat... | [
"mariya.chuchalina@gmail.com"
] | mariya.chuchalina@gmail.com |
13662675c805185db9268d37cb616a27be948708 | 69011b4a6233db48e56db40bc8a140f0dd721d62 | /src/com/jshx/fwgl/service/impl/SendInformationServiceImpl.java | abc0c88163fb135c855dcd21691f49c9ad96742f | [] | no_license | gechenrun/scysuper | bc5397e5220ee42dae5012a0efd23397c8c5cda0 | e706d287700ff11d289c16f118ce7e47f7f9b154 | refs/heads/master | 2020-03-23T19:06:43.185061 | 2018-06-10T07:51:18 | 2018-06-10T07:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,006 | java | package com.jshx.fwgl.service.impl;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframewor... | [
"shellchange@sina.com"
] | shellchange@sina.com |
3344b6f83417c1ac19ae3c2a97f6ad8aecbae347 | a8ad7f8fcef4160c656a62a05a8ae48fb73217c6 | /PokeMon.java | 5a5d426b8625cf06a4c0f01d94506eb8caeb2e8d | [] | no_license | Naskich/Java-Fundamentals | c51448665224991cd7978d276067623f17747e5c | f678739d5e3a55a1a16cf3723777fb5efd1d1d8c | refs/heads/main | 2023-03-30T18:11:26.757027 | 2020-12-08T10:49:36 | 2020-12-08T10:49:36 | 315,110,573 | 0 | 0 | null | 2021-03-23T04:10:03 | 2020-11-22T18:58:58 | Java | ISO-8859-1 | Java | false | false | 3,323 | java |
/*10. *Poke Mon
A Poke Mon is a special type of pokemon which likes to Poke others.
But at the end of the day, the Poke Mon wants to keeps statistics, about
how many pokes it has managed to make.
The Poke Mon pokes his target, and then proceeds to poke another target.
The distance between his targets reduces... | [
"noreply@github.com"
] | Naskich.noreply@github.com |
68e16f4932ececd3d96f533539ee81faeedce20c | ee911e621f4367f813f8d24e248b9d0263f7aa1a | /app/src/main/java/com/tastes/content/Tag.java | 016044d932026d0068241a1a53488d66169f04c3 | [] | no_license | grep-services/tastes-android | a8f6540164f07e45bb8eda28236cb87f8e571a39 | b3a05e5ebffda3f107254d59d1087deac3174091 | refs/heads/master | 2021-05-28T14:50:29.065027 | 2015-05-03T16:01:19 | 2015-05-03T16:01:19 | 26,577,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package com.tastes.content;
/**
* Created by marine1079 on 2015-02-06.
*/
public class Tag {
public final static String HEADER = "#";
}
| [
"marine1079@gmail.com"
] | marine1079@gmail.com |
696e8afb485d840a884b9673ccc93e06e5cbc16f | d05a83617dad6f5b96927b7e57abf391f5fe2f2f | /SPOJ/ComputerAverage.java | 80d7223e3dae996af1b10f21f8a66d91524a3310 | [] | no_license | maharlikans/Practice | 3790d8855c6df3cd5be6ef70d092555604a48951 | c42ba984f2bc5faf643d9b463335cc1cc2600edd | refs/heads/master | 2021-01-15T13:11:02.333435 | 2013-10-29T00:23:25 | 2013-10-29T00:23:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | import java.util.Scanner;
// Scanner is in the java.util package
public class ComputeAverage {
public static void main(String[] args) {
// Create a Scanner object
Scanner input = new Scanner(System.in);
// Prompt the user to enter three numbers
System.out.print("Enter three numbers: ");
double num... | [
"kyle.maharlika@gmail.com"
] | kyle.maharlika@gmail.com |
1ffd4f66bbedc7606bbd5a902df6f91b6f879cbd | 090bda653dee16b3432a50e5be4f58c2dc8bc31d | /whale-chapter02-go-forth/src/main/java/com/whale/excercises1/GoForth.java | d2161b7ad551162b7f59dfa27415466275c116f0 | [] | no_license | Sophia-cabinet/Exercises-in-Programming-Style | 87bbb848c043f62fd7be6be8a29d50a10f0d73d4 | 849f80208d96054ff007921d1419f84fb5269428 | refs/heads/master | 2020-04-05T17:39:26.002582 | 2019-04-09T14:33:51 | 2019-04-09T14:33:51 | 157,070,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,235 | java | package com.whale.excercises1;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.util.*;
import java.util.regex.Pattern;
public class GoForth {
private Stack stack;
private Heap heap;
public static void main(String[] args) {
try {
GoForth goForth = new GoFort... | [
"wild.whale.jin@gmail.com"
] | wild.whale.jin@gmail.com |
41ab0b1868ff2cd001b5e3966d4c5fac99c67d35 | 24afd4676017ca0ee5de1e627fd4559869fc81f1 | /src/main/java/com/liutaome/seki_mq/util/SpringContextInnerUtil.java | e581b04524469d496b01720199fde550f84ac4fb | [] | no_license | liutaome/seki-mq | 1df70fb41e3ad1089b42cc6ca47c3f4c86cd0df9 | f174c643919b4d0e59af3d933212d47ac778d74a | refs/heads/master | 2020-03-19T01:05:59.425316 | 2018-05-31T02:46:10 | 2018-05-31T02:46:10 | 135,435,464 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,096 | java | package com.liutaome.seki_mq.util;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.NoSuchBeanDefinitionException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Co... | [
"liutao3@gomefinance.com.cn"
] | liutao3@gomefinance.com.cn |
baa9f9cc1e959c770d20acc6a4e8b1ab1e8c7631 | 60e1f01d250cde0fdf48720271dc086534ad8307 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/components/ButtonPusher.java | 7f620ebdd6419af0dba0ac1753d4405824efc26d | [
"BSD-3-Clause"
] | permissive | benorgera/4102-Robotics-Velocity-Vortex | 0115374e568b012352c1ec6225e1009bcb3986e0 | 799cbd2060a179d4429e9b8315345212afcef1e3 | refs/heads/master | 2021-01-12T15:40:52.676673 | 2017-04-27T06:31:13 | 2017-04-27T06:31:13 | 71,848,112 | 0 | 1 | null | 2017-02-26T04:11:48 | 2016-10-25T01:38:22 | Java | UTF-8 | Java | false | false | 1,020 | java | package org.firstinspires.ftc.teamcode.components;
import com.qualcomm.robotcore.hardware.Servo;
import org.firstinspires.ftc.teamcode.utilities.Hardware;
/**
* Created by benorgera on 3/31/17.
*/
public class ButtonPusher {
private Servo[] pushers; //left then right
public ButtonPusher (Servo[] pushers)... | [
"benorg@me.com"
] | benorg@me.com |
a4b4a841c7adfb48739ac64df354a04cf35dab1a | 241b529e62cf8a75f4ca5e61404e476e9ca2cbee | /Printing N numbers in the same line with comma for every 3 value/Main.java | 54d99583cdf5f8e2ae7ab0ce019f9ac72280cc7e | [] | no_license | hemadhurjaty/Playground | cbadd5caf767b0e144b52f871d5687088ef56425 | f98148629d7ddb2d4e58bd6eb7afb9902524e54b | refs/heads/master | 2021-06-28T08:18:46.653140 | 2020-11-16T12:43:15 | 2020-11-16T12:43:15 | 178,905,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | #include <stdio.h>
int main() {
int i,n;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
printf("%d",i);
if(i%3==0 && i!=n){
printf(",");
}
}
return 0;
} | [
"49163946+hemadhurjaty@users.noreply.github.com"
] | 49163946+hemadhurjaty@users.noreply.github.com |
3a07e057d72564b4991c906dfb951b8b893edc68 | f940121f2d9d4480933bd66756cbfebc7ce262b9 | /src/main/java/com/storedobject/ui/util/AbstractContentGenerator.java | 9bd603ec41cb76bfc89caa767e231ecd981346ed | [] | no_license | syampillai/SODevelopment | d91bda60293164335ccc05e5b1cf1b13ac529d15 | b6fae246399742218bc932e3ad095a336084dcb1 | refs/heads/master | 2023-08-19T18:31:58.308741 | 2023-08-04T03:39:20 | 2023-08-04T03:39:20 | 379,995,889 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,385 | java | package com.storedobject.ui.util;
import com.storedobject.common.IO;
import com.storedobject.core.ContentProducer;
import com.storedobject.ui.Application;
import java.io.File;
import java.io.FilterInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Objects;
import java.util.function.... | [
"syam@engravgroup.com"
] | syam@engravgroup.com |
46568d1bd1994b1b0dee83bc66b21bf40e060364 | 37b2882464e9464159db01e7c33300181fa8b5d7 | /components/org.wso2.carbon.identity.keyrotation/src/main/java/org.wso2.carbon.identity.keyrotation/model/TempOAuthScope.java | 159ff41c27cc9d110d5e65360ba30d3f45d3a8f3 | [
"Apache-2.0"
] | permissive | wso2/identity-tools | e9542e0465f2d0ecb4928aa8cceecdb30317ea13 | 5bb944af54fc8eb2cad68fd535ada7adb2e56ba1 | refs/heads/master | 2023-08-22T23:41:22.017869 | 2022-06-14T05:21:24 | 2022-06-14T05:21:24 | 189,541,681 | 33 | 18 | Apache-2.0 | 2022-09-22T17:35:12 | 2019-05-31T06:40:05 | Java | UTF-8 | Java | false | false | 3,877 | java | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | [
"geesavihara97@gmail.com"
] | geesavihara97@gmail.com |
3d43e928279f096a300615457434c83e4dcadb8b | 6473f0f9918e8859e120c7d141fd4b45b5f25ced | /src/main/java/com/globant/stock/dao/StockRepository.java | 068b1d948450a440ee89f79648bd8eaa6e3f6e24 | [] | no_license | rkmaury007/stockapi | 623cac08ee6ca644d4ecdbf10c5d28cb49d9bde8 | cc62a207cc839f5816b09885ba1e634943ffafd6 | refs/heads/master | 2022-11-24T06:17:29.861425 | 2019-06-18T16:46:38 | 2019-06-18T16:46:38 | 192,578,981 | 0 | 0 | null | 2022-11-16T11:50:28 | 2019-06-18T16:47:11 | Java | UTF-8 | Java | false | false | 278 | java | package com.globant.stock.dao;
//import org.springframework.data.mongodb.repository.MongoRepository;
import com.globant.stock.entity.Stock;
import org.springframework.data.repository.CrudRepository;
public interface StockRepository extends CrudRepository<Stock, String> {
}
| [
"rahul.maurya@globant.com"
] | rahul.maurya@globant.com |
c355d62c3f9f6c834a508497de1a0b6601d672b9 | df1c7d8471e63309491b98e6d6f03c7523491d6a | /behavior/observer/BinaryObserver.java | f4dbad042db1f9e5837580a63756833b18c3d714 | [] | no_license | pvnhat/DesignPatternJava | fb1ebfb88eb1f3f1196968013dd14c57b7d5b7ee | 915860db4376796a543c1993026ce612f1b609b1 | refs/heads/master | 2020-04-03T14:04:27.294465 | 2018-10-30T03:50:15 | 2018-10-30T03:50:15 | 155,310,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package observer;
public class BinaryObserver extends Observer {
public BinaryObserver(Subject subject) {
mSubject = subject;
mSubject.attach(this);
}
@Override
public void update() {
System.out.println("Binary String: " + Integer.toBinaryString(mSubject.getState()));
}
}
| [
"vannhat3097@gmail.com"
] | vannhat3097@gmail.com |
adcea66910f96f5cf62df2554ab7a04960d984ce | 549ad5cc3d71b77ad938a9eae074cb6536da7533 | /WebsiteParser02/src/app/ListLinks.java | 22b9f9ff923497be64a33f953a47c13294f0cbcb | [] | no_license | CvetanG/SampleWork | 1fd751839f319dae460c8a5d7a63f7e91bf29989 | 44c42f236c9373b64996743f28d2ec2b7163efb2 | refs/heads/master | 2021-01-01T03:58:03.126796 | 2016-10-20T17:44:55 | 2016-10-20T17:44:55 | 57,224,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,543 | java | package app;
import org.jsoup.Jsoup;
import org.jsoup.helper.Validate;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
/**
* Example program to list links from a URL.
*/
public class ListLinks {
public static void main(String[] args) t... | [
"cgg@abv.bg"
] | cgg@abv.bg |
4d1d15236b6b12ef607e097ba9bf49432d649f96 | 731858f90ab50adb6134d98d285b5a914ce33b39 | /src/main/java/project/blacklist/model/Comment.java | 9e754c662397b22d5701b0983495811b3bfc8293 | [] | no_license | jovanhartono/blacklist | 580b7da29efec0b02d65d4fa75ad473608597672 | 7bde2295244e076bd617f3068b304edbbf820abb | refs/heads/master | 2023-08-15T16:42:02.509914 | 2021-10-18T10:36:09 | 2021-10-18T10:36:09 | 410,060,225 | 0 | 0 | null | 2021-09-30T14:37:47 | 2021-09-24T18:12:21 | Java | UTF-8 | Java | false | false | 850 | java | package project.blacklist.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDateTime;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
public ... | [
"jovanus@yahoo.co.id"
] | jovanus@yahoo.co.id |
e0129ea9bc7e505ed2fdecc28cf3f95e434b673a | 098d725bd038b56ba40e2ca988e93c1b754fa7f3 | /src/com/myrss/CategoryMgrAct.java | 15c374811001e57a235bb6ccdcebac6fdb889f2c | [] | no_license | widerules/benmyrss | 0a9ef156fb1ef7a24c046c1dba803ddf786bc368 | 00024ca3a39fad82d429d4e6c7cf75f105fc1128 | refs/heads/master | 2021-01-11T06:37:09.982890 | 2012-11-07T13:02:23 | 2012-11-07T13:02:23 | 41,127,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,777 | java | package com.myrss;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map.Entry;
import com.myrss.model.Category;
import com.myrss.util.DBHelper;
import com.myrss.util.MyAdapter;
import android.app.Activity;
import android.app.AlertDial... | [
"jiangwenx@gmail.com"
] | jiangwenx@gmail.com |
e7325f92535cf89ceaa684e5dffdea07541917a1 | a1fe4ae073d6b51373a1a07f6e8cf057b851939d | /OnlineDating/src/online/dating/onlinedating/model/User.java | b6ce33d94dcb60cb3606413731124382e085184d | [] | no_license | rajatgupta0889/TomnJerry | e0ba3023b407597f051d50aa95588372e9cb1f83 | 3c13c24a5626dce9df109f0a15cf88853dd6598e | refs/heads/master | 2018-11-07T16:12:18.123549 | 2015-01-30T19:15:15 | 2015-01-30T19:15:15 | 26,216,021 | 0 | 0 | null | 2018-08-28T06:28:48 | 2014-11-05T11:11:46 | Java | UTF-8 | Java | false | false | 5,819 | java | package online.dating.onlinedating.model;
import java.util.ArrayList;
import java.util.Arrays;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
public class User {
String name;
String email;
String fbUserId;
String gender;
Double locationX, location... | [
"rajatgupta0889@gmail.com"
] | rajatgupta0889@gmail.com |
2ab868459f2a46d897c9836fd41548d83dc1853f | 11b4576a9167f83a91fd06c59d475347b5333567 | /Matrix.java | 47e51dd6235e02903dbef6e604b335ddec6f430f | [] | no_license | cbivo76/Matrix | b6ae3078c31106ba9e72066090dcb0ca943d4434 | 77f4bb15d3633cdeb8f960b0037bb8d49219add5 | refs/heads/master | 2020-09-03T16:43:29.460944 | 2019-11-04T13:51:01 | 2019-11-04T13:51:01 | 219,511,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,745 | java |
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Matrix implements ActionListener
{
private static int col, row; //dimentions
private static double myMatrix [][];
private static double tempMatrix [][];
private static JTextField inputField [][];
private static int result;
private... | [
"noreply@github.com"
] | cbivo76.noreply@github.com |
fbedce48fe22e613817c597dc7a74a43ed1c6161 | 314f17f60baf9f2faa1720cb9e6e5dc1d733a97e | /.svn/pristine/4f/4ffc9278f232b7d0807b48fcfee403ae3440e99d.svn-base | 4e7b2a3a6e6404e48093d33bd6ad341431a4fd58 | [] | no_license | lc4t/payment | 8a18d08cb65b778bff48a36e86c3412324159fc0 | 9cfd839ef92b74594259b1a6d3737e11ce4e441e | refs/heads/master | 2020-03-31T07:15:31.731886 | 2017-05-23T05:15:15 | 2017-05-23T05:15:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | package noumena.payment.googleplay;
import java.util.Vector;
public class GooglePlayParams
{
public static final String SIGNATURE_ALGORITHM = "SHA1withRSA";
public static final String GOOGLEPLAY = "GooglePlay";
private Vector<GooglePlayParamApp> apps = new Vector<GooglePlayParamApp>();
public Vector<Google... | [
"you@example.com"
] | you@example.com | |
9ecf7c03865ed7cc1e3239eeb2eb9c74425ff0d2 | afbd7ca54dbe6640587979f2a1c8233d7fd503f1 | /src/main/java/com/recklessmo/model/security/DefaultUserDetails.java | d4a619bb072ce69f49f24214ae37755a2b60e56f | [] | no_license | recklessMo/backend | bece811873f9c29312915dd88b243bbf31ab03f9 | 30bfc7899e681bf1bb49115443113e1fd1d0d820 | refs/heads/master | 2021-01-19T00:49:14.338076 | 2018-06-24T13:35:10 | 2018-06-24T13:35:10 | 73,255,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,044 | java | package com.recklessmo.model.security;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Collection;
import java.util.List;
/**
* Created by hpf on 6/12/16.
*/
public class DefaultUserDetails implements UserDetails{
pr... | [
"hupengfei@ruoshui.me"
] | hupengfei@ruoshui.me |
03f221f8da9f8c81247ff82d28bde3b29e994010 | 092064d0539cfd759cb5e81338b8101f8ce34f9b | /src/java/tan/jam/model/company/americaneagle/CredentialsForAmericanEagle.java | 61776fa6bc716a8744c84d55c9b5457563ad1b9a | [] | no_license | Azizullah444/WGFINANCING | e4d6c5e5fddf053f0df91dd350f8dcaf5faaddbd | 23b06814a0c3aa32d29ae1ed648ebeb9d67323cb | refs/heads/master | 2021-01-20T20:56:29.439028 | 2015-09-17T22:52:04 | 2015-09-17T22:52:04 | 42,686,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,144 | 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 tan.jam.model.company.americaneagle;
import java.util.List;
import tan.jam.company.utils.FileUtils;
/**
*
* @au... | [
"azizullah@192.168.1.8"
] | azizullah@192.168.1.8 |
6dd3c2c2546c88b619776377a4da41131666827a | 2226ba2fa2d878810fb306f29ce4ffb794034843 | /MyJavaProjects/MyParallelLessons/src/parallelOne/ExgrDemo.java | 3004b25cc2cef97465970306d978d53cf145172b | [] | no_license | ManIsntFromSystem/MyJavaLessons | 09006b30950cb2b67a9b561ba6da09a5acad61dc | a5fe90f961cf90a619c14c1f342881a3b707db06 | refs/heads/master | 2020-09-06T16:15:46.916995 | 2019-11-19T07:04:24 | 2019-11-19T07:04:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,723 | java | package parallelOne;
import java.util.concurrent.Exchanger;
public class ExgrDemo {
public static void main(String[] args) {
Exchanger<String> exgr = new Exchanger<String>();
System.out.println("1");
new MakeString(exgr).run();
System.out.println("2");
new UseString(exgr).r... | [
"dimuch.logan@gmail.com"
] | dimuch.logan@gmail.com |
9d5b6e7cf98808d02407ee6ee3183c83aa42787e | efa1fe6ad711b09427df277eddce191375ff7da4 | /src/main/java/com/github/rhacoal/skylink/plug/defaultimpl/MySQLConnector.java | dcc913fb8cc94af8ef4831ab32643a54c11de9ea | [
"Apache-2.0"
] | permissive | Rhacoal/Skylink_Friendly | d42cc229e27162fd90825080036aec8165ec362a | 65fcdc5d33cf793c2cc090440302dc57b074d9f7 | refs/heads/master | 2021-01-10T15:27:22.954941 | 2016-02-02T13:59:43 | 2016-02-02T13:59:43 | 50,512,277 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,165 | java | /*
* Copyright 2016 Rhacoal.
*
* 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... | [
""
] | |
215bd706887e81a70eade4634ab76f752d8c5f35 | 494e79b7e7f00e5a12212271f4b14a0c9c0b0a98 | /src/test/java/it/unicam/ids/c3/personale/CorriereTest.java | ddde49e9af3b4c68b3141ffdb8b7d3548b0e84cc | [] | no_license | ADE-IngegneriaDelSotware/C3_Code | d97cd8f6e6aa0515a90c16a034487c98a7df5c5d | b5fb3aeb97392353e89f8f99eea848d22f5a7e33 | refs/heads/main | 2023-03-28T12:43:05.268250 | 2021-03-02T15:05:04 | 2021-03-02T15:05:04 | 353,084,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package it.unicam.ids.c3.personale;
import it.unicam.ids.c3.merce.Categoria;
import it.unicam.ids.c3.merce.Merce;
import it.unicam.ids.c3.merce.MerceAlPubblico;
import it.unicam.ids.c3.vendita.MerceVendita;
import it.unicam.ids.c3.vendita.StatoConsegna;
import it.unicam.ids.c3.vendita.Vendita;
import it.unicam.ids.c3.... | [
"danielepelosi99@gmail.com"
] | danielepelosi99@gmail.com |
7cacaf1532df7cd7ee90747564448cf1ed45eaf4 | 92029ee3efee26a310d0265c21973af456fea6d1 | /src/main/java/com/tele2test/dao/AppRoleDAO.java | 20b774163339a5a92b7f46225716252185c127c7 | [] | no_license | HappyRomio/chat2 | dabc34e77e626a422dadb7f1e820bb1adf699147 | faa1864e3a2ac1a3caaa3bd0c026d090760aae4e | refs/heads/master | 2022-02-06T00:44:32.827065 | 2020-02-17T12:58:05 | 2020-02-17T12:58:05 | 241,236,831 | 0 | 0 | null | 2022-01-21T23:38:03 | 2020-02-18T00:25:10 | Java | UTF-8 | Java | false | false | 241 | java | package com.tele2test.dao;
import com.tele2test.entity.AppRole;
import org.springframework.data.repository.CrudRepository;
public interface AppRoleDAO extends CrudRepository<AppRole, Long> {
AppRole findByRoleName(String roleName);
}
| [
"maltsevroma@rambler.ru"
] | maltsevroma@rambler.ru |
27ecc9bf59a18e3404bc1c1855949fe7dd867cc2 | 5d556bcc27b7ae314ca35303ddf8263f452aaf58 | /fw-core/src/main/java/com/aicent/fw/common/service/BaseService.java | 20702414635951d2227bd04d2c634ab7182c442d | [] | no_license | larry2722/fw | 50c889da12d9ee168e223aa1b8cb8812255101c6 | 50dfb41ae26e6ab0f9872ef4e007dacb77849288 | refs/heads/master | 2021-01-18T21:28:49.566055 | 2014-02-18T05:31:57 | 2014-02-18T05:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | /**
* Copyright: Copyright (c) 2014
* Company: LuckyStar Common Freamwork
* @author: Larry.Li
* @version: v1.0.0
* Create Date: 2014年1月23日 下午8:30:14
*/
package com.aicent.fw.common.service;
import java.io.Serializable;
import java.util.List;
import com.aicent.fw.common.entity.AbstractEntity;
p... | [
"libin2722@sohu.com"
] | libin2722@sohu.com |
986e2e988572a272817ed46592d9f894a5a5afe1 | b8e86f17b7409ceedb203f48f007634c7b8ee16d | /src/main/java/com/minchev/plantlab/interceptors/PageTitle.java | 81b0ed218c1a4102ffb91aa4961678fdfa6cf85e | [
"MIT"
] | permissive | gminchev1982/PlantLab | 5e0e2dd36e9c569f6f5dbdf07dc416c2b0c29ec7 | 9c94aa5d1ab8013ac83ea9d8a304f5b679ca2cc3 | refs/heads/master | 2020-05-09T22:04:10.076935 | 2019-08-18T19:55:54 | 2019-08-18T19:55:54 | 181,457,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.minchev.plantlab.interceptors;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface PageTitle {
String value() ... | [
"georgi.minchev@gmail.com"
] | georgi.minchev@gmail.com |
bfcd4ad214006323604ecab1930d0f88a15a0145 | a13a500da11148d2e5360e424c03bd7a721f3713 | /src/main/java/ch/gry/myjavaee7project1/musicshelf/common/control/EntityNotFoundException.java | 4f2d5b797229f5f04db3a30f6ea4b6a52361bf8b | [] | no_license | why-y/my-javaee7-rest-api | 7be31f241ef352bae918634a8a65fd464b17c5e1 | 69cb6323948055282a4f03425b474e7d74fed9d1 | refs/heads/master | 2020-12-11T22:18:20.597741 | 2016-04-17T07:37:16 | 2016-04-17T07:37:16 | 43,366,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | /**
*
*/
package ch.gry.myjavaee7project1.musicshelf.common.control;
/**
* @author gry
*
*/
public class EntityNotFoundException extends Exception {
private static final long serialVersionUID = 1L;
public EntityNotFoundException(String message, Throwable cause) {
super(message, cause);
}
public EntityN... | [
"why-y@gmx.net"
] | why-y@gmx.net |
a59c1b2df5c9f690d38a0e6b3da8479325305873 | 7f298c2bf9ff5a61eeb87e3929e072c9a04c8832 | /spring-aop/src/main/java/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.java | 7dfaee8235555bafe6e81dd50d211d754d2c6778 | [
"Apache-2.0"
] | permissive | stwen/my-spring5 | 1ca1e85786ba1b5fdb90a583444a9c030fe429dd | d44be68874b8152d32403fe87c39ae2a8bebac18 | refs/heads/master | 2023-02-17T19:51:32.686701 | 2021-01-15T05:39:14 | 2021-01-15T05:39:14 | 322,756,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,256 | java | /*
* Copyright 2002-2017 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... | [
"xianhao_gan@qq.com"
] | xianhao_gan@qq.com |
c938dec60f0159bf78b2f861fbdc2a0bdf3bd0c9 | 39bf0b411d94ecbd8be5370cc8f106782523463e | /aliyun-java-sdk-scsp/src/main/java/com/aliyuncs/scsp/model/v20200702/GetEntityRouteListResponse.java | 2ff2014aebbba94cfa25bfc5ca483edce5f97701 | [
"Apache-2.0"
] | permissive | 15022515596/aliyun-openapi-java-sdk | cdde8fa03d414841187e0c2817e7694c80bab14e | cddaed401d41d15f30685891c173b861af4b6374 | refs/heads/master | 2023-03-23T10:01:06.951652 | 2021-03-21T08:34:12 | 2021-03-21T08:34:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,896 | 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
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
801c635715cc0daf4aea9fbacc99bf8f14c8017a | 1767bfac7bc817080d6afa8b830ad20a3ad9b178 | /exercicios/src/fundamentos/ConversaoNumeroString.java | eab10a09971c6beb9783dedde58470bde159c0db | [] | no_license | Marimonbert/Curso-Java-com-EclipseIDE | 13938925956ad0d11e12cc67a25aae4f0403dfc4 | bb3e6760b131d0cdb2545f57d7a78cc55a9ee86c | refs/heads/main | 2023-06-12T10:53:03.477035 | 2021-05-16T21:59:58 | 2021-05-16T21:59:58 | 367,971,747 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package fundamentos;
public class ConversaoNumeroString {
public static void main(String[] args) {
Integer num1 = 10000;
System.out.println(num1.toString().length());
int num2 = 10000;
System.out.println(Integer.toString(num2).length());
}
}
| [
"marimonob@gmail.com"
] | marimonob@gmail.com |
efe6456d5f625143eae008da46c222b5b047973d | 76c0f4efed41fcdfc727cdc4b6adf74e2b0302c8 | /src/fr/ac_versailles/crdp/apiscol/RequestHandler.java | 48ff3f2340b6649ead97329d1fbbf10912dd0115 | [] | no_license | crdpacversailles/apiscol-commons | 3d47a180ccf4599fcb0cb7a753375f2cf00bf096 | 703f353bf1c5242e7c719b666bf85e65372695cf | refs/heads/master | 2021-01-21T21:39:41.500752 | 2013-07-08T13:56:51 | 2013-07-08T13:56:51 | 10,762,563 | 0 | 3 | null | 2016-05-05T04:50:28 | 2013-06-18T12:17:02 | Java | UTF-8 | Java | false | false | 691 | java | package fr.ac_versailles.crdp.apiscol;
import javax.servlet.http.HttpServletRequest;
import javax.ws.rs.core.MediaType;
public class RequestHandler {
public static String extractAcceptHeader(HttpServletRequest request) {
return request.getHeader("accept").trim().toLowerCase();
}
public static String convertFo... | [
"joachim.dornbusch@crdp.ac-versailles.fr"
] | joachim.dornbusch@crdp.ac-versailles.fr |
227ef3ea2e2211acd17bbec16e9ca97b441042e6 | 3de3651ffd44ef42c47a84be57d891a18248ddeb | /Lesson7/Client/src/main/java/Client.java | 3533c45bfddd4c22201fa0926611f59774a8f30f | [] | no_license | BaranovaElena/JavaCoreAdvanced | 0494ce8fb203e2d08eb19176370193e48d94c988 | e42179d36cbb5753919525fed42d9c3bf848853f | refs/heads/main | 2023-03-08T22:41:39.073457 | 2021-03-14T09:47:32 | 2021-03-14T09:47:32 | 334,398,786 | 0 | 0 | null | 2021-03-14T09:47:34 | 2021-01-30T11:41:51 | Java | UTF-8 | Java | false | false | 4,137 | java | import java.io.*;
import java.net.Socket;
public class Client {
private Socket socket;
private DataInputStream in;
private DataOutputStream out;
private Callback<String> callOnMsgReceived;
private Callback<String> callOnChangeClientList;
private Callback<String> callOnAuth;
private Callback... | [
"baranovaeaa@yandex.ru"
] | baranovaeaa@yandex.ru |
cd9afed614f5410e8e0bb75587c0458fd405bd1f | 2b40d55e06270926fcae044043ae5beb95d74f3c | /actividades/prog/files/java/mil-ejemplos/darwin/database/User.java | 59d424fc652180b15e825f37693ba4196b18535d | [
"BSD-2-Clause",
"CC0-1.0",
"CC-BY-SA-3.0"
] | permissive | jsuabur/libro-de-actividades | 15af2318407420b5cd81f4c4bc8a8371ee0c1eee | 2941e34a5112962403d965e53435951981652503 | refs/heads/master | 2020-04-07T16:40:10.388462 | 2018-11-21T11:25:44 | 2018-11-21T11:25:44 | 158,537,991 | 0 | 0 | CC0-1.0 | 2018-11-21T11:30:22 | 2018-11-21T11:30:22 | null | UTF-8 | Java | false | false | 5,758 | java | package database;
// package jabadot;
import java.util.Date;
/** Represents one logged in user
*/
public class User implements java.io.Serializable {
private static final long serialVersionUID = 5394392565088707959L;
// #name:password:name:email:City:Prov:Country:privs
/** The login name */
protected String... | [
"dvarrui@gmail.com"
] | dvarrui@gmail.com |
ec2a60930511180c2826bfbe681131d7c9b2c233 | 501537e1c149760137d6b0db806098b5d436e874 | /houserobbery.java | 92033d0929145b243af59c8d708adf56d92d7ebc | [] | no_license | Arihant1467/DP-1 | 68bcba17f18a974562089367327b41b4858d18e9 | 1da99e42de749f272626b5515eefbe65d2f91443 | refs/heads/master | 2020-08-17T12:50:38.375716 | 2019-10-17T01:44:59 | 2019-10-17T01:44:59 | 215,669,416 | 0 | 0 | null | 2019-10-17T00:28:01 | 2019-10-17T00:28:00 | null | UTF-8 | Java | false | false | 1,098 | java | /*
Did it run leetcode: Yes
Time Complexity: 0(N)
Space Complexity: 0(N)
Problems faced: Yes
Algorithm:
The idea behind the algorithm is that, since we cannot rob two consecutive houses,
we compare total money looted against previous house, two houses before+current house.
1. We create `value` array with size qual... | [
"noreply@github.com"
] | Arihant1467.noreply@github.com |
98ef60879f07b9962694bb8064d1be4cc5f966df | a70932bd4d4829b1a4c35d0103dd7f62e21c933b | /src/model/NodeInfo.java | dec25598607d7605bb2562f653a9ec9239ca4c1e | [] | no_license | njubatyrov/DIAS-visualization | b6f68f586f3ea739805ec63eb1630204dbafa5a4 | b0ec73e3d8abfb4c55690e1cce46c93de8f61c7a | refs/heads/master | 2021-01-23T10:34:25.686256 | 2018-03-29T21:02:20 | 2018-03-29T21:02:20 | 102,617,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,576 | java | package model;
/**
* Node information for a specific node in a specifing epoch;
*
* @author jubatyrn
*/
import java.util.ArrayList;
import com.fasterxml.jackson.annotation.JsonProperty;
public class NodeInfo {
private int id;
private int epoch;
private double avg;
private double sum;
pr... | [
"nursultanmktl@gmail.com"
] | nursultanmktl@gmail.com |
fb238b421ff08daaac1cbdc820e1f3f600961a47 | e4f38331fb4c3277a3c559156669a659f0afadea | /de/tud/kom/srr/tasks/NetworkEntity.java | cbf37737610f50e6d9e8ecaa881e5a70e1abc05b | [
"Apache-2.0"
] | permissive | rhaban/sdn-statistic-request-relay | 8aaf5d874c0c5d28f981ae4ef5c459ac68f7b01f | 0b3e60e8502f9aa890c9ad0ccf72a7cf40a228ef | refs/heads/master | 2021-05-11T12:29:02.907156 | 2018-01-16T09:08:37 | 2018-01-16T09:08:37 | 117,659,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,923 | 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"... | [
"noreply@github.com"
] | rhaban.noreply@github.com |
3dcaaa0eef4bbca66f48604d446cb81021ef09fe | 3b3274f85abd162f7dbb1fe7a4c13ef48bec864b | /src/main/java/com/rest/itau/UserController.java | 31f9f591f42063c143457cd7086fba7c19a45815 | [] | no_license | dannielz/itau-rest-server | 05bcbb0a589da9c9a2451b42efa8a27caef50ee3 | 7cc9917adbbef82110ff4bba46ac6180e992968a | refs/heads/master | 2020-03-23T19:55:15.954853 | 2018-07-23T18:40:38 | 2018-07-23T18:40:38 | 141,939,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.rest.itau;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@Reque... | [
"d.dias@korth.com.br"
] | d.dias@korth.com.br |
e60c719e0023ee648083707716678e0279eb2826 | e7a6d8a81a045bb49565868cd587fd005cf21b64 | /src/main/java/it/polimi/ingsw/ps16/server/model/message/infomessage/InfoMessage.java | 62265c440c1f5e952cf852a25302f2a243b1c486 | [] | no_license | GiovanniGianola/Aleph-CouncilOfFour | ea323b72bdaae977d6706a79e12251de3cae7237 | 55e04d759c5b64573a183ebc2f9f9ce8a10957ca | refs/heads/master | 2022-12-28T16:11:05.541489 | 2020-05-07T16:52:58 | 2020-05-07T16:52:58 | 262,107,367 | 0 | 0 | null | 2020-10-13T21:48:46 | 2020-05-07T16:51:09 | Java | UTF-8 | Java | false | false | 938 | java | /*****************************************
* *
* Council Of Four *
* *
* Software Engineering Project *
* *
* Politecnico di Milano *
* *
* Academic Year: 2015 - 2016 *
* *
* Authors: Gianola Giovanni *
* Leveni Filippo *
... | [
"10451768@polimi.it"
] | 10451768@polimi.it |
fcacbe46cb0ce7a6c238cacdf264a576ec6c33c2 | f6688a80624042004f911464a67541c032c1e09a | /src/com/example/haodoucai/MainActivity.java | 5c21d44791b20621675f672c38f9fee6f4076206 | [] | no_license | hanmichael/- | b938d72fd060a957c1f5a086506d186e3f94004c | 3416a1e400b4b4047000e93a7d0470e4d03fb15c | refs/heads/master | 2021-01-10T11:05:01.516835 | 2015-10-07T09:31:12 | 2015-10-07T09:31:12 | 43,806,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package com.example.haodoucai;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
@Override
... | [
"478270575@qq.com"
] | 478270575@qq.com |
100088c97fd00a78f8519b4584477e9f5a1fed39 | c24e883bba5235840239de3bd5640d92e0c8db66 | /activite/src/main/java/com/smart/website/activite/SmsBasicGiftsEntityPK.java | 22807c49e2474eab2bbeb7d82b9cc31ef88d2884 | [] | no_license | hotHeart48156/mallwebsite | 12fe2f7d4e108ceabe89b82eacca75898d479357 | ba865c7ea22955009e2de7b688038ddd8bc9febf | refs/heads/master | 2022-11-23T23:22:28.967449 | 2020-01-07T15:27:27 | 2020-01-07T15:27:27 | 231,905,626 | 0 | 0 | null | 2022-11-15T23:54:56 | 2020-01-05T11:14:43 | Java | UTF-8 | Java | false | false | 1,103 | java | package com.smart.website.activite;
import javax.persistence.Column;
import javax.persistence.Id;
import java.io.Serializable;
public class SmsBasicGiftsEntityPK implements Serializable {
private int storeId;
private long id;
@Column(name = "store_id", nullable = false)
@Id
public int getStoreId(... | [
"2680323775@qq.com"
] | 2680323775@qq.com |
8c966e55b13b1d58ef0be1485fd13f183f0634d8 | edc96a89b24df2dbbca7d99fd156dc03e789f738 | /app/src/main/java/com/example/user/gamearticlesmenu/DownloadTask.java | 8bb10525935e0c5948f9e284a44758fe7899ab99 | [] | no_license | kenta12357/android_GameSummary | a4125f6e7600e7b31d2f47ab6bcf45bfb5f9a512 | 8a8399607559e8dfa8c8bdf9b96f1c5b7f74b4ad | refs/heads/master | 2020-11-23T23:16:08.812209 | 2019-12-13T14:41:58 | 2019-12-13T14:41:58 | 227,859,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,770 | java | package com.example.user.gamearticlesmenu;
/**
* Created by Kenta on 2018/02/13.
*/
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.util.Log;
import java.io.IOException;
import java.io.InputStream;
imp... | [
"kenta12357@gmail.com"
] | kenta12357@gmail.com |
87ed97bc690ebdb8d7942920f19efbc8300e7adc | a57d56231f382ffcccea17cd91a421090e26f2f6 | /src/main/java/beer/hapibrew/beerxml2proto/proto/Style.java | 1cec8df4f83e3601ef69b98d650f46c570b6e94f | [
"MIT"
] | permissive | zokipirlo/beerxml2proto | fcbceabb9087fc763e57c3449bb128b4c316c646 | eb3b0d5918d5c142d6e60fcefb91e9fe8cde3960 | refs/heads/master | 2021-01-18T21:07:58.788711 | 2017-04-05T14:19:10 | 2017-04-05T14:19:10 | 87,010,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,057 | java | // Code generated by Wire protocol buffer compiler, do not edit.
// Source file: beer.proto at 45:1
package beer.hapibrew.beerxml2proto.proto;
import android.os.Parcelable;
import android.support.annotation.Nullable;
import com.squareup.wire.AndroidMessage;
import com.squareup.wire.FieldEncoding;
import com.squareup.w... | [
"zoki@Zokis-MacBook-Pro.local"
] | zoki@Zokis-MacBook-Pro.local |
b22d206af81dd8a84b7fb4b1601dab70f958837c | 965ecacc15e05faf2cede20a40eff3967b7e7547 | /src/main/java/com/zipdoc/hb/dao/MemberDAO.java | e939fb3ec9a07c662f8f7b9bed86ce7e90dd3d8b | [] | no_license | YoungWookCho/spring-zipdoc | 5769b57aa27895f38845dedb058eaf8aa351bd81 | bf131a7a5205dc7e4f5adcfb1b89b427ad951f77 | refs/heads/master | 2021-01-11T14:25:54.360214 | 2017-02-14T02:36:46 | 2017-02-14T02:36:46 | 81,412,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package com.zipdoc.hb.dao;
import java.util.HashMap;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class MemberDAO {
@Autowired
private SqlSession ... | [
"young1596"
] | young1596 |
12d9cc491c3a0159d9be1bf133e5c2352fefef3e | 271b9ff8781aa860b62b12bb58db7e567065d059 | /Homework/src/task7/Animals.java | 48f5439df554684bbaeafbaf9d36650a9fc71eee | [] | no_license | SlavikTymchyshyn/HomeWorkJavaCore | dda9a536e2d288b328e96c1e47f8896b18915eff | ee855d85339a213f4158ce83ad3001dc8ac18716 | refs/heads/master | 2021-01-10T15:42:31.959316 | 2016-03-04T23:24:43 | 2016-03-04T23:24:43 | 53,170,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package task7;
public class Animals {
private String kind;
public Animals(String kind) {
this.kind = kind;
}
public String getKind() {
return kind;
}
public void setKind(String kind) {
this.kind = kind;
}
@Override
public String toString() {
return "Animals [kind=" + kind + "]... | [
"sleshnfs01@gmail.com"
] | sleshnfs01@gmail.com |
109969e536d8fde3816162a9f62d1b7e0443e481 | 5378b41ed9e0d1ec7f003a9bee9885a5797ae243 | /consensus/ibftlegacy/src/test/java/org/hyperledger/besu/consensus/ibftlegacy/IbftLegacyContextBuilder.java | fecbb4e80abcecb6319a0f1452cafff648e645a6 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | NicolasMassart/besu | 2f39eeb4a486e83f5ba8a2f0cf0d5186c22fa377 | ebfe8a6d4cbd3f54ba3ddd88296a1a80d609e156 | refs/heads/master | 2021-06-18T20:56:05.673154 | 2021-05-20T12:44:27 | 2021-05-20T13:04:14 | 208,740,034 | 1 | 0 | Apache-2.0 | 2019-09-16T07:44:03 | 2019-09-16T07:44:03 | null | UTF-8 | Java | false | false | 1,891 | java | /*
* Copyright ConsenSys AG.
*
* 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... | [
"noreply@github.com"
] | NicolasMassart.noreply@github.com |
71120845bba1f70384161b5dc7f058586c35db37 | 88edc9fdc7227b0b1718d929eb2ef652802d08f4 | /curso-java-basico/src/com/poli/cursojava/aula35/Calculadora.java | 7df8791a73a046d55b8b289f866550462ab04865 | [] | no_license | PolixeniaCorreia/JavaBasico | 36040ba2da94497780dc2fba4b58e6fb877f60f1 | 0314e1f2c53fa2f2e9678afa69a653121afaad98 | refs/heads/master | 2020-08-30T10:38:33.988853 | 2019-12-03T18:16:04 | 2019-12-03T18:16:04 | 218,344,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package com.poli.cursojava.aula35;
public class Calculadora {
public static int fatorialNaoRecursivo(int num) {
if(num == 0) {
return 1;
}
int total = 1;
for(int i = num; i > 1; i--) {
total *= i;
}
return total;
}
public static int fatorial(int num) {
if(num == 0) {
return 1;
... | [
"polixeniacorreia@gmail.com"
] | polixeniacorreia@gmail.com |
88079b33713b0e5cb02ea0a1d439e5b6f2eed6cb | f1979f8a612b763f009baa509f304c2a19ffe739 | /level3/src/main/java/com/alxgrk/level3/Level3Application.java | 39ca94248276d1659520d926ed02d4889b9c3898 | [
"Apache-2.0"
] | permissive | alxgrk/bachelorarbeit | 4c16e61722af04e9bf4d0114fc210febb4a47687 | 6f967d1a3d4746bd5bf710d74805b46093176f54 | refs/heads/master | 2021-08-09T00:17:50.037545 | 2017-11-09T10:22:14 | 2017-11-09T10:22:14 | 104,808,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,342 | java | package com.alxgrk.level3;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.Month;
import java.util.Arrays;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import j... | [
"alexander.girke@mercateo.com"
] | alexander.girke@mercateo.com |
c9ccfe92d7a035450e7e1e95255db2c4e4425951 | 1ada05b799d63ec42ea48dab40a45e966127fb82 | /src/main/java/com/ds/backup/AddNumber.java | c133fe7d30a5450cd715d7a642e9a591a2724b60 | [] | no_license | AdityaGaurav/DataStructureAndAlgorithms | 2985dca2c6bf4b286bb5fcbe82257f247e8f997c | ceac2e0cf975d8f1dba6db3d0a813ecdf3a8f13d | refs/heads/master | 2020-03-19T08:41:52.536186 | 2018-06-16T18:48:28 | 2018-06-16T18:48:28 | 136,227,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.ds.backup;
public class AddNumber {
//static int sum;
static int getSumOfNumber(int[]nums, int length){
if(length== 1){
return nums[0];
}
else {
int sum;
sum = nums[length-1];
return sum+ getSumOfNumber(nums, length-1);
... | [
"aditya.smit@gmail.com"
] | aditya.smit@gmail.com |
f562e54f0f0f955f0bf5feca45463d20c6a5bcfd | 2880d1197800f71a494e51695584b3766880af88 | /src/main/java/br/com/tecnotads/tecnotads/repository/ItemVendaRepository.java | 4f2afe382ab7ca0ba54eff41d9d347e0af2c52e4 | [] | no_license | vssouzaa/tecnotads | d50f878dcd65da29b181e597e0984df04d8b7bf9 | 0604356aa25a3f00ef444eceef2e37250ae195ab | refs/heads/master | 2023-05-06T08:32:18.105491 | 2021-05-25T03:07:55 | 2021-05-25T03:07:55 | 369,952,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package br.com.tecnotads.tecnotads.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import br.com.tecnotads.tecnotads.domain.entity.ItemVenda;
@Repository
public interface ItemVendaRepository extends JpaRepository<Item... | [
"victors.souza@hotmail.com"
] | victors.souza@hotmail.com |
a39897813020953ecc406f5b7421ea3806d5ad85 | e47be12dc8c779fd2027859fab008c4df2aa29c4 | /SpringBoot/src/main/java/com/capstone/springboot/domain/BaseTimeEntity.java | 7ca95feb1a0bf00766060be6858d5e60692e875e | [] | no_license | EarlyHail/Capstone | 95d4017ea32df7051eca7072bc603a7b2241dc00 | ffa4af788548d2e1287b6f33b2794080f3839510 | refs/heads/master | 2022-11-05T17:47:46.097040 | 2020-06-19T11:08:57 | 2020-06-19T11:08:57 | 268,109,989 | 0 | 4 | null | 2020-06-19T10:54:12 | 2020-05-30T15:43:46 | HTML | UTF-8 | Java | false | false | 607 | java | package com.capstone.springboot.domain;
import lombok.Getter;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import org.springframework.data.jpa.domain.support.AuditingEntityListener;
import javax.persistence.EntityListeners;
import javax.persisten... | [
"hojin5633@gmail.com"
] | hojin5633@gmail.com |
605df0a60e2a1c8f4b5d8f781a987bdbf281c261 | d88f642234e8f803e0329e2dd4a2443fae559c66 | /src/main/java/main_package/Creators/PushCreator.java | c355a31b9c24c0a722acc91c56a52ccb5ca45e23 | [] | no_license | ElegantCone/Stack-Calculator | 10c2f9e3fdc3acb96a58398452c1549a72efcd05 | 36aac31b6714091096c89e8c39898713f0e49172 | refs/heads/master | 2022-10-18T10:27:55.410271 | 2020-03-26T13:26:25 | 2020-03-26T13:26:25 | 248,432,545 | 0 | 0 | null | 2022-10-05T19:45:13 | 2020-03-19T06:57:56 | Java | UTF-8 | Java | false | false | 167 | java | package main_package.Creators;
import main_package.Operations.Pusher;
public class PushCreator extends Creator {
public Pusher create(){ return new Pusher(); }
}
| [
"elegantcone@gmail.com"
] | elegantcone@gmail.com |
7c1a7a73b0d0bfa191615299263cf9e9662c1894 | 811fb8f15de7d83643c099e389dfaca1f2bc4bf4 | /OneToOneSharedPrimaryKey/src/main/java/com/totemtec/repository/VehicleRepository.java | bd1d64421ba2bf9e896ea0f8c4cd016b557663e4 | [] | no_license | totemtec/Hibernate-JPA | c1e4a9e70d50a6995b2bc59d4716a117fad8f57a | f9aab5e3aec9388d16982a203abbb23f1c68d84f | refs/heads/master | 2022-11-11T20:09:19.620401 | 2020-06-30T15:27:09 | 2020-06-30T15:27:09 | 275,317,315 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.totemtec.repository;
import com.totemtec.entity.Vehicle;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface VehicleRepository extends JpaR... | [
"majianglin@totemtec.com"
] | majianglin@totemtec.com |
3656506dc711e95c28fd29b88cc34151e8ea75ca | 5f4e7b18c82bca2f3f8ff944a5b0ef31aaf5248e | /hapi-fhir-structures-dstu2/src/test/java/ca/uhn/fhir/util/PatternMatcher.java | cf126c64ee782d7e172656b5be0c5ac8b376fc75 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | shayaanmunshi/hapi-fhir | 1e080ac18393f43cbe069229b674a34dd42a6535 | be07ebc4ef73feb776192cc7ce91d95fde466d8d | refs/heads/master | 2021-06-30T18:53:51.655542 | 2017-09-21T12:33:20 | 2017-09-21T12:33:20 | 201,999,525 | 1 | 0 | Apache-2.0 | 2019-08-12T19:55:49 | 2019-08-12T19:55:49 | null | UTF-8 | Java | false | false | 1,927 | java | package ca.uhn.fhir.util;
import java.util.regex.Pattern;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
/**
* Tests if the argument is a {@link CharSequence} that matches a regular expression.
*/
public class PatternMatcher extends TypeSafeMatcher<CharSequence> {
... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
847a36e89ba08cfc0526a0a83b6cc689c96ce0b8 | 4e66aaadb1f778d424ff7c6dbad180337eabca64 | /src/main/java/com/edu/poli/proyecto/model/Rol.java | a4f117db634e87c480a4d7ae8a1c009dc6bcc72a | [] | no_license | odrugees/Proyecto_Web | 604ba14d2c4cacdbac5183b18c5e3b2e28f252b6 | 1bf5ddc075dea79015a68a67603de58e3ca111ee | refs/heads/master | 2023-05-25T12:27:58.834892 | 2021-05-28T23:07:46 | 2021-05-28T23:07:46 | 359,237,273 | 0 | 0 | null | 2021-05-28T23:07:46 | 2021-04-18T19:41:34 | Java | UTF-8 | Java | false | false | 1,162 | java | package com.edu.poli.proyecto.model;
import java.util.Set;
import javax.persistence.*;
import com.fasterxml.jackson.annotation.JsonIgnore;
@Entity
@Table(name = "rol" )
public class Rol {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer rolId;
private String rolNombre;
private String... | [
"odrugees@poligran.edu.co"
] | odrugees@poligran.edu.co |
1732a93ddd659802d7d7ee1093c29fbc3dcc326f | b70ef58c78a3867089d627b4eafed99647048998 | /Java/src/main/java/annees/annee2019/jour10/Asteroid.java | 662c41e3ac48b7db70dd0518b1de7217a14f2a2c | [] | no_license | Landalvic/advent-of-code | 310cf9ffa705535f9a9ee0573670710ac0da84d4 | c6611c4dc5d72364da16923d2efcc23e306ef1cf | refs/heads/master | 2021-12-31T20:25:16.909555 | 2021-12-19T15:11:55 | 2021-12-19T15:11:55 | 162,293,267 | 0 | 0 | null | 2021-12-01T17:58:36 | 2018-12-18T13:34:36 | Java | UTF-8 | Java | false | false | 1,537 | java | package annees.annee2019.jour10;
import java.util.List;
import java.util.stream.Collectors;
import commun.Position;
public class Asteroid {
private Position position;
private Integer vision;
public Asteroid(Position position) {
super();
this.position = position;
vision = null;
}
public int calculerVisi... | [
"cazorla.julien@gmail.com"
] | cazorla.julien@gmail.com |
d0dfda8fe0bbc9657ad0105989cc332d30a6624f | 4055e5e3da26ba9955d91a381938a70bc5aafa4b | /Stationery/src/com/wabacus/system/dataset/update/precondition/AbsExpressionBean.java | 4d27ca204d7b0803a97d614dda3316972cfc6921 | [] | 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 | 2,493 | 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 |
f68725c0b2aef935b2fd7eabccf7886af6976706 | c60e95993bc087c4373cd58b55d9ff9b81a58fea | /Cadastro.java | b6599d50ad8ddeecfd9b8b4ee92e2557c42e5fea | [] | no_license | leeedd/Exercicio51 | 5e06df1f17b4308a6bfe7bdf53315339f7ec4250 | 4902e0a89c71359a4f37fbc2a140d489d7d3e51e | refs/heads/master | 2021-01-17T12:08:27.998263 | 2016-06-13T21:25:50 | 2016-06-13T21:25:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,476 | java |
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JTextField;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.sw... | [
"noreply@github.com"
] | leeedd.noreply@github.com |
7e4e80517bd6f79767e2ac5102050a68e4482415 | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE190_Integer_Overflow/s01/CWE190_Integer_Overflow__byte_console_readLine_multiply_15.java | 7e9333aea59cc1f24e9d33001ccf7c52f756be0b | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,955 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__byte_console_readLine_multiply_15.java
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-15.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: console_readLine Read data from the console using... | [
"you@example.com"
] | you@example.com |
f607111d02134691fb99bf2de0e358c717bd1903 | 1d20595d53e55b67af3ca25bb71112688118b56b | /src/main/java/com/sdau/student/StudentSpringboot2Application.java | cbbdc73ab49ec0e478e8d18a7b13b079ecd3e173 | [] | no_license | klsfct/student-springboot3 | a686af647465ca35c1c6f2eb95d86539b1b66272 | 049cfe95aa3ac849072ed9e8e878a87ce02ea5a4 | refs/heads/master | 2022-07-05T15:16:59.318571 | 2019-12-11T01:55:29 | 2019-12-11T01:55:29 | 227,013,243 | 4 | 0 | null | 2022-06-21T02:25:04 | 2019-12-10T02:38:37 | JavaScript | UTF-8 | Java | false | false | 332 | java | package com.sdau.student;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class StudentSpringboot2Application {
public static void main(String[] args) {
SpringApplication.run(StudentSpringboot2Application.class, ... | [
"742512055@qq.com"
] | 742512055@qq.com |
740d5d9918081e31abe63c5a1faa71a9ef070b65 | 73b5d7002c436f26dd8dcba8193d58a74bfc1f2e | /linkedList/DeleteDuplicates.java | d701e6671062756882f9be023b1f1b49072b3538 | [] | no_license | wljyes/leetcode_programing | 8baeefab46e08754d8384e4adbfdf054a805b2be | 43d01dee1109c43be9b8e03bd65fda3493e411e4 | refs/heads/master | 2022-11-12T05:38:17.297268 | 2020-07-07T04:56:56 | 2020-07-07T04:56:56 | 277,423,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package linkedList;
public class DeleteDuplicates {
public ListNode deleteDuplicates(ListNode head) {
//哑节点
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode first = dummy;
ListNode second;
while (first.next != null) {
boolean fl... | [
"1757280079@qq.com"
] | 1757280079@qq.com |
d59af710c9e99dabef21204720bb167d609bdb11 | c90a5dc2fe138efd9fab3e2fd5a515d830092573 | /solution/Countdown.java | 92ec7ac608ddbe0ff8123e13679453b6424d74ea | [] | no_license | bastienapp/dojo-countdown | 88c1418cd57c9426d3360a269ef7e9e92a819b33 | 8fed38826fead1fafc0c0f4f801d1b4979193195 | refs/heads/master | 2022-08-06T03:04:28.671916 | 2018-11-06T11:04:17 | 2018-11-06T11:04:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | class Countdown {
public static void countdown(int x) {
System.out.println(x);
if (x > 0) {
countdown(x - 1);
}
}
}
| [
"bastien_krettly@wilder.school"
] | bastien_krettly@wilder.school |
ca782e637b4385df5df9bbd13e2600fa6a8ca668 | 7582dfa1ed4778eae70e888273d8c3e79b9f15b7 | /src/avg/ScoreAvg.java | e0a344114bd58e54e576365a875488ef083baad9 | [] | no_license | lvraikkonen/hadoop_onhands | a74551bfcfc414ddc28ce6f8a80592efb733efd4 | ee867d0fb36a4f4051ba95ee9eb3103d80e21e1e | refs/heads/master | 2021-09-12T15:44:29.604256 | 2018-04-18T08:18:33 | 2018-04-18T08:18:33 | 104,719,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,578 | java | /**
* Copyright (C), 2015-2018, XXX有限公司
* FileName: ScoreAvg
* Author: lvshuo
* Date: 03/04/2018 2:58 PM
* Description:
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package avg;
import org.apache.hadoop.conf.Configuration... | [
"claus.lv@hotmail.com"
] | claus.lv@hotmail.com |
1603b555eac7cfb683f1844dc8582c0dab14e202 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /imp-20210630/src/main/java/com/aliyun/imp20210630/models/CreateAppTemplateRequest.java | f4ae3d336437dcb21cd157fa16b28b3862a0bdaa | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,777 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.imp20210630.models;
import com.aliyun.tea.*;
public class CreateAppTemplateRequest extends TeaModel {
// 应用模板名称
@NameInMap("AppTemplateName")
public String appTemplateName;
// 应用模板场景,电商business,课堂classroom
@NameInMap("Scene... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
13d19fbb4b63680129b3aad34f939ad0b9f413f2 | bfd603ce9ba02ac3cf5add83da705046bc7660a8 | /src/java/Controller/SauverImage.java | b91c58300f2f078dcf2862ff63a3f15f01ee319d | [] | no_license | JudeSeide/Affinite-java-servlet | a9d8ebfc3cc8531d52f424b522467379d1528e71 | 13ce4d222a8cf2f59403485fdda507f38391531f | refs/heads/master | 2021-01-01T05:32:54.095128 | 2015-01-09T14:40:55 | 2015-01-09T14:40:55 | 29,019,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,643 | java | package Controller;
import java.io.File;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fil... | [
"jude.seide@gmail.com"
] | jude.seide@gmail.com |
8d2e26c2c561e9f4398482cc7d5c1a4af64e662c | 6a76cb61b05423b4ae47b22f4b8663a8bf6ba0d7 | /src/main/java/com/lwm/smarthome/entity/SysUser.java | 2b173db49e4878521c2323e594242ce58a5425ba | [] | no_license | linweiming1/SmartHome | 8e349ba9588640303819657c0dd92c73e407fdb3 | d15565e99c1f92ca89160318618866cb6c377880 | refs/heads/master | 2021-04-15T04:29:57.435727 | 2018-06-02T15:22:27 | 2018-06-02T15:22:27 | 126,143,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,604 | java | package com.lwm.smarthome.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/*
*用户实体类
* author:linweiming
* */
@Entity
@Table(name = "sys_user")
public class SysUser implements Serializable {
@Id
@GeneratedValue(strategy = ... | [
"linweimingFZ@163.com"
] | linweimingFZ@163.com |
c7fd9ea8b87eb49cb8dd68e0cdd2b0ec440cd182 | 6b5a685d228b299cfb25eb75d020de34ed161653 | /backend/src/main/java/at/ac/tuwien/sepm/groupphase/backend/endpoint/mapper/InvoiceItemMapper.java | 65c2ea41a90c3e95b3471c81fe7c8b807cbb15a2 | [] | no_license | buenaflor/ShopCorner | 2ae9ec4b17f0794428a072c94ebc3b608af0457b | 89bf116347baa79d8667628bf347584c82c8f8f4 | refs/heads/master | 2023-06-06T14:42:13.233176 | 2021-07-01T09:16:24 | 2021-07-01T09:16:24 | 381,975,359 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package at.ac.tuwien.sepm.groupphase.backend.endpoint.mapper;
import at.ac.tuwien.sepm.groupphase.backend.endpoint.dto.InvoiceItemDto;
import at.ac.tuwien.sepm.groupphase.backend.entity.InvoiceItem;
import org.mapstruct.IterableMapping;
import org.mapstruct.Mapper;
import org.mapstruct.Named;
import java.util.Set;
@... | [
"e11713963@student.tuwien.ac.at"
] | e11713963@student.tuwien.ac.at |
59317786a92a8daf1d9f5cc80333f521eba81e80 | c6a2e6809860d7272f3ef9e3cf6e1523f280cdac | /ShareMarket/src/com/cg/service/ServiceStockImpl.java | f11d593963022a7b1cb48f9163bead6cd0f50401 | [] | no_license | codingislife104/module-4 | aa6bb00b4ea52aa6a502c1d07b569b8f7c5e56a8 | 59d12a8cd21e21e22279d3a428d482f6f210bd0d | refs/heads/master | 2021-05-02T17:37:08.589196 | 2018-02-09T01:57:25 | 2018-02-09T01:57:25 | 120,389,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.cg.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cg.bean.StockBean;
import com.cg.dao.IStockDao;
import com.cg.exception.ShareException;
@Service
public class ServiceStockImpl implement... | [
"noreply@github.com"
] | codingislife104.noreply@github.com |
f97d6f9b3c6a1a776594b95de782f4c0b9693271 | 3ecacacce830a8ef29389a3b75f7ba779ccbdc58 | /app/src/main/java/com/example/feedback/LoadingScreenActivity.java | a21ee9c93aee52505344f2f863254e6936b78427 | [] | no_license | trmehta/Feedback3 | 2578fb35e5e089a2b5de5d1b71afda428c3d1875 | fb128fa7f7a1f78fb4a2fd7a07f101edcb9a13ca | refs/heads/master | 2021-01-20T21:52:53.902011 | 2015-02-06T08:13:57 | 2015-02-06T08:13:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package com.example.feedback;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.View;
public class LoadingScreenActivity extends Activity {
public static String Page = "com.example.feedback.MainActivity";... | [
"trishim11@gmail.com"
] | trishim11@gmail.com |
2245c32f76c8809ec2a1cb7ed94fcaccd3a99b2b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/35/35_ab704fdc79e2413016e0c4de9f7e1e979c652727/ServiceLevelAgreements/35_ab704fdc79e2413016e0c4de9f7e1e979c652727_ServiceLevelAgreements_t.java | 07197a4a15153614b21fffa45c833c2ec06d0083 | [] | 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,039 | java | /*
* Copyright to 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8e3a77acee541edaa70c6cef2a57069f010a6010 | 25fcf3b3d515f569bdeafc38a5cfaa835fcec3fc | /src/main/java/eu/verdelhan/bitraac/indicators/TrueRange.java | 952b0cf6863a7e86eeb91c3e10ae5db3adefe1ae | [
"MIT"
] | permissive | talkvip/Bitraac | 8835a0ea6df063fb66d1856df589bae5ac90dc28 | 5fddc0dd19b37ebe4db3bf937f683f81177a9f6f | refs/heads/master | 2020-06-02T04:33:53.617905 | 2013-12-06T12:12:00 | 2013-12-06T12:12:00 | 15,041,395 | 3 | 6 | null | 2017-10-19T14:37:07 | 2013-12-09T07:56:58 | Java | UTF-8 | Java | false | false | 1,981 | java | package eu.verdelhan.bitraac.indicators;
import eu.verdelhan.bitraac.data.Period;
import java.math.BigDecimal;
import org.apache.commons.lang3.Validate;
/**
* True range indicator.
*/
public class TrueRange implements Indicator<Double> {
private Period previousPeriod;
private Period currentPeri... | [
"marc.deverdelhan@yahoo.com"
] | marc.deverdelhan@yahoo.com |
0253fe394fab4ea6bfa82bb5862a329b36172739 | a54afc897f883165410a7361a1ff41d25435775b | /src/main/java/com/fengdai/qa/meta/CallbackInfo.java | b4474eb09113fa319966c58d6e5a398a15932c98 | [] | no_license | shichaowei/qacms | 8fa607c307e5ed505c3297f222fe23954d135ab1 | 31b33937d8df92d94dbfe5f2d2d8eb65d8547094 | refs/heads/master | 2020-12-02T16:18:35.835852 | 2018-05-03T09:25:11 | 2018-05-03T09:25:11 | 96,530,080 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package com.fengdai.qa.meta;
public class CallbackInfo {
int id;
String requestip;
String callbackinfo;
String createtime;
public String getCreatetime() {
return createtime;
}
public void setCreatetime(String createtime) {
this.createtime = createtime;
}
public int getId() {
return id;
}
public void... | [
"1239378293@qq.com"
] | 1239378293@qq.com |
75339880f899c50623189e005c36aff43089c5f2 | 83dd6f92c880f51357a5a557437460f8b90dd847 | /framework/src/main/java/com/example/framework/backend/service/IPushService.java | 003c1b1d1c673920368b857c493774ea4190be37 | [] | no_license | seasunny1229/Meet | 462eeb8ebbb6ba72d11b73fd04479bf44ddf8229 | 0b239fbcf3faea88570d6a1e98bf67d900f4a6cb | refs/heads/master | 2021-04-01T20:42:33.535298 | 2020-04-22T23:49:05 | 2020-04-22T23:49:05 | 248,214,118 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.example.framework.backend.service;
import com.example.framework.backend.callback.BackendServiceCallback;
import com.example.framework.backend.pushing.bean.PushInfo;
import com.example.framework.backend.pushing.constant.PushType;
import java.util.List;
public interface IPushService {
void push(PushT... | [
"sea_sunny1229@163.com"
] | sea_sunny1229@163.com |
844ef9ddac63fbdb5d8811afafcf49e095d8a455 | 6b3f9501a1939677f8f47d8f640f3aef4da46f5b | /17/17_3/Server.java~ | 15b11bf905e7ba94fa367ae014f05da9d57076b6 | [
"Apache-2.0"
] | permissive | giszhangke/CrazyJava | 98e9170fd48aaf5d8ade69b0898339666e6f45de | f49a8062883d0962713ed8ce2de970ff9ba33b24 | refs/heads/master | 2021-01-22T05:54:30.135807 | 2017-06-17T17:28:32 | 2017-06-17T17:28:32 | 81,720,570 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 523 | import java.io.IOException;
import java.io.PrintStream;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
public static void main(String[] args) throws IOException {
ServerSocket ss = new ServerSocket(3000);
System.out.println("===========服务器已经启动===========");
while (true) {
Socket ... | [
"giszhangke@qq.com"
] | giszhangke@qq.com | |
b9b745948f5c8a066d99fbda4ac56e8166f5b3bd | 7faa8436f14704a0b9c7d5ab119c7d717d25d0b1 | /stratinit-master/stratinit-client-master/stratinit-client/src/main/java/com/kenstevens/stratinit/client/shell/TabControl.java | 8971be6f8188b3d5d358b6013f6c928451b7c96f | [] | no_license | fil512/stratinit | 262ed97236c39c261184685040d4da87e8ad683d | 60e804dbd0359cecd914015b4aff45be0d458e9f | refs/heads/master | 2022-12-23T05:46:53.076552 | 2021-06-05T15:05:44 | 2021-06-05T15:05:44 | 54,049,345 | 0 | 0 | null | 2022-12-16T05:10:20 | 2016-03-16T16:40:45 | Java | UTF-8 | Java | false | false | 259 | java | package com.kenstevens.stratinit.client.shell;
public interface TabControl {
boolean battleTabSelected();
void switchToSectorTab();
boolean playerTabSelected();
boolean cityTabSelected();
boolean supplyTabSelected();
boolean unitTabSelected();
}
| [
"ken.stevens@sympatico.ca"
] | ken.stevens@sympatico.ca |
51e3a9394c9b014aa02fe4085c989d02ac9cd640 | 43e51f51377f0cb2603f04db15132df437420eb3 | /src/main/java/com/example/service/StudentService.java | 3b0781202e4ff336eb64c15d3b30853e57024418 | [] | no_license | apap-2017/tutorial6_1506757522 | 7212ca382f6ad965fc80ba6367fb7d619487cbfc | 4a590547f1a03c8087e010f5d3bd1bcefc52bdb2 | refs/heads/master | 2021-07-17T19:52:57.195914 | 2017-10-19T14:36:47 | 2017-10-19T14:36:47 | 107,558,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package com.example.service;
import java.util.List;
import com.example.model.CourseModel;
import com.example.model.StudentModel;
public interface StudentService
{
StudentModel selectStudent (String npm);
List<StudentModel> selectAllStudents ();
void addStudent (StudentModel student);
void updateSt... | [
"joachimichwan@gmail.com"
] | joachimichwan@gmail.com |
c6bf197c588e9a66a810e52f205b01b31d6249a1 | af1ea57c3aa878b94dd2eb82371c5cc91b0fb266 | /puzzleApp/app/src/main/java/com/example/eelco/puzzleApp/Tile.java | b2cee59719f0026bf844cf2af2c7af75b0630cd2 | [] | no_license | Urgah/College | 986d9ec7630090c01cbe542d9b3e40a41401fed6 | 8c2cb0ba41fc845482aaec4f20c6958e96d7a05c | refs/heads/master | 2020-04-07T09:23:20.296180 | 2016-12-09T15:21:50 | 2016-12-09T15:21:50 | 41,091,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package com.example.eelco.puzzleApp;
import android.graphics.Bitmap;
/**
* Created by Eelco on 23/03/15.
*/
public class Tile {
int Position;
Bitmap Image;
public Tile(int position, Bitmap chunkedImage) {
this.Position = position;
this.Image = chunkedImage;
}
}
| [
"eelcowagenaar@hotmail.com"
] | eelcowagenaar@hotmail.com |
fff30063915205bde4fa75bb3d2f8332d4a0ee3c | 3158f6eb9ed3ef4a40049b3543ea6ccb082d78a9 | /src/main/java/pages/SearchResultsPage.java | 786db0976e0de5b6def4fae63f6b20d9a03ba5f7 | [] | no_license | DiGrinya/PageFactory | 55ac69abcc3248ed2abdcb8f9a27ed1b351fb8a6 | cbc7bf230985bea214a57e470258111ed028aeb8 | refs/heads/master | 2023-05-03T03:10:18.422972 | 2021-05-31T10:16:07 | 2021-05-31T10:16:07 | 372,464,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import static org.openqa.selenium.By.xpath;
public class SearchResultsPage extends BasePage {
@FindBy(xpath = "//a[contains(@href, 'band-6-yellow-item')]")
private WebElemen... | [
"dm.hrynko@gmail.com"
] | dm.hrynko@gmail.com |
2d3247d01b83f30a70944324f6e47612447d095b | df8b70ac914d9ce0c3ab3dcb7a3fdfe26e8e68a7 | /src/main/java/Application.java | 2d3271c714da21eb53020485e9069fe4f72792a1 | [] | no_license | Roylb/Second_study | 15b1ad315d52811bf416d7e7cb5f2e71f010c6b0 | 5b42728a1f0eea520f8c79075eb91ed243d3fd91 | refs/heads/master | 2021-01-22T05:47:39.865930 | 2017-02-26T09:21:03 | 2017-02-26T09:21:03 | 81,708,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.web.bind.annotation.*;
@RestController
@EnableAutoConfiguration
public class Application {
@RequestMapping(path = "/test", method = RequestMethod.POST)
public St... | [
"liulibin_cmb@etc.com"
] | liulibin_cmb@etc.com |
5942f194ea37d873f1730d013c4d25ea4d0cf529 | e4366b6d81eeec54bc2a9955c32a7af29091daee | /valinor-shopcart/valinor-shopcart-provider/src/test/java/org/valinor/merchant/provider/DemoProvider.java | 54bb5778a4e42f2a16ea7a03b3adcde13e4e5a47 | [] | no_license | 175272511/valinor-parent | da17d354487cec46b717f4435329bb706ae49fc1 | 185246d5600509cbfb75d32853a4ce8d76a5835a | refs/heads/master | 2016-09-01T16:18:34.052980 | 2016-03-23T08:02:33 | 2016-03-23T08:02:33 | 54,541,171 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | /*
* Copyright 1999-2011 Alibaba Group.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"liuhui3@meilele.com"
] | liuhui3@meilele.com |
9b30ac592f3f2db13cede175b8ac3080f6b1ea7d | 3a185b4af880f8a27eac75ad677257c7d4f65fb9 | /src/main/java/ru/ntr/villagemarket/model/mapper/OrderHistoryMapper.java | cd275d5627b35af45b8d4e7671230c9411e53011 | [] | no_license | morrislchg/villagemarket | 060edd1fafcf7f40d2f063eb1d7eb2a9244f5bbe | 004d90f5bd8d3fd921d49c9ccadecd4cd240721c | refs/heads/main | 2023-07-16T00:13:18.537097 | 2021-08-25T06:15:30 | 2021-08-27T14:35:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,130 | java | package ru.ntr.villagemarket.model.mapper;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Component;
import ru.ntr.villagemarket.model.dto.order.OrderHistoryItemDto;
import ru.ntr.villagemarket.model.entity.OrderHistoryItem;
import ru.ntr.villagemarket.model.repository.OrderRepository;
im... | [
"NabiyevTR@gmail.com"
] | NabiyevTR@gmail.com |
b32a2f12d512ae99bf0eea3085a9c9d81276f4df | 485b4fb9cbf33082a51eb198e85aee92098a0d49 | /src/main/java/com/molokotech/config/SecurityConfig.java | ea3db8b3b902d3a57df1c93fe4e12dc5fef89807 | [] | no_license | berlot83/qr-factory | 8f729e987fbd8b8fe435952fe312dae12f1bd4ae | 174145f004adaaa69512be536d051e21a889f03a | refs/heads/master | 2020-05-04T13:46:49.696265 | 2019-04-04T17:29:21 | 2019-04-04T17:29:21 | 179,172,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,304 | java | package com.molokotech.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.s... | [
"berlot83@yahoo.com.ar"
] | berlot83@yahoo.com.ar |
e4e9f085d5ea2b5d2c79876307d70a4e43db5f7d | c1e4ba225e9b87480f7a73734770929fcb764738 | /src/main/java/br/com/ctrlabs/apirestgrandle/config/SwaggerConfig.java | f445cca24db87ea9f980bece8c412f7a45bbe4e8 | [] | no_license | alessdr/api-rest-java-grandle | 3eb487efb2e2a1ade357ea211a2803d6078c0608 | 297c0afccd640fcdb08bb64950de59fa6f858a27 | refs/heads/master | 2022-12-04T05:51:17.427918 | 2020-08-23T13:27:02 | 2020-08-23T13:27:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,564 | java | package br.com.ctrlabs.apirestgrandle.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.service.ApiInfo;
import springfox.documentation.service.Contact... | [
"alessdr@gmail.com"
] | alessdr@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.