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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6ee6b6949a8bfae62d72850b945c743e81bddb0f | 87c4d8551bd90c93c43d2ff68a76820ab20812c0 | /springboot_chap05/springboot/src/main/java/com/heynas/springboot/demo/service/StudentService2.java | 13e97c313cb707e68a6693d6280da89c5e8d7b3a | [] | no_license | evrimulgen/ROM_MicroService_Springboot | e374434af02750d5f0c372936556f4ef9e68e82c | 4a1eb36605132faef9312b630d2d05fef2f5ba14 | refs/heads/master | 2020-04-06T13:50:51.890288 | 2018-09-24T16:43:06 | 2018-09-24T16:43:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 827 | java | package com.heynas.springboot.demo.service;
import com.heynas.springboot.demo.core.PersistenceManager;
import com.heynas.springboot.demo.dao.StudentJpaRepository;
import com.heynas.springboot.demo.domain.Student;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype... | [
"wangmin@cnshippingnt.com"
] | wangmin@cnshippingnt.com |
2ebaf79156df96e95c61bc27ca60afe1e9243f5c | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithLambdasApi21/applicationModule/src/main/java/applicationModulepackageJava5/Foo628.java | 2f48d5374400d11f36157d772ee2fd15efd4658c | [] | 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 | 575 | java | package applicationModulepackageJava5;
public class Foo628 {
public void foo0() {
final Runnable anything0 = () -> System.out.println("anything");
new applicationModulepackageJava5.Foo627().foo9();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
5cf8fc7acd58e5331dfe6af32506247ea258bf00 | 0ddb2d28af7259e1c3ebbe1ed594c5074e476fdb | /PSA/Leader(AMCAT).java | 3c13a161c62b5e1e2d699fd466986d8666b17776 | [] | no_license | Kritika1300/DS-ALGO | baa93ed9080475f0eceb53a47fb4999d06d02020 | 0f580e8446f3fc379008680767acdcd46a99911b | refs/heads/master | 2023-05-07T06:25:55.686716 | 2021-06-01T17:48:54 | 2021-06-01T17:48:54 | 286,824,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,881 | java | <!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
... | [
"kaur.kritika.kritika@gmail.com"
] | kaur.kritika.kritika@gmail.com |
8169509059a265351225949215eefb848c418471 | 8db711e9ced848a4426d8a59d7364ef21bd7b5e6 | /src/main/java/com/bugzilla/bdd/page/BrowserPage.java | 2801c8fc0696c05647a13e9addb94252da36dc3b | [] | no_license | Shailjapandey/Bugzilla_BDD_Java | b8fad31d4cb0cecec78c53bfef8f6cc9d0726b2c | 8e26b71fee43bbe945ce505bb0289d10e780d7c1 | refs/heads/master | 2021-06-24T15:52:09.931196 | 2019-12-01T10:04:04 | 2019-12-01T10:04:04 | 223,699,247 | 0 | 0 | null | 2021-04-26T20:39:32 | 2019-11-24T05:54:01 | HTML | UTF-8 | Java | false | false | 229 | java | package com.bugzilla.bdd.page;
import org.openqa.selenium.WebDriver;
public class BrowserPage extends PageBase {
private WebDriver driver;
public BrowserPage(WebDriver driver) {
super(driver);
this.driver = driver;
}
}
| [
"Shailja.Pandey@emc.com"
] | Shailja.Pandey@emc.com |
c6202a78389b59d51d78c31d3bed7944d47931db | 12a28a1f6dc719ea9d46cf04d59ba222686014f9 | /src/test/java/com/example/mongodb/BookResourceTest.java | 1511cdd8730a2550409152ef55a4157019feec9a | [] | no_license | juazugas/quarkus-mongodb-opentracing | ca9e59db913514f7aee0c2ef74277ae82230ffa3 | fede2966d2ffc4fa94660211e5f3db19706115f1 | refs/heads/master | 2023-01-29T02:17:40.962574 | 2020-12-13T22:40:36 | 2020-12-13T22:40:36 | 295,403,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 432 | java | package com.example.mongodb;
import io.quarkus.test.junit.QuarkusTest;
import org.junit.jupiter.api.Test;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
@QuarkusTest
public class BookResourceTest {
@Test
public void testHelloEndpoint() {
given()
... | [
"jzuriaga@redhat.com"
] | jzuriaga@redhat.com |
9fc1dc96085f07a499209fbd566369eab5a91ae1 | 175427d385017b3d61e7266d1f492c6b05eb015b | /Charge.java | 2ae27fc50f1069a134a75dbb2b07401b7c424599 | [] | no_license | mukeshranjan674/charge | 7376d44f26eb0585220e6e4bbb4a99b3a15d8341 | e3dd5ed5ed87c77df1faf0a8e89b7d9d2d9d6512 | refs/heads/master | 2022-12-27T15:33:29.405347 | 2020-09-29T11:35:17 | 2020-09-29T11:35:17 | 299,593,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | class Charge{
private static final double k = 8.99e09;
private final double rx;
private final double ry;
private final double q;
public Charge( double x0, double y0, double q0) {
this.rx = x0;
this.ry = y0;
this.q = q0;
}
private double potentialAt(double x , double y) {
double dx = x - rx;
dou... | [
"mukeshranjan674@gmail.com"
] | mukeshranjan674@gmail.com |
8fd697ab1d79b9413c480e4b201d44687eda7227 | 0b64b31872985e3a7413da6bac22d7279a361fb7 | /src/main/java/me/wcc/homenvi/controller/CollectorController.java | 0c2628eab0ca9dad90e87e08b562f61532f7eb24 | [
"MIT"
] | permissive | TTcheng/Homenvi-backend | fe673cc0bbb0c0590b177486675d596b34b824e4 | 07ec2f3b06b152a09192b452d99a983611dda400 | refs/heads/master | 2023-04-28T04:26:26.260171 | 2021-03-08T15:48:13 | 2021-03-08T15:48:13 | 173,906,728 | 1 | 1 | MIT | 2023-04-14T17:48:53 | 2019-03-05T08:32:37 | Java | UTF-8 | Java | false | false | 3,485 | java | package me.wcc.homenvi.controller;
import io.swagger.annotations.Api;
import me.wcc.base.domain.Page;
import me.wcc.base.infra.constant.BaseConstants;
import me.wcc.base.infra.utils.Results;
import me.wcc.homenvi.entity.Collector;
import me.wcc.homenvi.exception.UnauthorizedCollectorException;
import me.wcc.homenvi.se... | [
"ttchengwang@foxmail.com"
] | ttchengwang@foxmail.com |
4dfae404a7b93637211f121374c78b6eb2dfc1bb | e6c51943104fa6b1350935dd24e0e31fe04da406 | /apps/vtn/vtnrsc/src/main/java/org/onosproject/vtnrsc/routerinterface/impl/RouterInterfaceManager.java | bbcc04f1d335a1594ef719e4f19473019c85e09a | [
"Apache-2.0"
] | permissive | onfsdn/atrium-onos | bf7feed533b4e210a47312cbf31c614e036375ac | cd39c45d4ee4b23bd77449ac326148d3f6a23ef4 | refs/heads/support/atrium-16A | 2021-01-17T22:06:52.781691 | 2016-02-09T18:13:31 | 2016-02-09T18:13:31 | 51,386,951 | 3 | 4 | null | 2016-07-19T19:28:21 | 2016-02-09T18:03:47 | Java | UTF-8 | Java | false | false | 9,986 | java | /*
* Copyright 2015 Open Networking Laboratory
*
* 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... | [
"gerrit@onlab.us"
] | gerrit@onlab.us |
65643c94cdecaa6ec930b043daece4e6211cc61c | 226a54cd74579009c4e69acf28c84260c39853d0 | /vpp/org/overturetool/ast/imp/OmlMode.java | 60b7934d99f4d57eba66fccddab39509a22ff0a4 | [] | no_license | carvil/jml_vdm_mapper | 8e5fd5b599d7f6171feb16e66864ebfb97a5c0f0 | 5e8b9e8feb8367673b44180923134525129474ff | refs/heads/master | 2021-01-21T00:43:39.073767 | 2012-02-11T17:08:16 | 2012-02-11T17:08:16 | 3,416,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,815 | java | //
// THIS FILE IS AUTOMATICALLY GENERATED!!
//
// Generated at Mon 07-Jul-2008 by the VDM++ to JAVA Code Generator
// (v8.1.1b - Fri 06-Jun-2008 09:02:11)
//
// Supported compilers:
// jdk1.4
//
// ***** VDMTOOLS START Name=HeaderComment KEEP=NO
// ***** VDMTOOLS END Name=HeaderComment
// ***** VDMTOOLS START Name=p... | [
"carlosvilhena@gmail.com"
] | carlosvilhena@gmail.com |
8bd49b769b9c7d5d7133f0b8eb0f7ef5610ef86f | 20c5ea44527c347e49ce1de8f50905edd24ef9a6 | /app/src/main/java/com/yakovleviv/rebenok/MainActivity.java | e05ba90e85ecc32640435588abb8f0d207458268 | [] | no_license | HackilYakovlev/Rebenok | 423a836bd15922519287b7bc690852e60fe8e8df | 977889ca95b6f03b8759e676369ed7b9f480144e | refs/heads/master | 2023-06-08T18:23:03.104347 | 2021-07-02T07:17:22 | 2021-07-02T07:17:22 | 382,263,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package com.yakovleviv.rebenok;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceStat... | [
"5704709@gmail.com"
] | 5704709@gmail.com |
8fd4859621184bd9b24472ac507c571ad8e144b9 | b29c3b9920c863e305205e94a9a66ef011e3ea95 | /arko/src/practice/bitwise/ElementOccuringOnce.java | a4582dbb7d978915f665477cf9f8e0566f0faf8a | [] | no_license | arko2405/practice | 5935a0b13a7e3b1668f56c1a87286481fce72fb6 | 2cf3cb42015c3132a6f8ca4752ae9581a4731948 | refs/heads/master | 2020-12-24T06:08:25.526908 | 2017-07-14T17:10:40 | 2017-07-14T17:10:40 | 73,175,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package practice.bitwise;
public class ElementOccuringOnce {
public static void main(String[] args) {
int arr[] = { 1, 1, 3, 2, 2, 2, 5, 3, 1, 3 };
int n = arr.length;
System.out.println("The element with single occurrence is "
+ getSingleOccurence(arr, n));
}
static int getSingleOccurence(in... | [
"arko.jyoti@Arko.local"
] | arko.jyoti@Arko.local |
5dab7c76835186f7286a4fbfc5286f7ac8234acf | 18d49a4165b69fd1e42427bf0b455512cc738fc2 | /src/main/java/com/issuetracker/model/repositories/UserRepository.java | dbb03d95deee11309c811140bdb2fd54630f4225 | [] | no_license | izharkou/issuetracker_illia_zharkou | 87b3a8ce54f5ed17963966cf60562db5b95d3448 | 92e94aa7055cae3626fa4acb72ebcbe7953cd893 | refs/heads/master | 2021-01-22T04:49:47.414844 | 2014-07-13T20:01:16 | 2014-07-13T20:01:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package com.issuetracker.model.repositories;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.CrudRepository;
import com.issuetracker.model.domains.User;
/**
* User repository.
*
* @author Illia Zharkou
*/
public interface UserRepository extends... | [
"ilya.zharkov.by@gmail.com"
] | ilya.zharkov.by@gmail.com |
4755d4d6dfb46df715666b1c5bbee5034a76c888 | 0381f3d58e9a24eb1dd7fbc73744c4acb3f61180 | /app/src/main/java/com/code19/androidcommon/MainActivity.java | 2c87e7bb7ba5dfd9e5b71b7e4803f1b7412642cc | [
"Apache-2.0"
] | permissive | yibulaxi/AndroidCommon | 1efc48e189e4aaf801d4c0b1c9b8a37a5bf91a90 | 5b13a15b65ca6aec11dfe8a2f7314747185e4594 | refs/heads/master | 2021-06-06T13:44:32.338374 | 2016-06-22T13:47:50 | 2016-06-22T13:47:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,678 | java | /*
* Copyright (C) 2016 android@19code.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"lex109@qq.com"
] | lex109@qq.com |
d436cb1c99175a480fb7adad23d2c4bf341e73b8 | 7d413b57c82230e29538e986bf3a983677047fc9 | /src/main/java/com/xd/mybatisplus/config/security/SecurityConfig.java | 641a98df4b7d7d0efed3e541a16b3c0f327b31e6 | [] | no_license | RedJupid/mybatis-plus | 1b656295e210a68b7d26eae764162a790a6a86c9 | 491fe9c9ff95233a3b292f360dbe8bee4d5f21cb | refs/heads/master | 2022-07-01T12:15:11.158309 | 2019-06-06T03:00:40 | 2019-06-06T03:00:40 | 189,338,167 | 0 | 0 | null | 2022-06-17T02:11:58 | 2019-05-30T03:20:16 | Java | UTF-8 | Java | false | false | 1,041 | java | //package com.xd.mybatisplus.config.security;
//
//import org.springframework.context.annotation.Configuration;
//import org.springframework.security.config.annotation.web.builders.HttpSecurity;
//import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
//import org.springframework.sec... | [
"627393061@qq.com"
] | 627393061@qq.com |
7245cc6e9f8cf38e57f995fb19c81389586b5039 | d72bde006af3643a0ec53c85ac6e07fb8f622fdc | /eclipse-workspace/weather/weatherpkg/Predictor.java | d788381d2a167cd094b7e1c4d78f0f8abc66605a | [] | no_license | CodingDeficiency/riddles | b9f26bae9d883f9a85b538598022e162eae88dc2 | 2bba0434c05c7b20e3e4ebddaf6959462427dfe9 | refs/heads/master | 2020-12-05T18:23:12.111394 | 2020-01-29T22:40:14 | 2020-01-29T22:40:14 | 232,204,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,672 | java | package weatherpkg;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Scanner;
import java.util.TreeSet;
public class Predictor implements PredictorADT
{
private TreeSet<DayStats> allDays;
public Predictor ()
{
... | [
"59585908+adawd007@users.noreply.github.com"
] | 59585908+adawd007@users.noreply.github.com |
797fc2bf98a22b19f21966ec4a5c622e80ed1434 | 9c9b3af4a8e340a4bd3e4abc173645ff1022a288 | /Sales Application/src/com/b07/inventory/ItemTypes.java | 90c8158797c56daa7f6fc671f9cf9e2ba53c9f3a | [] | no_license | YousufMadi/Sales-Application-B07 | ee87b816679ccc04e124dc67c8f0176445881ac4 | 54918fc5dee1e921293513eacf647cfccd0add9f | refs/heads/master | 2021-01-06T18:02:48.538530 | 2020-02-10T00:27:11 | 2020-02-10T00:27:11 | 241,429,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.b07.inventory;
/**
* The Enum ItemTypes.
*/
public enum ItemTypes {
FISHING_ROD("FISHING_ROD", 0), HOCKEY_STICK("HOCKEY_STICK", 1), SKATES("SKATES",
2), RUNNING_SHOES("RUNNING_SHOES", 3), PROTEIN_BAR("PROTEIN_BAR", 4);
/**
* Instantiates a new roles.
*
* @param item the it... | [
"yousufmadi@gmail.com"
] | yousufmadi@gmail.com |
db668496364006bb7332fec0c1e8b99b75d04240 | 9800c78a106677141615c4d434addcf585f88459 | /src/main/java/ru/mytracky/security/jwt/JwtTokenProvider.java | f63434a3aebfe63bc717ebc77e3b95624ca67b91 | [] | no_license | Pkyfen/MyTracky | b04008b16c953ac1a7bd7d5bc83d62b16bf34e91 | cf071978ad35d13781de1f11bc76cb746c7ca7cd | refs/heads/master | 2022-07-14T08:46:06.381651 | 2019-10-15T21:14:34 | 2019-10-15T21:14:34 | 208,141,794 | 0 | 1 | null | 2022-03-08T21:18:20 | 2019-09-12T20:35:00 | Java | UTF-8 | Java | false | false | 4,277 | java | package ru.mytracky.security.jwt;
import io.jsonwebtoken.*;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
imp... | [
"denis.podkovyrov@gmail.com"
] | denis.podkovyrov@gmail.com |
fcaa0ef01dc09d188d1d0dc359c6acbdd77c5abc | 9f50dc524724acc742a89472eedbf94ce1ad2c96 | /src/main/java/problems/p063.java | 0768f7fb2fe5594edd46f57f65ad0701b7d14f68 | [] | no_license | kennycason/euler | 9624a78c32f40c2be8bc31635086c5fa5d465191 | 5cadb35490e134a449cbc2ac5a547cf201ac9776 | refs/heads/master | 2020-12-24T15:06:01.087902 | 2016-05-17T05:24:03 | 2016-05-17T05:24:03 | 9,514,823 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package problems;
import main.Problem;
import main.annotations.Solved;
@Solved
public class p063 extends Problem {
public static void main(String[] args) {
Problem p = new p063();
p.run();
System.out.println(p.answer());
}
public void run() {
int count = 0;
for(in... | [
"kenneth.cason@gmail.com"
] | kenneth.cason@gmail.com |
53b4268be0f1c6fd8af76461a4440cc48915b291 | 57789e1e1bf68fb2e694ed10b7109088b4bc613c | /alite-deconflictiontools/src/main/java/tt/jointeuclid2ni/probleminstance/EarliestArrivalProblemXMLConstants.java | ad3248318a3734c31a5eeedc1ad467278f697c44 | [] | no_license | acoskunUSC/flipping | bebaaca6090dbdf2fbeed250f121eb0ff2c13102 | 04dee4892665fa8fd733d79b3ed7e9bbe6c45408 | refs/heads/main | 2023-03-28T05:23:52.958050 | 2021-03-23T14:48:13 | 2021-03-23T14:48:13 | 350,735,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,287 | java | package tt.jointeuclid2ni.probleminstance;
public class EarliestArrivalProblemXMLConstants {
public static final String ID = "id";
public static final String PROBLEM = "multiagentproblem";
public static final String ENVIRONMENT = "environment";
public static final String OBSTACLES = "obstacles";
pu... | [
"noreply@github.com"
] | acoskunUSC.noreply@github.com |
9c39e33fad1ca403abeda7bf40a131fc87c5b0d5 | 1d5b20a38fbc9dbf3ee43f929066d358527285b7 | /231.power-of-two.java | dff914add3c96e49ad027a2a1232bd8371f1ad00 | [] | no_license | pintojoey/leetcode | 3d7ec64749ac32c4e66a50aed725e754cebe7e1c | c27ab8483b408d4a2ca0c19f6bb88bfae99ef7f7 | refs/heads/master | 2020-04-08T14:58:16.353446 | 2019-01-09T05:44:20 | 2019-01-09T05:44:20 | 159,459,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | class Solution {
public boolean isPowerOfTwo(int n) {
if (n==0)return false;
while(n%2==0){
n=n>>1;
}
return n==1;
}
}
| [
"pintojoey@gmail.com"
] | pintojoey@gmail.com |
e8163f7934e3ad6566b39e37c6147e5aefebeecd | f39072895106010e5895f97fad1700af47e35798 | /src/com/ch3d/silencer/service/CallSilencerService.java | 83ec837a09b58df735142fcc6e3f76c9c8732dbf | [
"Apache-2.0"
] | permissive | Ch3D/Silencer | 6707003911189e632bfc262b3caa6e66f3d97100 | cdb6478f7906f219042923722f86ba59b8ea65f9 | refs/heads/master | 2021-01-19T11:02:53.599208 | 2013-12-09T15:09:59 | 2013-12-09T15:09:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,178 | java |
package com.ch3d.silencer.service;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.media.AudioManager;
impo... | [
"xch3dx@gmail.com"
] | xch3dx@gmail.com |
3e9821205d77e479b55640b3a047e0080c151f8e | 77e1403d26732646d81604a3b7efd2213a1fe15d | /ECE4960p1/Gradual.java | fcbdb55595f19c4449e60a34276af59aedea63f0 | [] | no_license | yuanhe772/Homework-Version-Control | 0c962498628d8eae1ff1eab6ac0995cc5139905c | a78d9b8ce3a9b078d8ca68102bbc47ab444f7e6a | refs/heads/master | 2021-04-29T23:58:25.353756 | 2018-08-06T06:31:06 | 2018-08-06T06:31:06 | 121,567,018 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | /** Last Update: 02/15/2018; Author: Yuan He (yh772); Platform: Eclipse, Java8 */
public class Gradual {
static float normal = Float.MIN_NORMAL;
static float x = normal/2;
static float y = normal;
public static void generateXY() {
while ( x>0 && y>0 && x-y!=0 && y/x!=1) {
System.out.println(x+" "+y +" ... | [
"noreply@github.com"
] | yuanhe772.noreply@github.com |
a7f9a0513dbcc8c6badf907be6362836f8b19d5c | 133e7168e426bcfb924acac7cef3e354f410372b | /src/com/tourneureric/javalearn002/JavaTestTemplate.java | 04b1a511a246f85a6a8b994f54fb3185639bd8ca | [] | no_license | tourneureric/JavaLearn | a905f4c106c0fb6f0e82f36d6522e03f1409cce4 | af89c12c948adef4b5f92dee2bc5720746d5acf2 | refs/heads/master | 2020-05-20T21:02:17.203672 | 2019-10-25T13:00:03 | 2019-10-25T13:00:03 | 185,753,944 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java |
package com.tourneureric.javalearn002;
import java.util.Scanner;
public class JavaTestTemplate {
Scanner sc;
private void doit() {
Log.log(Log.LOG_DEBUG, "JavaTestTemplate::doit() [begin]");
Log.log(Log.LOG_DEBUG, "JavaTestTemplate::doit() [end]");
}
public void main() {
Log.log(L... | [
"tourneur.eric@gmail.com"
] | tourneur.eric@gmail.com |
27e1e970d942bdbde7764eac87b3fafd51f7fe76 | 26b3a82082d70c465b77373bf43dcb373dce4ee9 | /src/main/java/com/karthik/hibernate/Assignment71/FlowerShop.java | a9ac3c8990f81a89281e994b7ad1cd2efd7083fe | [] | no_license | karthik78180/Assignment71 | d7e4254193307dd20353ebb92d2bc389393e833a | 49ac699e72e755812f546249693e72a5157e0a0f | refs/heads/master | 2021-06-28T03:33:04.683222 | 2017-09-15T19:02:55 | 2017-09-15T19:02:55 | 103,691,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | package com.karthik.hibernate.Assignment71;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import lombok.Dat... | [
"karthik78180@gmail.com"
] | karthik78180@gmail.com |
4ec10ed2728d45ea5adaf6484381b960de83d0f8 | d36d5ba4d8d1df1ad4494c94bd39252e128c5b5b | /com.jaspersoft.studio.server/src/com/jaspersoft/studio/server/JRSBuiltInParameterProvider.java | 2a6daf25ea25e168be197ab6e8e499f511f1ca32 | [] | no_license | xviakoh/jaspersoft-xvia-plugin | 6dfca36eb27612f136edc4c206e631d8dd8470f0 | c037a0568a518e858a201fda257a8fa416af3908 | refs/heads/master | 2021-01-01T19:35:32.905460 | 2015-06-18T15:21:11 | 2015-06-18T15:21:11 | 37,666,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,537 | java | package com.jaspersoft.studio.server;
import java.io.IOException;
import net.sf.jasperreports.engine.design.JRDesignExpression;
import net.sf.jasperreports.engine.design.JRDesignParameter;
import org.eclipse.ui.preferences.ScopedPreferenceStore;
import org.w3c.tools.codec.Base64Decoder;
import org.w3c.tools.codec.Ba... | [
"kyungseog.oh@trackvia.com"
] | kyungseog.oh@trackvia.com |
188ec97229027c73bc15fb578077acb0a7be93bb | 83e81c25b1f74f88ed0f723afc5d3f83e7d05da8 | /packages/SystemUI/src/com/android/systemui/statusbar/StatusBarIconView.java | 5ad7a25055473654805929f7e7f9d73a04814822 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | Ankits-lab/frameworks_base | 8a63f39a79965c87a84e80550926327dcafb40b7 | 150a9240e5a11cd5ebc9bb0832ce30e9c23f376a | refs/heads/main | 2023-02-06T03:57:44.893590 | 2020-11-14T09:13:40 | 2020-11-14T09:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,609 | java | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | [
"keneankit01@gmail.com"
] | keneankit01@gmail.com |
2b4eab400a4a516015f6127efe2b238bb2c4cb6e | e0d398c650cb143c7cf529efd05c2088164b3c8b | /Homework5/zheng-hw5/Employee.java | d081bab2a77934f6957ad6e08bc6c68b064d14ef | [] | no_license | zhengronggift/Java_Programming | 8e962109173ad68082d2169ff55a99d325807366 | d2764446f12d0e7fe35f5aadfe0448cea4ee29a6 | refs/heads/master | 2022-03-23T21:59:32.449232 | 2019-12-02T05:44:08 | 2019-12-02T05:44:08 | 203,625,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,885 | java |
abstract class Employee {
// Member variables
private double base_salary;
private String userName;
private String set_password;
//default constructor set name to "" and base salary to 0
Employee()
{
userName = "";
base_salary = 0;
set_password = "";
}
//set the salary and name to the variables passe... | [
"rzheng@fau.edu"
] | rzheng@fau.edu |
1c446c5f1ee1936d03eecb2bc6f2b201b7fb7006 | 46e933069dfc21878d27785cf7ca74358ac5758e | /core-restdocs/src/main/java/com/ego/core/restdocs/web/controller/HomeController.java | 3160b7f2450bc118e29a399dff24c69a782cb5cf | [] | no_license | yiguixia007/SpringBootLearn | ba2aa61fa9cfaf5a006754c49e90938965d91178 | d4264396e29e8bf7898221db7a50b854d22e12b4 | refs/heads/master | 2020-04-08T01:57:20.555526 | 2018-12-23T08:39:32 | 2018-12-23T08:39:32 | 158,916,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | package com.ego.core.restdocs.web.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Collections;
import java.util.Map;
/**
* @author ego
* @since 2018-... | [
"157026488@qq.com"
] | 157026488@qq.com |
864792d9ace5926cc992ebeec9dbe6d34b79b909 | 99e818caced73433993bb89b4b4bf91ceec3719d | /src/util/Input.java | c8ab3ecc6168a0b6cbe848327e5d81099a2d29f2 | [] | no_license | ramon-villarreal-leal/codeup-java-exercises | 4b9ad5aa2493785157b01de16be5dc16826db04a | ec38df7ae30046aa0b9ce9aaf569873c0a6cf3e8 | refs/heads/master | 2022-11-11T01:49:49.138643 | 2020-06-26T15:37:59 | 2020-06-26T15:37:59 | 268,579,399 | 0 | 0 | null | 2020-06-14T18:08:06 | 2020-06-01T16:50:53 | Java | UTF-8 | Java | false | false | 2,349 | java | package util;
import java.util.Scanner;
public class Input {
private Scanner scanner;
public Input() {
this.scanner = new Scanner(System.in);
}
public String getString() {
return scanner.nextLine();
}
public String getString(String prompt) {
System.out.println(pro... | [
"ramon.villarreal.leal@gmail.com"
] | ramon.villarreal.leal@gmail.com |
4d057a4fb50bf1642d8ac07cf741795abd1efa5c | 27eef98cbf6520c5ba5c6284fd2ba6eabad834fe | /Project/src/day1/ChromeLaunch.java | 37f4db91784e45025d43836e693ab7076d680fc0 | [] | no_license | shaath/Saurmi_Srikanth_Chatanya | 1f57cf6e85173cf46f4264d83371b0a28d9d64f3 | 68d2e23f0b0b83971d0548de4cb73bea73eda43f | refs/heads/master | 2021-01-13T11:18:02.781779 | 2017-02-09T02:14:37 | 2017-02-09T02:14:37 | 81,398,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package day1;
import org.openqa.selenium.chrome.ChromeDriver;
public class ChromeLaunch {
public static void main(String[] args)
{
System.setProperty("webdriver.chrome.driver", "F:\\Cdownloads\\chromedriver.exe");
ChromeDriver driver=new ChromeDriver();
driver.get("http://facebook.com");
}
}
| [
"you@example.com"
] | you@example.com |
43bf658fcb4afe0d1fb3a6a6df555284aa942380 | 6bdf78e9d7c318d0b84799998ca67b431bbbdb8d | /app/src/main/java/com/example/rivtour/Place.java | be46dfee4d4f22b9a0e9129f33bf5c8246dcae68 | [] | no_license | georgediepiriye/RivTour | 73eeba88830a5d00cb9dd14e8b4c756a30c3521f | 55a627be4a4da888b38dc020d981c7dd4fd1bf0a | refs/heads/master | 2022-06-07T17:28:54.228888 | 2020-05-07T17:58:59 | 2020-05-07T17:58:59 | 262,121,877 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.example.rivtour;
public class Place {
/**
* variable for image Id's
*/
private int mImageResourceId;
/**
* variable for name of place
*/
private String mName;
/**
* constructor for places object
*/
public Place(int imageResourceId, String name) {
... | [
"georgediepiriye4u@gmail.com"
] | georgediepiriye4u@gmail.com |
a41342ce993e88278cefe8bfb319a0e2dc1d7d8c | f344f112459f93885eb73eabd4cfa8ec57bf80b8 | /distribute/src/main/java/proxy/DynamicProxyHandler.java | 59d57cf5a1e52ede6887081d3f9fea0b6e63e3e5 | [] | no_license | jacktomas/practise | 50d731d41a29810bb50bc5f5e7ce9dd18023aa38 | c8921a412bb47736a0d425ee095fcccd2b58b739 | refs/heads/master | 2021-01-12T03:13:38.278565 | 2017-04-19T15:43:05 | 2017-04-19T15:43:05 | 78,182,390 | 0 | 0 | null | 2017-01-06T07:52:35 | 2017-01-06T06:55:56 | null | UTF-8 | Java | false | false | 716 | java | package proxy;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
/**
* Created by Administrator on 2017/3/20.
*/
public class DynamicProxyHandler implements InvocationHandler {
private Object testProxy;
public DynamicProxyHandler(Object proxy) {
this.testProxy = proxy;
... | [
"1538417087@qq.com"
] | 1538417087@qq.com |
856fe1baee504fd93ea730ea4f26abfa2ec59ddc | 00ee55a6598cdbac087ccfd26cc36a578dbb485e | /saml/src/main/java/pl/edu/icm/unity/saml/idp/web/filter/SSOResponseHandler.java | 48fe063240cfb395ac8b79b078d618eade01c776 | [] | no_license | ngohuusang/unity | c01672c9f94be235162a85def395a0c7f7ab6ecd | bbb56b56d5c6e980955c0c14de098f86b273fbc7 | refs/heads/master | 2021-05-12T13:24:38.096590 | 2017-11-02T18:11:43 | 2017-11-02T18:11:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,268 | java | /*
* Copyright (c) 2014 ICM Uniwersytet Warszawski All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package pl.edu.icm.unity.saml.idp.web.filter;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.ht... | [
"golbi@unity-idm.eu"
] | golbi@unity-idm.eu |
f0d9c066d134d4f294d7853db8cefdf4c7d1ee11 | a0b3b09891bd89844b010d9ddb036fbc842e734d | /TreeMap/Mytreemap.java | 41a04cdaaa61b8810e5a052139eafb297f6e763f | [] | no_license | Jjessore/suyash-collection_framework | 7d1621bd20516e38929070db16f622bb77d4c6d9 | 3a06dc536bdad9f4224ee9d053af3e72f01f9e40 | refs/heads/master | 2023-03-17T19:30:15.940928 | 2017-11-05T22:18:49 | 2017-11-05T22:18:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | import java.util.*;
class Mycomp implements Comparator
{
public int compare(Object o1,Object o2)
{
Temp t1=(Temp)o1;
Temp t2=(Temp)o2;
if(t1.salary>t2.salary)
return 1;
else if(t1.salary<t2.salary)
return -1;
else
return 0;
}
}
class Mytreemap
{
public static void main(St... | [
"suyash.soni248@gmail.com"
] | suyash.soni248@gmail.com |
3f6fcac06100f4510f5f76c5368cba53b3227143 | ec947acfa871ec6361257ac0f9fd5166f60fca89 | /fridge-common/src/main/java/com/jiangjun/fridge/service/impl/FoodKindServiceImpl.java | 423d3e87eaef47e8d443603f57bc04596dc8f556 | [] | no_license | amolei/myFridge | ef92fc77ca8b52e5e6ec1bea1e03375d8ee55eb4 | 9b1e3ae72cd637e250e2258a99097b7292a757b4 | refs/heads/master | 2021-01-16T23:23:12.034936 | 2016-07-31T01:15:32 | 2016-07-31T01:15:32 | 58,942,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,595 | java | package com.jiangjun.fridge.service.impl;
import com.jiangjun.fridge.dao.IFoodKindDao;
import com.jiangjun.fridge.dto.FoodKindDto;
import com.jiangjun.fridge.service.FoodKindService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.annotation.R... | [
"jiangjun_3567031@163.com"
] | jiangjun_3567031@163.com |
c373861652deb5c5d1899828ce99aab7d7314ff0 | 0004f36d725a4b71e69e284935858fa17f7e48cd | /src/main/java/com/happyProject/admin/model/Notices.java | 8368fe5fb29c8a24e6fb89fde1c9847ddd5d8cff | [] | no_license | liuleiy/happyProject | 202bb78d4b12e51e5ed047c9a6f90629a55ec333 | f55705ce304deb35af79672bc1086efdb1156387 | refs/heads/master | 2020-03-29T18:08:23.885847 | 2018-10-30T02:17:53 | 2018-10-30T02:17:53 | 150,196,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,793 | java | package com.happyProject.admin.model;
import java.util.Date;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "col_notice")
public class Notices {
private String id;// 公告ID
private String userid;// 玩家
private Integer rtype;// 类型,1=公告消息,2=广播消息,rtype消息类型,0玩家个人购买消息,1公告消... | [
"Administrator@MFKJ-1712311654"
] | Administrator@MFKJ-1712311654 |
e6bb823416aa39b137e4e1418209d722d7b5793c | 5ec0e38fc6417a0ba25e29d3fff6e1334c4e439a | /src/main/java/io/biblia/workflows/definition/DatasetAttributesConstants.java | 6bcac7455e98ff88c5fe07d2fbc1a0f6d964f83d | [
"Apache-2.0"
] | permissive | jadielam/scientific-workflows | a93f69c24200e4a3759fcec0c6e7c37b02bad89a | 7ec307aaf84a192c823913110b886aab31faef15 | refs/heads/master | 2021-04-09T17:31:37.837039 | 2017-04-11T02:14:03 | 2017-04-11T02:14:03 | 52,480,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | package io.biblia.workflows.definition;
public interface DatasetAttributesConstants {
String DATASET_PATH = "path";
String DATASET_SIZE_IN_MB = "sizeInMB";
}
| [
"Jadiel.X.De.Armas.-ND@disney.com"
] | Jadiel.X.De.Armas.-ND@disney.com |
6a83ec5332e55529bf5ba6bbb97aaf1537371ee4 | 1e676afdbd07d8321cd0279c19bb611fd2ad86fe | /app/src/main/java/com/me/bui/architecturecomponents/MainActivity.java | 28a9191594647c089d3274908208bb387ad1980e | [] | no_license | maobui/architecture_components | d1a4cbf056a2714acbc733ed2287559dd9da210f | 7cf4aa80a04970979bcebff0ae4138ce1768b9d9 | refs/heads/master | 2021-07-15T11:38:32.679850 | 2018-10-07T04:13:03 | 2018-10-07T04:13:03 | 146,962,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | package com.me.bui.architecturecomponents;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import com.me.bui.architecturecomponents.api.GithubService;
import com.me.bui.architecturecomponents.di.Injectable;
import com.me.bui.a... | [
"mao.buidinh@hotmail.com"
] | mao.buidinh@hotmail.com |
1857d4193d05a7ea89f7df847dc568147ad844eb | 255b1468a5806849c51a0b15157c6ffc3caa3cf7 | /Test2.1/src/test/java/pages/ReceiptPage.java | 12dcd8a92d511938237bcefa2ffbbe09a30fffc1 | [] | no_license | xeratum/TestIHMTv1 | c580f29cefac8c0024d2ee5a96eec36d7e56bf95 | 609e0243ccf456adfa6e6107dba22e7fe13184bf | refs/heads/master | 2020-03-23T12:48:14.742627 | 2018-07-19T14:21:59 | 2018-07-19T14:21:59 | 141,582,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import pages.PageObject;
public class ReceiptPage extends PageObject {
@FindBy(tagName = "h1")
private WebElement header;
public ReceiptPage(WebDriver driver... | [
"noreply@github.com"
] | xeratum.noreply@github.com |
fa7d870a9c45775c1c30e8e60e2d5f62165cd797 | 883b76bf6a242b76660dd2d04d77c2e6ee95ee49 | /src/main/java/com/algorithm/leetcode/list/LeetCode237_DeleteListNode.java | 0f76747061f7e8895cad71a6836fc112502d40ff | [] | no_license | smileszx/algorithm-bug-free | a0b4a34dec1c2fa2818e04b438b6b191d56a0d1b | 28d5758734f3a53b7b62319315b529e192705dca | refs/heads/master | 2022-12-01T04:29:17.686748 | 2020-03-15T14:32:24 | 2020-03-15T14:32:24 | 211,521,935 | 0 | 0 | null | 2022-11-15T23:32:25 | 2019-09-28T15:32:56 | Java | UTF-8 | Java | false | false | 3,179 | java | package com.algorithm.leetcode.list;
import com.algorithm.leetcode.list.ListNode;
import com.algorithm.leetcode.list.ListNodeUtil;
/**
* @Description 237. 删除链表中的节点
* 请编写一个函数,使其可以删除某个链表中给定的(非末尾)节点,你将只被给定要求被删除的节点。
* 现有一个链表 -- head = [4,5,1,9],它可以表示为:
* 示例 1:
* 输入: head = [4,5,1,9], node = 5
* 输出: [4,1,9]
* 解释: 给... | [
"smile.szx@outlook.com"
] | smile.szx@outlook.com |
b0c1eaa7aa90ddae3ba38daa35e8a64db9dd9529 | 67652efc926e075ab09dc2926626661b98f30d7b | /src/Sudoku/Computationlogic/GameGenerator.java | b83e64653e751c0e98799c5934d59f8f52729ef2 | [] | no_license | Maina-Alex/JavaFx-Sudoku-game | 05f5d3c23d7110f33445b9f69fa43e1cc26f970b | 45080cdd2198b7c28a974ab96cb6ae9767dcb2fc | refs/heads/master | 2023-03-08T12:09:25.394785 | 2021-02-14T19:26:46 | 2021-02-14T19:26:46 | 338,882,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,199 | java | package Sudoku.Computationlogic;
import Sudoku.ProblemDomain.Coordinates;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import static Sudoku.ProblemDomain.SudokuGame.GRID_BOUNDARY;
public class GameGenerator {
public static int[][] getNewGameGrid(){
return unsolveGame(getS... | [
"maina.alex2010@gmail.com"
] | maina.alex2010@gmail.com |
2014733ec52b3977af8e280a002ebc32ce94f82f | f48811926cdc1ad68df43c0a9472eee3e28f321e | /src/main/java/com/bjpowernode/crm/workbench/domain/Tran.java | 6ac48aec129f3a475c49e32ac05a900d4fa3e6dc | [] | no_license | tzn0125/crm2021 | f44e4b99239baf7b120aebbfd30bdd137448ac0d | da8e13b80b894a49e3fa6e49b8aa7dce4b22f8d8 | refs/heads/master | 2023-07-25T01:08:34.212594 | 2021-09-06T11:57:25 | 2021-09-06T11:57:25 | 403,386,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,168 | java | package com.bjpowernode.crm.workbench.domain;
public class Tran {
private String id;
private String owner;
private String money; //交易金额
private String name; //交易名称
private String expectedDate; //预计成交日期
private String customerId;
private String stage; //交易阶段
private String type; //交易类型
private String source;... | [
"zs@bjpowernode.com"
] | zs@bjpowernode.com |
553a976bfc6dcd09755a067d39d3db48d9b3f7ca | 522370099e803b14d016abaa2db03490284f20eb | /src/main/java/com/tencentcloudapi/live/v20180801/models/CreateLiveCallbackTemplateRequest.java | 4fe006b6c10cc58bb0ef7f033d7f5322c756b23d | [
"Apache-2.0"
] | permissive | diaolingzc/tencentcloud-sdk-java | 65277f6631d9d50cfc361f3f8b9401b689e0fbeb | 677fa638f037d69963751d48f055997911572c77 | refs/heads/master | 2020-09-03T09:42:09.778129 | 2019-11-05T11:42:29 | 2019-11-05T11:42:29 | 219,438,072 | 0 | 0 | Apache-2.0 | 2019-11-04T07:04:16 | 2019-11-04T07:04:16 | null | UTF-8 | Java | false | false | 8,505 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
94127cc016b8728642ccd9956915ab1805689591 | fbdc3cdf92e3ed3bb2c0b657586d9885010323a7 | /config/src/test/java/com/yahoo/config/subscription/ConfigApiTest.java | 5419100fcf15cb7ff7101b3d3274452705e90f6d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mjason3/vespa | e1d7379404e9174b94603d68471949a35c3fe657 | 7d75ae24c6cbba6be53c065f59d4199b9a2b7924 | refs/heads/master | 2021-05-12T12:49:07.300046 | 2018-01-14T07:12:58 | 2018-01-14T07:12:58 | 117,419,113 | 1 | 0 | null | 2018-01-14T09:56:47 | 2018-01-14T09:56:47 | null | UTF-8 | Java | false | false | 2,126 | java | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.subscription;
import com.yahoo.config.ConfigInstance;
import com.yahoo.foo.*;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatcher... | [
"bratseth@yahoo-inc.com"
] | bratseth@yahoo-inc.com |
a71b1dcd2842f1a9e40a1a7636cab675a28f93a5 | a0f1001a3e872a17d21ec76461cc6761286c5734 | /day01/WangChuJie/app/src/main/java/com/example/wangchujie/fragment/ImgFragment.java | 7b3785f87403cf905b9cb6e2603603d17a6f4ea5 | [] | no_license | JohnZhang1000/group6 | e7d0a447a77cc9e0426e9ba602fef2293d6f105a | a26297b745585e60f03264effa8a81ccb063e5f0 | refs/heads/main | 2023-02-08T22:48:08.882603 | 2021-01-05T00:26:52 | 2021-01-05T00:26:52 | 322,816,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,053 | java | package com.example.wangchujie.fragment;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyc... | [
"1652402920@qq.com"
] | 1652402920@qq.com |
7015e56d9d9bc1110b085672627160eb08627c3d | 4b09b325bac9d595f1f2b40fbb47645028f34385 | /src/main/java/com/shop/validator/ValidationResult.java | 6ee5880014e2a766fc24194f63d9712c3b8b18e0 | [] | no_license | tlxhlll/seckill | 8f73b8191fb964e26b7dc15d396d1deb8d8ff568 | f0d43d9226e014c4d20440880ab52ce8c2c1e74d | refs/heads/master | 2023-04-13T11:49:05.823803 | 2021-04-24T03:19:26 | 2021-04-24T03:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package com.shop.validator;
import org.apache.commons.lang3.StringUtils;
import java.util.HashMap;
import java.util.Map;
public class ValidationResult {
private boolean hasErrors = false;
private Map<String, String> errorMsgMap = new HashMap<>();
public boolean isHasErrors() {
return hasErrors;
... | [
"sdaqzjw@126.com"
] | sdaqzjw@126.com |
3ad3ffdfb1761632a8bde43da68fd438ee4de1a3 | b00c54389a95d81a22e361fa9f8bdf5a2edc93e3 | /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/DeleteNonRequiredAppsTask.java | 07b9749babe52e4771b71d71d69f8b823a5bb18b | [] | no_license | mirek190/x86-android-5.0 | 9d1756fa7ff2f423887aa22694bd737eb634ef23 | eb1029956682072bb7404192a80214189f0dc73b | refs/heads/master | 2020-05-27T01:09:51.830208 | 2015-10-07T22:47:36 | 2015-10-07T22:47:36 | 41,942,802 | 15 | 20 | null | 2020-03-09T00:21:03 | 2015-09-05T00:11:19 | null | UTF-8 | Java | false | false | 13,472 | java | /*
* Copyright 2014, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"mirek190@gmail.com"
] | mirek190@gmail.com |
c8a5d587c7fefa416ea6e1f3150d6acf90b6d2d8 | ebcf79a04e074dfc752950786b482b8b87a7a3a6 | /src/main/java/com/springboot/Cd11Application.java | c310d4d40cfbf0e8cf2ca21cb6f799ca39097272 | [
"Apache-2.0"
] | permissive | spring-team/cd11 | bc18285981617344c06ebafb1e729c3c3a354f6f | 16af63680dd82861cea56221fe22289e6b68f392 | refs/heads/master | 2021-09-11T14:26:28.186763 | 2018-03-24T04:18:54 | 2018-03-24T04:18:54 | 125,800,963 | 0 | 0 | Apache-2.0 | 2018-04-05T01:10:05 | 2018-03-19T04:22:33 | Shell | UTF-8 | Java | false | false | 302 | java | package com.springboot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Cd11Application {
public static void main(String[] args) {
SpringApplication.run(Cd11Application.class, args);
}
}
| [
"cd@atomist.com"
] | cd@atomist.com |
e9f3ba8e74da491254a3c44868826ed24560099a | e71259a84b787fa6a0f75940a2ff8d4bdf4a939a | /chapter1_2/GeneralizedArrayQueue.java | 63560e1ae7534b85f085b6491095a5bfbfd69f94 | [] | no_license | yuwensong0/Algorithms4 | 2ad4d79587ea4c5cf0db65150d5b8e484c404246 | aca70bad61575df0484c21fd192fb80843d173c0 | refs/heads/master | 2021-08-06T13:07:52.043203 | 2017-09-26T05:51:24 | 2017-09-26T05:51:24 | 95,553,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,006 | java | package chapter1_2;
public class GeneralizedArrayQueue<E> {
private E[] queue = (E[]) new Object[1];
private int N = 0;
private void resize(int max) {
E[] temp = (E[]) new Object[max];
for (int i = 0; i < N; i++) {
temp[i] = queue[i];
}
queue = temp;
}
public boolean isEmpty() {
return N == 0;
}... | [
"123456@qq.com"
] | 123456@qq.com |
a52208caec3fafcd4ef1229b094adccc3a08cab6 | 5202202519ac47ca6649a832c7c03395308ef567 | /app/src/main/java/com/example/myapplication/FoodList.java | 6f594660c00cfa597ccf36332f8223a5177bf0dc | [] | no_license | hasantunahan/MyApplication | 21a0e73926d353f60d2ea0c2bac0032ed49102d2 | 70d9aca8a93740d8c9aa8691934f962728bc2ea1 | refs/heads/master | 2022-04-08T22:28:36.955679 | 2020-03-17T07:27:13 | 2020-03-17T07:27:13 | 194,802,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,004 | java | package com.example.myapplication;
import android.content.Intent;
import android.graphics.Color;
import android.icu.text.DecimalFormat;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.RequiresApi;
import android.support.v7.app.AppCompatAct... | [
"name_tunahan@hotmail.com"
] | name_tunahan@hotmail.com |
45a484a3012f969a7ee592cfa2c47b85efeb16a6 | 297accaf59d0f0d5c957534432ec7a69288ccb97 | /src/shopping/visitor/bundleDiscountVisitor.java | f6f01c15c68131035e461fab57abc07e37b6d8c0 | [] | no_license | SimingZheng/Shopping_System | e5bb62ee1a5a90d5e01736c9d7e7e2bad0ab03af | 6d4fb5042db8a13eb90815d08d48b051e61f0f62 | refs/heads/master | 2023-04-15T22:46:27.771576 | 2021-04-21T02:43:29 | 2021-04-21T02:43:29 | 308,734,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | package shopping.visitor;
public class bundleDiscountVisitor implements visitor{
private double furnitureBundlingCost;
private double electricProductBundlingCost;
//collect data about the book
@Override
public double visit(furniture furniture){
furnitureBundlingCost += furniture.getPrice()... | [
"SimingZheng1999@gmail.com"
] | SimingZheng1999@gmail.com |
ef775f10edbb32e4f752e959c702dad3a25e93a0 | a5948828d8101231cdc3a551f8c228eb7be1b872 | /s-ramp-api/src/main/java/org/s_ramp/xmlns/_2010/s_ramp/ServiceComposition.java | 3ac2cb4efaa7440573e57951aeb3432a4b5754a1 | [] | no_license | tejones/s-ramp | dcc1bcee84afde6a962755df3693f6b15416e446 | 580b0a0aa105e401e249ed67630b5972dca31d91 | refs/heads/master | 2021-01-17T12:49:29.544731 | 2013-01-17T18:26:16 | 2013-01-17T18:26:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,832 | java | /*
* Copyright 2011 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"kstam@redhat.com"
] | kstam@redhat.com |
70c346fbf2ba4f257bd122ba5163856f1c8ab84c | 4d702835e9b4f82e71a87926f87bdca09ae0e182 | /src/main/java/com/epam/yevheniy/chornenky/market/place/filters/EncodingFilter.java | 842252d019178e92b95d606bfe0b54111a2a703a | [] | no_license | uadima/SERVLET-API-TRAINING | 18539051bf50ea7322a01ea2f770ae9f9b1e84b5 | 0a6ca6f13facaee9eaae150d0bb05c8ad3e25e74 | refs/heads/master | 2023-07-25T03:33:08.073261 | 2021-09-03T23:34:05 | 2021-09-03T23:34:05 | 402,920,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package com.epam.yevheniy.chornenky.market.place.filters;
import javax.servlet.*;
import java.io.IOException;
public class EncodingFilter implements Filter {
@Override
public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain) throws IOException, ServletExcep... | [
"evgeny,chornenky@gmail.com"
] | evgeny,chornenky@gmail.com |
98d1f0fc9fb0a5e05ae15df16e39d399b7775cbc | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/transform/FileSystemDataSourceMarshaller.java | d035f86095ccfce67ca1a97845e94ef9ca310180 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 3,036 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
c834b2debdab55a685b66d3868ed7d616f23ba42 | e37a100903339649df1fd2b013b996f75bb0877a | /Proj08JerseyFirstApp/src/main/java/com/nt/gauti/EmployeeRest.java | e0ea781ec4f8c5d942d816c3d5f8f7408f609e06 | [] | no_license | GautRepo/webClass | 0fba39e102e678ae426722f58639538c95f8275c | 289a14b9aa8ea23e8608460459f2c9649182da36 | refs/heads/master | 2023-04-01T02:08:01.043122 | 2021-04-05T11:51:38 | 2021-04-05T11:51:38 | 348,030,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.nt.gauti;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
@Path("/emp")
public class EmployeeRest {
@GET
@Path("/msg")
public String getMsg() {
return "This is my first App";
}
}
| [
"Dell@DESKTOP-7EO5D98"
] | Dell@DESKTOP-7EO5D98 |
979464cb4995f82ee0a92fabf0bda94826644371 | e1cdf800029497003d14dff4aa70ebcaedd0c92c | /Mp Salesperson 2/AmitLibs/src/com/Amitlibs/utils/MemoryCache.java | 271e48318159d77cfac20607add78bbd6911b1fa | [] | no_license | HarshitaInani/salespersonApp | 0c3629e537c30c188ed1a6f1fb151cdba9bc439a | f3ea2e4c5075751ffb0aa710715441d1369d455f | refs/heads/master | 2020-03-29T01:37:33.919697 | 2018-09-19T05:54:14 | 2018-09-19T05:54:14 | 149,398,425 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package com.Amitlibs.utils;
import java.util.Collections;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import android.graphics.Bitmap;
import android.util.Log;
public class MemoryCache {
private static final String TAG = "MemoryCache";
private Map<Str... | [
"harshita@moreyeahs.in"
] | harshita@moreyeahs.in |
2b5c1cb9ee55aba47b4a78687e6557ac1b13fcf4 | 61464a8686141a3153acb9c980cf5b5d2f737171 | /soul-ee/src/test/java/com/jason/common/utils/ResourceUtilsExample.java | dcae707378537a13962600f1602a45a6b56192b1 | [
"Apache-2.0"
] | permissive | sdpku/JavaSamples | f8c2ee9e3cf66508fe87f4ceca42ad12b68780dd | db0123c12e5de92b08160568708a0a70690761ff | refs/heads/master | 2020-06-06T22:15:26.310365 | 2017-05-17T17:44:08 | 2017-05-17T17:44:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package com.jason.common.utils;
import java.io.File;
import org.springframework.util.ResourceUtils;
/**
* @ClassName: ResourceUtilsExample
* @Description: TODO(地址加载文件资源)
* @author Jason Chiu:CIHUnKnown@Gmail.com
* @date 2013-8-16 下午05:51:06
*
*/
//对于位于远程服务器(Web 服务器或 FTP 服务器)的文件资源,您则可以方便地通过 UrlResourc... | [
"zhengxiongzhao@gmail.com"
] | zhengxiongzhao@gmail.com |
c17aa2174ca99c5bc4d23d969b3b2fd1ccee223e | d9e01f7097c29e1fe644f31d25669a3f37b5227a | /cloud-mall-cart-order/src/main/java/com/imooc/cloud/mall/practice/cartorder/feign/ProductFeignClient.java | 7288a3a614574f4197ccd8c93fbb8c3ca27659d9 | [] | no_license | Rex0520/imooc-mall-cloud | 5baf86e67759b4485a51e4713f7dcd91581ce0fe | 961f975528eb203a2c24ebe216b6d022acdd59c8 | refs/heads/master | 2023-06-19T08:46:15.285063 | 2021-07-20T07:38:01 | 2021-07-20T07:38:01 | 387,717,494 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.imooc.cloud.mall.practice.cartorder.feign;
import com.imooc.cloud.mall.practice.categoryproduct.model.pojo.Product;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.sprin... | [
"2192231938@qq.com"
] | 2192231938@qq.com |
023f91f8097ba73d3d7e03d13db1e116d4ca9f3e | 5d070f3bccd54cddb3259102f2019443298126db | /com/chartboost/sdk/impl/bw.java | 73514f4c2da758b33898bf8b7f100fa7aaf46121 | [] | no_license | ajayscariya/Touch2Kill-files | 683e5d002df2d23b084ab5b0786762e14f038ba0 | 7660e584c5b7f743a1535b75476d1c0ef050dc7e | refs/heads/master | 2020-04-10T19:06:11.795665 | 2016-09-14T17:19:20 | 2016-09-14T17:19:20 | 68,216,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,000 | java | package com.chartboost.sdk.impl;
import java.io.Closeable;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.Writer;
public class bw {
public static final char f1078a;
public static final String f1079b;
sta... | [
"arjunwarrier2000@gmail.com"
] | arjunwarrier2000@gmail.com |
3a2e166f61cc9ef402b11438036bb5bedeba3943 | 31e2712e42fc67727738cb364eac494bcc1bc16a | /src/main/java/ro/tuc/ds2020/services/ProjectService.java | 6d7b5218c4ecd851404f7f63bf1d0611b0420323 | [] | no_license | paulrednic/BT_Challenge | 791a6c0b2c8f963bbd8d6f640ab9a55519fcef0d | 6975022d78a3dbaca5849038e54aabd4523f8372 | refs/heads/main | 2023-06-27T17:55:22.150073 | 2021-07-28T16:13:24 | 2021-07-28T16:13:24 | 390,411,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,032 | java | package ro.tuc.ds2020.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.rest.webmvc.ResourceNotFoundException;
import ro.tuc.ds2020.dtos.EmployeeDTO;
import ro.tuc.ds2020.dtos.ProjectDTO;
import ro.tuc.ds2020.dtos.builders.EmployeeBuilder;
import ro.tuc.ds2020.dto... | [
"paul.rednic@yahoo.com"
] | paul.rednic@yahoo.com |
7e44745ceb6d39de9b9b7ac7e912a635e60797f7 | 05416f2551b7245c93cef051c9caa67d7a542b61 | /app/src/main/java/com/example/sippahealth/FixturesData.java | 9b309d52340c64fdb1ff542857cdfe6178507009 | [] | no_license | brhwang0/SippaHealth | b36a4b959d4798b3fd63eb1cdb28ea47a475159d | 50b6b3aa4b1a89e71d4d5b5dc347d917d6c81526 | refs/heads/master | 2022-11-25T07:40:55.530723 | 2020-07-29T22:09:07 | 2020-07-29T22:09:07 | 281,223,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,944 | java | package com.example.sippahealth;
import java.security.SecureRandom;
import java.util.ArrayList;
/*
* this is to store default data we will not use this in future only for demo purposes. this will be stored in the server
*/
abstract class FixturesData {
static SecureRandom rnd = new SecureRandom();
static ... | [
"brhwang@protonmail.com"
] | brhwang@protonmail.com |
bee142ea45ef8a8bf7b9a08de592525e4e59ff73 | 513d40934b4441f71b658d7f85344c899984ef5a | /LatteNews/app/src/main/java/com/dyx/ln/MainActivity.java | a83961f4a068caba6a5d182da637e7995fb95f65 | [] | no_license | DoubleDa/LatteNews | a8d0e8aa6f435fc00d9c6c13924625ede77dc841 | f82a1afd62454a31d57aade4e5c74cf4779e2ba4 | refs/heads/master | 2021-07-15T10:17:29.420565 | 2017-10-20T18:25:01 | 2017-10-20T18:25:01 | 106,709,149 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,701 | java | package com.dyx.ln;
import android.os.Bundle;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
... | [
"dayongxin@aliyun.com"
] | dayongxin@aliyun.com |
4724be2bc00a38acd1c1974ef7389c50c759664f | 301334e830691155bd74b72f7bc6e875e08f7016 | /Main_UI/app/src/main/java/com/example/akchen/main_ui/Adapter/MyShowAdapter.java | 733ed9653f6c9171f35b726189ab7d9fc1658251 | [] | no_license | alanlzw/AndroidWeatherApp_Main_UI | 5ebbf1641a62941233da2a1f0c77ea35076199d0 | f790a0092588f90c492ec319c3e0ebbb58e06c49 | refs/heads/master | 2021-01-15T09:51:12.007423 | 2016-07-21T01:31:51 | 2016-07-21T01:31:51 | 63,518,484 | 1 | 0 | null | 2016-07-17T06:42:03 | 2016-07-17T06:42:02 | null | UTF-8 | Java | false | false | 1,399 | java | package com.example.akchen.main_ui.Adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.example.akchen.main_ui.R;
import java.util.List;
/**
* Created by Ak... | [
"alan@gmail.com"
] | alan@gmail.com |
2f90bc00aaedb6f9e6c7bad20206d0dc4c46f470 | 62628dc5245c4612d001c7f0e7149e4e9a59429c | /Programas/java/LIBRO_COMM_BD_JAVA_ejemplos/BD_SERVLETS-Codigo/GeneraRespuestas.java | fe5aa0b6e99a81a0f03683a1c5d68d6b2ab39d85 | [
"CC0-1.0"
] | permissive | felipeescallon/lenguajes_programacion | b3ae3477765b3100b8b454b1868e19f3a0cfc64c | 5b88bf2a95492e799c94e414997365a14db05c05 | refs/heads/main | 2023-07-13T01:37:29.360547 | 2021-08-26T14:42:20 | 2021-08-26T14:42:20 | 386,758,230 | 1 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 2,348 | java | import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;
public class GeneraRespuestas extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws IOException, ServletException {
String Leccion = request.getParameter("Lecci... | [
"noreply@github.com"
] | felipeescallon.noreply@github.com |
03d22e22021f2e480ad70ce135e7dd51e69946e2 | ef720e1da8ccf28b49ea3d0046ab3136c043c7e1 | /GemsJaxServer/src/org/gemsjax/server/module/NotificationModule.java | fafcb5d35ecfbb0a031f7dadb214e9f57dae38d0 | [] | no_license | frwck/GemsJax-2.0 | 66927ebefb47a2ab75f70b9ab284cd6843284f34 | 5bc22f8923a963c3b269681c7a7a5056d854a01f | refs/heads/master | 2020-03-30T11:29:11.272090 | 2012-05-29T12:34:28 | 2012-05-29T12:34:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,974 | java | package org.gemsjax.server.module;
import java.io.IOException;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import org.gemsjax.server.communication.channel.handler.NotificationChannelHandler;
import org.gemsjax.server.persistence.dao.NotificationDAO;
import org.gemsjax.server.persisten... | [
"hannes.dorfmann@gmail.com"
] | hannes.dorfmann@gmail.com |
fb9dfc3c49993ff73e876fcbe6f38f7685e33001 | eb140c99ede2dd9cdc2b33055876c4e850c052ca | /src/main/java/br/com/casadocodigo/loja/converters/AutorConverter.java | 3255da338c516df4cb451da2a52c8bae2283ce92 | [] | no_license | ojaoferreira/casadocodigo | 0300bb00b5e632f910f1dd3aa0ea9ee67e76db04 | 7eaea6b672674672202fed051c45234e8459b0df | refs/heads/master | 2020-03-22T13:52:22.435707 | 2018-07-08T04:43:03 | 2018-07-08T04:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package br.com.casadocodigo.loja.converters;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.convert.FacesConverter;
import br.com.casadocodigo.loja.models.Autor;
@FacesConverter("autorConverter")
public class AutorConverter... | [
"jferreira.ba@gmail.com"
] | jferreira.ba@gmail.com |
eaca08271f37f932e136bcd9f2dfbd076c653199 | e76bf266147b4b77f40425c5c8730dd55a4108fd | /videoentryphone-android/app/src/main/java/com/example/bartek/praca_inzynierska/ReceivePhoneCall.java | ed9b8add6f9051ed9763430e5216ce8719aa0047 | [] | no_license | BarKar96/IntelligentBiometricEntryphone | d8c28ec725565b6d8d48112b2b9388b7bc1c7fd8 | 5b5ac312f2c51b3be383a0092512b4460d23c28a | refs/heads/master | 2020-04-29T03:27:58.521601 | 2019-03-15T11:53:58 | 2019-03-15T11:53:58 | 175,810,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,594 | java | package com.example.bartek.praca_inzynierska;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Chronometer;
import java.io.IOException;
import java.net.InetA... | [
"karlowski.bartek@gmail.com"
] | karlowski.bartek@gmail.com |
d5ed18e14bd949052eedc3dab333cd7b73144763 | c757d1ea86976d4b98c82fc78b3b3498828e996c | /src/main/java/com/jala/architect/conf/SystemLogAspect.java | 4ea9f03bf6dad8501d02be610fc79ded4dc74b13 | [] | no_license | WangWei0905/manage-system | 976b3168c4d7ab96436583ec1e407a2013fa5367 | f2554a138c36f69c18e27ba7ce71f54a48d791da | refs/heads/master | 2021-07-08T10:13:06.222191 | 2017-10-03T13:04:12 | 2017-10-03T13:04:21 | 105,529,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,608 | java | package com.jala.architect.conf;
import com.jala.architect.annotation.SystemControllerLog;
import com.jala.architect.annotation.SystemServiceLog;
import com.jala.architect.constant.Constants;
import com.jala.architect.utils.ClientIpUtil;
import com.jala.architect.utils.ThreadPool;
import com.jala.model.vo.SystemLog;
... | [
"750303420@qq.com"
] | 750303420@qq.com |
aeff5e59b401fc8290d4c11f8730da0ac05a10e7 | d8537b3fc4733e77cbc41546587b9fc6cd022968 | /3.JavaMultithreading/src/com/javarush/task/task27/task2712/RandomOrderGeneratorTask.java | 51494b488ae325a7102133ef81da42ad39098029 | [] | no_license | kostya-wolf/JavaRushTasks | ea99a5f415776811ea346185235fe4283305c6ac | cae10b23d43a80ecac6efc2a86a451b27358d19d | refs/heads/master | 2021-09-21T01:38:03.504059 | 2021-09-09T11:48:48 | 2021-09-09T11:48:48 | 187,481,714 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 911 | java | package com.javarush.task.task27.task2712;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Волковы on 07.09.2018.
*/
public class RandomOrderGeneratorTask implements Runnable {
List<Tablet> tablets = new ArrayList<>();
int interval;
public RandomOrderGeneratorTask(List<Tablet> table... | [
"kostya-wolf@yandex.ru"
] | kostya-wolf@yandex.ru |
5ac3f051925dc5c0efb0b6466c8c990630d7446b | 9c998a5482245bd05c158925b8f60a954882caa9 | /src/main/java/com/epam/java/ft/models/OrderType.java | 6e4617e79b29935832ba6d34524ca5dc696916bd | [] | no_license | Gekol/Gekol.github.io | e057209c5dd6c33e3e53cef9a298cad9b017eaf2 | 341331554cad8bb149aabe34faaf377eb8bf7dfb | refs/heads/main | 2020-12-23T19:46:56.381625 | 2020-12-05T11:26:19 | 2020-12-05T11:26:19 | 237,254,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package com.epam.java.ft.models;
import java.util.Objects;
public class OrderType {
private int id;
private String type;
public OrderType(int id, String type) {
this.id = id;
this.type = type;
}
public int getId() {
return id;
}
public void setId(int id) {
... | [
"george.sokolovsky2001@gmail.com"
] | george.sokolovsky2001@gmail.com |
39353339a603ca3ad49601e344a5a909fca83541 | 29d73d332a6961bf37c5f57003d9d1ac1a738780 | /app/src/main/java/com/kloudsync/techexcel/ui/MainActivityV2.java | 122bae593bda7735160f0d642b34483235998d52 | [] | no_license | xfengwang/androidkloud | a6b8ccbcccbe89eae9091553be696e0cec158799 | b3638844002c4bbc208cd9018e8ec5e473192108 | refs/heads/master | 2022-10-15T05:11:42.269304 | 2020-06-11T02:30:11 | 2020-06-11T02:30:11 | 271,429,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,387 | java | //package com.kloudsync.techexcel.ui;
//
//import android.Manifest;
//import android.annotation.SuppressLint;
//import android.app.ProgressDialog;
//import android.content.Context;
//import android.content.DialogInterface;
//import android.content.Intent;
//import android.content.SharedPreferences;
//import android.con... | [
"2862336742@qq.com"
] | 2862336742@qq.com |
a27834f9880905cd1e1aa0bf54fb9f7736eddde1 | 51de3ea6616feb708169fc246dab6c8636c491f5 | /result/com.beust.jcommander.internal.Maps/traditional_mutants/java.util.Map_newHashMap(T)/AOIU_2/Maps.java | 05f54f98e8ab995c7a068b24f2808e14e277ad5e | [
"Apache-2.0"
] | permissive | ps073006/main_mujava | ab442a597b514cc8491b8b5bd551e8e90e0aa5c6 | c62f68d78c65d91f9dbf5a9a72df152cdda05a9d | refs/heads/master | 2021-01-10T04:37:47.416163 | 2016-01-19T19:36:28 | 2016-01-19T19:36:28 | 49,980,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | // This is a mutant program.
// Author : ysma
package com.beust.jcommander.internal;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
public class Maps
{
public static <K,V> java.util.Map<K,V> newHashMap()
{
return new java.util.HashMap<K,V>();
}
public stat... | [
"engr.ps07@gmail.com"
] | engr.ps07@gmail.com |
4dbe3ec4e6d579fe6550742095bad66099a14614 | b3ae7b8e9d1ae8032d487d52a2bdae756383dd40 | /app/src/main/java/de/jzbor/epos/threading/UniHandler.java | eee6ea21e868502952ac5d36fd808851b455c5fb | [] | no_license | jzbor/EpOs | 015fc8bb04330dd52487d5de80d6fd789465e390 | 03db66c65dad5cc32e79a4eaa7891ac8a7091354 | refs/heads/master | 2020-04-30T10:35:31.134822 | 2019-11-17T16:13:11 | 2019-11-17T16:13:11 | 176,781,122 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,244 | java | package de.jzbor.epos.threading;
import android.os.Handler;
import android.os.Message;
import android.util.Log;
import android.widget.Toast;
import java.io.File;
import java.io.IOException;
import java.io.InvalidClassException;
import de.jzbor.epos.App;
import de.jzbor.epos.R;
import de.jzbor.epos.activities.MainAct... | [
"jzbor@posteo.net"
] | jzbor@posteo.net |
f215f323baf29c089e81cc0ef36a24fadd6bae1b | 40505ead4240c2c021477bb5a618217bd371ac55 | /mus-mysql-agent-core/src/main/java/net/vickymedia/mysql/agent/config/ZKProperty.java | 6884db0a81e0a57de4d5699e154d7cdfe9112cff | [] | no_license | phantasy1234/mysql-ha | ae62c04fc8fc687af9bd08e890eea0dc258f3394 | f67f3b29068a0d24395d3a28bc4fff838015aadc | refs/heads/master | 2021-01-10T05:31:15.419002 | 2016-03-01T07:02:12 | 2016-03-01T07:02:12 | 52,855,143 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package net.vickymedia.mysql.agent.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* User: weijie.song
* Date: 16/2/3 下午6:17
*/
@Data
@ConfigurationProperties(prefix = "zookeeper")
public class ZKProperty {
String zkServer;
int sessionTimeoutMs;
int co... | [
"weijie.song@bblink.cn"
] | weijie.song@bblink.cn |
dedb3db8e6cca8257c1dbd03e39650b45a6c17d0 | 6d109557600329b936efe538957dfd0a707eeafb | /src/com/google/api/ads/dfp/v201302/DimensionFilter.java | 3325a0e3d868d1c680a96d49c2be61680f7e2939 | [
"Apache-2.0"
] | permissive | google-code-export/google-api-dfp-java | 51b0142c19a34cd822a90e0350eb15ec4347790a | b852c716ef6e5d300363ed61e15cbd6242fbac85 | refs/heads/master | 2020-05-20T03:52:00.420915 | 2013-12-19T23:08:40 | 2013-12-19T23:08:40 | 32,133,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,580 | java | /**
* DimensionFilter.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201302;
public class DimensionFilter implements java.io.Serializable {
private java.lang.String _value_;
private static java.uti... | [
"api.arogal@gmail.com@e5600b00-1bfd-11df-acd4-e1cde50d4098"
] | api.arogal@gmail.com@e5600b00-1bfd-11df-acd4-e1cde50d4098 |
bc56b9b06595e4ba14a09ac025e66a34c2f2a8ca | e785743c24fc221f05c3232da41cd928177c76a9 | /src/main/java/pt/isel/ls/model/data/dtos/DTOType.java | e913b345d577cc6b804cd2ae8fa9b1db4340234b | [] | no_license | razor54/LS | 39c103deb36b53770718453521a77f1767482342 | fe02ed1e8b7057922410856b6c75d11ac4ca9fc9 | refs/heads/master | 2021-03-16T06:04:43.372016 | 2017-09-13T21:27:18 | 2017-09-13T21:27:18 | 103,452,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | package pt.isel.ls.model.data.dtos;
public enum DTOType {
Message, //table updates
Data, //gets
Info //static
}
| [
"andregaudencio5@gmail.com"
] | andregaudencio5@gmail.com |
91ec4eafac0e75910ab5349008fecf531b976002 | 6af6a6b0c3e199ddc39cc8ccce4e4bf8f77a7e3f | /OOPS1/src/academy/learnjava/Car.java | 68ddef43d08a139899c99cc6e657ed43e873b8da | [] | no_license | kavishb12/Java_Practice | e4d289980fc3b755dc8a4f5a10f4fd1d1c8b0748 | bff2f84b729731388833e8cd5da52a2fc1e68211 | refs/heads/master | 2023-01-03T11:51:08.093650 | 2020-10-30T18:18:55 | 2020-10-30T18:18:55 | 298,893,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49 | java | package academy.learnjava;
public class Car {
}
| [
"thegreatparadox@Kavishs-MacBook-Air.local"
] | thegreatparadox@Kavishs-MacBook-Air.local |
04ed7cd46815a745da0c8fe268df4217fcab9fbb | e41c2e6175325b4a63a98307476127ab6028c88b | /cxf/soap(wsdl)/02-spring-db/src/main/java/com/mycompany/study/ws/server/service/UserServiceImpl.java | 73e23f4e8905b63461cef7f135ba909e66325ea6 | [] | no_license | usedtolove/webservice-study | db9202fa175d56230d7a9bfdf2b62e8c6032c1f6 | 377b727d7a8c7b2cbc68e7d8ef58cc0f08de5f00 | refs/heads/master | 2021-01-11T11:08:54.310831 | 2013-05-26T10:24:54 | 2013-05-26T10:24:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package com.mycompany.study.ws.server.service;
import com.mycompany.study.ws.server.dao.UserDao;
import com.mycompany.study.ws.server.entity.User;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.List;
@... | [
"usedtolove@gmail.com"
] | usedtolove@gmail.com |
2188473884d36b782ccb566ffc604acc5750a4b8 | fb9615628a33b2af930745e20dc22969c8e4c31c | /app/src/main/java/com/example/xudong/myquick/DataBase/outcome.java | d4fa2de7d7b0e37c2fa0806d2d7c5826339d2db7 | [] | no_license | xudong21150713/MyQuick | 872f4ccd331e796cc9fa50aaed8a85551180f971 | 19082da4226cb76fe68b3e6c5c5665d3920e17f0 | refs/heads/master | 2020-05-18T07:13:24.975433 | 2019-04-30T12:32:20 | 2019-04-30T12:32:20 | 184,258,494 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.example.xudong.myquick.DataBase;
import com.google.gson.Gson;
public class outcome {
public int id; //支出编号
public String income_type;//支出类型 分alipay(支付宝),wechatpay(微信支付),cash(现金支付),card(银行卡转账)
public double cash1; //支出金额
public String date;//支出日期
@Override
public boolean equals(Ob... | [
"m15024730334_1@163.com"
] | m15024730334_1@163.com |
fa417dad420b0bdfbb7256219aa8d50aa78b29cc | 2c42ff8e677790139f972934d0604ed9baf61930 | /Files From Teacher/Java/3-JAVA第三阶段/2019-6-20-SSH/spring/src/main/java/com/woniuxy/s_aop2/RootConfig.java | 1f5067c148d62ab280a32ddc1edaee157df6b445 | [] | no_license | DukeTiny/education | ee845c0e5b0d171337c6f52052e054379e1ddc1b | 8ec8aaec07897ca93d16b08a7ef431beb680eaf3 | refs/heads/master | 2022-12-25T03:46:06.741009 | 2019-10-15T17:11:04 | 2019-10-15T17:11:04 | 215,351,747 | 0 | 0 | null | 2022-12-16T09:59:04 | 2019-10-15T16:56:27 | TSQL | UTF-8 | Java | false | false | 592 | java | package com.woniuxy.s_aop2;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.test.context.ContextConfiguration;
@ContextConfiguration
@ComponentScan
... | [
"329087464@qq.com"
] | 329087464@qq.com |
e6faa6fd6ad97afb07af33061b0506a53e65d97b | 1ff42f817b12fb783d70ce50ddf919e9354c3097 | /src/main/java/com/chapter1/exercise/Ex_1_1_24.java | bb9f8edc518dd3c7f03aac4d2f30e6998495c001 | [] | no_license | tomisme-dev/algorithm | 9659d0155594fe03e8a6415b4570399d5648cada | 8b3e9f635458c81b57390f3bd13cac38d3c73a52 | refs/heads/master | 2022-03-14T06:36:24.301947 | 2019-11-08T09:33:52 | 2019-11-08T09:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 969 | java | package com.chapter1.exercise;
public class Ex_1_1_24 {
public static void main(String[] args) {
System.out.println(greaterCommonDivisor(105, 24));
System.out.println(greaterCommonDivisor(1111111, 1234567));
System.out.println(greaterCommonDivisor2(105, 24));
System.out.println(grea... | [
"youaiduan@gmail.com"
] | youaiduan@gmail.com |
20031d7325396518e5b3ad6d757a9b77b76b52f0 | b96bad6ac044500b098dddb6819a93c5732dba9d | /src/main/java/Item.java | fdf68662b1029ae853fcd92fafcdbe492d0fbc07 | [] | no_license | derekjpopovich/asurite_review | dfbb4e94490b70d7199d5eb698658ff76e5b9964 | 2c3a873ad1f09ffd0c472969bf01229ec0635494 | refs/heads/master | 2020-03-07T23:59:35.418053 | 2018-04-05T14:33:42 | 2018-04-05T14:33:42 | 127,795,266 | 0 | 0 | null | 2018-04-05T14:32:43 | 2018-04-02T18:22:10 | Java | UTF-8 | Java | false | false | 321 | java | package main.java;
/**
Class: Item.java
Description: Item class for program. Array of Items are used in the sort methods
*/
public final class Item {
public int key;
//constructor
public Item(int keyValue) {
key = keyValue;
}
// further components and methods
}... | [
"noreply@github.com"
] | derekjpopovich.noreply@github.com |
50c5b47f2300e67b54ddb2efce6fec29980f47bf | f51d514f6149166346bd6efd8887c839ef09a632 | /gamecomposer/src/main/java/de/mirkosertic/gamecomposer/objectinspector/utils/DoublePropertyEditor.java | 0a8e1372ec397b971dc09e00442198f077e91031 | [] | no_license | mirkosertic/GameComposer | fae3c72a381a640344e885ac9b3235fd86c8c954 | bbe0c583c9bba894f3fa3e2f80eb0a73025e3f58 | refs/heads/master | 2023-08-16T22:59:10.068628 | 2023-04-28T07:41:10 | 2023-04-28T07:41:10 | 13,907,695 | 67 | 21 | null | 2023-09-12T04:52:16 | 2013-10-27T18:24:00 | Java | UTF-8 | Java | false | false | 2,789 | java | /*
* Copyright 2016 Mirko Sertic
*
* 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 ... | [
"mirko.sertic@web.de"
] | mirko.sertic@web.de |
e666dbc6b83e6578237cf4e79d73a11cbbbb805c | 13748a20e8ec57fdf2ff6de0a098fabafc8cade9 | /src/main/java/com/dragon/apps/service/MenuHandleService.java | 8774ff2ae0cacc3e9d0e56e92fdc72b3ee7e51fe | [] | no_license | yunzhonghe/wx | bba2abd88b4c1c247f0ae511885072408383096b | 5a342f2ec287f6c28a8272df64d0135fff327841 | refs/heads/master | 2016-09-11T03:15:22.880202 | 2014-12-05T06:53:49 | 2014-12-05T06:53:49 | 25,929,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,478 | java | package com.dragon.apps.service;
import com.dragon.spider.api.BaseAPI;
import com.dragon.spider.api.config.ApiConfig;
import com.dragon.spider.api.request.MenuRequest;
import com.dragon.spider.api.response.BaseResponse;
import com.dragon.spider.api.response.GetMenuResponse;
import com.dragon.spider.util.BeanUtil;
impo... | [
"06sscl@sina.com"
] | 06sscl@sina.com |
deea2c2380e8afab2ea6423e1a9342b25f992655 | 936282bd790a755bbdc56102fa05c5795629f148 | /src/main/java/pe/edu/tecsup/tienda/services/CategoriaServiceImpl.java | a4b93e3bb9748bd846bef2d76e022300e22d1ec9 | [] | no_license | cuellar2020/SpringTiendaWeb | e1d707f3b4adf1aa855356680207735c6c8870a4 | 8defe187bf733960f5329d23d27c9dd182d5326f | refs/heads/master | 2023-08-04T12:18:29.156023 | 2021-09-15T00:38:47 | 2021-09-15T00:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package pe.edu.tecsup.tienda.services;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pe.edu.tecsup.tienda.entities.Categoria;
import pe.edu.tecsup.tienda.repositories... | [
"you@example.com"
] | you@example.com |
c280f869fd2c1c4b66e2640be7f1264e881f4e34 | 0b31f39e1e472fd2126f282b70c413582e13f4dd | /app/src/main/java/com/geostar/smackandroid/message/data/dao/DaoSession.java | 68f6d3ab59c341feb4dba23aaf6d5d48f211bde5 | [] | no_license | JustDoITs/SmackAndroid | cd9d43cb46bfec6f6dd82e7a887d265e337cf3e2 | 8b7b42174d14282eed54ec2986369c6b3bbbf86c | refs/heads/master | 2020-12-26T04:48:36.390564 | 2016-07-28T01:12:32 | 2016-07-28T01:12:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,338 | java | package com.geostar.smackandroid.message.data.dao;
import android.database.sqlite.SQLiteDatabase;
import java.util.Map;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.AbstractDaoSession;
import de.greenrobot.dao.identityscope.IdentityScopeType;
import de.greenrobot.dao.internal.DaoConfig;
import com... | [
"hanlyjiang@outlook.com"
] | hanlyjiang@outlook.com |
e1360bbe596ca1866c789bf0002b390172c5a5a3 | ceb2c622fc6c9d3883783131f9deb450032dae95 | /P3_9.java | f45335e053b2d8040ba2c74e9869a0755000d991 | [] | no_license | SL170031312/SL170031312_Programs | cd9ac645094c73a64f7bf077286bfd7afe38c260 | dc69238184e6b60cf07c46a15bd6d7b99ce83053 | refs/heads/master | 2022-11-06T04:25:07.734841 | 2020-06-25T16:10:15 | 2020-06-25T16:10:15 | 236,766,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package arrays;
import java.util.Scanner;
public class P3_9 {
public static void main(String[] args) {
Scanner s=new Scanner(System.in);
int n=s.nextInt();
int d=0;
int[] a=new int[n];
int[] b=new int[100];
for(int i=0;i<n;i++) {
a[i]=s.nextInt();
d=a[i];
b[d]++;
}
int max=b[0],ind=0;
... | [
"noreply@github.com"
] | SL170031312.noreply@github.com |
e544bd3b100e9b64aba722c092c9a1dc655e13e3 | 1e8eb8b40f49b8aeab5b332b7b76b5bd448ed2e6 | /Java/14:10:2016/Employee.java | 337f679957313acda11d6bc7a49946e15c384819 | [] | no_license | theod0sis/AFDEmp | 03af76d372471c2df4974e5e9c2d6b5c455c5b68 | dd5d0d3e2752d93d658dd2eae792eded6d7c33a2 | refs/heads/master | 2022-07-07T15:52:51.683750 | 2020-07-05T11:19:43 | 2020-07-05T11:19:43 | 70,476,707 | 0 | 0 | null | 2022-06-21T00:05:31 | 2016-10-10T10:16:50 | Java | UTF-8 | Java | false | false | 681 | java | import java.util.*;
public class Employee {
private String name;
private String surname;
private int birthyear;
public void setName( String name){
this.name=name;
}
public String getName(){
return this.name;
}
public void setSurname( String surname){
this.surname=surname ;
}
public St... | [
"theodosis@MacBook-Air-toutes-Anthi.local"
] | theodosis@MacBook-Air-toutes-Anthi.local |
6e7ce94061825bb0848d3e88909080ce27f8ac8a | 01ea1bad00192787f5032e0b0ec4eab406898501 | /src/main/java/com/xu/webservice/task/DynamicScheduleTask.java | 56bfcea8cce564c876fb332d998dffad752e702a | [] | no_license | CharleyXu/webservice | 5e5a8dd2f1d2a9eb48aec12979413dd6b3653d0e | 912c3ec790862349e5c889bdd54beaf40e187f36 | refs/heads/master | 2021-01-25T14:33:37.809160 | 2018-06-20T11:27:37 | 2018-06-20T11:27:37 | 123,710,976 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,751 | java | package com.xu.webservice.task;
import com.google.common.base.Strings;
import java.time.LocalTime;
import java.util.Date;
import java.util.concurrent.ScheduledFuture;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.Trigger;
import org.springframework.scheduling.TriggerC... | [
"xucharlie1993@gmail.com"
] | xucharlie1993@gmail.com |
ffd80a83a5cc94dc7c729b9724f881f9b2d9109d | 80d090e762c638d07a65de58312708b01e67d278 | /src/main/java/io/ebean/enhance/asm/tree/analysis/SourceInterpreter.java | 40f29570cc644a0da3a356340a40a271894b469e | [
"Apache-2.0"
] | permissive | ajcamilo/ebean-agent | 4c5b781a1b19ad372bfffbd6f14492db0bb95b67 | f194eeef802dab6ff64f6eab8375ef99f3898e61 | refs/heads/master | 2021-01-23T12:22:06.225631 | 2017-06-26T16:58:42 | 2017-06-26T16:58:42 | 93,152,908 | 0 | 0 | null | 2017-06-02T10:01:06 | 2017-06-02T10:01:06 | null | UTF-8 | Java | false | false | 6,435 | java | /***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* 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. Redistribution... | [
"robin.bygrave@gmail.com"
] | robin.bygrave@gmail.com |
dbf395fd9ccb4ed4f187d567329d9d01e9c2f242 | 5b98fc9ff503d3b3ed49e56b6b2a896b94e4d39b | /pedometer/src/edu/hui/pedometer/startMapActivity.java | 5b4673d6900df28a7470edb9e2f4f46dfe683c70 | [] | no_license | hui8958/StreetViewPedometerAndroid | e7d801354afa2642aa3c43a83c3daabb76182393 | 6beab96e70c36c312292dac6a390cbe6b4bd74df | refs/heads/master | 2021-01-23T06:25:07.728497 | 2017-03-27T17:59:04 | 2017-03-27T17:59:04 | 86,364,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,359 | java | package edu.hui.pedometer;
import java.util.Date;
import java.util.HashMap;
import android.support.v4.app.FragmentActivity;
import android.text.SpannableString;
import android.text.style.ForegroundColorSpan;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast... | [
"hui8958@gmail.com"
] | hui8958@gmail.com |
a9449c891c55911574271248618f3c72ddc64b97 | 797e7473284b23039a3b3f42535fb4725daeaffa | /src/main/java/sv/gob/mined/apps/bnprove/mvn/modelo/Pais.java | 8976186690a257ccfa7472ee9943ca642e7f708d | [] | no_license | rramirezech1/bnprove-mvn | 2778904da8809163b6f6312101b39983f7b76580 | 47929cd99ffdfd51ba774cfbf1f7e23088bbdd85 | refs/heads/master | 2023-03-08T04:07:07.952677 | 2023-02-22T23:42:38 | 2023-02-22T23:42:38 | 195,832,657 | 0 | 0 | null | 2022-12-09T22:57:32 | 2019-07-08T14:47:13 | Java | UTF-8 | Java | false | false | 2,327 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sv.gob.mined.apps.bnprove.mvn.modelo;
import java.util.Date;
/**
*
* @author Infosoft
*/
public class Pais {
private String pais;
private String name;
private String descripcion;
private Dat... | [
"rramirezech@hotmail.com"
] | rramirezech@hotmail.com |
afeb7d3dedadb824e170e785a1a7aa4e276aefb1 | 17abe434c2bc8995fbc73f7f81217e49a0283c2e | /src/main/java/com/google/gwt/i18n/client/impl/cldr/LocalizedNamesImpl_ksf.java | ea56155d36ba71a1d6e5b9b5105ca48e940e3003 | [
"Apache-2.0"
] | permissive | aliz-ai/gwt-mock-2.5.1 | 6d7d41c9f29d3110eef5c74b23a3d63b3af5e71b | af5495454005f2bba630b8d869fde75930d4ec2e | refs/heads/master | 2022-12-31T06:00:31.983924 | 2020-07-13T12:06:47 | 2020-07-13T12:06:47 | 55,702,877 | 1 | 1 | NOASSERTION | 2020-10-13T09:09:21 | 2016-04-07T14:48:45 | Java | UTF-8 | Java | false | false | 19,904 | java | /*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"gabor.farkas@doctusoft.com"
] | gabor.farkas@doctusoft.com |
94e913ed10e404ec0619639874ee1b86bbc5cc94 | ca70b3fdacde9671d55a03c398046dd62364d47a | /src/chapter06/section13/newpkg/Person.java | 1e5342aee2b7df1d76a6bef9b0c95b4912e86737 | [] | no_license | hanhays/java20190828 | 22c5253aa97558817bc163bf55c03bb0d3b187a4 | 83354be2795aca16b9a70a6c3d5b21d9e90feb73 | refs/heads/master | 2020-12-08T15:59:54.683074 | 2019-09-30T00:22:31 | 2019-09-30T00:22:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package chapter06.section13.newpkg;
class Person2 {
}
public class Person {
private int privateField = 0;
int defaultField = 0;
protected int protectedField = 0;
public int publicField = 0;
public Person() {
privateField = 10;
defaultField = 20;
}
void method() {
privateField = 20;
defaultField =... | [
"602@choongang"
] | 602@choongang |
4b2df5b822ff8c1bd693cc6f5bcb51f67bec332a | 43a17e106805c58f44f6473d8ef670f67553c0ce | /.svn/pristine/2c/2c2ad84d2225615ecba83e554f8f243c881204c1.svn-base | 54b5025c6a9fadcac241d47097dda42146bcd992 | [
"Apache-2.0"
] | permissive | Spider-007/Android_example_view12 | db45571005094a4921279b12f5ddcb792780ee03 | 00a22fc31dfd870226964d696a2c9edb5dc1654a | refs/heads/master | 2020-08-18T06:29:12.546416 | 2019-10-17T14:39:00 | 2019-10-17T14:39:00 | 215,756,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | package com.htmitech.domain;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface TreeNodePid
{
}
| [
"1302306693@qq.com"
] | 1302306693@qq.com | |
0dc92d7a0e6558021505569157049af2e939f789 | fe0622b62c8ff249f5c3f22109d6e89f1f30e525 | /src/main/java/cn/net/colin/controller/test/HelloController.java | 63240ca39927abfb79a87968a5478ba7091070f4 | [] | no_license | siasColin/springboot2example | ec58876b998ec9adbeba1d211370bda352dc3f34 | 7127ce49411f38940748a32b2b946b01afc8e23f | refs/heads/master | 2023-04-27T01:50:24.912515 | 2023-02-23T06:24:12 | 2023-02-23T06:24:12 | 244,126,899 | 4 | 3 | null | 2023-04-14T17:33:08 | 2020-03-01T10:14:27 | Java | UTF-8 | Java | false | false | 2,494 | java | package cn.net.colin.controller.test;
import cn.net.colin.common.exception.entity.ResultInfo;
import cn.net.colin.common.exception.entity.ResultCode;
import cn.net.colin.common.util.SnowflakeIdWorker;
import cn.net.colin.model.sysManage.SysArea;
import cn.net.colin.service.sysManage.ISysAreaService;
import org.slf4j.L... | [
"1540247870@qq.com"
] | 1540247870@qq.com |
0c7e3fe424caead838c07916e87e33c8b06367d0 | f908384df4424aaf0ec83b8466a5dc5f88496307 | /3eme/ProjetPI javafx/src/projet/service/IProduitService.java | c6485bf42fb753f782ae831411a35f1d27ce15f1 | [] | no_license | Ahmed-Amine-Soltani/projet_integre_esprit | 7c76ec625cb3f03367638dd456a239ba3ff57820 | e5d7f39127498e021a8b4b7cbef4102e3ee6a867 | refs/heads/master | 2023-03-14T11:09:31.833023 | 2021-03-05T17:20:13 | 2021-03-05T17:20:13 | 344,866,963 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | 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 projet.service;
import java.util.List;
import projet.models.Produit;
/**
*
* @author yassine
*/
public inter... | [
"soltani.ahmedamine1@gmail.com"
] | soltani.ahmedamine1@gmail.com |
c11722659140f6def58cf4af62cba1887ff5deb2 | 119a9ba8328894eef767f99845e9032b684734aa | /src/main/java/org/me/web/system/department/service/IDepartmentService.java | 0d648d8f78591710ad1962735021731982aa1da0 | [] | no_license | 845642761/cms1 | 1cb5bddd3067c4860dcc75b8aecb1d1bba6af52d | 5b92857ac5d899ecdccbccd7814c77280926ae7e | refs/heads/master | 2021-05-01T02:53:22.768009 | 2016-11-08T07:03:30 | 2016-11-08T07:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package org.me.web.system.department.service;
import java.util.List;
import org.me.web.system.department.entity.Department;
public interface IDepartmentService {
/**
* 保存
* @param dept
* @return dept id
* @date 2016年5月16日 11:05:07
*/
public String insert(Department dept);
public Department getById(Stri... | [
"845642761@qq.com"
] | 845642761@qq.com |
9fee598515a8d66975819272518d4eb8d54bb289 | 42808ddbb1c9bbddbdd029810efcf3b7bedd27b2 | /tp1/src/main/java/webapp/BonjourServiceServlet.java | 803b4bc1bada8e6e37c356062e31e448ecd8b0b3 | [] | no_license | DgrinderHZ/J2E-Workshops | 913bbe04f98225fedef5c9c32af61f51a175575f | 926dbde81a7bc20182dc65e379ab346b89b12a15 | refs/heads/master | 2020-12-03T20:14:08.325886 | 2020-02-06T03:41:57 | 2020-02-06T03:41:57 | 231,471,061 | 1 | 1 | null | null | null | null | WINDOWS-1250 | Java | false | false | 2,051 | java |
package webapp;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | [
"hassanzekkouri@gmail.com"
] | hassanzekkouri@gmail.com |
f64d1bf6e7a95905cbdfcb475ea25c5a70e6363b | c8b8571d4e0de910a490218712b44eef34a78925 | /arbiter-deeplearning4j/src/main/java/org/deeplearning4j/arbiter/layers/BatchNormalizationSpace.java | 773503e648b25b7a0745c059744ab1138acd776f | [] | no_license | jayden11/Arbiter | b2652c770d38feb520617b90789971b770b841be | 987f31de02006523b4a02446429d27d110080a35 | refs/heads/master | 2020-12-03T00:26:57.522159 | 2017-06-30T04:52:12 | 2017-06-30T04:52:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,608 | java | package org.deeplearning4j.arbiter.layers;
import lombok.AccessLevel;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import org.deeplearning4j.arbiter.optimize.api.ParameterSpace;
import org.deeplearning4j.arbiter.optimize.parameter.FixedValue;
import org.deeplearning4j.arbiter.u... | [
"blacka101@gmail.com"
] | blacka101@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.