blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1334f0806e4213b5d6d87ecc5d48730b3a92868a | 099ffcaac745f40e5a129fedf4fec80679a56db0 | /FreeCol/src/net/sf/freecol/common/option/SelectOption.java | 03b0e40031fa6123352f801dc58244bf3537764d | [] | no_license | sscheiner/COSC442-finalproject | 2837cc0024c7c05f5038119549f9bc248a2f874f | 9acba79cfc306faf1e0bf24b89cac1da8325df90 | refs/heads/master | 2020-03-06T18:22:38.638638 | 2018-05-16T23:54:05 | 2018-05-16T23:54:05 | 127,006,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,059 | java | /**
* Copyright (C) 2002-2015 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your optio... | [
"eallen42692@gmail.com"
] | eallen42692@gmail.com |
38419b4cb0c651137a9186e72d7a325c3a2e2d82 | c9181e628ce40db6088d6b121b7a8fe6b6665902 | /src/LeaderOfTheArray.java | 9bee28bd25e8d186baef3efd256914acc5ca1c00 | [] | no_license | Madhusudanarao/Core_Java_practice | 1c4453d11910ee8e38c3c9525f587b9a008d8b12 | 5fbb737ad8f63b4ebbef2003eb7978a47281f6c4 | refs/heads/master | 2020-04-21T11:41:33.701821 | 2019-04-04T09:45:46 | 2019-04-04T09:45:46 | 169,535,155 | 0 | 0 | null | 2019-04-04T09:45:47 | 2019-02-07T07:36:08 | Java | UTF-8 | Java | false | false | 540 | java |
public class LeaderOfTheArray {
public static void main(String[] args) {
LeaderOfTheArray la = new LeaderOfTheArray();
int arr[] = new int[]{10,34,5,15,9,2};
int n = arr.length;
la.printLeaders(arr,n);
}
private void printLeaders(int[] arr, int n) {
// TODO Auto-generated method stub
int maxFrom... | [
"madhu.karanam88@gmail.com"
] | madhu.karanam88@gmail.com |
1ca07061932a1ee142c894c3ac3931ca1a31d4ae | e605f0aae2be0aca89bd67b5d03af018b656d71a | /teamclub-weixin/src/main/java/com/teamclub/weixin/controllers/open/WeixinAuthAction.java | f53b4dbe1c01a610c10fed672b851504b6eadf2c | [] | no_license | zhmeng/mutile-app | 97dd532065ae2ca0c79da079afc930377907e3f4 | 3318334f60dd53d5a3fbf92e9c98651697aea9fb | refs/heads/master | 2021-01-19T21:12:03.032725 | 2017-05-12T02:48:01 | 2017-05-12T02:48:01 | 88,621,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,004 | java | package com.teamclub.weixin.controllers.open;
import com.avaje.ebean.Ebean;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.riversoft.weixin.common.WxClient;
import com.riversoft.weixin.common.decrypt.MessageDecryption;
import com.riversoft.weixin.common.decrypt.SHA1;
import com.riversoft.weixin.commo... | [
"zhangm@ulopay.com"
] | zhangm@ulopay.com |
c54108d9bba241874e078abbf60fb28f451ac31f | 8922e51e7b544b069ff163496780aa8b37ad4f8a | /library/src/java/org/apache/hivemind/lib/pipeline/PipelineContribution.java | 6bdd2e28da9821485c6caacd56ef61efedea678b | [
"Apache-2.0"
] | permissive | rsassi/hivemind2 | e44cd3b7634bf15180c68c20a3a4f6fa51c21dd0 | 2ab77f62bf2ecbea4e3e03f6bde525a90e3f1a08 | refs/heads/master | 2023-06-28T09:19:39.745800 | 2021-07-25T03:45:03 | 2021-07-25T03:45:03 | 389,251,042 | 0 | 0 | null | 2021-07-25T03:45:04 | 2021-07-25T03:26:24 | Java | UTF-8 | Java | false | false | 1,055 | java | // Copyright 2004, 2005 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | [
"ahuegen@localhost"
] | ahuegen@localhost |
92fb7e9bbaf6e4d30c4e6ec611766afdeabb603d | 3bfa6df53cdb9c084f265eda7eae58e35eb6be6a | /app/src/test/java/com/devhch/changeimageorder/ExampleUnitTest.java | 3414b71c4f6b6d46e970cb19efa0b24e43752374 | [] | no_license | hamzamirai/ChangeImageOrder | ddb8dd8e94bd077e80f719f3f493bf95cc7b1fac | 379aa1426b758e0ccb9788a61a9830d53da51e60 | refs/heads/main | 2023-07-01T12:56:36.012620 | 2021-08-07T22:16:58 | 2021-08-07T22:16:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.devhch.changeimageorder;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public... | [
"hamzachaouki23@gmail.com"
] | hamzachaouki23@gmail.com |
483fae89d20a16825bcc23561783f8e234fd832d | 47d73df4f6a71c7d72ceb9e125b67b51e6f59026 | /ibas.initialfantasy/src/main/java/org/colorcoding/ibas/initialfantasy/bo/privilege/IdentityPrivilege.java | e46a13c3e559d2b7a69fc033b3a71b96d8617105 | [
"Apache-2.0"
] | permissive | color-coding/ibas.initialfantasy | efb32450167525895265813c0b97555198bc852a | 2f33b6637378f5bedc578c3628c21a8cf6aa9c59 | refs/heads/master | 2023-08-19T08:16:44.724648 | 2023-08-14T08:01:48 | 2023-08-14T08:01:48 | 81,448,808 | 1 | 119 | Apache-2.0 | 2023-01-18T07:08:55 | 2017-02-09T12:38:05 | TypeScript | UTF-8 | Java | false | false | 18,411 | java | package org.colorcoding.ibas.initialfantasy.bo.privilege;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.colorco... | [
"niuren.zhu@icloud.com"
] | niuren.zhu@icloud.com |
5e9deda52e89d940e1605206aa4f422cf2a2002f | 4b5152d93b5b6f26e7c1fb06d1a5f5f03e63fd0d | /Лаба 2/WeatherConveyor/src/main/java/ru/sg_muwa/WeatherConveyor/Logger.java | 0612b2d6d8d13e485ee3b332b5927f3912bbfddf | [] | no_license | SGmuwa/Development-of-software-applications-4-semester | 50d97ba59345f1db9298eb9dc336f22d3beb5452 | 6d5d34324036937bd0af324e67b4c17da7b23e81 | refs/heads/master | 2021-04-12T08:40:55.985357 | 2018-05-31T06:38:44 | 2018-05-31T06:38:44 | 126,211,826 | 0 | 0 | null | 2018-05-30T20:26:20 | 2018-03-21T16:52:31 | Java | UTF-8 | Java | false | false | 299 | java | package ru.sg_muwa.WeatherConveyor;
// Класс, который печатает выходные танные.
public class Logger {
// ConcurrentLinkedQueue<Task>
public static <T> void printTasksAndClear(Iterable<T> input) {
for(T elm : input)
System.out.println(elm.toString());
}
}
| [
"motherlode.muwa@gmail.com"
] | motherlode.muwa@gmail.com |
57dcc1391ea254c7a70af9ea7a83ca97fe540daa | c3aaf209571baf0933fe835e0dcb72a2f11cee87 | /src/programs/FibonacciSeries.java | 41fa233fd9bebfe4629536f4bdd2b15aac736464 | [] | no_license | Sandeep0001/JavaTraining | 9d297fb00596b289029dc1a9bc646eda857a1c37 | cecd2f714bda161b35f7422f53ff7ae338ff38b8 | refs/heads/master | 2023-09-01T09:40:44.310674 | 2023-08-25T08:52:06 | 2023-08-25T08:52:06 | 157,348,278 | 1 | 0 | null | 2021-08-29T09:17:43 | 2018-11-13T08:46:19 | Java | UTF-8 | Java | false | false | 280 | java | package programs;
public class FibonacciSeries {
public static void main(String[] args) {
int n = 10, i = 0, j = 1;
System.out.println("First" + n + "terms: ");
for(int k=1;k<n;++k){
System.out.println(i);
int sum = i + j;
i = j;
j = sum;
}
}
}
| [
"is.sandeep7@gmail.com"
] | is.sandeep7@gmail.com |
77411cd681f2338538e7452f48b85dc4ba22907a | c2d709335439879c3403f4a138a28054537f2e3d | /qmetry-integration/src/main/java/org/wso2/www/php/xsd/AttachmentEntity.java | d6e1dc3e74789aca3f368691e5a2271d54b73cfa | [] | no_license | tied/code | 47b3b7d576f6ce36b43f06adecbc687a66e7b4af | 3140ff84812e7d71be214013df4b3a944ca19ea1 | refs/heads/master | 2020-04-23T18:28:10.232443 | 2019-02-12T10:06:23 | 2019-02-12T10:06:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,752 | java | /**
* AttachmentEntity.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package org.wso2.www.php.xsd;
public class AttachmentEntity implements java.io.Serializable {
private int attachmentId;
private java.lang.String attachmentFi... | [
"janmejaya.padhiary@ness.com"
] | janmejaya.padhiary@ness.com |
9a1123247e3cbfe5310ed9e933482c28ed8148fb | db80a347e0c01d20a1b137d9326c4910dae0d78b | /src/MainUI.java | 1ffd727dcbabf554901a0db23cdc433443fe4f3d | [] | no_license | Vulcan5237/Project1 | a34aaa683b3f91b71a37983386ef45ce6679277c | 727d1cfaca580e7eeebd030efb9ecdbf288005e6 | refs/heads/master | 2020-08-15T23:56:20.424461 | 2019-10-16T01:18:40 | 2019-10-16T01:18:40 | 215,413,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class MainUI {
public JFrame view;
public JButton btnAddProduct = new JButton("Add New Product");
public JButton btnAddCustomer = new JButton("Add New Customer");
public J... | [
"noreply@github.com"
] | noreply@github.com |
61e8b9604237f0e2da454c1793616e7c2cd7897f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_81a81dbc826958acc3fc71d33326d43c150bdb53/ExecuteCommand/15_81a81dbc826958acc3fc71d33326d43c150bdb53_ExecuteCommand_t.java | b24cb9180c430c7734601352b2d32db36fce787c | [] | 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 | 5,858 | java | package net.i2cat.mantychore.queuemanager.shell;
import java.util.List;
import net.i2cat.mantychore.queuemanager.QueueManager;
import org.apache.felix.gogo.commands.Argument;
import org.apache.felix.gogo.commands.Command;
import org.apache.felix.gogo.commands.Option;
import org.opennaas.core.resource... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
568c430fe442b9072de1c54c8773f7e01a50baac | 9ad01a124c2453ff473f76747ea6a8437e71b81a | /automation/src/test/java/test/module/framework/tests/functional/MavenRunnerTest.java | 94bbe3199bb4a2a2b8e4473451bad32cfada0f02 | [
"MIT"
] | permissive | jagadeeshshetty/Autonomx | 1de629b887f38f957b4d42b65db2c6ba8728e216 | e31526bf3cd16782c8f5a873168816001d547498 | refs/heads/master | 2023-04-04T15:49:50.557331 | 2021-04-11T23:22:34 | 2021-04-11T23:22:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | package test.module.framework.tests.functional;
import java.io.File;
import org.apache.commons.io.FileUtils;
import org.testng.annotations.Test;
import configManager.ConfigVariable;
import core.helpers.Helper;
import core.support.annotation.helper.utils.MavenCommandRunner;
import test.module.framework.TestBase;
pub... | [
"ehsan.matean@fortify.pro"
] | ehsan.matean@fortify.pro |
41c0dc1c2481eb7f13a55bb38524641e40ab6cb0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_a4017503ac1ee03d97f0db1253934d0852d1658a/CallFeaturesSetting/8_a4017503ac1ee03d97f0db1253934d0852d1658a_CallFeaturesSetting_s.java | 73548b464777d8f3d4a20891b6a060c1ecbb7800 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 34,796 | 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 requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b8b92d72324961331722551d9f57eccc074f024b | dbd7c4f9441df61d2e8eb9bff65486f370ed1858 | /gen/com/example/contactsexplorer/R.java | 20517a67772cfaa102cddc01ff7ccfee3dfdec1f | [] | no_license | ashish-kshirsagar/ContactsExplorerApp | 022c970f3d51366d70739a9bc74b16fd6c845bc8 | 0a931d327d688552c936f44f995b851bc483b6ae | refs/heads/master | 2016-09-05T20:21:12.971694 | 2014-10-14T18:56:15 | 2014-10-14T18:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180,694 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.contactsexplorer;
public final class R {
public static final class anim {
public static final int abc_fad... | [
"akkshirsagar@gmail.com"
] | akkshirsagar@gmail.com |
6172b9c75e377dd4b0ae50c08fd97454be1f7ffc | 49fd170ee8f36224083d91159cfb392206c99db9 | /src/main/java/com/test/mobdev/configuration/RestTemplateConfiguration.java | b2d0a98c9f719d6df9d2c530b3b50998a48137f1 | [] | no_license | fmirandas/dog-be | 1ca9d66c0ecd5b8a49ce4413f77d16e8e9f7153d | e5fbb73314f4fba8af7193a564b0dca7aa8c802c | refs/heads/master | 2022-12-02T02:15:54.805725 | 2020-08-07T20:01:37 | 2020-08-07T20:01:37 | 285,412,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package com.test.mobdev.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate;
@Configuration
public class RestTemplateConfiguration {
@Bean
public RestTemplate restTemplate() {
... | [
"felipe.mirandas.92@gmail.com"
] | felipe.mirandas.92@gmail.com |
065f1ed18880b86acf2c765afce1785364666892 | ff16141246d7104f7d25193d6210f9bc15d660eb | /chapter13/overridetest04.java | 84bec555a41c79e17ac758417a499874bf0160dc | [] | no_license | zhangyuan3/java_base | 0ccfd15557fb1597f659d138111007a72be696b7 | 4108f1b9669badb1cff4878e9c9ae908051c9f0a | refs/heads/master | 2023-09-04T09:01:27.224758 | 2021-10-17T02:26:36 | 2021-10-17T02:26:36 | 416,773,129 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 725 | java | public class overridetest04
{
public static void main(String[] args){
MyDate d1 = new MyDate();
S.p(d1.toString());
}
}
class MyDate
{
private int year;
private int month;
private int day;
public MyDate(){
this(1970,1,1);
}
public MyDate(int year,int month,int day){
this.year = year;
this.month =month... | [
"463544804@qq.com"
] | 463544804@qq.com |
e54080a1109961c205ee4f66af59f9ffedb92570 | 5c7f89846b2ecbd25618c70b271c4730168d4204 | /app/src/main/java/com/project/food/db/entities/CategoryEntity.java | 6cdb37089691c6939361f601ca933626fd56d65d | [] | no_license | kostya1sh/Food | b0e97095b163803c3413f2982f5bcafdd7d4dfdb | 71be8b54083e651dae8ece47ad2fc12cd1242c1a | refs/heads/master | 2020-06-11T02:55:59.675068 | 2016-12-13T10:09:25 | 2016-12-13T10:09:25 | 76,019,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package com.project.food.db.entities;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.field.ForeignCollectionField;
import com.j256.ormlite.table.DatabaseTable;
import java.util.Collection;
/**
* Created by kostya on 08.12.2016.
*/
@DatabaseTable(tableName = "categories")
public class Categor... | [
"kostya.shall@gamil.com"
] | kostya.shall@gamil.com |
7eadf82f92f5e999fd4f8a7b3e7991174e3391f5 | a112a933418ab6411e284294b6cb0dae10781b00 | /src/main/java/pl/sda/javalon4/exceptions/PasswordValidator.java | c1af371fcca221de3ae82f5539d8e68f0b68f167 | [] | no_license | przemyslawwozniak/javalon4_java-zaawansowana-zadania | 283e0acc356bfc9ce7e4141fc7bc95142b37b2d0 | bc4cd7d78c1b114b0fde02216f0e1074a8d98d28 | refs/heads/master | 2022-11-23T03:35:00.760599 | 2020-07-26T09:47:40 | 2020-07-26T09:47:40 | 280,813,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | java | package pl.sda.javalon4.exceptions;
import java.util.Scanner;
public class PasswordValidator {
public static void main(String[] args) {
System.out.println("Prosze wprowadzic haslo. Wymagania: ");
AbstractValidator[] validators = {new LenghtValidator(8),
... | [
"inz.przemyslaw.wozniak@gmail.com"
] | inz.przemyslaw.wozniak@gmail.com |
bace6f244fef5710005fa3c7096830602b8ccdd4 | 99520d52b98cd2ffafbfc730c9c9fb57b00752bc | /src/main/java/me/spring/webflux/service/CityService.java | 5b6805d198d908eaee88fa1a4fde25ab9805a6ca | [] | no_license | simiczhang/spring-webflux-sample | f241f25f5735274db5f97ce8e4f4390024ff6a5d | 0da46684e88952d034ed156f5ffc00a3318f6798 | refs/heads/master | 2021-05-19T08:16:18.046221 | 2020-03-31T14:16:01 | 2020-03-31T14:16:01 | 251,600,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package me.spring.webflux.service;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
public interface CityService {
Mono<String> getCity(String name);
Flux<String> findAll(int limit);
}
| [
"simizhan@cisco.com"
] | simizhan@cisco.com |
c0cdc7049b7a2753170fbf237eac0999b7c33e2a | e02d4fdc9cc8dd1bda5176c37ac318f562b3f2fc | /src/main/java/de/witcom/app/web/filter/package-info.java | 85715fca56eccb9a369569c4a7da117099a895f9 | [] | no_license | iceman91176/jhipster-oidc-sample | 8733b8d23379eacab898c2d04fc122284879aa44 | b32ef2597e0f0ad6a5a99ccd8cc103aea857aceb | refs/heads/master | 2020-06-06T03:50:40.963233 | 2015-03-03T11:43:12 | 2015-03-03T11:43:12 | 31,590,788 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 62 | java | /**
* Servlet filters.
*/
package de.witcom.app.web.filter;
| [
"carsten@linux-dev-01.witcom.net"
] | carsten@linux-dev-01.witcom.net |
6e45d26bb453093ae40cff5e81a50bd47bd6d9a0 | a8b5525231d52928ff9779b75dd2fc71ad10f609 | /src/learn/BoatsToSavePeople881.java | b91db86e028f648f4cb9add8605ea6e9ee54edb8 | [] | no_license | Gurudattapai/ds-algo | d053f3f8ca4496454b7ddb5b8fc84150fb3a0442 | 76a7995a9e5b34aabbaaa7e288d1ec90c7bf9926 | refs/heads/master | 2020-09-23T04:18:31.121529 | 2020-04-12T10:21:34 | 2020-04-12T10:21:34 | 225,399,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 552 | java | package learn;
import java.util.Arrays;
public class BoatsToSavePeople881 {
public static int numRescueBoats(int[] people, int limit) {
if (people == null || people.length == 0) {
return 0;
}
Arrays.sort(people);
int i = 0;
int j = people.length - 1;
int count = 0;
while (i <= j) {
if (people... | [
"gurudatta.pai07@gmail.com"
] | gurudatta.pai07@gmail.com |
34ecea8939f5d39ceda59016b209ad6b19d837fc | 32d81b4b9db2b6ea4e5c046688cfa43740500bed | /src/com/netty/io/netty/resolver/dns/SequentialDnsServerAddressStream.java | f93bef536e4d0349b3d09a70bd9e510e4a92bc94 | [] | no_license | zymap/zytest | f1ce4cf0e6c735d35f68ea8c89df98ae6d035821 | b8d9eb6cf46490958d20ebb914d543af50d1b862 | refs/heads/master | 2021-04-03T01:15:30.946483 | 2018-03-24T14:10:57 | 2018-03-24T14:10:57 | 124,623,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,216 | java | /*
* Copyright 2015 The Netty Project
*
* The Netty Project 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/licenses/LICENSE-2.0
*
* Unless ... | [
"734206637@qq.com"
] | 734206637@qq.com |
5c749de0fde6c5930f0039d402b42196f0b603d5 | d9985f8a2cdb7bb1f664c8d8bad434daad4113d8 | /src/Pit.java | 9f96adb141208feba384a1cba1f9b5818748d8be | [] | no_license | saifulislam2015/Mancala | e98c61dae8fe10ec689808472a9f7c938d010e4e | 026a2de505468f391c6fedb00b4e4fba0eb6a0fe | refs/heads/master | 2020-03-14T07:40:15.511289 | 2018-04-29T16:11:12 | 2018-04-29T16:11:12 | 131,509,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | public class Pit {
public int stones;
public int row;
public int column;
public boolean isMancala;
public boolean isBlue = true;
public Pit(int stones, int row, int column, boolean isMancala, boolean makeRed) {
this.stones = stones;
this.row = row;
this.column = column... | [
"saifulislamt073@gmail.com"
] | saifulislamt073@gmail.com |
bc106846fb1f1d068f0da0203e04bf77bdde494e | 3d6fa68b0f37ac9496c125251edb05eb541ecd68 | /src/org/usfirst/frc4919/Robot_2017v2/subsystems/ClimbingSubsystem.java~ | 42e79214a1cac594f6661429c1f7137289cd514e | [] | no_license | maplebar/Robot_2017v2 | fd73b1165954d0bf58d8f41e6a3c371712a1eece | 600785cb9e1549773f09ed85355425114d29b77b | refs/heads/master | 2021-06-13T15:04:57.831259 | 2017-03-11T20:49:58 | 2017-03-11T20:49:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,527 | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | [
"team4919.leo-droids@lfcsinc.org"
] | team4919.leo-droids@lfcsinc.org | |
d2de61c044bd5d8e58c8800de1748f43856850f0 | bd1a23d6c50e688f0d15209c54631a32126fe4a2 | /TaoBaoApp/src/entity/Customer.java | c9f4b1abd29d8a59d95c8c3d78d1f1bdb0310f54 | [] | no_license | zhangtianiyi/mybatis | e0693900b439155d5d54a07fe6e0205355e33434 | 32fc661adf18136bd7ecaba7d1bc1279ba4f848c | refs/heads/master | 2020-06-01T20:05:28.226308 | 2017-06-12T10:29:51 | 2017-06-12T10:29:51 | 94,083,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package entity;
public class Customer {
private String cname;
private String cpass;
private String cphone;
private String caddress;
private String crealname;
private boolean cislogin;
public Customer(){
super();
}
public String getCname() {
return cname;
}
public void setCname(String cname) {
this.cna... | [
"465355874@qq.com"
] | 465355874@qq.com |
15b611de65d7fb9922e8dcaa1c2ac25618d85812 | 72fedc2cde9668771f95e88f23c9985ded527112 | /Pattern2/src/Pattern10.java | 79e57801e00d4727594d2599276f21945e1a6e27 | [] | no_license | Pramodjat27/Pattern | 300206af22ba1b1cae2ed40a0e70000016a6049c | d4003bd82822c5e8e1734846b325455ca961a9e4 | refs/heads/master | 2020-03-14T23:02:55.799572 | 2018-05-05T04:31:41 | 2018-05-05T04:31:41 | 131,835,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java |
public class Pattern10 {
public static void main(String[] args) {
int n = 5;
for (int i = 1; i <= n; i++)
{
for (int j = 1; j < n+1-i; j++)
{
System.out.print(" ");
}
for(int k=1; k<=i; k++)
{
if (i%2==0)
{
System.out.print("0");
}
else {
S... | [
"Pramod@DESKTOP-KFILBT2"
] | Pramod@DESKTOP-KFILBT2 |
240e76034e9f2946ec39b9286f0f41b1425b5537 | 0299d9058564883cb5fc07ef222b08fa33bcc7e2 | /src/chatHandler/ChatItem.java | 7e4c0d2e81aebe38d73f295d31090e7dc3b4a244 | [] | no_license | klagenberg/JAVA-RPG-Project | 4565a6b1b5062f2e9aa16711d28745fd11730c1a | e90ab7d3c756a3d6845dd2828abfe50f616d6430 | refs/heads/master | 2016-09-10T10:32:03.606107 | 2015-01-09T12:51:06 | 2015-01-09T12:51:06 | 29,016,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | 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 chatHandler;
import java.util.ArrayList;
/**
*
* @author Fairlyn
*/
public class ChatItem {
private String chatMessag... | [
"klagenberg@hotmail.com"
] | klagenberg@hotmail.com |
5c205d5c73aeb79c6c97f7e32253df7f87445cb4 | ce81c5f80f495b3570dc4ddf0dacdf2ed5014e7e | /guru-server/src/exceptions/NotFoundException.java | ec7262769cd9496aa0000b8bc0a61329a4b6b9c5 | [] | no_license | schedule-gurus/usc-schedule-planner | b9224671c03a3f6205671a81068ca7593c7c56c5 | 1df3613f0f4dfd097265973f599ebe5d240a0e08 | refs/heads/main | 2023-01-14T14:13:50.125845 | 2020-11-23T09:33:43 | 2020-11-23T09:33:43 | 307,885,819 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package exceptions;
import java.io.IOException;
public class NotFoundException extends IOException{
private static final long serialVersionUID = 1L;
//error for schedule collisions
public NotFoundException(String errorMessage) {
super(errorMessage);
}
}
| [
"adunuthulan@gmail.com"
] | adunuthulan@gmail.com |
d2ee10e5fda2a987991f027d5a6915c6acce1a1e | 031b1c5b0c404f23ccd61a08845695bd4c3827f2 | /project/Spring/spring-aop-01/src/main/java/com/slp/version2/inter/impl/MyCalculator.java | e2e416dbe2d16f8b873b7c485fb04f656abc436a | [] | no_license | AndyFlower/zixin | c8d957fd8b1e6ca0e1ae63389bc8151ab93dbb55 | 647705e5f14fae96f82d334ba1eb8a534735bfd9 | refs/heads/master | 2022-12-23T21:10:44.872371 | 2021-02-10T07:15:21 | 2021-02-10T07:15:21 | 232,578,547 | 1 | 0 | null | 2022-12-16T15:41:14 | 2020-01-08T14:13:25 | Java | UTF-8 | Java | false | false | 341 | java | package com.slp.version2.inter.impl;
import com.slp.version2.inter.Calculator;
import org.springframework.stereotype.Service;
@Service
public class MyCalculator implements Calculator {
@Override
public int add(int i, int j) {
return i+j;
}
@Override
public int sub(int i, int j) {
... | [
"1308445442@qq.com"
] | 1308445442@qq.com |
5cdf358925e6843423bf8ad84be3a9f54f8113fa | f66fc1aca1c2ed178ac3f8c2cf5185b385558710 | /reladomo/src/main/java/com/gs/fw/common/mithra/cache/offheap/OffHeapShortExtractor.java | 40a5e13c89299f13b2b01b1f8d85f4671e5a2a61 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | goldmansachs/reladomo | 9cd3e60e92dbc6b0eb59ea24d112244ffe01bc35 | a4f4e39290d8012573f5737a4edc45d603be07a5 | refs/heads/master | 2023-09-04T10:30:12.542924 | 2023-07-20T09:29:44 | 2023-07-20T09:29:44 | 68,020,885 | 431 | 122 | Apache-2.0 | 2023-07-07T21:29:52 | 2016-09-12T15:17:34 | Java | UTF-8 | Java | false | false | 787 | java | /*
Copyright 2016 Goldman Sachs.
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... | [
"mohammad.rezaei@gs.com"
] | mohammad.rezaei@gs.com |
2bd7b9d39533e31f3a99e9995919c813f770800b | 3f94c5c9b94f3a5b3f67dbb402923ae4c2fe0369 | /ListView_Recycler_etc/ListView/app/src/test/java/com/example/idene/listview/ExampleUnitTest.java | 11ccd4c688b1fa073bbe86d80c893e7e86cab181 | [] | no_license | MANUELBSFILHO/Projetos-Java-Android-Estudos | 1a5fed6ed996b522d54d42e9434c41cf56b61ea2 | 6e0fd7f121e5bece6776e68a3d44ca8479e449f2 | refs/heads/master | 2023-03-15T02:12:00.024047 | 2020-03-05T11:01:08 | 2020-03-05T11:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.idene.listview;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... | [
"carlosbraim2010@gmail.com"
] | carlosbraim2010@gmail.com |
1acb4e064dee7a90181fa5b4c977de1385bb6c72 | ac275e7db25ab66e0177bc663de6adb78347ebcd | /src/Farm/Deals/EditProductActivity.java | 6a36dc6629e64c73c898672c77ed3d42007bcf29 | [] | no_license | B4tiSp0t/Farmdeals | d85383b1a63ee4e1a78441f02c7c7f325ec18ef4 | e9e9d2f383d39d82b27b1082a2318436ca04e4b6 | refs/heads/master | 2020-04-14T23:23:22.942153 | 2015-01-19T08:28:09 | 2015-01-19T08:28:09 | 27,039,597 | 1 | 0 | null | 2014-12-07T08:32:48 | 2014-11-23T16:58:01 | Java | UTF-8 | Java | false | false | 2,987 | java | package Farm.Deals;
import static Farm.Deals.R.id.productNameField;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
/**
*
* @author Ane... | [
"akisropsis@hotmail.com"
] | akisropsis@hotmail.com |
30bc9e5a529e3b0b9aa0930ff20af0651e5710bb | 9fe3bebf940684da21f2723eaa149531beeaf3cd | /Examen27-10/src/com/potencia/CalcularPotencia.java | c1c29b29826e33eade0fba50de1872a88f6b4243 | [] | no_license | SergioGardi/Portfolio | 2637e249bd2cd73929ee2953809815483254b5a5 | 8d499901399dd96917af647b39280cc19ad9c85a | refs/heads/master | 2021-05-05T06:37:42.940265 | 2018-01-24T21:07:37 | 2018-01-24T21:07:37 | 118,811,672 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 644 | java | package com.potencia;
import java.util.*;
public class CalcularPotencia {
public static void main(String[] args) {
Potencia obj01 = new Potencia();
int N = Integer.______(Potencia.showInputDialog("ELEVAR UN NÚMERO A LA POTENCIA\n"
+ "Ingresa un número"));
int... | [
"noreply@github.com"
] | noreply@github.com |
7953b6eb5e7d337b293b6ea0f0c3f4cdb5653417 | e736d039aea367bc19014b3ef0a548d649fe1df6 | /src/main/java/br/com/devjava/springsecurity/enums/TipoPermissao.java | 62e5938955c97d340ab15e6b65354e8cf47579bc | [] | no_license | DiegoDevJava/SpringSecurity-Login | 5a6d7b13f276364bf2481b092699ece7ab432bef | e4d49e4626090b0aa25b95d4a8af66022927b704 | refs/heads/master | 2020-03-25T23:47:55.276408 | 2018-08-10T17:42:56 | 2018-08-10T17:42:56 | 144,293,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package br.com.devjava.springsecurity.enums;
public enum TipoPermissao {
ROLE_ADMIN, ROLE_MEDICO, ROLE_PACIENTE;
}
| [
"Diego Santos@Jogador-PC.home"
] | Diego Santos@Jogador-PC.home |
73d4056b1e2ca9bfe13aa1566336df93219799fa | 24b2be4244334188ff3610f4357d3122818d26ee | /app/src/main/java/com/diploma/client/ui/login/LoggedInUserView.java | f54992008b6fba4f134e10a7d66e7eb0f8d8d4e1 | [] | no_license | axsesolga/diplom | 484407057ccf916f13efef98372beda86e9e1dfb | 5548997267971ec7085eea728b962006d1b713d6 | refs/heads/main | 2023-05-03T09:33:55.680182 | 2021-05-19T21:49:53 | 2021-05-19T21:49:53 | 359,508,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.diploma.client.ui.login;
/**
* Class exposing authenticated user details to the UI.
*/
class LoggedInUserView {
private String displayName;
//... other data fields that may be accessible to the UI
LoggedInUserView(String displayName) {
this.displayName = displayName;
}
Strin... | [
"axsesolga@gmail.com"
] | axsesolga@gmail.com |
7ef747e5c388ca6272a2deddbfb4771d6ef90fa4 | b56c540d240df2d283474131781786726bd6f62f | /Source Code/main/java/com/bercut/sa/parentalctl/IPInterceptor.java | a10e3305f872b1105e09898ece3dbbe01e6972ec | [] | no_license | akisai/notused | 050f6b80c9b8923be7c689cc978ea1c4a0423ef4 | 75de513486b391541441dc5faae14e23a011265b | refs/heads/master | 2020-06-20T19:10:12.209891 | 2019-11-12T15:51:43 | 2019-11-12T15:51:43 | 197,217,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,226 | java | package com.bercut.sa.parentalctl;
import com.bercut.sa.parentalctl.atlas.AtlasProvider;
import com.bercut.sa.parentalctl.logs.LoggerText;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.sprin... | [
"akisai.azu@gmail.com"
] | akisai.azu@gmail.com |
376db9400cedf225ff5c779fb5796d9abb264fed | ef3135efb3fdf3347bf54e2bba5b540fde7c349f | /src/test/java/io/github/adityapatwa/social_networking_kata/domain/UserTest.java | 623bede6f8d91aa3c41ee1743f5e40ba64c60ba0 | [] | no_license | adityapatwa/social_networking_kata | 739e358e57e87cf9c147a86cd62f1eac833138b2 | 7f2a0db48236f04b0836f19c8709c320b248ba6e | refs/heads/master | 2022-04-14T22:37:26.382025 | 2020-04-20T02:05:34 | 2020-04-20T02:05:34 | 257,136,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package io.github.adityapatwa.social_networking_kata.domain;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.time.LocalDateTime;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
class UserTest {
private User alice;
private Message aliceMessage... | [
"adityapatwa@live.com"
] | adityapatwa@live.com |
c4edaec93a0e6f3aa99fff13ab75d2a28396ab4a | bc6ee83c5fb5b200b502a16305ce3a48894a0f60 | /src/main/java/cn/itcast/s/s/controller/LoginController.java | 350d42b8158bbbd00b5059849817b26723916262 | [] | no_license | zf952009/s | 2de4c98cfb95561774d3b3bfa2b03b34de4e42f2 | e024e428cd0d84f89ed2671d28f0dd1269ba24b9 | refs/heads/main | 2023-02-05T08:44:40.918315 | 2020-12-31T15:49:44 | 2020-12-31T15:49:44 | 325,601,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,903 | java | package cn.itcast.s.s.controller;
import cn.itcast.s.s.bean.Bioarea;
import cn.itcast.s.s.bean.Table1;
import cn.itcast.s.s.bean.UserLogin;
import cn.itcast.s.s.service.Table1Service;
import cn.itcast.s.s.utils.WebUtils;
import com.alibaba.fastjson.JSON;
import org.springframework.beans.factory.annotation.Autowired;
... | [
"zf95209@163.com"
] | zf95209@163.com |
1096404b6d135c498dcfca1a873d97c59b04b6db | 36b8da9c8e32282f369b486cf6ee73adfaf4cbe6 | /src/main/java/hot/swap/proxy/stream/DotTransferTop.java | 6d449a7bc74022100672df09a0c1b8839ae96c8b | [] | no_license | Leeshine/HotSwapStream | 43621d8b7224c5fc31dc5fae8b46e409b612ba4b | 560668f39773d6d18dcd2babebcc9a1267e3c459 | refs/heads/master | 2021-01-17T21:08:26.914629 | 2017-04-17T05:04:12 | 2017-04-17T05:04:12 | 84,161,741 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,047 | java | package hot.swap.proxy.stream;
import hot.swap.proxy.base.SComponent;
import hot.swap.proxy.base.dotparser.Edge;
import hot.swap.proxy.base.dotparser.GraphManager;
import hot.swap.proxy.base.dotparser.Node;
import hot.swap.proxy.base.dotparser.TopologyGraph;
import hot.swap.proxy.smodule.SwapModule;
import java.util.... | [
"lvshanchun@gmail.com"
] | lvshanchun@gmail.com |
8b94d83d9cc87514cf5b94348c9f3e7f18907328 | 12721743cc0bc23413b259d6f643b31b34b075d8 | /ThreadJava/src/com/BinhHu/part1/CarRace.java | 96788882f4d2e69ef14130fcf98daea567aedbe1 | [] | no_license | NguyenVanThaiBinh/Module-2-part2 | 87dc95820073fea2b36885ab1fbcaef54fcffefd | cecc46cb910def16bdc966327389aa56950534ad | refs/heads/master | 2023-05-04T03:24:13.671298 | 2021-05-04T04:35:02 | 2021-05-04T04:35:02 | 359,762,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,410 | java | package com.BinhHu.part1;
import java.util.Random;
public class CarRace {
public static int DISTANCE = 500;
public static int STEP = 2;
public static class Car implements Runnable {
// Khai báo Tên của xe đua
private String name;
public Car(String name) {
this.name... | [
"nguyenvanthaibinh2210@gmail.com"
] | nguyenvanthaibinh2210@gmail.com |
178c56e9a12b7d67b3e6626bb3821761b7047956 | 1e7a4b87edc7e9e6a870b15acf177edf9233932d | /core/impl/src/main/java/com/blazebit/persistence/impl/function/datediff/second/SQLServerSecondDiffFunction.java | d829d6fa570033829fdc2b6754a576036d9d8d7d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vincentDAO/blaze-persistence | 4b98c168024371a62e0d2e7756c20ec7ef9081c2 | 9d30ff5c96cc320d3b8d68492f7dc677a64dd172 | refs/heads/master | 2020-03-26T23:19:04.190101 | 2018-08-17T13:36:41 | 2018-08-19T20:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | /*
* Copyright 2014 - 2018 Blazebit.
*
* 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 agre... | [
"christian.beikov@gmail.com"
] | christian.beikov@gmail.com |
bb37f1bd8f8f3534af9247c207ac68b77bcda6c2 | 8f5d3d144cf98de0b0c535526eb65db0702d4ffc | /main/java/dqr/entity/mobEntity/monsterNight/DqmEntityNightwalker.java | e4267ca39f6e2aabe33f36a38bc1c605ed16a455 | [] | no_license | azelDqm/MC1.7.10_DQRmod | 54c0790b80c11a8ae591f17d233adc95f1b7e41a | bfec0e17fcade9d4616ac29b5abcbb12aa562d2a | refs/heads/master | 2020-04-16T02:26:44.596119 | 2020-04-06T08:58:47 | 2020-04-06T08:58:47 | 57,311,023 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,961 | java | package dqr.entity.mobEntity.monsterNight;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.world.World;
import dqr.DQR;
import dqr.api.Items.DQArmors;
import dqr.api.Items.DQMiscs;
import dqr.api.enums.EnumDqmMonster;
public class DqmEntityNightwalker extends DqmMobBaseNight
{
public DqmEn... | [
"azel.dqm@gmail.com"
] | azel.dqm@gmail.com |
889abff87a78163f007568f5de3999f4c426b9be | dba1299bb8835d6ec0686bd2f30357e6af6b634d | /QueryInterfaceExamples/src/com/app/query/CriteriaExample.java | 09ae873d865f88468e4cafc95711d85f13f727c2 | [] | no_license | MAHINDRAG/Hibernate | b38a84f4823477f9305b885c8ccfbabea6a2fd69 | 18ec0156e656cfa4e46ea59ca0c72288b358d5df | refs/heads/master | 2021-04-27T00:10:55.824589 | 2018-03-04T06:35:01 | 2018-03-04T06:35:01 | 123,763,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package com.app.query;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Criterion;
import org.hibernate.criterion.Order;
import org.hibernate.criter... | [
"gopishettymahindra@gmail.com"
] | gopishettymahindra@gmail.com |
60f0493445f1a7615412b1f4345deba33e238e15 | c78208008aa6bd0076425a7c53e2c373704f5f1c | /common/src/main/java/com/example/hello/service/ServiceProperties.java | de414f746d923071ad54572a4845c1c3d69600e5 | [
"MIT"
] | permissive | liranfar/gs-springBoot-gradle-multi-projects | 63796e51162ad5bf4c9c711eb261eb70ab8046bf | 19e0cf8f28d4ff01659d2ee0e8cf1101e83e8bb5 | refs/heads/master | 2020-04-17T11:13:17.542706 | 2019-01-26T16:22:35 | 2019-01-26T16:22:35 | 166,532,370 | 0 | 0 | null | 2019-01-26T16:06:47 | 2019-01-19T10:03:33 | Java | UTF-8 | Java | false | false | 466 | java | package com.example.hello.service;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Service;
@Service
@ConfigurationProperties("service")
public class ServiceProperties {
/**
* A message for the service.
*/
private String message;
... | [
"l.farage@gmail.com"
] | l.farage@gmail.com |
9e5a06cb2932236329bca86cde812adcb9ae3b9e | 979655c3f29e7f64398d1421f52da794f282d8fc | /src/test/java/AuthTest.java | 7fadbef7c31fe3028efdffac99a3ba3feb71328d | [] | no_license | otchaiko/winterLabTests | b68b2ab9ec390a1cba1086671d58e57e503ce6ce | 34af97844e05daf01f9ae8b42c667e2254b1b8df | refs/heads/master | 2021-01-08T09:35:07.166084 | 2020-02-24T23:19:12 | 2020-02-24T23:19:12 | 241,988,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,955 | java | import com.qaprosoft.carina.core.foundation.AbstractTest;
import com.solvd.onliner.login.AllowAccessVkPage;
import com.solvd.onliner.HomePage;
import com.solvd.onliner.login.LoginPage;
import com.solvd.onliner.login.RegistrationPage;
import com.solvd.onliner.login.RegistrationVkPopup;
import com.solvd.onliner.UserProfi... | [
"otchaiko@mail.ru"
] | otchaiko@mail.ru |
7436b1458f571ab6194040b8df8c031041c16106 | bb6883e805ed73a14922c0ea2ba37a0a3797da87 | /Library-demo/src/com/library_demo/activity/DemonstrateUseLibActivity.java | 7298595f2bc788c6b4402944b86bcc534b81f3a5 | [] | no_license | ttylinux/library-demo | 65b3adade2220ed2c2063ba58b128f49fa41717d | 072fe0c701aaea5fc9994b7bd1466d779cad0c89 | refs/heads/master | 2021-01-01T16:26:06.730557 | 2014-11-28T03:43:06 | 2014-11-28T03:43:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | /**
* @author LuShuWei E-mail:albertxiaoyu@163.com
* @version 创建时间:2014-10-28 下午7:53:08 类说明
*/
package com.library_demo.activity;
import com.library_demo.R;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.androidlibrary.baidumap.activity.*... | [
"albertxiaoyu@163.com"
] | albertxiaoyu@163.com |
818ce01058baacc21c93eb2a8ccad1fe7913e97c | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app52/source/com/baidu/mobstat/ae.java | 9dcc79b0c5b538e7cb61be548116c0e31ab11dc2 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 1,991 | java | package com.baidu.mobstat;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
class ae
{
List<af> a = new ArrayList();
private long b = 0L;
private long c = 0L;
private int d = 0;
public ae()
{
a(System.currentTim... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
341a34203ca499d407decbc69bdeee0a560983b2 | dbe20b7db3ba8ace6e67eb5bddd41ab750d95977 | /src/Chapter3_ProgramFlowControlStatement/Section02_SelectionStructure/SelectionStructure_05_ifStatementformat2Practice1.java | d0cb3a8ef7d525809579f41c5e42a8ff73947ab2 | [] | no_license | XiaoMing18/JavaSE | d6f370e14baafd13a83ea8e126ad94637fcc0eaf | ed3201e47f13b23ecc8be2ccf4ed6e3865eb83e6 | refs/heads/master | 2021-07-12T18:37:48.993060 | 2021-07-02T06:39:27 | 2021-07-02T06:39:27 | 200,471,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,454 | java | package Chapter3_ProgramFlowControlStatement.Section02_SelectionStructure;
//if格式语句2与三元相互转换
/**
* 区别:
* 1,三元运算符实现的都可以采用if语句实现,反之不成立
* 2,什么时候if语句实现不能用三元改进呢?
* 当if语句控制的操作是一个输出语句的时候
* 为什么?
* 因为三元运算符是一个运算符,运算符操作完毕就应该有一个结果,而不是一个输出
*/
import java.util.Scanner;
public class Sele... | [
"2460903407@qq.com"
] | 2460903407@qq.com |
a0e164969fa505a9117cf9d6d003079f0b030cd0 | 68c7969c4ae1cd9065d7587cb78756e5283591b7 | /catcommon/src/main/java/com/bobo/dbconnection/ConnectionHolderDefault.java | d2aae0a2a0b2d336468d471ed61fb8b5cdca3712 | [] | no_license | young-person/bobo | aed6f37766e595a0283ec102dbe35baf643ffcf7 | 693d0104780947dcb31f24425fa0a236f9136135 | refs/heads/master | 2022-12-11T04:48:02.305237 | 2019-12-16T14:06:41 | 2019-12-16T14:06:41 | 185,199,606 | 0 | 0 | null | 2022-12-06T00:42:45 | 2019-05-06T13:12:51 | TSQL | UTF-8 | Java | false | false | 5,210 | java | package com.bobo.dbconnection;
import com.bobo.base.BaseClass;
import java.sql.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class ConnectionHolderDefault extends BaseClass implements ConnectionHolder<DBType> {
private static final int LIMIT = 500;
@O... | [
"czb199345"
] | czb199345 |
79e222f079ba2ba0b2dfc329ca69fc8f3c27dac9 | 666d8a8ebdc9193629e3177fe7d0066953384428 | /src/main/java/kernbeisser/CustomComponents/Node/NodeSelectionListener.java | dc5ed97deca668d7f372a1d262002045cedbb81a | [] | no_license | blackdra-gon/Kernbeisser-Gradle | 75e91cbd876f601b12934693bc4f2e405d53883e | 11bdd4837d6ed1e433074cbf5f0aca5d259b218d | refs/heads/master | 2020-11-24T07:38:26.041801 | 2019-12-08T15:21:41 | 2019-12-08T15:21:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package kernbeisser.CustomComponents.Node;
public interface NodeSelectionListener<T> {
void nodeSelected(Node<T> node);
}
| [
"julikiller98@gmail.com"
] | julikiller98@gmail.com |
9b41d315ae52cfae2ffa7e13bf50d483df5a120c | 05afdbfb36eff78efe77196a18344ae05b03d087 | /coap/client/BasicCoapClient.java | 11b71afb381110c83e105c43ba9f456a6e25897f | [] | no_license | homg93/Life-Ring | 3e0ef6b4addcbf244d11a389dc3f71d1b6505e14 | 70b836b324d38aee3e2978004858ad9785f48fd8 | refs/heads/master | 2020-03-19T05:23:32.155367 | 2018-06-03T17:42:19 | 2018-06-03T17:42:19 | 135,926,010 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 10,075 | java | package org.ws4d.coap.client;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.rmi.server.ServerCloneException;
import java.util.Random;
import java.util.Vector;
import javax.swing.B... | [
"noreply@github.com"
] | noreply@github.com |
fe0db431f1dec1673eba06e530501b44e95a67de | db840a9988542e92d7f419a2a352df66083eecd1 | /cityre_mis/src/main/java/cn/cityre/mis/sys/entity/query/MenuQuery.java | b0be9bea77abfc6809dac9db046e646b7fa0e161 | [] | no_license | ldlqdsdcn/cremis | fcab34aad3ec500a220dea73b7d2d0b2777e33e8 | 3948ad3b0455e202d2f1d3efd351fe971c201e03 | refs/heads/master | 2021-08-23T13:00:53.943465 | 2017-10-12T03:44:33 | 2017-10-12T03:44:33 | 113,111,206 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,515 | java | package cn.cityre.mis.sys.entity.query;
import java.util.Set;
/**
* Created by 刘大磊 on 2017/9/5 15:58.
*/
public class MenuQuery {
private String nameLike;
private String parentNameLike;
private String isactive;
private Integer type;
private Set<Integer> repIds;
private Set<Integer> repInIds;... | [
"liudalei@cityhouse.cn"
] | liudalei@cityhouse.cn |
a680553de58aa087b47242a80d15b460e771d33a | d37d8827d3b8f104997773c34ee6ea9a9233d05b | /gcol/src/main/java/com/github/gv2011/util/gcol/PathImp.java | c148fe1e3e698620c619222c1272d3c90baf3c41 | [
"MIT"
] | permissive | gv2011/util | 0077c848c02039ff95b5a2070c27008429eb0a9a | d8fee21685fcaaa7eac5d4ed5a258dfa577befa4 | refs/heads/master | 2023-02-21T10:11:06.116316 | 2021-10-04T14:56:35 | 2021-10-04T14:56:35 | 57,448,306 | 2 | 0 | MIT | 2023-02-09T19:48:45 | 2016-04-30T15:14:05 | Java | UTF-8 | Java | false | false | 2,981 | java | package com.github.gv2011.util.gcol;
import static com.github.gv2011.util.Verify.verify;
import java.util.Collection;
/*-
* #%L
* The MIT License (MIT)
* %%
* Copyright (C) 2016 - 2018 Vinz (https://github.com/gv2011)
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this... | [
"gv2011@users.noreply.github.com"
] | gv2011@users.noreply.github.com |
19f4fe20e3e6faeb2b41455287f3c5b9eca47ada | 4da96d32a7e18e91d445d8d458c47e442444098e | /src/main/java/com/grocery/controllers/MessageBoardController.java | ab03c8019953bc1f15c9d8929c371a8d5359cf28 | [
"MIT"
] | permissive | log4jc/MyGrocery | d2616c10ed412453314a7ca8f816ce4a6d517d73 | 2fe500e40d8e8f1aa84563334ca2638fb5e8c22d | refs/heads/master | 2021-09-10T01:15:10.929181 | 2017-11-26T13:41:57 | 2017-11-26T13:41:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,727 | java | package com.grocery.controllers;
import com.grocery.domain.Message;
import com.grocery.domain.MessageBoardSubreply;
import com.grocery.configuration.CustomProperty;
import com.grocery.services.MessageBoardService;
import com.grocery.utilities.PackingInfo;
import org.springframework.beans.factory.annotation.Autowired;
... | [
"ozil.liu2@gmail.com"
] | ozil.liu2@gmail.com |
5b0bb574d81b1430a1abb9c0d49414ad67930584 | 8c67390ae8db3bef7e0957000d6201a4bb446aa5 | /src/main/java/br/com/layout/gridbag/TudoSobreGridBagLayout.java | 500ff6be5605c2b2ba5da21e037648943209201a | [] | no_license | gbarcelos/demoLayoutManager | 84080b40b6aeaea04364e6f90be74bbd1d0e8992 | 03c2bd902966853ba6f685fa3b7fba71009dfed1 | refs/heads/master | 2021-01-10T11:15:07.177291 | 2015-11-14T14:27:06 | 2015-11-14T14:27:06 | 46,240,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,450 | java | package br.com.layout.gridbag;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTextField;
/**
* http://javaf... | [
"gmbarcelos2@yahoo.com.br"
] | gmbarcelos2@yahoo.com.br |
f544a5b0294700cc0959bfa347bb6ed654aec72f | f7eb57cf3027c562764ba1242cebfcd2fb077130 | /app/src/main/java/arcus/app/subsystems/alarm/promonitoring/presenters/HubAlarmDisconnectedContract.java | f7dba12949534f98c9ad766fe9eacfac41d5da63 | [
"Apache-2.0"
] | permissive | arcus-smart-home/arcusandroid | e866ab720c7f023a8c6ed0f4bff782fb3d17a366 | 845b23b6ee913c58e009914e920242e29d0b137a | refs/heads/master | 2021-07-16T05:00:28.554875 | 2020-01-04T19:29:05 | 2020-01-05T05:45:36 | 168,191,380 | 30 | 29 | Apache-2.0 | 2020-06-14T18:27:29 | 2019-01-29T16:51:39 | Java | UTF-8 | Java | false | false | 1,170 | java | /*
* Copyright 2019 Arcus 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 applicable law or a... | [
"b@yoyo.com"
] | b@yoyo.com |
3b4b9aa10f5061f0e8d399d00f5259acb49d0238 | 03d61086047f041168f9a77b02a63a9af83f0f3f | /newrelic/src/main/java/com/newrelic/agent/instrumentation/pointcuts/frameworks/faces/PhasePointCut.java | 2f5b5b8992a00b88dba46d7b60932e22c4b6622e | [] | no_license | masonmei/mx2 | fa53a0b237c9e2b5a7c151999732270b4f9c4f78 | 5a4adc268ac1e52af1adf07db7a761fac4c83fbf | refs/heads/master | 2021-01-25T10:16:14.807472 | 2015-07-30T21:49:33 | 2015-07-30T21:49:35 | 39,944,476 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | //
// Decompiled by Procyon v0.5.29
//
package com.newrelic.agent.instrumentation.pointcuts.frameworks.faces;
import com.newrelic.agent.tracers.metricname.MetricNameFormat;
import com.newrelic.agent.tracers.DefaultTracer;
import com.newrelic.agent.tracers.metricname.ClassMethodMetricNameFormat;
import com.newrelic.... | [
"dongxu.m@gmail.com"
] | dongxu.m@gmail.com |
44672c00eed9b69f9ab00f8b969750f186db997c | 773aea2271c189029d9105302b3cc66fa21f1fb0 | /Source/App/MainActivity/src/com/ssm/ExCycling/view/layout/CruiseLayout.java | 12c681131d344b7eceffd25f15c5863ff1733366 | [] | no_license | junggeunhwang/SSM_CC_SBH_HJG | 107a9cda55be4e08eafeca399dd16dcad9beb59e | 507b13097ef7bd06c7f24748ed25ec48a8fc0130 | refs/heads/master | 2016-09-09T20:17:32.655668 | 2014-07-20T03:02:15 | 2014-07-20T03:02:15 | 21,067,537 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 14,942 | java | package com.ssm.ExCycling.view.layout;
import net.simonvt.menudrawer.MenuDrawer;
import com.ssm.ExCycling.R;
import com.ssm.ExCycling.controller.activity.MainActivity;
import com.ssm.ExCycling.controller.manager.CruiseDataManager;
import com.ssm.ExCycling.controller.manager.ResourceManager;
import com.ssm.ExCycling.c... | [
"hydrogenjg@icloud.com"
] | hydrogenjg@icloud.com |
4f3ad0242ffc8e9bc9dfbceac3531c3c5ac25cf1 | 4b2c63d13f24585a3542576cdf64bd01db67c1ae | /hss/hsscommon/src/main/java/org/freeims/hss/server/db/op/VisitedNetwork_DAO.java | 86933f81db0ef1f2664685e501b94d3003b287b8 | [] | no_license | gugu-lee/freeims | ce1d0d92ab79c93dfc356971363f0faf6d228461 | bbe2de872deb074531e12cf74204b7a29c91c354 | refs/heads/master | 2022-12-01T08:47:38.326261 | 2019-11-02T10:14:33 | 2019-11-02T10:14:33 | 58,299,201 | 0 | 0 | null | 2022-11-24T01:41:17 | 2016-05-08T06:11:46 | Java | UTF-8 | Java | false | false | 4,883 | java | /*
* Copyright (C) 2004-2007 FhG Fokus
*
* This file is part of Open IMS Core - an open source IMS CSCFs & HSS
* implementation
*
* Open IMS Core is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation... | [
"seven.stone.2012@gmail.com"
] | seven.stone.2012@gmail.com |
e34e30ab9154d4d213be5c15627dacdbbb3d378a | 7ed146d19070dd7bff7ff5cf3d18e3950dd8af19 | /11Packs/src/main/java/com/waio/verification/model/OTPSystem.java | 2dc5df4b1d06b92619b0994ccfeaf5f00e04851c | [] | no_license | viramdhangar/boot_app | 99ff00cbbc547cf40b831c70a9a38e7b920b8933 | 994c100cf42bbf3164498b4da92a969f83546926 | refs/heads/master | 2020-04-17T16:42:39.287425 | 2019-01-21T05:20:54 | 2019-01-21T05:21:03 | 166,752,081 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,532 | java | /**
*
*/
package com.waio.verification.model;
/**
* @author Viramm
*
*/
public class OTPSystem {
private String mobileNumber;
private String otp;
private long expiryTime;
//email otp
private String email;
private String subject;
private String emailBody;
/**
* @return the mobileNumber
*/
public... | [
"viram.dhangar@gmail.com"
] | viram.dhangar@gmail.com |
06ed7e1b8aa8319214dea55b83c015c8a5568cb7 | b911c33e7655a05b2c566422247f69357f021c55 | /curator/src/main/java/com/tracy/curator/CuratorConnect.java | 5455d0a41c0d1bccdb290306a4635980e378533b | [] | no_license | kexiaomeng/nettyTest | 996d4ba2f101793f352b5081d8f53cab15a654fe | b271f4de94244b95648c83ef9018a9756cccf993 | refs/heads/master | 2022-11-25T10:31:12.314675 | 2019-07-18T03:22:54 | 2019-07-18T08:56:48 | 152,219,060 | 0 | 0 | null | 2022-11-16T06:28:53 | 2018-10-09T08:53:11 | Java | UTF-8 | Java | false | false | 9,263 | java | package com.tracy.curator;
import javafx.util.Pair;
import org.apache.curator.RetryPolicy;
import org.apache.curator.framework.AuthInfo;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.framework.imps.CuratorFrameworkState;
imp... | [
"307621564@qq.com"
] | 307621564@qq.com |
86cc07d90ede20f083ef42163c19c9cda7304c0c | d54ab0f2d6389fb458ecc22e9d152afa9213aeaa | /design/src/com/decorator/SweetDecorator.java | 952dd3a2e3aef9acc20b5ec657d6fcdb91f9b707 | [] | no_license | zhaomengfei2007/design | 249e6ba35fb02aab662b9f1e9245d74f4832e4b3 | 51e95c854e9759237615265eab244ce34e9273b4 | refs/heads/master | 2021-08-28T12:17:56.684784 | 2017-12-12T07:32:58 | 2017-12-12T07:41:49 | 113,956,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.decorator;
public class SweetDecorator extends AbstractBread {
public SweetDecorator(IBread bread) {
super(bread);
}
public void paint(){
System.out.println("添加甜蜜素...");
}
public void kneadFlour(){
this.paint();
super.kneadFlour();
}
}
| [
"zhaomengfei2007@126.com"
] | zhaomengfei2007@126.com |
eac7566d68fdf8e19395a24b4b40dc6f25bc5bea | 4bdde731fc68fae79a3b2742c718e07d70bae1fe | /app/src/androidTest/java/quiz/fake/quiz/coloquiz/ExampleInstrumentedTest.java | 58babb5561e5c33f311821c645f284cf8f7edab8 | [] | no_license | LordFredrick/fakeColorQuiz | 50792716940b3403ba373debd498aaff1c48cc97 | 804c6bef0bb639fa0be1232748c7e870311f8011 | refs/heads/master | 2021-04-27T20:16:23.585643 | 2018-02-21T18:31:14 | 2018-02-21T18:31:14 | 122,376,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package quiz.fake.quiz.coloquiz;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android... | [
"dMz8288102"
] | dMz8288102 |
9cc949c29dd984366d64a0b86d6d9ecd9c0f38c2 | 0b740331f7beee956e88f99e5dae4d2d9291e4aa | /base/restful/postdelete/jaspring/src/main/java/jersey/jaspring/conf/errorhandling/AppExceptionMapper.java | a21a51f49c4ebef9b5d891869ed25295cb8c935b | [] | no_license | haohangan/util | 51bdad5533499dcb2a364cdaa640cc0bb0c520a5 | 816f9ea28a54899a0be197e9f0612fcd4ea2ad5c | refs/heads/master | 2023-06-23T08:59:55.146295 | 2023-06-14T01:08:08 | 2023-06-14T01:08:08 | 54,837,061 | 5 | 1 | null | 2022-12-09T23:28:25 | 2016-03-27T16:18:06 | Java | UTF-8 | Java | false | false | 433 | java | package jersey.jaspring.conf.errorhandling;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
public class AppExceptionMapper implements ExceptionMapper<AppException> {
@Override
public Response toResponse(AppException exception) {
return Response.status... | [
"YKSE"
] | YKSE |
301b414c16f880fb0cb117da728d4fab6f448e87 | ffe51120e37c281c0203fba02b61122cc6fafe21 | /src/zamk/lib/runtime/Assembler.java | ca954d80763d79d360a87adfef0f3b3dcee6f31d | [] | no_license | zygote1984/zamk | ccb6f6beb190c1491bae9b68768d8950f4009742 | 97e331b70c31184eeec11f0c4d9c47d7136cd876 | refs/heads/master | 2016-08-06T12:44:34.087964 | 2012-11-30T11:48:00 | 2012-11-30T11:48:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package zamk.lib.runtime;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Member;
import java.lang.reflect.Method;
/**
* @since 1.0
*/
public class Assembler {
}
| [
"kardelenhatun@gmail.com"
] | kardelenhatun@gmail.com |
0f9e08576da482440aa40f80543965e7417bf58a | a087b7b3c86f7f078e72b20dae10916cbe351107 | /src/com/java/design/patterns/singleton/EagerInitializedSingleton.java | 326ab32b7543cc2d9f1e5df675c43a67358631e2 | [] | no_license | deepakcnct/Java_8 | d94aea92c376a445944ed6b1b23966e8d77baf80 | 0db13a6f0a71df18469b714a60f914f262cb05b2 | refs/heads/master | 2023-07-07T13:24:53.064095 | 2021-07-29T18:27:53 | 2021-07-29T18:27:53 | 377,411,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | package com.java.design.patterns.singleton;
/**
* @apiNote These type of class have only single instance throughout.
* example :- logging, caching, driver class such as DB driver, thread pool.
*
* 1. Private Constructor to restrict instantiation of the class from outside.
* 2. Private instance variable, whic... | [
"deepak.cnct@gmail.com"
] | deepak.cnct@gmail.com |
df6fe125de70b773a19dcf37086924776e89489b | 43983a1dc99ccb31ea1c8a2eba7e42d9c212ac93 | /src/main/java/com/isb/mobiles/repository/search/MobileSubscriptionSearchRepository.java | d8bb7d4b8a19a29e2ecb92a6aaa7a949de251f94 | [] | no_license | JussV/mobiles | 78b51fbf4f03a09092f3ff142e0fdef28b199055 | f039887c426d61a9f2b8f699a3ad3b5a04b6de2c | refs/heads/master | 2020-04-24T21:29:55.498206 | 2019-02-25T20:56:09 | 2019-02-25T20:56:09 | 172,280,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.isb.mobiles.repository.search;
import com.isb.mobiles.domain.MobileSubscription;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data Elasticsearch repository for the Mobile Subscription entity.
*/
public interface MobileSubscriptionSearchRepository extends... | [
"joana.veljanoska@gmail.com"
] | joana.veljanoska@gmail.com |
e1d3fdd4bdc8aeb5f7b3898e6f20bed38db0a223 | bfc57ab8c76ce59025e3488ec5c0454bd471cb7d | /src/main/java/string/Occurance.java | a80e5c807b5b7872c29254f6ecb75105ebdf9996 | [] | no_license | talentleaf/SelOctBatch | 832b0a873e731af2613b0127f9f60e000bafb758 | 885bf3d2d6a728cd1fbaddeb0956a5c75bf97413 | refs/heads/master | 2021-05-03T08:38:48.393824 | 2017-12-03T15:16:23 | 2017-12-03T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package string;
import org.testng.annotations.Test;
public class Occurance {
String check = "I am the smart learner";
int count = 0;
//Way1 -> toCharArray() , foreach
@Test(enabled =false)
public void sample(){
char[] ch = check.toCharArray();
for (char c : ch) {
if(c=='e')
count++;
... | [
"noreply@github.com"
] | noreply@github.com |
f404b0ba4f8cfc514d0d8228c7d455c87a866aab | 6e0fe0c6b38e4647172259d6c65c2e2c829cdbc5 | /modules/base/dvcs-api/src/main/java/com/intellij/dvcs/push/PushSpec.java | 1dff187d6ad233dce1d8c37fe61881724660cbef | [
"Apache-2.0",
"LicenseRef-scancode-jgraph"
] | permissive | TCROC/consulo | 3f9a6df84e0fbf2b6211457b8a5f5857303b3fa6 | cda24a03912102f916dc06ffce052892a83dd5a7 | refs/heads/master | 2023-01-30T13:19:04.216407 | 2020-12-06T16:57:00 | 2020-12-06T16:57:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* 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 agre... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
12a0c9b6f5b7259073c8877a53928305adc73814 | 24acba2d6adcf35abd4e7b4a7f4b7bc26c1f8a17 | /ssm/src/main/java/com/shsxt/crm/model/ResultInfo.java | db70c29da0bb419d4148c315d45a930a7b221d18 | [] | no_license | ldz924382407/ssm_backup | e7555e208763b749e1553ed6371703d0a155a54b | b811e505861ca3e6ab99f01892327b5d05df228a | refs/heads/master | 2022-12-22T07:37:43.634655 | 2019-07-13T02:56:07 | 2019-07-13T02:56:07 | 196,669,145 | 0 | 0 | null | 2022-12-16T09:45:18 | 2019-07-13T02:29:26 | CSS | UTF-8 | Java | false | false | 930 | java | package com.shsxt.crm.model;
/**
* Created by xlf on 2019/6/4.
*/
public class ResultInfo {
private Integer code;
private String msg;
private Object result;
public ResultInfo() {
}
public ResultInfo(Integer code, String msg) {
this.code = code;
this.msg = msg;
}
pu... | [
"ldz924382407@163.com"
] | ldz924382407@163.com |
90a2bd5a6ca66933d7d80240ce7917daf793d5dc | 2aed9271d01dd3b979234db5df1b0c69ef7828cb | /src/Lab9/ClientInterface.java | 9c33d1f0b8a69e6b9b23119a2b47837b09afc790 | [] | no_license | moimat/Lab10Java | 9c380412fd5625ad0a00b5af93fcf4461e97ac63 | 2cb975b080af52d9f4ac960df794f81514e828e4 | refs/heads/master | 2021-01-01T05:32:51.094215 | 2015-03-31T12:06:26 | 2015-03-31T12:06:26 | 33,183,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,167 | 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 Lab9;
/**
*
* @author matthieu
*/
import Lab8.Client.ClientInterfaceController;
import Lab8.Client.RunClient;
import java.i... | [
"matthieu.boucon@outlook.com"
] | matthieu.boucon@outlook.com |
341d66ed9677b9c65acf93e7824aa0e599b17a20 | 7882fd47a8379f6a00a8b97debdf145f599c3527 | /app/src/main/java/com/example/android/calgarytourguide/UI/GamesFragment.java | d6c5cbc636d878cff9f743617696ad81aa4a2c02 | [] | no_license | abayri/CalgaryTourGuide | b4ebe41a4b91c4ffffe3d44bba0979209b6b29f6 | 2721880e0f584c63dc09832edcb278c064736a5f | refs/heads/master | 2020-05-23T08:02:12.099996 | 2017-01-31T03:53:48 | 2017-01-31T03:53:48 | 78,598,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,155 | java | package com.example.android.calgarytourguide.UI;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widge... | [
"ayri@ualberta.ca"
] | ayri@ualberta.ca |
e7115ba8a42296fc05a1792b15ddb37bf3203b8c | ef15931d6421b89a520f4ee3c991bf452b708167 | /hw09-orm/src/main/java/ru/otus/DbServiceDemo.java | 695dd3cdb802f3bffab582fa52f4d55124bec914 | [
"MIT"
] | permissive | vv16vv/2020-04-otus-java-shirunova | b7f59451be551cfed24c50374bc3eac45593adea | 93b5e7e14d52221793fd46c39d266a1d77170e32 | refs/heads/master | 2021-05-20T10:01:44.013281 | 2020-09-14T06:27:05 | 2020-09-14T06:27:05 | 252,237,006 | 0 | 4 | MIT | 2020-09-14T06:27:06 | 2020-04-01T17:03:03 | Java | UTF-8 | Java | false | false | 3,214 | java | package ru.otus;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ru.otus.core.model.User;
import ru.otus.core.service.DBServiceUser;
import ru.otus.core.service.DbServiceUserImpl;
import ru.otus.h2.DataSourceH2;
import ru.otus.jdbc.DbExecutorImpl;
import ru.otus.jdbc.dao.UserDaoJdbc;
import ru.otus.jdb... | [
"29532514+vv16vv@users.noreply.github.com"
] | 29532514+vv16vv@users.noreply.github.com |
12386c8cf7282258561c5cebc11336e3b08e161c | 36b3d9fcfe86a3381d53d83d6d7365dc2ff58032 | /src/main/java/it/smartcampuslab/epu/storage/PagamentoInfo.java | 9157404b46df1c541052231cc45acce2d9580254 | [] | no_license | smartcommunitylab/service.epu | b11690578e20bd9e2448407ea8ebb99a0e671407 | 6d424a47224d5152f479dcc431017cb95e5df0c3 | refs/heads/master | 2020-04-05T23:32:01.447647 | 2015-06-10T08:13:47 | 2015-06-10T08:13:47 | 20,016,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package it.smartcampuslab.epu.storage;
public class PagamentoInfo extends DomandaInfo {
protected String identificativo;
protected String oraEmissione;
protected String giornoEmissione;
protected Boolean esenzione = Boolean.FALSE;
protected String motivo;
public String getIdentificativo() {
return identific... | [
"giordano.adami@gmail.com"
] | giordano.adami@gmail.com |
16c49b37b5bba3a2fd0e7912ce1c11d7809771fe | 4aa47c85f1e2147949310550b0db3b61abe8e9ca | /src/main/java/com/apssouza/mytrade/trading/forex/session/event/OrderCreatedEvent.java | d057397eecbf3704f9cd02d352442509a5e58474 | [] | no_license | jmccar/trading-system | 5049b74664381f05772be3a5ac9c9ff3ad4e6705 | fd56a530d45a98b92e542eb4d16f5f4388caf957 | refs/heads/master | 2020-05-21T01:49:24.642732 | 2018-11-22T17:06:12 | 2018-11-22T17:06:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.apssouza.mytrade.trading.forex.session.event;
import com.apssouza.mytrade.feed.price.PriceDto;
import com.apssouza.mytrade.trading.forex.order.OrderDto;
import java.time.LocalDateTime;
import java.util.Map;
public class OrderCreatedEvent extends AbstractEvent {
private final OrderDto order;
publ... | [
"alex.souza@coalfacecapital.com"
] | alex.souza@coalfacecapital.com |
097e3bc9d31f73a548ba24297dcf7331f7805cf0 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_42_buggy/mutated/148/TokeniserState.java | 65b6a12a453ecfaa52acfd95fded5ff3766bef3c | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,195 | java | package org.jsoup.parser;
/**
* States and transition activations for the Tokeniser.
*/
enum TokeniserState {
Data {
// in data state, gather characters until a character reference or tag is found
void read(Tokeniser t, CharacterReader r) {
switch (r.current()) {
case ... | [
"justinwm@163.com"
] | justinwm@163.com |
3323d6d5af3beaab2120a0dfdb3289e72ea9cb3e | 9039f76bf16817db32b96b610369b28f25af1832 | /common/src/main/java/com/itshidu/common/web/AjaxResult.java | b80cd453a72abfaf1e0651e12ddecf9c5716d78c | [] | no_license | zhichao19930808/SpringBoot | dffe9f309002b49ee1fa92a24cbda999d2fa3ebf | f5de62153c5a6f4ad92a96073b7932104dde22c3 | refs/heads/master | 2020-03-18T14:11:56.601918 | 2018-05-25T09:36:06 | 2018-05-25T09:36:06 | 134,835,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package com.itshidu.common.web;
import java.util.HashMap;
public class AjaxResult extends HashMap {
public static AjaxResult ok(String msg){
AjaxResult a=new AjaxResult();
a.put("msg", msg);
return a;
}
public static AjaxResult ok(){
return ok("success");
}
public s... | [
"zhichaoglory@163.com"
] | zhichaoglory@163.com |
6e60568440a13bfff07226f09aea9d0347416a7e | ca595eb38e07b2b5576e607ec3ccff358568c648 | /src/main/java/com/rdxer/xxlibrary/Encrypt/EncryptUtils.java | 8ea1a081d0419c5988a81d4801f66ca8dfa156b4 | [
"MIT"
] | permissive | Rdxer/Android-XXLibrary | 76c18882295eac35e90f48b434c1b49b2b7b4c8e | 14c4f44948dbc3d3a8cb229fbf965066c35df5fa | refs/heads/master | 2021-01-09T20:35:39.482122 | 2016-12-06T12:34:26 | 2016-12-06T12:34:26 | 61,267,427 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,256 | java | package com.rdxer.xxlibrary.Encrypt;
import java.io.UnsupportedEncodingException;
import java.security.InvalidKeyException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Locale;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
/**
* Created by LX... | [
"rdxer@foxmail.com"
] | rdxer@foxmail.com |
cc7fb9ba367ebcec3801c5c4d9f66a40f2662a02 | 61f379bf31d2f30f07d2cff0a9f11d7ae169d4c7 | /src/main/java/cn/goktech/sports/common/exception/RRException.java | 77b3da0021b08e6b356b683cd5e87e26ebbba3ab | [] | no_license | echoes-yu/SportNewsTest | 2d0c37952279574a0a8835f4d239fa634959d24a | 4d8820b21c48a104922b7ab24488c3677a458626 | refs/heads/master | 2020-08-30T02:18:37.632654 | 2019-10-30T09:21:56 | 2019-10-30T09:21:56 | 218,233,155 | 0 | 0 | null | 2019-10-29T08:08:15 | 2019-10-29T07:58:26 | TSQL | UTF-8 | Java | false | false | 855 | java | package cn.goktech.sports.common.exception;
/**
* 自定义异常
* @author zcl<yczclcn@163.com>
*/
public class RRException extends RuntimeException {
private static final long serialVersionUID = 1L;
private String msg;
private int code = 500;
public RRException(String msg) {
super(msg);
this.... | [
"1055140417@qq.com"
] | 1055140417@qq.com |
9ddb9b84fcdf600eea61dcd2e79b5a99f2f6012b | ee18abb9df49d3da3f13f261032a1a0dacde909c | /src/main/java/serializeJSONintoList/Weather.java | 8cf0fc30ffb20eb8910f468bef5d2682a870248d | [] | no_license | trollcodelord/RestCucumberExample | 318e96ead682ec3d90258ef1380ac5c940aa0416 | c034a2b4a4538a9d625d20e535262ee62b73e8fc | refs/heads/master | 2020-04-27T22:01:57.701544 | 2019-03-12T17:45:30 | 2019-03-12T17:45:30 | 174,720,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package serializeJSONintoList;
public class Weather {
private int id;
private String main;
private String description;
private String icon;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getMain() {
return main;
}
public void... | [
"a_Bhupender1.Kumar@airtel.com"
] | a_Bhupender1.Kumar@airtel.com |
5211814be4f11090620761653f694cbceba82eb7 | a59cf1f829db55fe7432dd24281e92e89e64715d | /LotteryForecast/com/lxy/hibernate/ForecastError.java | b8b17e82e4af8edd03ff200ab2307d637371df77 | [] | no_license | LXYTSOS/Lottery | 3a1df08e2e00df8ae4c1d732e9315b7510502492 | e8b697d2baef61857997f22e5b35291da51be1fe | refs/heads/master | 2021-01-10T18:47:21.845026 | 2015-10-08T10:50:52 | 2015-10-08T10:50:52 | 34,987,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,748 | java | package com.lxy.hibernate;
/*
* the error of the forecast
* error = lottery - forecast
*/
public class ForecastError {
private int id; //the id of the error
private String phase; //the phase of the error
private int red_1; //the error of the first red ball
private int red_2; //the error o... | [
"834287447@qq.com"
] | 834287447@qq.com |
2868a161eab8476dda6c892e43eef670f681079f | 23329ff4b47fa5f37642572aab1688b70bf6ca83 | /src/Square.java | 2ad31d3dffb3ed89332d7d41bdf7d9dadb5b70ec | [] | no_license | gansures/Selenium | 909ab607c8e88af569d2e6960a23c40ddd3c49ae | a2215d6d8d866e2f963d6652c9f6a05a51eec2a0 | refs/heads/master | 2020-06-29T11:23:54.136450 | 2019-08-04T17:33:54 | 2019-08-04T17:33:54 | 200,521,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java |
public class Square {
public static void main(String[] args) {
int num= 10;
for (int row=1; row<=num; row++)
{
for(int col=1; col<=num; col++)
{
if (row==1 || row==num)
{
System.out.print("* ");
}
else
{
if (col==1 || col==num)
System.out.print("* ");
el... | [
"gansures@Babu"
] | gansures@Babu |
e184e3aa9350fd3a6bd76c9656040715d4de9935 | f84dea1c185b3ca5f139b8508715dca2a5ba23c8 | /src/main/java/ru/sber/daomodule/Dao.java | c28efc2372fefb0542a5472b479954317b7e9aee | [] | no_license | spiriq/daomodule | c25fd36a20725957c0b33d4c34101c83e6537fcf | dc8e4968ce3d7bb581dcc68399bd4d37ae23624d | refs/heads/master | 2023-06-09T07:09:26.357204 | 2021-06-29T14:27:01 | 2021-06-29T14:27:01 | 381,393,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package ru.sber.daomodule;
import java.util.List;
import java.util.Optional;
public interface Dao<T> {
Optional<T> findById(int id);
List<T> findAll();
}
| [
"spiriq@gmail.com"
] | spiriq@gmail.com |
584e6b992a516a3768e8a1e8e73340c12c516f51 | 76b99361db2152603908fc85a0e31033ed3a2cc8 | /app/src/main/java/block/guess/betting/bean/TxhashBean.java | 6a566675573cea7d60233012a7c3a4ee046f756d | [] | no_license | yueqingkong/BG | 653643cc6c2f43a9503df55a3f0e0ad6e7228874 | e8fb1b3e468a15a0dcf6267a8af75276ee8d3b8c | refs/heads/master | 2020-04-25T21:28:21.322710 | 2019-03-15T04:16:42 | 2019-03-15T04:16:42 | 173,080,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package block.guess.betting.bean;
public class TxhashBean {
private String tx_hash;
public TxhashBean(String tx_hash) {
this.tx_hash = tx_hash;
}
}
| [
"762396990@qq.com"
] | 762396990@qq.com |
4da0cef2d7fb379f00c5a27c9cb66180d12ec661 | f05a0ac68e73c2d6f37b9e2fe89a58458bb9ffbb | /swagger_demo/src/main/java/com/springboot/demo/swagger_demo/SwaggerDemoApplication.java | 970418ec13df82735d2f2863ba0be54bf15fa9f8 | [
"MIT"
] | permissive | idream68/spring-demo | a126cecc2bdae26042c7649649818b7d50c1f543 | e5da6d8d266445c61cfe20f4ef7494ae5f0d400c | refs/heads/master | 2023-06-26T08:44:31.190528 | 2021-07-23T06:42:22 | 2021-07-23T06:42:22 | 360,522,907 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.springboot.demo.swagger_demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SwaggerDemoApplication {
public static void main(String[] args) {
SpringApplication.run(SwaggerDemoApplication.class... | [
"hzj199603@163.com"
] | hzj199603@163.com |
529b408deb0902dd778c5dd9ece3c63c1ac100f6 | 9732150d3dedfc9a580046d80bf852fbb7175804 | /app/src/test/java/org/wikipedia/search/PrefixSearchClientTest.java | fe2a2aa5b1a64e70c1a5ef89c8e05a4d77c00bad | [
"Apache-2.0"
] | permissive | lytellis/test | ea61fd6fb38215725163733657b16ed804b60667 | 8240be244d1bc98a3766d9f5498599eedd166fb0 | refs/heads/master | 2020-04-12T11:41:41.644842 | 2018-12-19T17:24:29 | 2018-12-19T17:24:29 | 162,467,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,918 | java | package org.wikipedia.search;
import com.google.gson.stream.MalformedJsonException;
import org.junit.Test;
import org.wikipedia.dataclient.WikiSite;
import org.wikipedia.dataclient.mwapi.MwException;
import org.wikipedia.test.MockRetrofitTest;
import io.reactivex.Observable;
import io.reactivex.observers.TestObserve... | [
"925946022@qq.com"
] | 925946022@qq.com |
eb390de003d435f92aea03fc31e69a301b810523 | bb9140f335d6dc44be5b7b848c4fe808b9189ba4 | /Extra-DS/Corpus/class/aspectj/1003.java | ad340b3aa110edc34aff705f7d042ff0322ab15e | [] | no_license | masud-technope/EMSE-2019-Replication-Package | 4fc04b7cf1068093f1ccf064f9547634e6357893 | 202188873a350be51c4cdf3f43511caaeb778b1e | refs/heads/master | 2023-01-12T21:32:46.279915 | 2022-12-30T03:22:15 | 2022-12-30T03:22:15 | 186,221,579 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 97 | java | public class B2 {
public static void main(String[] argv) {
B2 b = new B2();
}
}
| [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
d2936362698622a09601422d362faae9473f47d5 | 02599ecc1b3ea610a3828ba667814f9338373c19 | /app/src/androidTest/java/com/example/projectandthesismanagementsystem/ExampleInstrumentedTest.java | 0e97a648ef3cf2a828a987c7688905a093875213 | [] | no_license | Gaurob/Project-and-Thesis-Management-System | 5cea9359846a7a5d18567b9a3654de3b510d0690 | 880b51d99ea7e679d1cbc9111d084ab0e8cd4b40 | refs/heads/master | 2020-04-29T15:11:58.140295 | 2019-04-10T10:41:26 | 2019-04-10T10:41:26 | 175,840,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.example.projectandthesismanagementsystem;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will ... | [
"onabilsahagaurob@gmail.com"
] | onabilsahagaurob@gmail.com |
e5b4fbd039070051f954ae3a1dae251d406b03cc | 16878f5521cf1b9d6b7223a9436da3e2b7780b29 | /20200113-최종프로젝트/src/com/sist/dao/MemberDAO.java | 99ad75931b00a15dd797ec2ca36b8f19a56daaca | [] | no_license | hsj304/JavaStudy | 549d78e53dd6209b0fe64d786c145755a6fd2b13 | d6991a2a62d82ffab09340124652353492fd3391 | refs/heads/master | 2023-04-01T16:09:50.032850 | 2020-01-22T03:50:47 | 2020-01-22T03:50:47 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,807 | java | package com.sist.dao;
import java.sql.*;
public class MemberDAO {
private Connection conn;//오라클 연결 => Socket
private PreparedStatement ps;// BufferedReader,OutputStream
private final String URL="jdbc:oracle:thin:@localhost:1521:XE";
// 오라클 연결 주소
// 1. 드라이버 등록 => 한번 수행 => 생성자
public MemberDAO()
{
... | [
"vcandjava@nate.com"
] | vcandjava@nate.com |
35a52cea24bd051792efde630457322583658f65 | 7cc39b1ee93832aed70e14224f8a3d991570cca6 | /aws-java-sdk-backup/src/main/java/com/amazonaws/services/backup/model/DescribeBackupJobResult.java | b56a478201a93408a67b478fd183bc2f3ee7a0b6 | [
"Apache-2.0"
] | permissive | yijiangliu/aws-sdk-java | 74e626e096fe4cee22291809576bb7dc70aef94d | b75779a2ab0fe14c91da1e54be25b770385affac | refs/heads/master | 2022-12-17T10:24:59.549226 | 2020-08-19T23:46:40 | 2020-08-19T23:46:40 | 289,107,793 | 1 | 0 | Apache-2.0 | 2020-08-20T20:49:17 | 2020-08-20T20:49:16 | null | UTF-8 | Java | false | false | 47,728 | java | /*
* Copyright 2015-2020 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... | [
""
] | |
039521c7230166e44e28bd8b5746a547ad43e310 | bf0bd28d96b92028ed2f84f998644d362bfacfba | /06-07-2021/MenuOverflow/app/src/main/java/com/example/menuoverflow/MainActivity.java | 169658ee7b63d637967cb1c930b1fa43800ff7c5 | [] | no_license | SebaFarias/DESARROLLO-DE-APLICACIONES-M-VILES-ANDROID-JAVA | 37dc459ccc9d3e7343d63f378ea303c29babef15 | 894f82fcee44fe503cfd8a53fb32d1b7e85b1a30 | refs/heads/master | 2023-08-30T12:25:48.453283 | 2021-11-08T09:27:24 | 2021-11-08T09:27:24 | 378,205,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package com.example.menuoverflow;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState)... | [
"sebastian.fariasb@usach.cl"
] | sebastian.fariasb@usach.cl |
9271efee3f8dffb88284bdb83883065b653efde1 | 72c6ac35f953a267dd42fd852577b5742527f7d7 | /app/src/main/java/com/app1/neil/ca2emoji/SplashScreen.java | 216d9166d74b812e21296d7aa8cf398f3964c3bc | [] | no_license | NGitK/CA2Emoji | 4266e598e771e3c333ac998c4649a3eac6b6214f | d490af413b6d77760ecb840923dc622e5789c42e | refs/heads/master | 2020-06-05T22:07:27.319021 | 2015-05-23T00:12:00 | 2015-05-23T00:12:00 | 33,198,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package com.app1.neil.ca2emoji;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
public class SplashScreen extends Activity {
private final int SplashScreenTime = 4000;
@Override
protected void onCreate(Bundle savedInstanceState) ... | [
"neillok@hotmail.com"
] | neillok@hotmail.com |
57acfba8d88be7a7c81cc998b46150caacd8a7c4 | f7f9d7fa841e856927e02513ecc74dc00c935f8a | /server/src/main/java/org/codelibs/fesen/gateway/Gateway.java | 61600f59b1d070ddb22ac55c4a2da5e6ce5baf49 | [
"CDDL-1.0",
"MIT",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"NAIST-2003",
"LicenseRef-scancode-generic-export-compliance",
"ICU",
"SunPro",
"Python-2.0",
"CC-BY-SA-3.0",
"MPL-1.1",
"GPL-2.0-only",
"CPL-1.0",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0",
"LicenseRef... | permissive | codelibs/fesen | 3f949fd3533e8b25afc3d3475010d1b1a0d95c09 | b2440fbda02e32f7abe77d2be95ead6a16c8af06 | refs/heads/main | 2022-07-27T21:14:02.455938 | 2021-12-21T23:54:20 | 2021-12-21T23:54:20 | 330,334,670 | 4 | 0 | Apache-2.0 | 2022-05-17T01:54:31 | 2021-01-17T07:07:56 | Java | UTF-8 | Java | false | false | 6,202 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"shinsuke@apache.org"
] | shinsuke@apache.org |
a7211c4b93188958212a52ccbc45d04ba27681c4 | 13a06200240acb01270a7fc3bef0f293dd9cda7c | /src/be/kdg/gameofur/view/tutorial/Tutorial.java | 7c1e10906dd755e470e48fec5a42913372b7e34d | [] | no_license | freefurie/GameOfUr | 795f0c2fec6db94a82a6690eb77d63f3afde9501 | 62ba7be779521944702b74aca37fe749a8939b83 | refs/heads/master | 2020-03-08T10:40:52.630846 | 2018-04-05T14:21:23 | 2018-04-05T14:21:23 | 128,079,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | package be.kdg.gameofur.view.tutorial;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.*;
import javafx.scene.paint.Color;
import ... | [
"noreply@github.com"
] | noreply@github.com |
cbca74082553082ad27eda8f768dfcc8916c24e5 | d17f01da2bf20e1cb03c9bb57e775aacbd7d5595 | /coherence-twelve-one-two/src/main/java/com/thegridman/coherence/pof/LinkedListCodec.java | 35585e0ce7cc1ce865069d3d3fe9dc1233abd79f | [] | no_license | thegridman/Coherence-Blog-Stuff | ff4ebbbcfdc9fc657f9332c70f657d722b3a8dd8 | 981495859551270e0a1111d03ace5c56e29813f4 | refs/heads/master | 2022-06-13T00:14:22.558546 | 2021-01-26T11:14:32 | 2021-01-26T11:14:32 | 12,273,562 | 2 | 0 | null | 2023-08-29T21:33:40 | 2013-08-21T15:20:38 | Java | UTF-8 | Java | false | false | 664 | java | package com.thegridman.coherence.pof;
import com.tangosol.io.pof.PofReader;
import com.tangosol.io.pof.PofWriter;
import com.tangosol.io.pof.reflect.Codec;
import java.io.IOException;
import java.util.Collection;
import java.util.LinkedList;
/**
* @author Jonathan Knight
*/
public class LinkedListCodec implements ... | [
"jk@thegridman.com"
] | jk@thegridman.com |
1c8149b7ff3d94c7d510cfd4eb85673334a34ab0 | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /ej/ei/src/main/java/org.wp.ei/util/ProfilingUtils.java | 975307a82de542738042ec82e0e103ef9aa67ede | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 2,154 | java | package org.wp.ei.util;
import android.os.SystemClock;
import org.wp.ei.util.AppLog.T;
import java.util.ArrayList;
/**
* forked from android.util.TimingLogger to use AppLog instead of Log + new static interface.
*/
public class ProfilingUtils {
private static ProfilingUtils sInstance;
private String mLab... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
e98d095b1736fae944c5b53a11c5c27e2c27d2dd | 1fed6ebb14c5c74693ed4ca41e7637d6a55a78de | /gen/com/vivek/projectvivek/R.java | 1038e5d35cfe3d83ebc58dcdd7c0348a520b93bc | [] | no_license | VivekBhat/Project | 9d7487f7560423226ed464844461ab35d9f6fbfa | a026b299989d812be076bc02ae0bda2b23c73cfe | refs/heads/master | 2021-01-23T07:10:38.233530 | 2014-07-23T19:54:18 | 2014-07-23T19:54:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165,558 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.vivek.projectvivek;
public final class R {
public static final class anim {
public static final int abc_fade_in=0... | [
"vivekbhat@live.com"
] | vivekbhat@live.com |
9d668b30ec949857e3287ae3eaf0ac8fdae0da98 | 462dda3225caf5ecb8b8514e6f4d16423d791850 | /src/test/java/app/game/util/api/UserTestClient.java | dd5473e5172be5cd9261725032338cec0062987d | [] | no_license | toztemel/battleship | b78f1da9c46c510e3f1cdd98433a269dab0c5c90 | 2a8b0493538f4a26526bb69eb4ce72ea4c16dbe3 | refs/heads/master | 2020-03-23T03:15:26.180282 | 2018-07-19T19:07:27 | 2018-07-19T19:07:27 | 141,019,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package app.game.util.api;
import app.game.api.dto.game.NewGame;
import app.game.api.dto.status.StatusResponse;
import app.game.api.protocol.client.rest.RestClient;
import javax.ws.rs.core.Response;
public class UserTestClient {
private static final String USER_API = "/user/game/";
private static final Stri... | [
"toztemel@gmail.com"
] | toztemel@gmail.com |
6455c1ba7187adb183e3ca2182b505e22b7934b0 | 6466ff31e5eaba13e983fea1b38d4bae850ed289 | /1.JavaSyntax/src/com/javarush/task/task08/task0815/Solution.java | c23e96cd0e897a44fa224334dff0dccce88900b6 | [] | no_license | smjavac/JavaRushTasks | 3cf6438a408a624d6d872dad1e96d3c61791482f | 3ec95bc0be5b3e57a000929932dce971ec03e268 | refs/heads/master | 2020-03-28T16:03:04.692016 | 2019-11-18T06:13:36 | 2019-11-18T06:13:36 | 148,653,734 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,816 | java | package com.javarush.task.task08.task0815;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
/*
Перепись населения
*/
public class Solution {
public static HashMap<String, String> createMap() {
HashMap<String, String> map = new HashMap<String, String>();
map.put("Юсупов", "... | [
"sm.yusupov@mail.ru"
] | sm.yusupov@mail.ru |
0bdeef2bff6c6c261848de85e7175e5d10fba3c5 | f1429ff2631b7d5a95a0ca95730e642bdff467ce | /t01/src/cn/wang/d05/t02/Fx_test.java | 623446b59fe6aace327afd82f57ffe76368774dd | [] | no_license | Wang-QP/javaSE | 85242aabd0bd2e446027f26e454fd6f27a9414ee | df94ae02e9b1bf7ac6ee58bef650a3ca17007d4e | refs/heads/master | 2020-07-18T10:17:05.064514 | 2019-09-04T04:06:23 | 2019-09-04T04:06:23 | 206,227,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package cn.wang.d05.t02;
import java.util.ArrayList;
import java.util.Iterator;
public class Fx_test {
public static void main(String[] args) {
FxImpl1 fx = new FxImpl1();
fx.func("第一种方法");
FxImpl2<String> fx2 = new FxImpl2<>();
fx2.func("第二种方法");
f();
}
private ... | [
"649537825@qq.com"
] | 649537825@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.