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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
063494362d0a341305f2bf057da36c9c1f56d969 | 419c1c2a685d96ee939442e1e9bde366dde5a36f | /PBO310117119Latihan52SiapaKamu/src/pbo310117119latihan52siapakamu/Dosen.java | 19d367203d9d06b66fb3c04524797605b38ccbbe | [] | no_license | ARDITYAYS/PBO3-10117119-Latihan52-SiapaKamu | 92de06214d4150f6af647d74e12231de200fca4b | cfbb2099dcf85cf9a0ca2ee787c22c1e3da6fcff | refs/heads/master | 2020-04-03T12:28:36.516992 | 2018-10-29T17:32:28 | 2018-10-29T17:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | 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 pbo310117119latihan52siapakamu;
/**
*
* @author Yogaputra
*/
public class Dosen extends Manusia {
private... | [
"noreply@github.com"
] | ARDITYAYS.noreply@github.com |
04e4c5653c6d46e5a6017203765d33362095a017 | 07ae4b2281292aa7ee1d7ddb320e8bfeb98242ba | /src/dev/tnordquist/LinearIn.java | 285fc80dbde1b34e42387e9d36b24c8b8d56a937 | [] | no_license | tnordquist/liner-in | 37e4ebce3ecbbd2b7e22152b6d06fe1225e5ec0c | 27288a251a829c069c3cd31f2d7bef7df8f34f7f | refs/heads/master | 2020-05-17T20:01:31.487906 | 2019-04-28T19:09:24 | 2019-04-28T19:09:24 | 183,933,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package dev.tnordquist;
public class LinearIn {
public static boolean linearIn(int[] outer, int[] inner) {
int newJ=0;
int j;
int ct = 0;
int newLength = inner.length;
for (int i = 0; i < inner.length; ++i) {
if (i < inner.length - 1 && inner[i] == inner[i + 1]) {
newLength-... | [
"toddnordquist144@gmail.com"
] | toddnordquist144@gmail.com |
6e869f494a64617859395f0494cf0fe0932fd0b3 | 815bdc2cea19252e608fe3745ba2ea1de9229b4c | /src/main/java/com/targettrust/imob/bean/ProdutoBean.java | a9757289ec04052392ac1b3f39e3c2f5a0f8bc67 | [] | no_license | darossitg/rossi | 9d5c481a8f522270973ccef78c4a93d4b68ea47b | ad2091c683ef63fd90d9fe875805b5d89adf6270 | refs/heads/master | 2016-09-06T01:50:25.853038 | 2014-03-13T04:35:46 | 2014-03-13T04:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,208 | java | package com.targettrust.imob.bean;
public class ProdutoBean {
private int prodCodigo = 0;
private String prodDescricao = "";
private int prodQuantidadeAtual = 0;
private double prodValorUnitario = 0;
private String prodReferencia = "";
private String prodTamanho = "";
private String prodObs... | [
"mauricio_brz@hotmail.com"
] | mauricio_brz@hotmail.com |
7548507932aac1de9ab3aa6e1cf22bfa48966c26 | 15b260ccada93e20bb696ae19b14ec62e78ed023 | /v2/src/main/java/com/alipay/api/domain/AlipayInsSceneApplicationApplyModel.java | a110c3974fcdaf07efc9da951d1e078680cb3497 | [
"Apache-2.0"
] | permissive | alipay/alipay-sdk-java-all | df461d00ead2be06d834c37ab1befa110736b5ab | 8cd1750da98ce62dbc931ed437f6101684fbb66a | refs/heads/master | 2023-08-27T03:59:06.566567 | 2023-08-22T14:54:57 | 2023-08-22T14:54:57 | 132,569,986 | 470 | 207 | Apache-2.0 | 2022-12-25T07:37:40 | 2018-05-08T07:19:22 | Java | UTF-8 | Java | false | false | 4,759 | java | package com.alipay.api.domain;
import java.util.Date;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 投保受理
*
* @author auto create
* @since 1.0, 2022-10-12 18:35:38
*/
public class AlipayInsSce... | [
"auto-publish"
] | auto-publish |
a0eaf2e8f739162f780b0aa62da284fbcb65e7d1 | e0381d7b7a80f8b54f414ea7d2c9621ec1fb21b9 | /src/main/java/com/wondersgroup/showcase/client/entity/CourseSelectMember.java | 5ce8508b0e135da0ab6e2247eeb1476b2f488e9c | [] | no_license | zhuimengfb/attendence | 9717d54fa879b4e57061ed7ce2176b21d6d72115 | 1ac44d3de51fc4793a444dd400e9b860b3a1c2e9 | refs/heads/master | 2021-01-10T01:47:20.032729 | 2016-03-11T08:03:44 | 2016-03-11T08:03:44 | 52,778,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | package com.wondersgroup.showcase.client.entity;
import java.io.Serializable;
public class CourseSelectMember implements Serializable{
public static final String ID="id";
public static final String MEMBER_ACCOUNT="memberAccount";
public static final String MEMBER_NAME="memberName";
public static final ... | [
"fubo0324@gmail.com"
] | fubo0324@gmail.com |
ecb9f318ebdb4eff4267034e05cd670e61c5f148 | 2feeb76469a5a4de44efd91ed0db9669eca18644 | /src/main/java/com.gaems.pnptoolbox/views/activities/HelloAndroidActivity.java | 84b4a13ad2830c65ffb048c745ae37defc44b3bc | [] | no_license | Morrodin/pnp-toolbox | f843fd5381082c589a05309cd3e65ad37ed4e01c | 56d69d7b7350ec73bc035cc76e4cbcbc97447f52 | refs/heads/master | 2021-01-01T18:37:11.766335 | 2013-06-18T20:24:33 | 2013-06-18T20:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.gaems.pnptoolbox.views.activities;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import com.gaems.pnptoolbox.R;
public class HelloAndroidActivity extends Activity {
/**
* Called when the activity is first created.
* @param savedIns... | [
"kwatson@nerdery.com"
] | kwatson@nerdery.com |
4c1225a43cb7bbc498dc46b4ebb11fcc43cbb741 | 3e898a0edf2aebd3345c79615d9c533139d6666e | /sdk/compute/mgmt/src/main/java/com/azure/management/compute/models/RollingUpgradeStatusInfoInner.java | 5c7f8db8d3423068ce67d1f0d1c2dbcfec8f4632 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | JasonWHowell/azure-sdk-for-java | 81fd8988895511080b0d1feff5112e1c47dad620 | 346475e8f6ebbcd09047797f7fcef4129c78ce43 | refs/heads/master | 2023-04-16T05:16:52.441674 | 2020-06-03T16:38:26 | 2020-06-03T16:38:26 | 269,185,086 | 0 | 0 | MIT | 2020-06-03T20:14:00 | 2020-06-03T20:14:00 | null | UTF-8 | Java | false | false | 3,283 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.management.compute.models;
import com.azure.core.annotation.Immutable;
import com.azure.core.annotation.JsonFlatten;
import com.azure.core.manag... | [
"noreply@github.com"
] | JasonWHowell.noreply@github.com |
e68984161bd147cdccfc89f7c75a1d16ac5283c9 | 8a821345e73a9aaae12dc2d2f61ec6a151ee95c8 | /src/test/java/de/quinscape/automaton/runtime/data/InteractiveQueryComputedValueTest.java | 292da05ef4942c7e7a6ea58740d13f7e441a4565 | [
"Apache-2.0"
] | permissive | quinscape/automaton | 83fc32cbfdb7e2b391da6882eb47d31dec6c1774 | 438adc8315dc2f575f9128185af601dbb9017dfd | refs/heads/master | 2023-06-24T03:59:31.859413 | 2023-06-23T00:22:15 | 2023-06-23T00:22:15 | 158,684,252 | 2 | 2 | Apache-2.0 | 2023-03-02T22:41:43 | 2018-11-22T10:45:14 | Java | UTF-8 | Java | false | false | 11,411 | java | package de.quinscape.automaton.runtime.data;
import com.google.common.collect.ImmutableMap;
import de.quinscape.automaton.runtime.domain.builder.AutomatonDomain;
import de.quinscape.automaton.runtime.scalar.ConditionBuilder;
import de.quinscape.automaton.runtime.tstimpl.DelegatingInteractiveQueryService;
import de.qui... | [
"sven.helmberger@quinscape.de"
] | sven.helmberger@quinscape.de |
3cfe699f93190e03e72665db05a2f1d3740566d6 | 2df748274f419db6087e8c30a7e4815d92dd7402 | /src/main/java/guerbai/f401_450/PathSum.java | 2f7030b235bca7c381d4bc057ee52a061327ec15 | [
"MIT"
] | permissive | guerbai/leetcode-with-java | 4fdda586804e27f393203169f9503049d383e647 | bb255e273fc5cd8f49a9b515b55f243b2b83b83a | refs/heads/master | 2020-03-19T06:21:12.668540 | 2018-12-11T09:13:20 | 2018-12-11T09:13:20 | 136,012,014 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java | package guerbai.f401_450;
import guerbai.util.TreeNode;
public class PathSum {
// private static int recursion(TreeNode root, int sum, int sumNow) {
// if (root == null) return 0;
// int count = 0;
// if (sumNow + root.val == sum) {
// System.out.println(sumNow);
// Syst... | [
"guerbai8@gmail.com"
] | guerbai8@gmail.com |
451c6224e60c0fe44a7561c8cde329136fe0d023 | 2304072250090228cfb687eea1589c4a8d9037bd | /app/src/main/java/com/example/elyseturner/corro/RestClient.java | 75fd328ba79b8d4b481f7a556c87a1d16d36d4e6 | [] | no_license | elyselturner/Corro | 5129db5defb61bc98f384e31b5773f3792d06423 | 7442602938ee8c8caf48339ff5273bf5e348d9be | refs/heads/master | 2016-09-05T23:30:52.394091 | 2015-07-31T15:34:22 | 2015-07-31T15:34:22 | 37,151,558 | 0 | 0 | null | 2015-07-31T15:34:22 | 2015-06-09T18:49:49 | Java | UTF-8 | Java | false | false | 789 | java | package com.example.elyseturner.corro;
import com.squareup.okhttp.OkHttpClient;
import retrofit.RestAdapter;
import retrofit.client.OkClient;
/**
* Created by elyseturner on 7/31/15.
*/
public class RestClient {
private static Api REST_CLIENT;
private static String ROOT = "http://api.openweathermap.org/dat... | [
"elyse.lopez@gmail.com"
] | elyse.lopez@gmail.com |
2e5acf995c1677da0820ba67cfc18f40477fcc2f | a476190ec8564339e58f78dc54bbcdd4aa64cb0d | /src/main/java/com/PIVAs/constant/OrdersCheckConst.java | f5f4501ad7c791878d8a2bcf8f43fb73619bdf49 | [] | no_license | Chopper-Joba/pivas | 4a530ae25fff3ee46ecb1f6b60f112365316a101 | 1c632245ad305796ab4036de1bc6a57d4a1352ab | refs/heads/master | 2022-05-02T17:40:23.823622 | 2019-12-18T02:28:05 | 2019-12-18T02:28:05 | 224,366,662 | 0 | 0 | null | 2022-03-31T18:58:14 | 2019-11-27T07:05:20 | Java | UTF-8 | Java | false | false | 654 | java | package com.PIVAs.constant;
/**
* @author li_yinghao
* @version 1.0
* @date 2019/12/6 15:25
* @description 医嘱审查状态值
*/
public class OrdersCheckConst {
public enum OrdersCheckEnum{
/**
* 已删除
*/
DELETE(-1),
/**
* 新开
*/
CREATE(1),
/**
... | [
"348534311@qq.com"
] | 348534311@qq.com |
8c2fb080014c36daa129db9b5aba2e4e75c168a5 | 9a3c6f4d1fe188b188f9f84c811fac59aeff6fb1 | /CompareStrings.java | 099913e0fca87badc1edcac8fae71b9efdcfcf6f | [] | no_license | srivani-aalampally/Java2020 | ed6e654d21539e5e23e35b91c74a2dd9e081f09b | ba643de9f71d8ddbcf0bdb6390ab1bd9070af600 | refs/heads/master | 2022-12-19T05:59:14.835342 | 2020-09-25T13:28:00 | 2020-09-25T13:28:00 | 281,693,609 | 2 | 0 | null | 2020-09-02T19:54:48 | 2020-07-22T14:03:02 | Java | UTF-8 | Java | false | false | 940 | java | //Compare two strings without using equals method.
//Comparing lexicograpgically
class CompareStrings
{
public static void main(String[] args)
{
String s1 = new String("Corona pandamic");
String s2 = new String("Corona");
String s3 = new String("Corona");
String s4 = new String("pandamic");
Syst... | [
"noreply@github.com"
] | srivani-aalampally.noreply@github.com |
14b8971a41ab6d1195cf395567a3dd3b7482e13a | ef1bd56dd4f44a69e0bd32e1bdb80a98ef990a02 | /src/main/java/ru/linkov/ss/user/serialization/service/user/deserializer/CsvUserDeserializer.java | fa83072eb1e2149a1e9a712e2bfc9dc75a496728 | [] | no_license | StrangeHerring/gb-serialization | 12c25f9ec3724ad04c472718b6555645bc063ba7 | ef0c2cb21aace91acb43588835213ed320ab1ef8 | refs/heads/master | 2022-12-25T17:35:22.680795 | 2020-10-12T21:27:42 | 2020-10-12T21:27:42 | 303,517,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package ru.linkov.ss.user.serialization.service.user.deserializer;
import com.fasterxml.jackson.databind.MappingIterator;
import com.fasterxml.jackson.databind.ObjectReader;
import com.fasterxml.jackson.dataformat.csv.CsvMapper;
import com.fasterxml.jackson.dataformat.csv.CsvSchema;
import ru.linkov.ss.user.serializat... | [
"serfangame@gmail.com"
] | serfangame@gmail.com |
119b5d71c1c7b6800b7f385b5252b01173f492c5 | 810016d0ef084fdb29fddc2e7f25da9a70444af6 | /src/main/java/com/ft/web/rest/MinioFilesResource.java | ad7ff80a3f7e334d5f27514126e17d78f44f2757 | [] | no_license | dinhtrung/jh6-gateway | 1bbfdde8f51064141bc7af14c9074a700523212a | 395a7bf7fc4a50c2b6deafb368a8f0b1c009bd2f | refs/heads/develop/main | 2022-07-30T03:32:41.492467 | 2020-04-08T01:32:38 | 2020-04-08T01:32:38 | 232,008,576 | 0 | 0 | null | 2022-07-07T15:29:49 | 2020-01-06T02:27:32 | Java | UTF-8 | Java | false | false | 11,029 | java | package com.ft.web.rest;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.List;
import java.util.Map;
import jav... | [
"nguyendinhtrung141@gmail.com"
] | nguyendinhtrung141@gmail.com |
719f9589c62376bb6607f9568733e69211cf6e9e | c1c68c0bb96dbf8292f0237b10d0e63a7dff0fd1 | /app/src/main/java/com/example/finalproject/Activity/CafeActivity.java | 578cd516872c328747c275182e2ea2e14e0a836a | [] | no_license | ibalm9/CariTutorProject | 6d4efa8637b216f5a3992348488f82b5eb8c6dbd | c5cc44d5de5a93fde2d5a5159fa30de9c6c753ad | refs/heads/master | 2022-03-16T00:34:17.736296 | 2019-12-13T06:31:43 | 2019-12-13T06:31:43 | 211,025,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java | package com.example.finalproject.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
imp... | [
"ibalmaulana9@gmail.com"
] | ibalmaulana9@gmail.com |
8fca902fe738ede54dbfd8487756c96edc282229 | 6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386 | /google/ads/googleads/v6/googleads-java/gapic-googleads-java/src/main/java/com/google/ads/googleads/v6/services/stub/AdParameterServiceStub.java | d32ad98d6077394467c88f6f262b3166bd36182f | [
"Apache-2.0"
] | permissive | oltoco/googleapis-gen | bf40cfad61b4217aca07068bd4922a86e3bbd2d5 | 00ca50bdde80906d6f62314ef4f7630b8cdb6e15 | refs/heads/master | 2023-07-17T22:11:47.848185 | 2021-08-29T20:39:47 | 2021-08-29T20:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,800 | java | /*
* Copyright 2021 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
55960ec7489a20aa9d72c2c8476a85ca726c9c07 | 6f66adfb956e323abc5e5a3a3f0376c3e74ba32d | /src/main/java/com/privalia/presentation/annotations3/HelloWorld.java | ab8f9c947f9863b4d2f5634ef13398d5f97a35ae | [] | no_license | loqum/PrivaliaSpringProject | 50dab1251754e063c3af20fe2c83a805c86f6e80 | 49b363bce11566760329879ce98c72ae26ff667b | refs/heads/master | 2020-03-27T03:29:10.423932 | 2018-08-23T15:43:05 | 2018-08-23T15:43:05 | 145,867,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.privalia.presentation.annotations3;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component(value = "helloWorld")
public class HelloWorld {
private String hello;
public String ... | [
"ruben693@gmail.com"
] | ruben693@gmail.com |
e795a3aa96965c48fb514bba742ac69722872b72 | a4cb372ced240bf1cf0a9d123bdd4a805ff05df6 | /spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/jar/JarUrlProtocolHandler.java | 69367a1f6e0c88abfbc2a4dd8ab587202b65df35 | [] | no_license | ZhaoBinxian/spring-boot-maven-ben | c7ea6a431c3206959009ff5344547436e98d75ca | ebd43548bae1e35fff174c316ad154cd0e5defb3 | refs/heads/master | 2023-07-18T12:53:49.028864 | 2021-09-07T04:55:54 | 2021-09-07T04:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,018 | java | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"zhaobinxian@greatyun.com"
] | zhaobinxian@greatyun.com |
594169cc0b5668d2d3ed167f354a898d8bc18510 | 6a02d144ffb183daa9247f44fbc9f5b7e6747e17 | /Module2/Module2-IO-TextFile/src/demo_chi_Chau/TextFile.java | 4ab1aaaf1be75a60387cd589c6188cda1030fb61 | [] | no_license | tungchihuy95/tungGitProject | 861c517f9e0c5a5cee3312325f766969c756534c | 953c6cc1ca5d2f4de2ac31a21fcf97cc61ef0a13 | refs/heads/master | 2023-01-02T00:23:22.705422 | 2020-10-30T08:55:30 | 2020-10-30T08:55:30 | 270,575,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package demo_chi_Chau;
import java.io.*;
public class TextFile {
//Ghi trc hoac doc trc cung dc
//Ghi
public void writeTextFile(String pathname) {
try {
FileWriter fileWriter = new FileWriter(pathname, true); // neu muon ghi noi tiep thi them append
fileWriter.write("\t ch... | [
"tungjpvn95@gmail.com"
] | tungjpvn95@gmail.com |
d6320a362e30ca753123627e2f94934c0d04dbf7 | b9cc85095c1f5ec264d984f61bc34ef54fdbb963 | /hello/src/exam/MonthEnd2.java | 514465a8c40030dcfafd2ca49c2c0b761e081d24 | [] | no_license | selss2/hanbitjse | 236f9ef81019d84d645068c3cec5c353fc83bb42 | ca614315a1eeeef7d92568e05c70bbfdd1535e9a | refs/heads/master | 2021-01-09T20:07:44.133080 | 2016-06-24T07:26:44 | 2016-06-24T07:26:54 | 60,753,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,659 | java | /**
*
*/
package exam;
import java.util.Scanner;
/**
* @date :2016. 6. 9.
* @author :오승준
* @file :MonthEnd.java
* @story :
*/
public class MonthEnd2 {
/**
* 개발자님 년, 월을 입력하면 말일이 몇일이 알려주는 프로그램을 만들어 주세요. 단, 윤년 2월은 29일이고, 나머지 해는 28일로
* 마감입니다. 1~12를 벗어난 숫자를 입력하면 잘못된 입력값입니다 라고 뜬다.
**/
/**
... | [
"hb2016@hb2016-PC"
] | hb2016@hb2016-PC |
2941b824dd3098d564cd1a80d24e247318c7faf6 | 02b93ebb6866092c411a3dcd10ffc8ec30ee25fc | /src/main/java/com/app/exception/BookException.java | 615ab79b418131f79a26df73e1794f1c0874d3af | [] | no_license | barfa02dec/BookApp | 0069e019ec1b516001f5cb9ad539f355cc2216b6 | 06602245f7a6f8391fd829a74211fb425df9ff42 | refs/heads/master | 2021-01-03T18:39:27.301413 | 2020-02-25T06:59:46 | 2020-02-25T06:59:46 | 240,194,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package com.app.exception;
@SuppressWarnings("serial")
public class BookException extends Exception {
public BookException(String msg) {
super(msg);
}
}
| [
"dharmendra.barfa@happiestminds.com"
] | dharmendra.barfa@happiestminds.com |
c2a8256edefc87132a0a4dc3502bf505dd1d9e67 | e6ca6dc607a8704c6f1d2bb00998f288f1b9996b | /modules/sphms-common-service-module/sphms-common-service-module-api/src/main/java/com/sphms/common/service/model/HordingWrapper.java | f0fe8e22fbc0900f2af2d43b890bb6ac0746ec97 | [] | no_license | rpsandip/sphms | c515efbaf3efae5b531471f5ea474a926d171422 | fc50436bb0d1cb8d8c2e20c6722a7093c33b45d7 | refs/heads/master | 2023-03-03T07:13:42.094670 | 2019-07-14T02:53:22 | 2019-07-14T02:53:22 | 98,117,259 | 0 | 0 | null | 2023-02-27T23:22:53 | 2017-07-23T18:27:49 | Java | UTF-8 | Java | false | false | 17,329 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"rpsandip@ymail.com"
] | rpsandip@ymail.com |
da4fc307921c3d11a577124f481b0e61d551746d | 462185916fe2920390abf30626339429e3e54356 | /backend/services/main/src/main/java/pl/aredlisiak/main/name/service/NameService.java | 975ed937800a3e824e09e7bc62043d0dc1bbd264 | [] | no_license | aredlisiak/multi-serve | f158bd32e40e004694b45c6b560337174051d377 | 90b09e00960ccbeb2b511dedf2b16a1d5993b8bc | refs/heads/master | 2022-06-12T12:37:22.122494 | 2020-05-04T17:18:14 | 2020-05-04T17:18:20 | 260,434,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package pl.aredlisiak.main.name.service;
import lombok.Getter;
import org.springframework.stereotype.Component;
@Component
@Getter
public class NameService {
private final String name = "MAIN SERVICE";
}
| [
"aredlisiak@gmail.com"
] | aredlisiak@gmail.com |
bf47deef463867e6180504c8a11f8a4a3469e641 | d03125545dc458cdbb4d3809beae1a25a755e2ee | /src/main/java/com/foreseers/tj/util/WebUpload.java | 13b7857da832198f9ce704824ccb0ac38149e518 | [] | no_license | yisongkeji/zhuding_java | 89a27fc5496cc9febbc27218692ce5b95fc9d391 | 98fd5d818da5532e5e137a0a24cc6c22c654f07b | refs/heads/master | 2020-05-18T05:24:45.729493 | 2019-04-26T06:08:04 | 2019-04-26T06:08:04 | 184,202,920 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package com.foreseers.tj.util;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "web")
public class WebUpload {
private String uploadpath ;
private String frontpath;
public Str... | [
"313983032@qq.com"
] | 313983032@qq.com |
3a3a1e2c2137dc9030d4c41673f18f926e10fcba | 545279c348f3794ec6bacbc618b0ba580a5db236 | /app/src/test/java/red/itvirtuoso/pingpong3/app/server/ServerProxyTest.java | b4c4bf3f8d7f80304f305f4657cf2d2f91d8e015 | [
"Apache-2.0"
] | permissive | shuidong/client-android | e3eb1ff9b50e8a9b690e65969f07df8e86a9c670 | a3e55d611a19dd8e7c8416817ceb2f1ecaa94cdf | refs/heads/master | 2020-12-25T04:19:15.030439 | 2015-06-13T15:12:44 | 2015-06-13T15:12:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package red.itvirtuoso.pingpong3.app.server;
import org.junit.Test;
import java.io.IOException;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;
/**
* Created by kenji on 15/05/07.
*/
public class ServerProxyTest {
priv... | [
"nakaken0629@gmail.com"
] | nakaken0629@gmail.com |
01614f85b60ebef392b3582d0ce17365beb82c99 | f9aff19052f87e931c9a2e4b54274a82426ab2fc | /ibu_service/src/main/java/com/luolong/service/MenuService.java | 2917d2c96ed140fd6ed7e409c8cd55c068615c40 | [] | no_license | 1324516619/ibu_mng | 81e1c5e9c126a79fe28cfb92ed084b5d933d66d5 | 20425a3902b3f89dabb74007955a626a1cf6b973 | refs/heads/master | 2020-04-01T22:36:53.340410 | 2018-10-31T06:45:13 | 2018-10-31T06:45:13 | 153,711,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | package com.luolong.service;
import java.util.List;
import com.luolong.model.Menu;
import com.luolong.model.User;
import com.luolong.page.Pagination;
public interface MenuService {
List<Menu> queryUserMenu(User user);
List<Menu> queryAllMenu();
/**
* 分页查询
*/
Pagination getPag... | [
"1324516619@qq.com"
] | 1324516619@qq.com |
fe8cce52958cf4dfe0b4901acc2e468045c90bf6 | f755df733e176386e7dbde8cdc4c2ce50e7ed2f1 | /src/java8/ch01/ex05/CurrentStringTime.java | 305af28e3962b7ea8b4a71e2eb71a2fd547e48d6 | [] | no_license | sabo10o29/java_train | 0709be3071ceb0c1ef4569280ac38c0a55bb55f5 | fc73e97b8d1bcf7012696986d756845f2fb7263c | refs/heads/master | 2021-01-13T10:06:11.776488 | 2017-09-08T00:25:30 | 2017-09-08T00:25:30 | 72,120,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,530 | java | package java8.ch01.ex05;
import java.util.Calendar;
/**
* 時計の文字クラス:現在の時刻を取得してString型で返す。
*
* @author YoshikazuMurase
*
*/
public class CurrentStringTime {
public static String[] getFullTime() {
String[] strs = new String[11];
Calendar cal = Calendar.getInstance();
strs[0] = CurrentStringTime.getSec(cal)... | [
"YoshikazuMurase@192.168.179.3"
] | YoshikazuMurase@192.168.179.3 |
e18f7c77e0b6ac52449dbaf13fc06df11730ab63 | c7540ab5532d065fad7830ca460c53f5895985a7 | /java/expression/exceptions/CheckedLog.java | da613d77d7b6bcfec5c2a591635369bf2a6005b3 | [] | no_license | UnrealEugene/paradigms-2020 | 66c636a12c40c2ebbda2667d1ea5a19eaf3b8081 | 907d8d95228d7defca6ae90a20136fb1af6613c5 | refs/heads/master | 2022-11-26T05:00:24.971745 | 2020-07-31T08:10:46 | 2020-07-31T08:12:03 | 245,911,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package expression.exceptions;
import expression.Log;
import expression.MultipleExpression;
public class CheckedLog extends Log implements MultipleExpression {
public CheckedLog(MultipleExpression val, MultipleExpression base) {
super(val, base);
}
@Override
protected int calculate(int val, i... | [
"chernatskiy2001@gmail.com"
] | chernatskiy2001@gmail.com |
7cc4d0535a1128628de0c0bdacbf1054e4825438 | 8f6a09847ea6fb13fa89aec2dd9411adfa52d8b6 | /src/main/java/com/aohuan/dodo/java_demo/qiniu/offical/move.java | d64058224b4323574a6d16e65f4f64422fdb5d4b | [] | no_license | 2954722256/java_demo | 2ec206d9fdc4e9aff7c6eaed3458f6532bcacf37 | efb8e9446b67584b1ad06cf9aac34d431b96e469 | refs/heads/master | 2021-01-11T20:52:54.986918 | 2017-03-27T04:03:30 | 2017-03-27T04:21:57 | 79,201,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package com.aohuan.dodo.java_demo.qiniu.offical;
import com.qiniu.common.QiniuException;
import com.qiniu.http.Response;
import com.qiniu.storage.BucketManager;
import com.qiniu.util.Auth;
import com.qiniu.common.Zone;
import com.qiniu.storage.Configuration;
public class move {
public static void main... | [
"2954722256@qq.com"
] | 2954722256@qq.com |
c3b9e381bb26221b846b759074c0101963cf2395 | 43145c76d8088adb3ea4911735be23108c273f01 | /soot3/src/soot/dexpler/instructions/IfTestInstruction.java | 837a1ade31a307ef4e4b47933ada0808503465db | [] | no_license | sanchuanchen/soot-dex | 207853149ddbbbe43e2a2ff2a411192802f914b5 | 65e50dc293734d5ebeaa366e78817ef86b47b8c4 | refs/heads/master | 2020-12-24T18:03:13.314462 | 2013-12-12T17:54:08 | 2013-12-12T17:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | /* Soot - a Java Optimization Framework
* Copyright (C) 2012 Michael Markert, Frank Hartmann
*
* (c) 2012 University of Luxembourg - Interdisciplinary Centre for
* Security Reliability and Trust (SnT) - All rights reserved
* Alexandre Bartel
*
*
* This library is free software; you can redistribute it and/or
... | [
"wssgcsc@163.com"
] | wssgcsc@163.com |
3fd25347f83b52b1f8c4d5926ec88d244cb6d056 | 86d1e5c91beac6cce96eb93a3c8b7b0f73eaab3b | /src/Reservation.java | cf3a6fac79586a93baf80dd3cd988f3b5769f2ee | [] | no_license | nb8g13/gdp-alignment | 5f5d27a133785d478de13d42cb35d397ceec80f1 | f4ff88a87183b2a8baa0e7f292ff7869b89e3664 | refs/heads/master | 2021-09-07T02:05:15.900592 | 2018-02-15T14:00:41 | 2018-02-15T14:00:41 | 110,748,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,708 | java | import java.util.ArrayList;
/**
* Created by Pro on 04/02/2018.
*/
//Reserves parts of the caption as well as splitting delete and insert operations for the bot into small parts
// These small parts for deletes are the original word length split into different parts (and stored in an array) so that the whole del... | [
"psr1g14@soton.ac.uk"
] | psr1g14@soton.ac.uk |
9f39ee0a92b2a44704a43fd70f44db419f3877cc | 595ab488128af2fe71242dedf10adff9f91551fd | /backtracking/Combinations.java | b4c4083ab4550fef2811f3bda3d5f87c11d90ba9 | [] | no_license | markov-r/algo-tasks | c35122bdcc24efa18f1d5eccfd37d2522f24fcaf | 9ffdfeee52672d33e51574fa55f3ef8ad407644f | refs/heads/master | 2023-02-18T20:34:05.444529 | 2023-02-13T21:00:09 | 2023-02-13T21:00:09 | 146,206,823 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,219 | java | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
InputReader reader = new InputReader();
OutputWriter writer = new OutputWriter();
int n = reader.readInt();
int r = reader.readInt();
List<Integer> combination = new... | [
"noreply@github.com"
] | markov-r.noreply@github.com |
5f2c105b8f42717ee57b63db195ef72f58223c19 | 8387a957baac372690ab1ac1379a850cac8158f1 | /MyShopApplication/Myshop/src/main/java/com/Shopping/Myshop/authentication/JwtRequest.java | 4cc1ddee0b6db4a53d69a1015b6ba5528e3ce7f7 | [] | no_license | cgautam21894/Spring-Boot-Architecture | 11263f15154ead9f1e9bbdfb9d9d8681a7e674b9 | 4410281aa2b8f73a3bcb02e41bdbcce2ba14f110 | refs/heads/master | 2022-12-22T00:59:23.164942 | 2020-10-02T13:27:26 | 2020-10-02T13:27:26 | 300,610,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.Shopping.Myshop.authentication;
import java.io.Serializable;
public class JwtRequest implements Serializable {
private static final long serialVersionUID = 5926468583005150707L;
private String username;
private String password;
//need default constructor for JSON Parsing
public JwtReque... | [
"cgautam21894@gmail.com"
] | cgautam21894@gmail.com |
384d802a79c0a261e6645f16591049f297cad245 | 0aa27c59d902625e15b1c862db4fce7924788bfa | /Seleniumpractise/src/co/Sel/Testng/Dependenciesexample.java | f94763c97938934ea5fe9fd253ae5746634954b2 | [] | no_license | Karthickrajachandramohan/seleniumpractise | 50c4882774cadaa857cb117676232ef448ff296a | 861f17171f7ea610c77675dbebb4ea7a82372d35 | refs/heads/master | 2022-11-09T14:13:36.713703 | 2020-06-23T08:09:23 | 2020-06-23T08:09:23 | 274,350,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package co.Sel.Testng;
import org.testng.annotations.Test;
public class Dependenciesexample {
@Test(enabled = false)
public void highSchool() {
System.out.println("a");
}
@Test(dependsOnMethods = "highSchool")
public void higherSecondary() {
System.out.println("b");
}
@Test(dependsOnMethod... | [
"Jayapriya@DESKTOP-95I46CV"
] | Jayapriya@DESKTOP-95I46CV |
4f0a75c73f49e311044034b68719a67b333cc85c | 8a0073858ef68a64369bdedfee9899c92e691648 | /AisPanelApp/src/main/java/pl/sviete/dom/BootUpReceiver.java | 8d995a8a685566b755bcabb21b81d96d256e8251 | [
"Apache-2.0"
] | permissive | sviete/AIS-dom | 259ef9a2f6c3d6dff214323d0fbc45edbf46b740 | e651079c096bd9551c2fdf6170b85523359d29b5 | refs/heads/master | 2023-01-03T11:59:36.158824 | 2022-12-28T15:54:58 | 2022-12-28T15:54:58 | 217,454,808 | 2 | 3 | Apache-2.0 | 2021-09-03T08:06:14 | 2019-10-25T05:03:46 | Java | UTF-8 | Java | false | false | 637 | java | package pl.sviete.dom;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
public class BootUpReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
if (intent.getAction().equ... | [
"jolka@sviete.pl"
] | jolka@sviete.pl |
2d04f6808d2a2e665210b95c5956f0f08b75a545 | 82cddc0e033b27e72db844e155f16981382c4745 | /app/src/main/java/com/example/dictionary/MyContentProvider.java | 38af01390b50dbe85a3f8af328a06ab2ff22c569 | [] | no_license | LucasleeCN/MyDiationary | bf1abc58c9685fc8e5d82d9771abb7982c7e0e15 | 23a91d4a4bc48a9e51e13a99095bb35bb0846bff | refs/heads/master | 2020-09-20T05:28:40.180884 | 2019-11-27T09:15:38 | 2019-11-27T09:15:38 | 224,388,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,612 | java | package com.example.dictionary;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.Uri;
import com.example.dictionary.analysis_word.WordsSQLiteOpenHelper;
pu... | [
"297389780@qq.com"
] | 297389780@qq.com |
6f2d58780b33c8e0ced4c77273a5afb3326d09e0 | 8b11e556e0b6a8c27fbf836708e789a4a780fe6a | /src/com/helloqiaodan/firstweb/GetGeneratedKeysTest.java | 6a72ef99421d1dc8075483e7457520919ae50881 | [
"MIT"
] | permissive | Jordan150513/JavaDemos | 6e05dd0dbf7967d8f9b4cc033a5d3449d8b3d410 | b8492561aecafe48df9e572bad0f88f654bf2ca9 | refs/heads/master | 2021-01-11T09:18:45.427671 | 2017-04-19T01:55:32 | 2017-04-19T01:55:32 | 77,055,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,768 | java | package com.helloqiaodan.firstweb;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Connection;
import java.sql.Statement;
import com.mysql.jdbc.Driver;
public class GetGeneratedKeysTest {
public static void main(String[] arg... | [
"1052691906@qq.com"
] | 1052691906@qq.com |
fb6995000af70e3fee303e53a68f6f4c2288f61d | 17b9f4366df6ede565d60baa6ab90e38b740667f | /app/src/main/java/com/example/hf/menu/MainActivity.java | f9161d4e20926631b444ebd68ec321fddba256d7 | [] | no_license | gdmec07150717/Menu | c869b467045480620319480e2f242d2cfe6e0f72 | c806e9a1bbf2f96b5b7013ecfdf837753aa68f2e | refs/heads/master | 2017-12-15T08:42:28.331689 | 2017-01-02T06:56:40 | 2017-01-02T06:56:40 | 77,816,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,138 | java | package com.example.hf.menu;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
publ... | [
"670039410@qq.com"
] | 670039410@qq.com |
4f0164154920122e9201ec656b3b007fcdaa139b | b59b132033af0b482c2d9154dfcaedce450c2574 | /src/test/resources/GeneratorTest/all/after/src/test/java/org/tomitribe/github/model/StartOrganizationMigrationTest.java | 7c2711164f84fb2a76343ade4cb241f8ccfa6d72 | [
"Apache-2.0"
] | permissive | Deng678/github-api-java | 89078dde67e0fadda0dc81e0e4b156eae1e2d24b | 0c060b9625c4b054bb0810c75782ee06c76be94f | refs/heads/master | 2023-03-16T04:30:01.903330 | 2020-12-03T11:34:56 | 2020-12-03T11:34:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"david.blevins@gmail.com"
] | david.blevins@gmail.com |
aee97a0b521a66146c281a796c9661f4091b03c1 | 9f158446765c39432b19d1cfff2cec0d38d368a2 | /3-extensions/registry/dubbo-samples-simplified-registry/dubbo-samples-simplified-registry-properties/src/main/java/org/apache/dubbo/samples/simplified/registry/properties/SimpleRegistryPropertiesConsumer.java | e9c95026bf2907dce0483333f8796e79d7683654 | [
"Apache-2.0"
] | permissive | apache/dubbo-samples | 4bf75c148331bdfcfb8c6b94d9af3d697a192238 | f360b85d2f5282c067a581d7ceff7b4910abc1c7 | refs/heads/master | 2023-09-05T12:59:51.006139 | 2023-08-31T06:17:18 | 2023-08-31T06:17:18 | 131,394,823 | 1,644 | 1,404 | Apache-2.0 | 2023-09-12T12:22:33 | 2018-04-28T09:25:29 | Java | UTF-8 | Java | false | false | 2,737 | java | /*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "Licens... | [
"ian.luo@gmail.com"
] | ian.luo@gmail.com |
61bfea29664df100b3552e8a6341790657b7d69f | b24fa669c4d7bf79c1bcbda87dc61b92a8fd87b8 | /src/main/java/com/nitesh/learn/spring/security/security/JDBCSecurirtyConfiguration.java | 8668eb0ede3b5a8b3ab65e6340e0c8a902042ca4 | [] | no_license | niteshadj/SpringSecurity | c643fdc2fb18f53fb66fabc8d00bd9cceb779f4d | 8eb00acbb37bc17e4343b1cd6a170e7be5c43b2d | refs/heads/main | 2023-06-04T08:08:00.877287 | 2021-06-15T14:13:58 | 2021-06-15T14:13:58 | 377,187,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package com.nitesh.learn.spring.security.security;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.spri... | [
"nadjariya@gmail.com"
] | nadjariya@gmail.com |
9e4cb7eb2b2aca660c0b83c2fd5a46e40a81e30d | e73c0adff79059e60d6afc688d004399a7624b15 | /src/samples/E_ForLoop.java | 5f1b61d359fa6a2b6a910ec5925873b1e301d3ad | [] | no_license | vidyaj87/OOPsamples | c4e85ec7ac4dcd171bfe7261aa2f27bc2ed5a58f | dc5e212e45691dd1d902f15d0d58b0ee1e7cf852 | refs/heads/master | 2020-03-22T04:02:27.411625 | 2018-07-02T16:59:32 | 2018-07-02T16:59:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package samples;
// Prints values from 0 to 99 using for-loop
public class E_ForLoop
{
public static void main( String[] args )
{
int loopLimit = 100;
for ( int count = 0; count < loopLimit; count++ )
{
System.out.println( count );
}
}
// TODO: Make the abov... | [
"noreply@github.com"
] | vidyaj87.noreply@github.com |
dedde8f09d8a20b3c1f035c9745a9620be0a2136 | d7264b3ff6255240a18732635f242dea54fb594d | /java/helidon-mp/backend/api/src/main/java/org/demis27/kickoff/helidon/api/HelloController.java | a26c757fc08f4914e033e23dd76c6ec526ceeced | [
"Apache-2.0"
] | permissive | demis27/microservices-kickoff | f8d7a4fffbf8fc05c65af6db14332a6d76bcf220 | f30b57c5b1cf84605a1f6f8ebf6967431d6e790e | refs/heads/master | 2022-07-07T00:43:43.081449 | 2020-01-23T15:55:36 | 2020-01-23T15:55:36 | 212,784,670 | 1 | 0 | Apache-2.0 | 2023-09-05T22:01:34 | 2019-10-04T09:57:25 | Java | UTF-8 | Java | false | false | 271 | java | package org.demis27.kickoff.helidon.api;
import javax.inject.Singleton;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
/**
*
*/
@Path("/hello")
@Singleton
public class HelloController {
@GET
public String sayHello() {
return "Hello World";
}
}
| [
"skermabon@talend.com"
] | skermabon@talend.com |
87a38e2f41064172f7c383fc35c927f7a4dcc1eb | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/dbeaver/2015/12/JDBCTableMetaData.java | b0cb0ee92e236bf0fa44dca152796f3a957ecaea | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 3,184 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
* as published by the Free Software Foundation.
*
* This program ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
54673dfbe8f9487fc421cdeaa0f0e1b951b65b21 | 3ac2095b97aa871b1e6b6c80102e1aa710db4dc7 | /javaproject/FirstJava/src/thread/Adderthread.java | cc9c2b933ae16537c25d93339320760018bd589a | [] | no_license | choejh/class | 7a69ccd060a4017024b7bc07debac7578cc5e847 | 9fd6cd3b2ae0e67c675a515d1596b5377d92303d | refs/heads/master | 2023-03-14T04:15:54.532662 | 2021-03-12T08:20:01 | 2021-03-12T08:20:01 | 299,173,538 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 270 | java | //1027¾²·¡µå 3-2
package thread;
public class Adderthread extends Sum implements Runnable{
int start;
int end;
Adderthread(int n1, int n2){
start=n1;
end=n2;
}
@Override
public void run() {
for(int i=start; i<=end; i++) {
addNum(i);
}
}
}
| [
"choeejihye@gmail.com"
] | choeejihye@gmail.com |
6530d9ae36e6f2d9c6ab2a4f4a620675cbae6801 | 01fa9ca893a4e45993bfc546a1b3fee44bf29ec6 | /src/main/java/com/ly/headersfilter/TestHeadersFilter.java | 6cbde94587c38857527f0ff726283b2b0cea4d03 | [] | no_license | aaronuu/api-test | 718af6a33760d318d5d7aa54f594f0cad7a714e4 | 9656ad3dc45b7ffa3a6a53200c8739f8affab194 | refs/heads/main | 2023-02-09T04:43:28.619958 | 2020-12-29T07:36:36 | 2020-12-29T07:36:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package com.ly.headersfilter;
import com.ly.core.listener.HeadersFilterAdapter;
import com.ly.core.utils.MapTool;
import lombok.extern.slf4j.Slf4j;
import java.util.Map;
/**
* @Author: luoy
* @Date: 2019/8/16 17:11.
*/
@Slf4j
public class TestHeadersFilter extends HeadersFilterAdapter {
@Override
public M... | [
"luoyoujun3712@dingtalk.com"
] | luoyoujun3712@dingtalk.com |
08f9137bbdbfcc2e9f7451ec4da05648cd5cbe02 | 281f0c07b25b45cbfb8a3b97072e39b0a8963f08 | /plugins/eu.hyvar.feature.mapping.resource.hymapping/src-gen/eu/hyvar/feature/mapping/resource/hymapping/util/HymappingMinimalModelHelper.java | 742c4016ab174ae2b4763650009147e99a174d6c | [
"Apache-2.0"
] | permissive | hfenske33/DarwinSPL | ed21895c148fe222db130d7fe7355e3b22ddb8d6 | 2d1333819dcb7fd2b06e7b021969422d1f629207 | refs/heads/master | 2020-03-23T15:05:47.843315 | 2018-06-28T11:27:56 | 2018-06-28T11:27:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,641 | java | /**
* <copyright>
* </copyright>
*
*
*/
package eu.hyvar.feature.mapping.resource.hymapping.util;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclips... | [
"github@n1eke.de"
] | github@n1eke.de |
176befd44372db0ceaaaac9cad53564ea321573b | a4b0895b32ecacf02d43d0bf152f00602b390d6d | /Problem/Pro_1206.java | 3d2c92faba693073bf5eb3df36342475678f300c | [] | no_license | wjddnwls918/SWExpertAcademy_Practice | 5e9ba80e9d2eef03677da5a826a2a60ec6ab714a | eeb0d70de64e5c5a3191b5244c977cb012475cb9 | refs/heads/master | 2021-06-13T05:22:34.509721 | 2019-08-30T07:45:41 | 2019-08-30T07:45:41 | 115,017,736 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | import java.util.Scanner;
public class Pro_1206 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner in = new Scanner(System.in);
for(int i =1; i<=10; i++)
{
int n = in.nextInt();
int cnt=0;
int map [] = new int[n];
for(int j=0; j<map.length; j++)
{
ma... | [
"wjddnwls918@naver.com"
] | wjddnwls918@naver.com |
7bfc334797941d0c9795eb56b8aec81157ceb254 | 9fb2f61793df313656da039580e6e2635e6311bd | /src/String/Unit12.java | e507fc562e63d0f1610a4b3c85136ea34bd1e9a0 | [] | no_license | oldlmj/java_homework | 0a88c5d13dea5478e4d3af7a53093d5a41ec4a09 | e2914d8e611aaafaae06a0d7b1f5c8c6465f12bb | refs/heads/master | 2023-02-05T13:38:14.917347 | 2020-12-22T11:48:31 | 2020-12-22T11:48:31 | 323,604,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,950 | java | package String;
import java.util.Scanner;
public class Unit12 {
public static void main(String[] args) {
//test6();
// other1();
other2(); // 將先前寫的身分證程式碼,少少部分改用正則表達式
}
public static void test1() {
String[] strUschool = { "Abcdsjosf", "Oosjfo", "School" };
System.out.println("字串總長度: " + strUschool.leng... | [
"mengjia1230@gmail.com"
] | mengjia1230@gmail.com |
b8dfb5ee9970ff10fc3d272fe4daa17499db9d6a | 6903d3e6bd56fb9708e4b9b29fffd4c57f101cb9 | /com/alipay/oceanbase/3rd/google/common/collect/ImmutableTable.java | 11ffb65773b53977e19d6cb45d8ad824f7565298 | [] | no_license | Qi4ngY/oceanbase-client | 8d12273156ed3477ad5720052880de2640717d48 | 0988f778d2a00800e80d30314ac4ef99344ff70e | refs/heads/master | 2022-11-18T12:58:07.105603 | 2020-07-20T07:52:11 | 2020-07-20T07:52:11 | 281,045,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,690 | java | package com.alipay.oceanbase.3rd.google.common.collect;
import java.util.Comparator;
import java.util.List;
import java.util.Set;
import java.util.Collection;
import javax.annotation.Nullable;
import java.util.Map;
import com.alipay.oceanbase.3rd.google.common.base.MoreObjects;
import com.alipay.oceanbase.3rd.google.c... | [
"qiaoye.zqy@mybank.cn"
] | qiaoye.zqy@mybank.cn |
ddba9a42c5fc8b923350f410ee301eb33c1911d2 | 2eb567cb893850bec197ead1491f3e802cff93e6 | /java-se-samples/base/src/main/java/objects2/finals/FinalLocalVariableTest.java | f02aeb2c8d47d78407760707f2639b269cf3ecd5 | [] | no_license | doubleview/java-awesome-demo | 4ca9971f01ab7b3be6fbefb76f9a7d8c78de0ed0 | 983491df02bf9c83978cbec83b93d1a68b1b2275 | refs/heads/master | 2022-12-22T10:12:26.250184 | 2021-07-25T05:58:22 | 2021-07-25T05:58:22 | 96,692,018 | 0 | 0 | null | 2022-12-16T09:52:49 | 2017-07-09T15:07:56 | Java | UTF-8 | Java | false | false | 682 | java | package objects2.finals;
public class FinalLocalVariableTest {
public void test(final int a) {
// 不能对final修饰的形参赋值,下面语句非法
// a = 5;
}
public static void main(String[] args) {
// 定义final局部变量时指定默认值,则str变量无法重新赋值
final String str = "hello";
// 下面赋值语句非法
// str = ... | [
"doubleview@163.com"
] | doubleview@163.com |
468eaf62b840f2fea1f23cba9204aea31b4cb606 | 2131aed94d6218dfa6528bc05775648ea9f92602 | /_Curso do Edu/src/net/eduard/curso/warp/ComandoDeleteWarp.java | cff07dac36300f1393e52378349b49426dc81300 | [] | no_license | peytondodd/plugins | 9ccef940800e1e09562571828ca0b81966ea4359 | 836241a258e40040cfb914c5af103ca7337027de | refs/heads/master | 2020-04-05T06:10:14.103639 | 2018-10-19T00:24:22 | 2018-10-19T00:24:22 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 550 | java | package net.eduard.curso.warp;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
public class ComandoDeleteWarp implements CommandExecutor {
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (args... | [
"eduardkiller@hotmail.com"
] | eduardkiller@hotmail.com |
593ce93d25d0497e70940d0fe17eddf709058aad | 3fddbe5fbcc51f4e4d092e45ac17a4ac17894d69 | /usef-build/usef-workflow/usef-dso/src/main/java/energy/usef/dso/workflow/validate/acknowledgement/flexorder/package-info.java | 2768a352519042348b99451314fb9f0ff4e79a7f | [
"Apache-2.0"
] | permissive | Drimpac2020eu/usef | a77cd3abc5e3ae9f29b46b65d23778cfceab6498 | 65acaef8248da98df45a4ba7507f017dfc903906 | refs/heads/master | 2022-12-22T16:59:47.959244 | 2020-05-08T11:12:51 | 2020-05-08T11:12:51 | 241,834,155 | 0 | 0 | Apache-2.0 | 2022-12-14T20:26:07 | 2020-02-20T08:43:30 | HTML | UTF-8 | Java | false | false | 748 | java | /*
* Copyright 2015-2016 USEF 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 applicable law or agree... | [
"drimpac.2020eu@gmail.com"
] | drimpac.2020eu@gmail.com |
d2fcb013f47c895ac26546cd6f1ec8aa61e0dbcf | b927039608dd42ba41aa20be8f11bce7a2bf4bc7 | /src/STRING/Funny_String.java | 70c5b22e4bc44fc4d22f3a751edcce05fae8b352 | [] | no_license | VincentTr4n/HackerRank | a0eee72671e55875064a40d7123b242da6c2ef0d | 178b3db759317856779daef8c8eef05d9e9dd5cf | refs/heads/master | 2021-09-07T13:16:28.500670 | 2018-02-23T11:02:34 | 2018-02-23T11:02:34 | 111,547,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package STRING;
import java.util.Scanner;
public class Funny_String {
public static String funnyString(String s){
boolean ok = true;
String r = new StringBuilder(s).reverse().toString();
for(int i=1;i<s.length();i++){
if(Math.abs(s.charAt(i-1)-s.charAt(i))!=Math.abs(r.charAt(i-1)-r.charAt... | [
"cotyeyddca1@gmail.com"
] | cotyeyddca1@gmail.com |
ac804e0e241ea78a7914d62cefd2eba7fc2f7e5a | 31d38828171fda7252d13f090c6c04a140550c38 | /src/P8_EvenOrOdd.java | cb76b8df3250baa4767f58fb79a16481fa38ff2b | [] | no_license | waninoko68/Week2CP2 | c032cdff850b8cecb1dcd2432d22e2899351ebec | 7b699e7ff5cbb99c545335d636196716edcaf5db | refs/heads/master | 2020-04-03T09:58:00.349314 | 2016-07-29T07:33:41 | 2016-07-29T07:33:41 | 64,460,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java |
import java.util.Scanner;
public class P8_EvenOrOdd {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
if(x%2==0)
{
System.out.println("even");
}
else
{
System.out.println("odd");
... | [
"waninoko67@gmail.com"
] | waninoko67@gmail.com |
b5651b252154a331e885e9f9d5fe10ab39fc0166 | 7b76adcbdce09f892acce14ab891c7abe30b870a | /main/kafka-producer/src/main/java/edu/indiana/d2i/hadoop/custom/ProvValue.java | 5066a5f4f47a500395e73bb26778bd46e7f5b6d4 | [
"Apache-2.0"
] | permissive | Data-to-Insight-Center/streaming-prov | 4ef0583662117680484819addf1b201fed97c44f | 7957326ee78b588f5398fc0aad5f1fd0a48cd7ae | refs/heads/master | 2020-03-20T20:25:24.556952 | 2020-02-03T13:39:21 | 2020-02-03T13:39:21 | 137,686,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,060 | java | /*
* Copyright 2017 The Trustees of Indiana University
*
* 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 applicabl... | [
"isurues@gmail.com"
] | isurues@gmail.com |
b0dad0d56263087372696f039783b3a469f2e2a9 | c91815da8e87f3d00ecaa919eee77b2a36385949 | /service-user-provide/src/main/java/net/sunwukong/www/user/server/web/SecurityCodeController.java | 236633e7eb843b6dd97308ed5051bbf3a4ec883c | [] | no_license | yht-817/SpringCloud_Manage | 3492e3a6b496d01d9a6fb1a88631bda26f87c258 | 6b8d6eb49caeb33a47973ee1b280054294254621 | refs/heads/master | 2020-05-03T19:01:23.532371 | 2019-04-01T03:10:23 | 2019-04-01T03:10:23 | 178,776,579 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | package net.sunwukong.www.user.server.web;
import io.swagger.annotations.Api;
import net.sunwukong.www.api.entity.RequestData;
import net.sunwukong.www.api.entity.ResponseData;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.b... | [
"1475409096@qq.com"
] | 1475409096@qq.com |
e62074f856bf77fb7b7060f05914e0b82e6fd130 | 7a3ec48dfa1e5aa6c59b1ea1bcac9dc502d5649d | /src/test/java/Task10.java | e0ddfd848e5fcdb15e94ba93b74295948668aa49 | [] | no_license | AlexandrNedilko/lesson-003 | fd58e25816bac7d862c27b30ecfba01fe1ef0a35 | 40f458ddff29f99739b4b179f96ebb7674499d35 | refs/heads/master | 2023-05-27T02:08:58.853795 | 2019-06-03T07:02:14 | 2019-06-03T07:02:14 | 189,895,555 | 0 | 0 | null | 2023-05-09T18:43:41 | 2019-06-02T21:10:22 | Java | UTF-8 | Java | false | false | 633 | java | //10. Write a program which prints the next figure to the console
public class Task10 {
static void drawLineX (int x) {
for (int i=0; i<x; i++)
System.out.print("***");
System.out.println();
}
static void drawLineY (int y, int x) {
for (int i=0; i<y; i++){
Sy... | [
"aleksandr_ned@ukr.net"
] | aleksandr_ned@ukr.net |
2247cc1d7c99bc1eb93aef4cff2f8794d10de1f3 | f9560de3440f14fce060aa0adc73647084e75693 | /src/main/java/com/accademia/account/AccountApplication.java | f29957e192eb6227de6e35731938ee7b66993443 | [] | no_license | jeffersonSantos13/gama-accenture-spring-account | 63e06d0f0ff085ead531ec7b979ee2e98cceec3e | 91cc46a511d839f644654ce2a39f5963ff1e813f | refs/heads/master | 2022-12-29T23:29:54.539392 | 2020-10-17T20:36:45 | 2020-10-17T20:36:45 | 304,936,464 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.accademia.account;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AccountApplication {
public static void main(String[] args) {
SpringApplication.run(AccountApplication.class, args);
}
}
| [
"yuiti.santos@gmail.com"
] | yuiti.santos@gmail.com |
6ce98185185cdc2d8a55458167d9944e0ac26006 | b1c2b3af23fc9cc2d0d52e2c151adf9de8128294 | /BinPackin/src/com/bin/App.java | d62f08cdb7d5e2df46d2c665b7e37d4bdba8bfdd | [] | no_license | RahulRazdan/AlgorithmDataStructure | 11b571a6d17b1d7d79f1a9fda99dcec641b3cbc9 | bb221dd9ae6e28c5e178280461cfc1b454c15a9e | refs/heads/master | 2020-03-20T19:59:09.873427 | 2018-09-15T20:48:46 | 2018-09-15T20:48:46 | 137,664,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.bin;
import java.util.Arrays;
import java.util.List;
public class App {
public static void main(String[] args) {
List<Integer> items = Arrays.asList(10,5,5);
FirstFitDecreasingAlgo algo = new FirstFitDecreasingAlgo(items, 10);
algo.solveBinPackingProblem();
algo.showResults();
}
}
| [
"razdanrahul0@gmail.com"
] | razdanrahul0@gmail.com |
92b0c64c3c6408591a93153b2916f2e71ae6509f | f1fb791eea8fe59b183a333a7dae883bb19cdb9c | /interleaving string.java | 14273ea1fcc41f62e55b567adbc906452b151ca6 | [] | no_license | yiyizhai/LintCode | 901a297c5d55264bc1a5c296ea1d5c203e8eb47b | 46429f4da0d0f06c56caa1d42c2063a48c5165d1 | refs/heads/master | 2020-12-25T16:54:07.303018 | 2016-08-13T01:23:30 | 2016-08-13T01:23:30 | 50,475,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,353 | java | public class Solution {
/**
* Determine whether s3 is formed by interleaving of s1 and s2.
* @param s1, s2, s3: As description.
* @return: true or false.
*/
public boolean isInterleave(String s1, String s2, String s3) {
// write your code here
if(s1 == null || s2 == null || s... | [
"yiyizheliu@gmail.com"
] | yiyizheliu@gmail.com |
61c9f216a7c73d73deb1d8f36e1cdb950b895026 | 8e0f603fb476bf5568fbdda2f0013c838272db6c | /LeXiang-pojo/src/main/java/com/LeXiang/pojo/PaymentmethodExample.java | 215021aee268b34f612170e43538ac0a95be0e3f | [] | no_license | 13399182359/LeXiang | 8b1d1b5dd2762174016edbcc3ef4259051cb4e11 | 7c88fdf29f9e85ce3452686de07896961a61f4f7 | refs/heads/master | 2022-12-21T10:00:48.297708 | 2019-09-22T19:36:44 | 2019-09-22T19:36:44 | 207,739,574 | 0 | 0 | null | 2022-12-16T07:15:23 | 2019-09-11T06:30:06 | JavaScript | UTF-8 | Java | false | false | 28,298 | java | package com.LeXiang.pojo;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class PaymentmethodExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public PaymentmethodExample() {
oredCriteria = new Array... | [
"544681365@qq.com"
] | 544681365@qq.com |
2b07b868b7111267c98f18aac8a376869d6f5b45 | f572408ff3cd4ef0c1dde612daa92a7c69b19fe2 | /ph-ubl-api/src/test/java/com/helger/ubl/api/SPITest.java | dae4c2fee9d1187f7c436e9fadc8682ee702fe7e | [
"Apache-2.0"
] | permissive | Runomu/ph-ubl | e95e994f6a2564d1889075cf7f0b02037a4b4f9a | 41de9bcdeded284988da539f3219a532f9bf8271 | refs/heads/master | 2020-07-07T00:26:43.339444 | 2016-11-14T12:39:52 | 2016-11-14T12:39:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | /**
* Copyright (C) 2014-2016 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | [
"philip@helger.com"
] | philip@helger.com |
fcffc8a2214f179f54d1d411024c6922d534cdf2 | 3e0bfddb9c29dc2ccdfed424c676ee3cb2e10c61 | /src/main/java/com/spring/boot/wolloxtest/Controllers/AlbumUserController.java | 95e36f4c197cda5efdd2e65aa2b14326fbe718d1 | [] | no_license | DSuyo/ExamenW | af2c8403836fb01c14b62bd46dc4e56858acb648 | 686d68dd0b683f2110a6c34c203d63a29b4d4fab | refs/heads/master | 2023-03-08T18:13:44.459789 | 2021-02-20T00:59:12 | 2021-02-20T00:59:12 | 340,162,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,878 | java | package com.spring.boot.wolloxtest.Controllers;
import com.spring.boot.wolloxtest.Controllers.wrappers.AlbumUserWrapper;
import com.spring.boot.wolloxtest.Exceptions.AlbumUserException;
import com.spring.boot.wolloxtest.Exceptions.AuthorityException;
import com.spring.boot.wolloxtest.Services.AlbumUserService;
import ... | [
"david.suyo19@gmail.com"
] | david.suyo19@gmail.com |
eb70fb071935b4d297115b287a4591a52c45141c | b35e42618890b01f01f5408c05741dc895db50a2 | /opentsp-dongfeng-modules/opentsp-dongfeng-monitor/dongfeng-monitor-core/src/main/java/com/navinfo/opentsp/dongfeng/monitor/service/car/IDispatchMessageService.java | 9f4b6cba6b15a892b417ef076635ebc932be7fc2 | [] | no_license | shanghaif/dongfeng-huanyou-platform | 28eb5572a1f15452427456ceb3c7f3b3cf72dc84 | 67bcc02baab4ec883648b167717f356df9dded8d | refs/heads/master | 2023-05-13T01:51:37.463721 | 2018-03-07T14:24:03 | 2018-03-07T14:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package com.navinfo.opentsp.dongfeng.monitor.service.car;
import com.navinfo.opentsp.dongfeng.common.result.HttpCommandResultWithData;
import com.navinfo.opentsp.dongfeng.monitor.commands.car.DispatchMessageCommand;
/**
* 短信调度服务
*
* @author tushenghong
* @version 1.0
* @date 2017-03-28
* @modify
* @copyright N... | [
"zhangtiantong@aerozhonghuan.com"
] | zhangtiantong@aerozhonghuan.com |
dec04f6db0161cc4fadd5b4bedc27f2e4abbdb11 | d8505e8299914e66ef4da376750ecf0ca434a978 | /com.orange.impl.service.enocean/src/com/orange/impl/service/enocean/utils/Utils.java | 87647a9348f359006990cdeb25aee1a201ebde98 | [
"Apache-2.0"
] | permissive | josesanc/OSGi-EnOcean-base-driver | 0058dd78be6384617da4b0b38b2d9670f9ad1140 | cf5e285a6b9ab15424f1d20c91fd030d59ca0267 | refs/heads/master | 2021-01-18T05:35:00.086250 | 2015-01-20T14:49:22 | 2015-01-20T14:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,682 | java | /*
* Software Name : OSGi EnOcean base driver
*
* Module name: com.orange.impl.service.enocean
* Version: 1.0.0
*
* Copyright (C) 2013 - 2015 Orange
*
* 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 ... | [
"antonin.chazalet@orange.com"
] | antonin.chazalet@orange.com |
9647c084e96843f868c8d37e469333a45791c644 | 79f600c1e464de66d1874d5cce1cc3d9c65052f5 | /Demo/SDK-DEMO/src/com/dji/sdkdemo/SelectDroneTypeActivity.java | dd2f70b4b17680fd15368ce3459daad897317d00 | [] | no_license | clover3/DJI_SDKDemo2_3 | a13e86f28f6d1fe574c83a4e35328ce6ca3d2f49 | f982eebfd69edb9181dcac8408a0ba5775cd7420 | refs/heads/master | 2021-01-10T13:10:26.853119 | 2015-09-24T15:32:14 | 2015-09-24T15:32:14 | 43,075,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,022 | java | package com.dji.sdkdemo;
import java.util.List;
import java.util.Timer;
import java.util.TimerTask;
import dji.log.DJILogHelper;
import dji.sdk.api.DJIDrone;
import dji.sdk.api.DJIError;
import dji.sdk.api.DJIDroneTypeDef.DJIDroneType;
import dji.sdk.api.media.DJIMedia;
import dji.sdk.api.Camera.DJICameraSettingsType... | [
"lesterny@gmail.com"
] | lesterny@gmail.com |
d9f82d475f6a44a595b5b37672c63d4a1017fca4 | 2a47c172463ad55a8749fce839d70c842f85f4c9 | /tests/org/elixir_lang/reference/callable/Issue517Test.java | e5d5245eb4109dbf9be46b1c4523f1e6aff55bbf | [
"Apache-2.0"
] | permissive | ortex/intellij-elixir | 034491fe356eaa5bfb08705daf9037925dab6502 | 9fdba1020ecc4ba465292c6c7aa04a9f42fb3e67 | refs/heads/master | 2020-09-24T06:00:19.993680 | 2019-12-01T19:24:39 | 2019-12-01T19:24:39 | 225,681,678 | 0 | 0 | NOASSERTION | 2019-12-03T17:48:06 | 2019-12-03T17:48:05 | null | UTF-8 | Java | false | false | 1,162 | java | package org.elixir_lang.reference.callable;
import com.intellij.psi.PsiElement;
import com.intellij.psi.search.LocalSearchScope;
import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
import org.elixir_lang.psi.UnqualifiedNoArgumentsCall;
import static org.elixir_lang.reference.Callable.variableU... | [
"limhoff@csd.org"
] | limhoff@csd.org |
42ba7bf402aee572a448181a311739595ca42e2e | 6490e64291c2d071a60027dc2c6171b2bd1fe143 | /app/src/main/java/com/philong/lazada/controller/fragment/FragmentThoiTrang.java | c78350162645ec7c5332a169dd2c0359eb612f68 | [] | no_license | dhpl/lazada | 603e0232041e0fa201897c16b1af2575681b32fc | 2ea81dc837175c97a91eddb6793a408cc9b9b50f | refs/heads/master | 2021-01-23T09:39:07.751643 | 2017-09-07T15:18:31 | 2017-09-07T15:18:31 | 102,587,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.philong.lazada.controller.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.philong.lazada.R;
/**
* Created by Long on 9/6/2017.
... | [
"dieuhoangphilongit@gmail.com"
] | dieuhoangphilongit@gmail.com |
f8eb1ada82e871dd71e1c0a038ca4b96055cdedc | bd729ef9fcd96ea62e82bb684c831d9917017d0e | /CHPT/source/tags/V0.8/SspApp/ser_src/com/ctfo/sysmanage/service/impl/AdjustOnOffServiceImpl.java | 826c92604eaef6a286e75c84ae1319f775cfd165 | [] | no_license | shanghaif/workspace-kepler | 849c7de67b1f3ee5e7da55199c05c737f036780c | ac1644be26a21f11a3a4a00319c450eb590c1176 | refs/heads/master | 2023-03-22T03:38:55.103692 | 2018-03-24T02:39:41 | 2018-03-24T02:39:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.ctfo.sysmanage.service.impl;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import com.ctfo.sys.beans.TbOnOff;
import com.ctfo.sysmanage.dao.TbOnOffDao;
import com.ctfo.sysmanage.service.AdjustOnOffService;
@Controll... | [
"zhangjunfang0505@163.com"
] | zhangjunfang0505@163.com |
8dcdd59db57297d49dcbe29acc852442473d29c5 | 1454deb1be78be495522415611d681ea339f9754 | /t6/calculadora/calculadora-view/src/ort/t6/calculadora/view/PanelEste.java | 427eee7cc815bdfb78ae1d8fcc9fed8ce8ae0583 | [] | no_license | damianlezcano/svn-ort | ce8b7aa736bc11422edabad555e3513303e25cb1 | ff48820947df3bcdf104dd659523d52c5c66c818 | refs/heads/master | 2021-01-15T19:45:24.120218 | 2012-08-02T21:00:57 | 2012-08-02T21:00:57 | 33,054,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | package ort.t6.calculadora.view;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import javax.swing.BoxLayout;
import javax.swing.JButton;
import ort.t6.calculadora.core.fabrica.FabricaOperaciones;
import ort.t6.calculadora.core.m... | [
"lezcano.da@gmail.com@c3038d21-ecf1-1489-44a9-52e1197a981f"
] | lezcano.da@gmail.com@c3038d21-ecf1-1489-44a9-52e1197a981f |
b8327a69dc73b32c1d588b1a38e382caffffcd77 | a6f354ad5ffb11a1543e99230e1e5a5627b56d66 | /src/controller/AccountManager.java | 695f00120f07374d19614a9a2e47e0099a9cb6ba | [] | no_license | xuanthinh2612/CASE_STUDY_MODULE_2 | 35d6a40c47c44ccdb1d9533def85d735159cc6da | 1ad639fa0b845819f8f18bcdcf9be26e94ee9c4a | refs/heads/master | 2023-02-18T20:13:01.311518 | 2021-01-19T06:32:51 | 2021-01-19T06:32:51 | 329,563,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package controller;
import model.account.Account;
import java.util.ArrayList;
import java.util.List;
public class AccountManager {
static List<Account> accountList = new ArrayList<>();
static private final String USER_ACCOUNT_DATA = "src/model/Storage/userData.dat";
public static int writeAccount(Account... | [
"you@example.com"
] | you@example.com |
107a375db32fb03d0ca090b5559d717fe815d9c6 | 3cc6bf9702df3090a8278e8cd4e0267e96d39418 | /gsgp-canonical/src/edu/gsgp/population/treebuilder/GrowBuilder.java | ea7291e4e71135f5a9afdea5e0c9ee48341b23c5 | [
"MIT"
] | permissive | joaofbsm/gsgp-struct | 9440d40a4da2f1397b8a886c2a80fd0a433d4647 | 30c6356830c148c4f6ac22e4f701b5531b894b22 | refs/heads/master | 2021-09-06T06:10:58.208053 | 2018-02-02T23:10:55 | 2018-02-02T23:10:55 | 103,163,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 972 | java | /*
Copyright 2006 by Sean Luke
Licensed under the Academic Free License version 3.0
See the file "LICENSE" for more information
*/
package edu.gsgp.population.treebuilder;
import edu.gsgp.MersenneTwister;
import edu.gsgp.nodes.Node;
import edu.gsgp.nodes.functions.Function;
import edu.gsgp.nodes.terminals.Termi... | [
"joaofbsm@hotmail.com"
] | joaofbsm@hotmail.com |
efc38dc5d1f16f0ca73abc26faf30238711e199b | 655ee072037b640ffbdf7996b42eb40b50889b0a | /src/com/cisco/eManager/common/log/ObjectType.java | c85ce7b7c6a6cd02f0c82d86401b21fbd6b30906 | [] | no_license | mamiles/eManager | 23b4d97aeceeb6a34e1bee574a1fc2a48cfc9f68 | 74ec6897e36608001ef11b2946d3f48f2fcf9928 | refs/heads/master | 2016-08-05T00:34:24.885860 | 2012-02-11T21:43:13 | 2012-02-11T21:43:13 | 3,418,100 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,644 | java | /*
* This class was automatically generated with
* <a href="http://castor.exolab.org">Castor 0.9.4</a>, using an
* XML Schema.
* $Id$
*/
package com.cisco.eManager.common.log;
//---------------------------------/
//- Imported classes and packages -/
//---------------------------------/
import j... | [
"mamiles@cisco.com"
] | mamiles@cisco.com |
b05f2f6f112f23fb3ac340824743b2e99503680e | b5f1b83240fb89fc803995052bd8116c0b5750bf | /library/src/garlicg/widget/sidecover/LeftCover.java | a49031b5793dacbadb6d17ab8a04ab0e572fd598 | [
"Apache-2.0"
] | permissive | garlicG/SideCover | 33d7da73e5d8c0ddfc3fadfdd8e90b998fe34d4f | bfbbb48307f5c6cb46780ef69644017bf3adf1c8 | refs/heads/master | 2021-01-19T17:48:20.157309 | 2015-07-15T16:25:18 | 2015-07-15T16:25:18 | 9,564,615 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,387 | java | /**
* Copyright 2013 TAKAHIRO GOTO <goto@gunew.net>
*
* 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 applicab... | [
"ggarlicG@gmail.com"
] | ggarlicG@gmail.com |
9630f44eb26d9f1a7f6c25905bb549b2dd8a0a77 | 1a333ddd7e2b0164b7dfc789b14e3ad2c728d90c | /app/src/main/java/com/example/content_provider/Contacts.java | 9e04cee7c6ea7d2554568a45a3119f2e6aeca7da | [] | no_license | Muniir-abdullahi/Phonebook_contacts | a654d7a6d30ad802981d889748e2e7925e213009 | dd60fef70afa7954d6bfbb0bbfb7879cabe77e3a | refs/heads/master | 2022-12-25T10:55:49.063452 | 2020-10-03T14:27:09 | 2020-10-03T14:27:09 | 300,898,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package com.example.content_provider;
import androidx.appcompat.app.AppCompatActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.view.View;
import android.widget.Button;
import android.widget.ListView;
import android.widget.SimpleCursorAdapter;
... | [
"muniir669@gmail.com"
] | muniir669@gmail.com |
a10b1abe77e98079b5a80a1b151d69cd2a9df911 | 875b1a493e3751c34323d4c9fb06894c89ef9c5d | /beer-order-service/src/main/java/com/example/beerorderservice/domain/Customer.java | 5e94cc79330b2835fcb026972fe5225b3e1adebd | [] | no_license | DayvonAllen/mssc-brewery-micro-spring | 3a536b1e7e96aee30c3d9dc0a332d7d4e1a331ca | 30a4c88aac8393335124f5529f7f5f24da81ee89 | refs/heads/main | 2023-05-13T00:29:58.464874 | 2021-05-05T04:43:22 | 2021-05-05T04:43:22 | 363,809,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 969 | java | package com.example.beerorderservice.domain;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import java.sql.Timestamp;
import java.util.Set;
import java.util.UUID;... | [
"dayvonallen93@outlook.com"
] | dayvonallen93@outlook.com |
28b8147f3745ea2dce736210bb02a3f602becb64 | 6a649709010f35916b58ad639eb24dc9d7452344 | /AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_ABYSS_ARTIFACT_INFO2.java | 4c5dac182fd4a967dfa0c4cf0d187ae99fc25b15 | [] | no_license | soulxj/aion-cn | 807860611e746d8d4c456a769a36d3274405fd7e | 8a0a53cf8f99233cbee82f341f2b5c33be0364fa | refs/heads/master | 2016-09-11T01:12:19.660692 | 2014-08-11T14:59:38 | 2014-08-11T14:59:38 | 41,342,802 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,839 | java | /*
* This file is part of aion-unique <aion-unique.org>.
*
* aion-unique 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 3 of the License, or
* (at your option) any later version... | [
"feidebugao@gmail.com"
] | feidebugao@gmail.com |
3730090d9e736a1dba668789ca86e8a44cd92752 | ec20d98f468564ac540a04f3ff52df189a6f7c04 | /app/src/androidTest/java/com/lis/bubble_java/ExampleInstrumentedTest.java | 837a373fc0d084caf43330bb585ac1786af81240 | [] | no_license | xunyixiangchao/bubble_java | ee67ae36d0a3965025622858d188f3d364cddec0 | 7bec2dc38c7ff0e367b90a485fa37727e2a5284d | refs/heads/master | 2021-01-19T23:19:32.642399 | 2017-04-25T07:05:46 | 2017-04-25T07:05:46 | 88,955,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.lis.bubble_java;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Android ... | [
"xunyixiangchao@qq.com"
] | xunyixiangchao@qq.com |
6f1f4df51519a933d0546cc6891523ca8fe9c392 | 456d43c584fb66f65c6a7147cdd22595facf8bd9 | /jpa/deferred/src/main/java/example/model/Customer1166.java | 586739bd8798154bdc4e9d0c8a7bf3b09244789f | [
"Apache-2.0"
] | permissive | niushapaks/spring-data-examples | 283eec991014e909981055f48efe67ff1e6e19e6 | 1ad228b04523e958236d58ded302246bba3c1e9b | refs/heads/main | 2023-08-21T14:25:55.998574 | 2021-09-29T13:14:33 | 2021-09-29T13:14:33 | 411,679,335 | 1 | 0 | Apache-2.0 | 2021-09-29T13:11:03 | 2021-09-29T13:11:02 | null | UTF-8 | Java | false | false | 628 | java | package example.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Customer1166 {
@Id @GeneratedValue(strategy = GenerationType.AUTO) private long id;
private String firstName;
private String l... | [
"ogierke@pivotal.io"
] | ogierke@pivotal.io |
335c15a2fcbbb989e7d4cf5b37b294a017857d24 | 40f5cdcf2bc30beabd272f1880e536da548c64b0 | /src/test/java/stepdefinitions/WebTableStepDefinitions.java | 3748e115a9ad6c815aa4dff591eea9f28cad0cac | [] | no_license | aysekilic34/mycucumberframework | 6159ae08b393b2e2c9f02a27a433761778bf21f8 | 1b78960d055cada2fe0b811db08eb6d20e27b9f8 | refs/heads/master | 2023-02-20T04:34:48.855523 | 2021-01-11T18:33:57 | 2021-01-11T18:33:57 | 328,756,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,045 | java | package stepdefinitions;
import io.cucumber.java.en.And;
import io.cucumber.java.en.Then;
import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import pages.WebtablePage;
import utilities.Driver;
import java.util.List;
public class WebTableStepDefinitions {
WebtablePage w... | [
"epsilonuzaklik@gmail.com"
] | epsilonuzaklik@gmail.com |
cab6ee76fdd6843325907da594d22f449aec2a81 | 6a7e7d006071184d4772a5e9d8cabbe53b2a0919 | /SpringBootSkippableDemo/src/main/java/com/cts/hc/configurations/BatchConfiguration.java | aae06f8aeca771d9a43e9e11c5deb0997df09d31 | [] | no_license | gspandy/SpringBatch | 74ac9ab0960590fa3fa982bf30d0aac02f651543 | 1509d915651a7512a8a674491f9a7eae55b4c35a | refs/heads/master | 2023-08-10T02:26:26.566005 | 2018-03-12T11:50:27 | 2018-03-12T11:50:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,477 | java | package com.cts.hc.configurations;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.JobExecutionListener;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
import org.springframework.batch.core.configuration... | [
"Prasanna.VKulkarni@gmail.com"
] | Prasanna.VKulkarni@gmail.com |
13562fed7a86e38c34b1897c7d0e6f2bcb344f86 | b2d699f3130b90f54dc5b6b520b21f5606792d09 | /Factory/FactoryJava/src/main/java/org/example/App.java | e01a64787e25454564143a5823f6f5746a763ddd | [] | no_license | franka107/DesignPatterns | 64580e5d68ae96041f42b24a6dab0c73ac3a6a93 | 422a3b53b74a359fd56a02e21970846cff473d35 | refs/heads/master | 2023-01-14T11:29:50.437986 | 2020-11-20T18:15:37 | 2020-11-20T18:15:37 | 314,443,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package org.example;
import org.example.factory.Dialog;
import org.example.factory.HtmlDialog;
import org.example.factory.WindowsDialog;
/**
* Hello world!
*
*/
public class App
{
private static Dialog dialog;
public static void main( String[] args )
{
configure();
runBusinessLogic();... | [
"fcaryv@gmail.com"
] | fcaryv@gmail.com |
a1cad885cd60ea3520b78fe19f3af7a8bf5a52c8 | a5afc496d1acc30c9a74ebe9a7b6561350ceed79 | /other-identifiers/src/main/java/org/reactome/release/otherIdentifiers/Main.java | 233f07d338e99aecdb26855c70c7e8af911cc1fe | [] | no_license | reactome/data-release-pipeline | 51a111da4c7d51621147a7e3dd06e95ed553dd9b | ee606a78675c2f7535ed5f756a6453b3ed3b5578 | refs/heads/main | 2022-07-09T12:05:18.165896 | 2022-03-11T18:48:13 | 2022-03-11T18:48:13 | 130,117,984 | 1 | 1 | null | 2023-08-31T14:34:13 | 2018-04-18T20:25:38 | Java | UTF-8 | Java | false | false | 1,544 | java | package org.reactome.release.otherIdentifiers;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.gk.persistence.MySQLAdaptor;
import java.io.FileInputStream;
import java.nio.file.Paths;
import java.util.Properties;
public class Main {
private static final Logger logg... | [
"cookersjs@gmail.com"
] | cookersjs@gmail.com |
22b016617c103ab38d7373a3955f426263e4a974 | 3552ba5925a2a471c5776325aec590e785ff6b75 | /app/src/main/java/example/com/myapplication/MainActivity.java | a32213e8ba66c372b3ed10d323c5e937034ab64e | [] | no_license | GitHub-Xzhi/MyApplication | 0b1823a5fa26501f773d9778f439f207d7225e63 | 7394801f7e2eed5d3f66c3ee1b7ff1757825ced5 | refs/heads/master | 2021-01-20T13:17:12.885119 | 2017-02-21T13:53:45 | 2017-02-21T13:53:45 | 82,685,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package example.com.myapplication;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView... | [
"cx_zhi@qq.com"
] | cx_zhi@qq.com |
49e3c2a9cf0b58c9a25366c14b16c27057617d97 | 0ac5d2489514416f7640ec75eb10f1dc575230ef | /src/cn/model/common/Inter.java | fab900ab7795b25a1cf43cdc6f24a4c1ddb74ec0 | [] | no_license | liuenci/ShopManageSystem | 2e38f82c5038785a31e2051d09463cab63c51c55 | 9e88eb463738c5e66eb2b7336e3a22294832f7c7 | refs/heads/master | 2021-09-07T08:34:57.731872 | 2018-02-20T10:53:31 | 2018-02-20T10:53:31 | 103,722,529 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 721 | java | package cn.model.common;
/**
* 采购计划表和商品表的中间表
*
* @author LuckyJavaCi
*
*/
public class Inter {
// 关系表主键
private int inter_id;
// 采购计划编号
private int inter_planId;
// 商品编号
private int inter_goodsId;
// 设置set和get方法
public int getInter_id() {
return inter_id;
}
public void setInter_id(int inter_id) {
... | [
"154910381@qq.com"
] | 154910381@qq.com |
5eb47d1ca18ceae674caaf8c46e3eb2d88501223 | 9049eabb2562cd3e854781dea6bd0a5e395812d3 | /sources/com/google/android/gms/auth/uiflows/addaccount/AddAccountActivity.java | 16879586d8b1a4dc226ee05f3f4e55e49af58689 | [] | no_license | Romern/gms_decompiled | 4c75449feab97321da23ecbaac054c2303150076 | a9c245404f65b8af456b7b3440f48d49313600ba | refs/heads/master | 2022-07-17T23:22:00.441901 | 2020-05-17T18:26:16 | 2020-05-17T18:26:16 | 264,227,100 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.google.android.gms.auth.uiflows.addaccount;
/* compiled from: :com.google.android.gms@201515033@20.15.15 (120300-306758586) */
public class AddAccountActivity extends qkl {
}
| [
"roman.karwacik@rwth-aachen.de"
] | roman.karwacik@rwth-aachen.de |
beab8b7025086acfba99ccbaaddce041e23d55c1 | f81a2e6518afc829ef827bc3f88d1cacf566bc0c | /android/app/src/debug/java/com/shoppingbook/ReactNativeFlipper.java | 84d1becaa35223be5ad96554fbf4d1e8eef56423 | [] | no_license | yoonseongd/ShoppingBook | a88ca70c088abbdbbcb68604f706a1bc940ff251 | 30592de9e4bd345f7afe9c3e94b9c90e3d658a26 | refs/heads/master | 2022-12-26T11:59:12.617133 | 2020-10-13T09:24:04 | 2020-10-13T09:24:04 | 303,552,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,267 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.shoppingbook;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.... | [
"dys0716@gmail.com"
] | dys0716@gmail.com |
c6746d7de3d48697e18d9ba6156bc602a160410a | 2d552840b9f01339ca34729a8354fe1da8c808b8 | /src/main/java/com/example/demo/proxy/RealSubject2.java | 58caa430453adbe539c70f7a9b5921e72908f471 | [] | no_license | hut1210/demo | 18a74a0f506381bb2a3e82b7972cfe90ec604ede | e547dcedd12cf4fede2f9a08d93e8e6fc1f32498 | refs/heads/master | 2022-11-15T23:11:03.578699 | 2020-06-30T15:00:27 | 2020-06-30T15:00:27 | 259,539,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.example.demo.proxy;
/**
* @Author: Hut
* @Date: 2020/04/21 13:35
**/
public class RealSubject2 implements Subject,Subject2 {
@Override
public void doSomething() {
System.out.println("Subject2doSomething()......");
}
@Override
public void doSomething1() {
System.out.pr... | [
"96531210"
] | 96531210 |
7cddd8337720db84b5c904e9552b962d74bec7db | a98625b08432e2e3fd37d8bd6bb6cdf953017999 | /src/main/java/com/dw/controller/OpenTableController.java | 908f705d306f90a0d383f28cdbe1ed2b54f79bb6 | [] | no_license | lodichang/Dwpos | 62f5622de46e83f7bb4a5593d94ca672356ed87b | ddc6049cca73c265abc4e172a16bbfa0fddd84c9 | refs/heads/master | 2020-03-19T07:43:18.981545 | 2018-06-05T08:33:47 | 2018-06-05T08:33:47 | 136,143,385 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 17,727 | java | package com.dw.controller;
import com.ablegenius.netty.client.MessageNonAck;
import com.ablegenius.netty.common.Message;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.dw.Main;
import com.dw.dto.*;
import com.dw.e... | [
"401984159@qq.com"
] | 401984159@qq.com |
b4deccb1eb4884e47b0c984a862d1fb20473d930 | 9e4601501c71f6690e0f7bd99f157d7076a481b3 | /vendor/fop/test/java/org/apache/fop/pdf/PDFStreamTestCase.java | 6c59eabfd8f7b8a11bb67b4520dd0567dc56930b | [
"Apache-2.0"
] | permissive | Fallmist42/hq | 5d74ae98d766b16dd047bde7a3433fa22a3643f0 | b67e302b8660318d84583c9138b9b59f56a05787 | refs/heads/master | 2020-12-11T08:06:22.887854 | 2015-10-02T14:22:17 | 2015-10-02T14:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,396 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"vau2007@rambler.ru"
] | vau2007@rambler.ru |
eb3abe91efa99ad87a5cb026cd8705093fc6b77f | f67d3c5927c57c7e18701f5cab2513872ebc3074 | /customer-engine/src/main/java/com/pzj/core/customer/bankcard/BankCardWriteEngine.java | bc551ccf9613d7b15db114f982674dd8a01fefd3 | [
"Apache-2.0"
] | permissive | yhysmile/pzjuser | 8ae91a6cf3f6ca71e4ecc23225ef6ddf3dc10807 | 51e3b4e6094fd41f6d60217965ab266d1c1aa4bb | refs/heads/master | 2021-01-19T22:36:10.850719 | 2017-04-20T06:40:52 | 2017-04-20T06:40:52 | 88,829,801 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,959 | java | package com.pzj.core.customer.bankcard;
import com.pzj.core.customer.common.exception.CustomerException;
import com.pzj.core.customer.common.exception.CustomerExceptionCode;
import com.pzj.core.customer.profile.BankCardEntity;
import com.pzj.core.customer.profile.ResellerEntity;
import com.pzj.core.customer.write.Bank... | [
"1195717554@qq.com"
] | 1195717554@qq.com |
139650b6d2bc6daa18bb04c274a44597f8bed93c | 0b80bb06ad84faadb6595edfe60417a9d5f35715 | /MeetSys/src/main/java/com/dbkj/meet/utils/ExcelUtil.java | dcce463365009591b105b493e361008875ef6a9d | [] | no_license | qinchunabng/xinhanyutong | 8822cdb91563caa6766e09bd15ac1df56d272417 | 4874914e0be98dc00cb7056b91b8691963ea585f | refs/heads/master | 2021-01-21T20:34:40.902217 | 2017-05-24T07:19:45 | 2017-05-24T07:19:45 | 92,255,100 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,679 | java | package com.dbkj.meet.utils;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.regex.Matcher;
imp... | [
"373413704@qq.com"
] | 373413704@qq.com |
8c2aba404eda6b69ec6be1dddd91dc0da8b704c7 | 554475037ead1a24209428eaf725938fe655ca16 | /data structure/src/ch12/indexsequentialsearch/SimpleIndexExample.java | 8271f49b3b9047b5f6176e5e71abc8ab205cd4fb | [] | no_license | heeyoungs/study | 1d99dbf9a35c82004d8cbcc2acf6dedf2b706340 | 0ed9a3a9795750270caab7ff2ee87ae6f12b2e2c | refs/heads/master | 2023-08-27T20:46:01.360955 | 2021-11-09T11:17:14 | 2021-11-09T11:17:14 | 346,404,519 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,104 | java | package ch12.indexsequentialsearch;
public class SimpleIndexExample {
public static void main(String[] args) {
SimpleIndex pIndexTable = null;
int indexSize = 3;
int index = 0;
int key = 0;
int ascSortedValues[] = {10, 20, 50, 60, 70, 80};
int arraySzie = 6;
... | [
"20171693@edu.hanbat.ac.kr"
] | 20171693@edu.hanbat.ac.kr |
cab31edba04aff6ad06f8f65c05697b307f76e7f | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/deeplearning4j--deeplearning4j/d91d097b9a27fbf89cd482d312dbc4d47db561fd/after/ArrayUtil.java | 8e4e10713e1155bc9d36c6ccc7cd456aa917edc1 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,824 | java | package org.deeplearning4j.util;
import java.lang.reflect.Array;
import java.util.List;
public class ArrayUtil {
public static int prod(int[] mult) {
int ret = 1;
for(int i = 0; i < mult.length; i++)
ret *= mult[i];
return ret;
}
public static int[] consArray(int ... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
50dd05747b3d8d0e3e328ce220c5970210695ecc | 6034e8b774d31a450a9acd5507e3cd26c16c82b2 | /Other-projects/SYNCRONIZE_CATALOG/src/main/java/br/com/gvt/eng/sync/thread/AssetSyncThread.java | a5784f30829e2994a94dc7b5a769dcf64f4a4442 | [] | no_license | c4sio/thirdparty | e9428382ad6ce7c185a570ca193a5fe2cc184713 | 702cc251e1551735f77289ad656bde178404f6f6 | refs/heads/master | 2021-01-10T12:55:57.275163 | 2016-03-22T19:49:34 | 2016-03-22T19:49:34 | 54,413,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,804 | java | package br.com.gvt.eng.sync.thread;
import java.util.List;
import org.apache.log4j.Logger;
import org.elasticsearch.action.bulk.BulkRequestBuilder;
import org.elasticsearch.action.bulk.BulkResponse;
import org.elasticsearch.client.Client;
import br.com.gvt.eng.sync.model.AssetSyncVO;
import com.google.gson.Gson;
im... | [
"jl.machado@gmail.com"
] | jl.machado@gmail.com |
2eb8910a9e3bf8ecdac867df0fb804c7b7cb4f1b | 9ddf24460ca40f6e0723f733938534dce15b149d | /src/main/java/com/zxd/learning/designpattern/filter/CriteriaPatternDemo.java | b5e689057ed099f2a991852f8b2c9a6d609c998c | [] | no_license | CoderZxd/Design-pattern | 7d5200dd820ed42fe7a7f73d4d109b80cebe61d6 | 72e89396551493348d4122d39ed96b2fd5c6071c | refs/heads/master | 2021-09-06T23:12:54.889259 | 2018-02-13T09:44:59 | 2018-02-13T09:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,833 | java | package com.zxd.learning.designpattern.filter;
import java.util.ArrayList;
import java.util.List;
/**
* @Project Design-pattern
* @Package com.zxd.learning.designpattern.filter
* @Author:zouxiaodong
* @Description:
* @Date:Created in 15:37 2018/2/12.
*/
public class CriteriaPatternDemo {
public... | [
"zouxiaodong@mobanker.com"
] | zouxiaodong@mobanker.com |
dd2972d12348c88ff41be3c861bb44c0a743248d | b04d128fed0f7a00d74c90ab3984b99e8fa7593f | /源代码/work-system/work-system/work-util/src/main/java/team/work/utils/kit/AnnoKit.java | 03397ae808881d9dee7d74bc46ea1edad0d36eff | [] | no_license | 2368990203/WorkManagementSystem | a11d126a9aaf273d2f574e320d150434d4b98462 | 8ae92e884eada4be22a8e80d808aead096220163 | refs/heads/master | 2020-06-08T08:22:38.250204 | 2019-07-05T02:16:52 | 2019-07-05T02:16:52 | 193,195,527 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,647 | java | package team.work.utils.kit;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.annotations.TableName;
import team.work.utils.constant.Table;
import team.work.utils.convert.J;
import team.work.utils.constant.Table;
import team.work.utils.convert.J;
import java.lang.annotation.Annotation;
import j... | [
"2368990203@qq.com"
] | 2368990203@qq.com |
9dd34c4a5e4aa4094f3b19f0759c28dbd1d9ace7 | 7dad262fd5a3d9b40361dc448e8a0b0b0a4a5370 | /ruoyi/src/main/java/com/ruoyi/project/party/service/IDjOrgAssessmentyearService.java | 29894a5283aee6c4a166d2b726ad230ac31aea3d | [
"MIT"
] | permissive | 13416494311/gh | f95baef8d63ab1dc36b56066afb78e2882155fb6 | f54bf8fb6d6c686b1ebe272cd4342218fcae08a8 | refs/heads/master | 2023-07-10T12:43:52.589745 | 2021-08-23T12:24:55 | 2021-08-23T12:24:55 | 390,782,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,704 | java | package com.ruoyi.project.party.service;
import java.util.List;
import com.ruoyi.project.party.domain.DjOrgAssessmentyear;
/**
* 工会考核年Service接口
*
* @author admin
* @date 2021-03-10
*/
public interface IDjOrgAssessmentyearService
{
/**
* 查询工会考核年
*
* @param id 工会考核年ID
* @return 工会考核年
*... | [
"85470116@qq.com"
] | 85470116@qq.com |
cbb316ede975bb8f9bade6487b1f02fc0f71a285 | 520eecc1e9b24989fe22cd0e84d4a198293e61dc | /app/src/main/java/com/example/login/presenter/DocumentWaitingDao/IDocumentWaitingDao.java | 61c86bc42394489af3b1ded1cea670cc5ad35777 | [] | no_license | nguyenkiemhieu1/loginVNPT | 985e5450dc5c2a08f1a5bed6fb8121ce664e893b | cc22259bc11232cd708f2935c81e21399b208692 | refs/heads/master | 2023-02-23T02:41:01.434336 | 2021-01-25T14:07:04 | 2021-01-25T14:07:04 | 321,529,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.example.login.presenter.DocumentWaitingDao;
import com.example.login.model.DocumentWaiting.DocumentWaitingRequest;
import com.example.login.presenter.HandleSyncService;
import com.example.login.presenter.ICallFinishedListener;
public interface IDocumentWaitingDao {
void onGetDetail(int docId, ICallFin... | [
"hieunguyen18021999@gmail.com"
] | hieunguyen18021999@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.