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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
223ab45c46dadf342691b3a518fd29cd282590f2 | 9c71f5994d0336603ad9ee156867a5427b9fb6a9 | /src/main/java/javastudy/jungsuk/ch_07/inter/InterfaceTest2.java | 020e7c1509aa0b9bf19834d7b4b0f007219b2041 | [] | no_license | oinochoe/jungsuk | 339daad5fa4be2f8a518ec12825a9e1ffe97f555 | 4440e0a98ba8f98e752b08ec71a143634a33123b | refs/heads/master | 2020-04-03T01:12:12.151658 | 2018-11-10T12:18:29 | 2018-11-10T12:18:29 | 154,923,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package javastudy.jungsuk.ch_07.inter;
/**
* InterfaceTest2
*/
class C {
void autoPlay(I i) {
i.play();
}
}
interface I {
public abstract void play();
}
class D implements I {
public void play() {
System.out.println("play in D class");
}
}
class E implements I {
public voi... | [
"oinochoe@naver.com"
] | oinochoe@naver.com |
2e27a5430c51c346761e898a575c5e6eda5ff838 | 1401bd17b2db67b371823ca54cfb5a26d4dbb5de | /src/main/java/com/google/devtools/build/lib/syntax/Starlark.java | 4abb74e3a521c5e6fe32c69ea700111420148047 | [
"Apache-2.0"
] | permissive | yazici/bazel | 1078a8ba0a347419bcfdbd0c0854d5c00b4f283b | 4e2b4958d508ef2ed65db7b681c3be5939e7f147 | refs/heads/master | 2020-09-30T07:39:44.049771 | 2019-12-10T20:19:20 | 2019-12-10T20:20:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,009 | java | // Copyright 2019 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
6704cadc6d82960d1e7a59244f70d9120dac4d6f | 4fef26abdb26a1eec419253ccd28c7f668ee6a2c | /FlightBooking/src/main/java/com/FlightBookingSystem/FlightBooking/service/ScheduledFlightServiceImpl.java | a71d2ca37b6dbe14501b4acd947a645132e5df88 | [] | no_license | Gaurav007omnitrix/Flight_Booking_System | a322a5460abb21b76856aff7cacf11e9d7a7ea60 | 376fe2853cfafe7c6797262f5a840a3cf112582a | refs/heads/main | 2023-08-13T17:27:09.294488 | 2021-10-19T10:24:59 | 2021-10-19T10:24:59 | 412,734,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,758 | java | package com.FlightBookingSystem.FlightBooking.service;
import java.math.BigInteger;
import java.util.List;
import java.util.Optional;
import com.FlightBookingSystem.FlightBooking.exception.RecordNotFoundException;
import com.FlightBookingSystem.FlightBooking.exception.ScheduledFlightNotFoundException;
import com.Flig... | [
"gauravmahato178.gkm@gmail.com"
] | gauravmahato178.gkm@gmail.com |
70d88ccc5a6eb2c4a772fcf75c18d8a40232b8cb | ce2a7cb5e2891de0667368f5c6f1dfffe3d91b2e | /org.neclipse.xtext.validator.example.funcdsl/src-gen/org/neclipse/xtext/validator/example/funcdsl/funcDsl/Func.java | 42e715f07d1d033470682a62f3e3cffff5a8d1f6 | [] | no_license | nbhusare/Xtext-sandbox | cde65ac55e8762bb6d2776912bfb16b5154638da | df34250dfbf325d642892646ce9726b6ed0912c9 | refs/heads/master | 2020-04-15T16:12:25.006621 | 2020-02-10T12:23:25 | 2020-02-10T12:23:25 | 21,731,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,695 | java | /**
* ******************************************************************************
* Copyright (C) 2018 Neeraj Bhusare (https://nbhusare.github.io/)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | [
"neerajbhusare@gmail.com"
] | neerajbhusare@gmail.com |
35941cf5170c636effe927832a128757e7132072 | ff28a0226ae36bed47de587bca583dc9c1d3086d | /other projects/airlines/payment.java | 96323c472f5bb3ff5b5ef3f869c92e34113795d0 | [] | no_license | varunkvn/courseProjects | 22d43bb07a43c8b2757333fd43e2a92fe66fa833 | 623e6b77e212cf15f498fc12a13f0acc8787eb44 | refs/heads/master | 2021-01-10T02:09:11.218892 | 2017-06-02T20:18:51 | 2017-06-02T20:18:51 | 55,561,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,433 | java | import java.io.*;
import java.sql.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class payment extends HttpServlet
{
Connection con;
Statement st;
ResultSet rst;
String str,rno,amt,total,date;
String month[]={"jan","feb","mar","apr","may","jun","jul","aug","sep","oct",... | [
"Varun.Kavalipurapu@cerner.com"
] | Varun.Kavalipurapu@cerner.com |
d632ac125da41d3f61b8ead22751352abe2dc57c | 7fd3eb10282dce42308c67d59bafa1d8b3fc720d | /src/PCT5/MatRot.java | 262373d69c62c136ebab672cee19a23e91ba3a5e | [] | no_license | karthikbeepi/PCT | c651780092915ba3a6cebf9e5bb118af32b91503 | 0a2060d82e80633ea427244d920f6fa659f1c9fd | refs/heads/master | 2020-04-15T00:04:36.455560 | 2019-04-09T15:38:34 | 2019-04-09T15:38:34 | 164,227,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,123 | java | package PCT5;
import java.util.ArrayList;
import java.util.Scanner;
public class MatRot {
int rows, cols, noOfRotations;
int mat[][];
public static void main(String args[])
{
MatRot ob = new MatRot();
ob.getInput();
}
private void getInput() {
Scanner scan = new Scanner(System.in);
String[] sp = ... | [
"karthikbeepi@gmail.com"
] | karthikbeepi@gmail.com |
9e2236876c35e9d52f3306c27c23125efd66077e | f7b5030f2e6c50c2ef743b32884e0fe0bdeffc52 | /CORE JAVA LABS/javajlc/Lab346.java | 9075f79f3416b7ca320b3e72e48b20c435a7a635 | [] | no_license | nareshdas/springMvc1 | c18bb2e209bafd2cd3519a568b0fe72438d1b0de | 3c3981f8e894125a8be986c851eced396df9423b | refs/heads/master | 2020-03-27T19:10:34.818818 | 2018-09-01T06:16:46 | 2018-09-01T06:16:46 | 146,970,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | class Lab346{
public static void main(String args[]){
new B();
}
}
class A{
A(int a){
System.out.println("A int");
}
}
class B extends A{
B(){
System.out.println("B> DC");
super(10);
}
}
| [
"nareshchandra886@gmail.com"
] | nareshchandra886@gmail.com |
225513af2065759f0c32b38807123e97d46f0a9c | b800e70528ec0d906ea3d1abd1b364b6ef4ff0ee | /app/src/main/java/smsproject/app/mastergame/com/smsproject/G.java | bba726c236ce3ade4bb22bc2ab48dbcf158ba972 | [] | no_license | mohsendeadspace/SmsProjectApp | 8bc662e40d30542ba2ed0aea04d5d91190f5cef8 | 73bc8b971118527b8e34c9a70f10d07a459e51c5 | refs/heads/master | 2023-03-21T08:28:21.644497 | 2021-03-08T09:30:05 | 2021-03-08T09:30:05 | 345,600,132 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package smsproject.app.mastergame.com.smsproject;
import android.app.Application;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.os.Environment;
import java.io.File;
public class G extends Application {
public static Context context;
@Override
public void... | [
"mohsen.deadspace.mf@gmail.com"
] | mohsen.deadspace.mf@gmail.com |
00eeadc834b8bbfbc144b6dc547991fa43f9c50b | 2e9c2b7a5fedb2fc59fc2c9c6ed032065ef784c9 | /src/main/java/ArmstrongNumbers.java | 6e91d8c44ce6f2724f844131b77684e4af4abaad | [] | no_license | Sahana-Nagaraja/Exercism | e9acc73fd9c948583c18fae646ca9cd843ff0096 | b123db1b6ed23a3b99bcebdb39af543d2058f718 | refs/heads/master | 2020-03-10T02:06:16.587155 | 2018-04-15T07:37:46 | 2018-04-15T07:37:46 | 129,128,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | public class ArmstrongNumbers {
public boolean isArmstrongNumber(int input) {
int output = input,digit=0,i,remainder,result=0;
while(output>0)
{
output /= 10;
digit++;
}
output = input;
i = digit;
while(digit>0)
{
re... | [
"nsahana@IN-nsahana.local"
] | nsahana@IN-nsahana.local |
830638a085961925fae1f81debf67d3f158d7cef | 0727272150ada4ed54f1f7eb5b6e6b0c65909183 | /products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/rest/IntegrationMockClient.java | 2b094a456f5b4b6335549d7f01e522b49e76a5c5 | [
"MIT",
"Apache-2.0"
] | permissive | gayangunarathne/stratos | 6f48080ad51102bb85741a558634443ce213bfce | 2c34f816cfbd5a93c62ecc4dffe1d87026e7c329 | refs/heads/master | 2020-04-08T19:54:35.719109 | 2015-09-01T05:48:43 | 2015-09-01T05:48:43 | 21,611,620 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,258 | 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 ... | [
"gayang@wso2.com"
] | gayang@wso2.com |
24b66f7bc3d09b428feb1c81c92d4dfa25a88b4d | cc693a2aa8e73eaff00245775110bba337301f42 | /simplewebapp/src/main/java/me/impressione/fpu/simplewebapp/FirstServlet.java | afe84b2968caa9184f79299ef8f88e235386edfc | [] | no_license | marcelosfreitas/SimpleWebProject | 0121369648d66e69659f596d1023ef57a47b4ad4 | b8f287e8285988ddf700c2305f7f204ed3717380 | refs/heads/master | 2020-12-25T03:10:40.055483 | 2015-08-17T22:52:30 | 2015-08-17T22:52:30 | 40,508,955 | 0 | 0 | null | 2015-08-10T23:33:31 | 2015-08-10T22:20:05 | HTML | UTF-8 | Java | false | false | 660 | java | package me.impressione.fpu.simplewebapp;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebS... | [
"guilherme.oliveira@sankhya.com.br"
] | guilherme.oliveira@sankhya.com.br |
a61992de7cb588a5ccb9f58a3c80c67318ce1710 | 58558513bbd69fe99463b4895bc5078dbe09596a | /src/us/jaba/titaniumblocks/core/frames/effects/rectangular/NoEffect.java | e52c6c1807e5633c84ad92e6b918ecedd373c6b4 | [] | no_license | tonybeckett/TitaniumBlocks | 16fdd135b46cb2e4b534a7b5ea36c3ee7e2c7139 | 32354597255b007a67fed500a707538509c5bfb5 | refs/heads/master | 2020-05-21T13:43:54.732539 | 2016-12-08T23:21:09 | 2016-12-08T23:21:09 | 48,827,953 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | /*
* Copyright (c) 2015, Tony Beckett
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of cond... | [
"tonybeckett@yahoo.com"
] | tonybeckett@yahoo.com |
6c87d94140f61d78ff02006f802ef9e5085f03b5 | 4f2403f0c545a9ea500ad61cd01df313f865889c | /src/main/java/com/rainbow/tony/guice/robotproblem/Car.java | e70bb0a5ef6b0973612c1240c64c9bd4e89d33d8 | [] | no_license | softPrisoner/tony-guice-netty | 54ad978113de48af1ff3b9057c09819f3f9d683e | 05bef03660a5c1c19643b9a01eeebdb43cf1d01a | refs/heads/master | 2022-06-30T00:43:32.354483 | 2020-05-12T03:02:21 | 2020-05-12T03:02:21 | 261,941,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.rainbow.tony.guice.robotproblem;
import com.google.inject.Inject;
/**
* @author wabslygzj@163.com (Tony Li)
* @copyright rainbow
* @description Car
* @date 2020-05-11
*/
class Car {
private final Engine engine;
private final Transmission transmission;
private final Driveline driveline;
... | [
"wabslygzj@163.com"
] | wabslygzj@163.com |
58c8b36ab9f9e0a1802796be1288d2f0dd500e93 | 411de30f7fa69808ad726f976694cd4dd7a40bef | /src/com/xiuman/xingduoduo/ui/activity/LimitBuyActivity.java | 6ee7af5e130537575b32545d30fac100a723d875 | [] | no_license | Lucaziki/XingDuoduo | a629655df3968164c66bca2827f38add0e1548cd | bf78e7b27e6efc262b80e99e57275a4c5cce1892 | refs/heads/master | 2021-01-14T12:34:43.492953 | 2014-12-10T05:08:09 | 2014-12-10T05:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,838 | java | package com.xiuman.xingduoduo.ui.activity;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.os.Han... | [
"598281865@qq.com"
] | 598281865@qq.com |
a4744ae68d8467fe5af98cf63fa209016f7d48e1 | 56bf047fa003902cdcb02fab6fea2e00647892f8 | /src/main/java/com/ulyseo/model/Stats.java | 76fcf9fd853235dd3861a5a2db36d240fd6813e4 | [
"Apache-2.0"
] | permissive | UlyseoCorp/Ulyseo | 6e3854ea9b6a118df66add0fba5e9a2f3b94dcf9 | 50b6844c340e18fd826258de4cf977ae5dfa308b | refs/heads/dev | 2021-01-10T15:20:33.887539 | 2016-01-14T15:06:57 | 2016-01-14T15:06:57 | 47,476,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package com.ulyseo.model;
import java.util.Date;
import java.util.Map;
import javax.persistence.CollectionTable;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.... | [
"steve.magras@gmail.com"
] | steve.magras@gmail.com |
b6f0fc4255a81b1144cfeba5e4d95cc5b168ce50 | de3435fcda83e92232cc42e144fe1d9f14aa53ce | /src/main/java/com/frw/dangdang/DangDangMain.java | e9c695cb2a542c90f3c9aa4cb934688225e97689 | [] | no_license | frubby/study | 5a5582d7c769f71fd7a1b4bdaa321e5242f64e79 | e33bef051a17307dc7a4ca901478ea7a87c80353 | refs/heads/master | 2020-12-10T19:54:58.400356 | 2016-12-11T13:21:59 | 2016-12-11T13:21:59 | 50,180,632 | 0 | 0 | null | 2016-03-08T06:24:17 | 2016-01-22T12:42:55 | Java | UTF-8 | Java | false | false | 3,777 | java | package com.frw.dangdang;
import java.io.IOException;
import java.net.URI;
import java.util.Enumeration;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurren... | [
"Administrator@shr-PC"
] | Administrator@shr-PC |
3c588744e4b83d6e3f4afff797883869511cce9e | a308a7c6409e22cf8ce27bdc85acaaf29b08315e | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager2/R.java | 7582a9f9423cfdfb1cedb4932195549375768bec | [] | no_license | timife007/ApplePlayApplications | 56dfd7be6c0cdb37bbbef733710185905f55707f | b7d3b1f9492c61c5b40bb02e63010732ca6abdca | refs/heads/master | 2022-11-10T21:29:21.710883 | 2020-06-21T18:40:19 | 2020-06-21T18:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,917 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.viewpager2;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"timife007@gmail.com"
] | timife007@gmail.com |
025d921944acbdfc3ca2382f297c9d8d6f8d1301 | a61ea4334aeb96d4fcb47a0249d2e7734b80d515 | /src/main/java/br/edu/ifpb/domain/Autor.java | 5bfd3bb69c5689d84d9071b4124c06a3f3b88158 | [] | no_license | ifpb-disciplinas-2017-2/pos-rest-server | 137bf691017cde39cd8553f025a9ff9c12cc647c | c10f0cb0f240eb10f276cb8ba9b5a05aa755e40a | refs/heads/master | 2021-08-31T07:52:42.388432 | 2017-12-20T17:45:04 | 2017-12-20T17:45:04 | 114,914,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package br.edu.ifpb.domain;
import java.io.Serializable;
import java.util.Objects;
import javax.xml.bind.annotation.XmlRootElement;
/**
* @author Ricardo Job
* @mail ricardo.job@ifpb.edu.br
* @since 20/12/2017, 13:48:15
*/
@XmlRootElement
public class Autor implements Serializable {
private String nome;
... | [
"sousajob@gmail.com"
] | sousajob@gmail.com |
6e17155244629804eb45b4e97d7ab8e0f93846c8 | 69f5e79c25fff5dc3414058c1780cb751ce3f2ec | /app/src/main/java/com/shudongedu/energy/manager/LoginSession.java | e5c39baa66506b65c3dd3d0b3ed07ef4fcb28b43 | [] | no_license | zhaozeyx/Energy | a9f9a83a9594a1aa26046d2e4d69e252f2578f1d | 27217f2c9635845a4b0f33d769282f495855b31b | refs/heads/master | 2021-01-22T17:52:50.229362 | 2017-05-16T07:49:14 | 2017-05-16T07:49:14 | 85,042,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,570 | java | /*
* 文件名: LogInSession
* 版 权: Copyright Hengrtech Tech. Co. Ltd. All Rights Reserved.
* 描 述: [该类的简要描述]
* 创建人: zhaozeyang
* 创建时间:16/4/27
*
* 修改人:
* 修改时间:
* 修改内容:[修改内容]
*/
package com.shudongedu.energy.manager;
import android.text.TextUtils;
import com.shudongedu.energy.CustomApp;
import com.shudongedu... | [
"yangzhaoze@gmail.com"
] | yangzhaoze@gmail.com |
4218b09e6a403416baf5e87532638c864adc9229 | d8168756a8cbab57531b6d19d5f92c384257f5b5 | /src/persistency/MySQLConnection.java | 991e51d53d4c985f516b0b6e140e156d2c8d56ad | [] | no_license | kutayzorlu/invoicing | baf941e50d8379ff8ecb0c9c5d72629265e7ec48 | 8a1ff5ffdd31a824e556435192bf9083375b43e2 | refs/heads/master | 2020-06-27T23:50:32.193911 | 2019-03-04T09:24:33 | 2019-03-04T09:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package persistency;
import utilities.Constants;
import utilities.LoadProperties;
import java.io.File;
import java.io.IOException;
import java.util.Properties;
public class MySQLConnection extends DBConnection {
private LoadProperties props;
public MySQLConnection() {
super();
try {
... | [
"mpaesen@gmail.com"
] | mpaesen@gmail.com |
a43d725966aecebd3df97acd6775f7ba7afb3ad6 | 99c7920038f551b8c16e472840c78afc3d567021 | /aliyun-java-sdk-openanalytics-open-v5/src/main/java/com/aliyuncs/v5/openanalytics_open/model/v20180619/GetAllowIPResponse.java | 4f59ffb882f102f688cf1670d754fa20a3e27f8e | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk-v5 | 9fa211e248b16c36d29b1a04662153a61a51ec88 | 0ece7a0ba3730796e7a7ce4970a23865cd11b57c | refs/heads/master | 2023-03-13T01:32:07.260745 | 2021-10-18T08:07:02 | 2021-10-18T08:07:02 | 263,800,324 | 4 | 2 | NOASSERTION | 2022-05-20T22:01:22 | 2020-05-14T02:58:50 | Java | UTF-8 | Java | false | false | 1,657 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
7c04df611a4a704da19e8486edaeae1c0c08128a | be6ec0fc1acc094fc9764d51c3470d4e82100b9d | /Model/src/model/LogLibDB.java | cc558d58a1cba6192b3b078db267bf137ed09b5c | [] | no_license | m4gi/java_fpt | a7d6782d53ea10b8490efce45b2d481f88f01e80 | ae0b3e62dab1899bcf077918364f2638ad691458 | refs/heads/main | 2023-01-06T09:47:00.158075 | 2020-11-07T15:15:11 | 2020-11-07T15:15:11 | 310,869,228 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 936 | java |
package model;
import java.util.ArrayList;
import java.util.Vector;
public class LogLibDB {
//---------------------------------------------------------------------------------------
public static LogLib getLog(int logID){
return null;
}
//------------------------------------------------------------... | [
"letuan79200@gmail.com"
] | letuan79200@gmail.com |
71ecf9583bdb0237676bd769272f55a8bc231862 | 25f47ddb872e8793847f793c6cd6ce86700de857 | /FOODING/Fooding/app/src/main/java/com/technology/greenenjoyshoppingstreet/newui/util/Api.java | d02a32c0bc21b87a1def6e4378e484061a444e41 | [] | no_license | didigosl/foodinn-android | caf7236dba7bc159c46d3409f79e7fe7af1b392a | 30d11f8fdfc45842fd4680bf75c25ce664b12b0c | refs/heads/master | 2020-09-11T05:15:17.242548 | 2019-11-15T15:40:14 | 2019-11-15T15:40:14 | 221,950,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package com.technology.greenenjoyshoppingstreet.newui.util;
import static com.technology.greenenjoyshoppingstreet.utils.constant.URLConstant.BASE_URL;
public class Api {
public static final String list = BASE_URL + "goods_spu/list";
}
| [
"alexandervr92@gmail.com"
] | alexandervr92@gmail.com |
4d6a25fccd71ccadfacb9d617001982949be5cb6 | 1c53d5257ea7be9450919e6b9e0491944a93ba80 | /merge-scenarios/elasticsearch/fb24469fe75-server-src-test-java-org-elasticsearch-snapshots-DedicatedClusterSnapshotRestoreIT/expected.java | c2eb38b5220fe200e4f4efa72edd035dcd235415 | [] | no_license | anonyFVer/mastery-material | 89062928807a1f859e9e8b9a113b2d2d123dc3f1 | db76ee571b84be5db2d245f3b593b29ebfaaf458 | refs/heads/master | 2023-03-16T13:13:49.798374 | 2021-02-26T04:19:19 | 2021-02-26T04:19:19 | 342,556,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 66,129 | java | package org.elasticsearch.snapshots;
import com.carrotsearch.hppc.IntHashSet;
import com.carrotsearch.hppc.IntSet;
import org.elasticsearch.Version;
import org.elasticsearch.action.ActionFuture;
import org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
import org.elasticsearch.action.admin... | [
"namasikanam@gmail.com"
] | namasikanam@gmail.com |
f6e388d87f66efd4c1382e186ef668002ffad363 | 013b3febb1233983da0f9424037683cd011990bb | /Opdrachten AP/src/Opd8/Main.java | 98b3acb3f661da9534458789c9338396e0a8f552 | [] | no_license | vlreinier/AP | c7df54b6937b8d4b406a14a3c7d63f033a4bc83f | faab2eaed9ed10f541a922f3590e610a49b67305 | refs/heads/master | 2022-02-01T16:24:02.484699 | 2019-07-03T18:23:22 | 2019-07-03T18:23:22 | 195,106,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package Opd8;
public class Main {
public static void main(String[] arg) {
int n = 5;
int i,j;
for (i = 0; i < n; i++) {
for(j= n-i ; j > 0; j--) {
System.out.print(" ");
}
for(j=0; j < i; j++) {
System.out.print("*");
... | [
"43336873+vlreinier@users.noreply.github.com"
] | 43336873+vlreinier@users.noreply.github.com |
bc282cdd66baa0eb8ed35d782ff656678cb25912 | 09f11b601b03a9b07c4a99d86555f70f25933bde | /src/main/java/guru/springframework/api/domain/Name.java | 5ca04248c54115367fb84faaeb265574b7116263 | [] | no_license | ditri28/spring-rest-client-examples | 263b078ab7d46202a131aaacdfde03ae47d03640 | 6f8b96d02e2e773ab7933c5d8ca466615a57f6b6 | refs/heads/master | 2022-10-19T05:46:59.405756 | 2020-06-08T13:44:39 | 2020-06-08T13:44:39 | 270,612,608 | 0 | 0 | null | 2020-06-08T09:44:17 | 2020-06-08T09:44:16 | null | UTF-8 | Java | false | false | 1,036 | java | package guru.springframework.api.domain;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class Name implements Serializable
{
private String title;
private String first;
private String last;
private Map<String, Object> additionalProperties = new HashMap<String, Obj... | [
"diksha.tripathi@cerner.com"
] | diksha.tripathi@cerner.com |
95c243294885d0aeac614b4649225f49d7c74525 | 6c28eca2c33a275fb0008a51b8e5776a82f5904d | /Code/Hierarchy/src/net/unconventionalthinking/hierarchy/grammar/node/PDescriptorHeadSet.java | de8634bfb717b78c571c1265482718fa0a568999 | [] | no_license | UnconventionalThinking/hierarchy | 17dc9e224595f13702b9763829e12fbce2c48cfe | de8590a29c19202c01d1a6e62ca92e91aa9fc6ab | refs/heads/master | 2021-01-19T21:28:29.793371 | 2014-12-19T03:16:24 | 2014-12-19T03:16:24 | 13,262,291 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 927 | java | /* Copyright 2012, 2013 Unconventional Thinking
*
* This file is part of Hierarchy.
*
* Hierarchy 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 la... | [
"github@unconventionalthinking.com"
] | github@unconventionalthinking.com |
654e3c2c92118b0242fb3f0afeb243a011b03bca | 238b18f835679319049d70cee616a452a864d06b | /src/test/java/com/cts/jhipster/web/rest/ProfileInfoResourceIntTest.java | 2a95454cf06a3e4359f91030cdaa58b5b36057df | [] | no_license | PrasanthMohanCognizant/JHipsterSampleApp | 66e4d190b6d037ae6101849a638af3059fda55ea | 75c9065194e01aebec99c847728f4911edf374b7 | refs/heads/master | 2021-01-24T11:35:17.253024 | 2018-02-27T07:30:35 | 2018-02-27T07:30:35 | 123,086,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,236 | java | package com.cts.jhipster.web.rest;
import io.github.jhipster.config.JHipsterProperties;
import com.cts.jhipster.JhipstersampleappApp;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.springframework.boot.test.con... | [
"prasanth.mohan@cognizant.com"
] | prasanth.mohan@cognizant.com |
222a5e25369b4dd3d41ac5d3adf0c00ffb298fe1 | 79628762d6d1070804cd53cc5429c23e5f432c6f | /backend/src/main/java/com/devsuperior/dsdeliver/services/OrderService.java | 0b2ba83c0bffbb61e2f8c13ac498c11f047984c7 | [] | no_license | leandroabreu02/dsdeliver-sds2 | 76c62aa5ed3e16596275a067b3be8cf9189ac586 | 7efec157500729ebba7c6dab0bfd0d517b550a12 | refs/heads/main | 2023-03-31T19:33:28.393722 | 2021-01-09T11:36:28 | 2021-01-09T11:36:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,650 | java | package com.devsuperior.dsdeliver.services;
import java.time.Instant;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.de... | [
"djleandro.cardoso@gmail.com"
] | djleandro.cardoso@gmail.com |
b86d1a81d40e536d8436eea80d2d7cc5ad1b7e4e | ec55b1500817b454e67cf3842e2d29ca92e26e89 | /Beanstalk Android Client/src/com/applicake/beanstalkclient/activities/CreateNewServerEnvironmentActivity.java | 5e7f9c34a9cd382e2efb64a030f75136e30ab15c | [] | no_license | applicake/Beandroid | 69035d6dce0e00759568396749aff31e9a4c4c75 | fa943c03c5b881c451e0b5e2522c303acfd9c8a8 | refs/heads/master | 2021-01-21T12:46:46.876500 | 2012-02-29T13:06:25 | 2012-02-29T13:06:25 | 1,737,348 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,845 | java | package com.applicake.beanstalkclient.activities;
import java.io.IOException;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.V... | [
"bartek.f@applicake.com"
] | bartek.f@applicake.com |
a4391a28ecde7ae60b639f899e3e60cb2efc5e72 | 0db7256b1eefab91209f0168bd4224d6df10ab54 | /src/bookapp/books/impl/entities/BookEntity.java | 5b8205aad3d6cddd2991105107e7a68c4ce16718 | [] | no_license | lojzatran/bookapp-migration | a02a7546d0032e12db39ae8c13f3b64cf57570b7 | d7fe68a99727509e2f5eaff0a18dc93859c71bb9 | refs/heads/master | 2021-08-29T12:05:27.912513 | 2017-12-13T22:51:17 | 2017-12-13T22:51:17 | 114,177,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package books.impl.entities;
import books.api.entities.Book;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class BookEntity implements Book {
@Id
@GeneratedValue
private int id;
private String title;
private double price;
... | [
"lojza.tran@tradesports.com"
] | lojza.tran@tradesports.com |
96a528e8b76e0e1acb9cf03f830f542f96467e78 | 95a6b30e845f83e5d802d7f6c441e9d74555a8d6 | /it.unibo.iss.group15.model.abstracts/src/model/interfaces/operativeUnit/dashboard/IGaugeElement.java | 943094434c9e1996b708a1cc30d524d295976ce7 | [] | no_license | antoniomagnani/ISS_Gruppo15 | 3aa516313ed772a2bbd915c100123aa44349ded2 | ab0428eec305bfa20bcf50a4724e42106adfe208 | refs/heads/master | 2021-01-22T22:24:01.652389 | 2015-02-06T10:58:03 | 2015-02-06T10:58:03 | 30,405,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package model.interfaces.operativeUnit.dashboard;
import javax.swing.JPanel;
public interface IGaugeElement<ValueType> {
public JPanel getPanel();
public abstract void setValue(final ValueType value);
} | [
"antonio.magnani2@gmail.com"
] | antonio.magnani2@gmail.com |
38d80b6402c207b3a304a45be02a3e4a3d19928e | 552a5d265040f6b74836a9a6618a25d4f79f925e | /Lecture-14/src/main/java/ru/otus/ArraySort.java | 728d2697c34405bbd8c0190b6b890fe2d55f74e3 | [] | no_license | AlexJPo/otus-java-2017-11-alexjpo | 69304186c0c724d1c1b3bbdd0d9e3038ca4d452b | fe6c570e1a7b3927e0382c11d4928b76115606e4 | refs/heads/master | 2021-09-29T01:17:35.069459 | 2018-11-22T07:57:39 | 2018-11-22T07:57:39 | 111,140,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,405 | java | package ru.otus;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ArraySort {
private int[] array;
private List<Thread> threadList = new ArrayList<>();
private static final int MAX_THREADS = 4;
private static final int SHORT_ARRAY_SIZE = 8;
public void setA... | [
"swtorigra@gmail.com"
] | swtorigra@gmail.com |
6f671f32a08b283ae90c4b54cf7c67595a031730 | 6290b8c353da8061aa9a3d798bdd0e96fdfdbd6b | /app/src/main/java/edu/cpp/awh/easyabc/AddStudentActivity.java | 050287edf32a3d2ab25a7fcd0a91fb9852d5dfe0 | [] | no_license | Sarcross/EasyABC | 373b4c9c5522ca2e6d26f9b90eee2f9ac4dbeeff | e4db576a620c57e59876b4b1b75978ae6c3d2286 | refs/heads/master | 2021-01-19T11:43:53.641015 | 2017-05-30T19:35:24 | 2017-05-30T19:35:37 | 87,991,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package edu.cpp.awh.easyabc;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import edu.cpp.awh.easyabc.util.Logging;
public class AddStudentActivity extends AppCompatActivity implements UI{
private Button... | [
"antzyee@yahoo.com"
] | antzyee@yahoo.com |
07223aae065fcce8e21fc3160f98058a6dda2936 | 621733f26cae2b2c18f155fb719018cfb122cc27 | /spectrumsdk/src/main/java/com/spectrochips/spectrumsdk/FRAMEWORK/SampleGattAttributes.java | 91c83cae84a610d5aa8ca299081aace973254d78 | [] | no_license | Vedas-Labs/GtsrSdk | 163c6cf8502f5918e29e414c92ed14357b6ef080 | 1c343df538b9511d5ac6f3ab527e4cb37d4a4c5a | refs/heads/master | 2023-03-25T13:05:29.917596 | 2021-03-19T04:14:19 | 2021-03-19T04:14:19 | 349,297,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.spectrochips.spectrumsdk.FRAMEWORK;
import java.util.HashMap;
public class SampleGattAttributes {
private static HashMap<String, String> attributes = new HashMap();
public static String CLIENT_CHARACTERISTIC_CONFIG = "00002902-0000-1000-8000-00805f9b34fb";
public static String HM_10_CONF = "00... | [
"50829215+chandrikaReddyBunga@users.noreply.github.com"
] | 50829215+chandrikaReddyBunga@users.noreply.github.com |
3b76b6a553b382da65ffb819d5ac4dc99d8d1ccd | 9c726e47b90906f301e5e40ef4ee7379a57fe745 | /app/src/main/java/pl/karol202/paintplus/options/OptionSave.java | b0a47e258fd436ae451a05ec8b070297af0bd248 | [
"Apache-2.0"
] | permissive | veritas44/PaintPlusPlus | e4b1abf2db28edf5ca3eeaa2c94563311661d847 | 4d0029d6d355317f45f0d359ec4bf436e0ad992f | refs/heads/master | 2021-04-27T09:46:05.099756 | 2017-12-03T22:17:57 | 2017-12-03T22:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,079 | java | /*
* Copyright 2017 karol-202
*
* 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 ... | [
"karoljurski1@gmail.com"
] | karoljurski1@gmail.com |
a4e54f9cc554a40039243cb97bb5127078e6713e | 5e6474d50fc5ccc2126904a640461456974f778f | /homelink_util/src/main/java/com/smart/util/TransformationUtil.java | 81e556e22d43fab4a9894f2737f6c2538a6a8245 | [] | no_license | liuhan/homelink | 1c189adb5872b4c6dc41c8b603a0035d08a857bd | 505a852bcd333da96b4b626e6103759cb0a55953 | refs/heads/master | 2020-04-06T14:09:14.216100 | 2019-02-14T09:13:29 | 2019-02-14T09:13:29 | 157,530,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,280 | java | package com.smart.util;
import java.text.NumberFormat;
import java.util.HashMap;
/**
* Created by admin on 2016/1/23.
* wha -- 数字转换成中文大写
*/
public class TransformationUtil {
public static final String EMPTY = "";
public static final String ZERO = "零";
public static final String ONE = "壹";
public st... | [
"86_liuhan@163.com"
] | 86_liuhan@163.com |
6b917ce11b05c6f1ec72cad14198f086553b7064 | 20b406fda2f2be9ab81aac7f58b77d3e9cbee701 | /src/main/java/lu/tessyglodt/site/spring/ConfigWebSecurity.java | f31a1ec05404eccc45b33437b949727360c46ebc | [] | no_license | yglodt/tessyglodt.lu | 770f99b9fcd0731c1318efb72e8d14eb991c02eb | 3398eaec12f5db1e077dbb712d5e98f5c42285df | refs/heads/master | 2023-06-09T18:01:04.592814 | 2023-05-31T20:47:41 | 2023-05-31T20:47:41 | 33,419,590 | 3 | 1 | null | 2022-09-01T22:20:02 | 2015-04-04T20:38:55 | HTML | UTF-8 | Java | false | false | 2,525 | java | package lu.tessyglodt.site.spring;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import or... | [
"yves.glodt@ypzeelon.com"
] | yves.glodt@ypzeelon.com |
a7e2d6b2e91a5bcab09ae686874d62924e005cab | 1b39effcea22bdf36cce27ec52b5253d6f2aa60b | /app/src/main/java/in/college/safety247/MainActivity.java | ab1a07ac84fe4d374edc5c8debcb848c931c4340 | [] | no_license | charmygarg/Safety-24-7 | 7a05c5afdd454c3baf116400ac5248ebfab975d3 | 1724d2117a31bcf64da625e2e6b1931de5f9b880 | refs/heads/master | 2021-01-13T08:16:21.498278 | 2016-12-04T14:01:24 | 2016-12-04T14:01:24 | 71,805,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,672 | java | package in.college.safety247;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.andexert.library.RippleView;
public class MainActivity extends AppCompatActivity{... | [
"charmiigarg@gmail.com"
] | charmiigarg@gmail.com |
6207ba4cd8f9a26dca30016a8a6c7f1cb6a1fc05 | 0a5d546ae5825e9da4ecda0b0144bd4002d51e11 | /pegasusec2/pegasus/planner/parser/dax/DAX2Metadata.java | bab0a42fa0320f60fc0bca1fcb89d6476d5160cb | [] | no_license | amelieczhou/deco-declarative-workflow-optimization | dd6704486de5d4ed25f4c945800fa17493fe788e | 323549722f6f8d4cd812e55ecb168fbe856ea485 | refs/heads/master | 2016-09-06T10:34:27.813533 | 2014-08-07T13:33:14 | 2014-08-07T13:33:14 | 32,119,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,963 | java | /**
* Copyright 2007-2008 University Of Southern California
*
* 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 b... | [
"amelie.czhou@gmail.com@cfe2f41d-cc59-d38a-9a6a-4683ffef75d1"
] | amelie.czhou@gmail.com@cfe2f41d-cc59-d38a-9a6a-4683ffef75d1 |
f4a9406102f04f101223b47972fbc9cbbeec7a25 | f1b8dc2abd2f6806b40c8b75e7db0d306f328ef3 | /B.java | 1735f0a7b3ccb5908de9f83381f174a269f89822 | [] | no_license | YiyangZhu/Dynamic_Programming_Java_Practice | 7f34b4a0046e1530bdc8d65f2ea332560d12d00b | eb5c4433419e8d61d93ec9db6304b0a9f317d126 | refs/heads/master | 2021-09-06T13:04:56.705327 | 2018-02-06T21:15:34 | 2018-02-06T21:15:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | class B extends A{
B(){
System.out.println("Constructing B.");
}
} | [
"ererandkeke@gmail.com"
] | ererandkeke@gmail.com |
cca96bf56a5ffb50cfef9d46b0f85a26f67320e5 | e56384c8334d4ad2efb0475684e5f58e1eb30efc | /SegmentTreeQuery.java | 720229262a89dd40c244eedac6b33cb159098f85 | [] | no_license | fang19911030/LeetCode2 | 0cd2d41c0342092235cb69bbb1f72c5db2fb1664 | 2d3cea26159331a996a378fca6d80fa548de376d | refs/heads/master | 2021-01-01T18:03:48.189490 | 2018-06-15T04:54:15 | 2018-06-15T04:54:15 | 98,231,242 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | /**
* Definition of SegmentTreeNode:
* public class SegmentTreeNode {
* public int start, end, max;
* public SegmentTreeNode left, right;
* public SegmentTreeNode(int start, int end, int max) {
* this.start = start;
* this.end = end;
* this.max = max
* this.left = th... | [
"fang291831388@gmail.com"
] | fang291831388@gmail.com |
aedae60ae2d3eca082b8da05ba544edd15e4588c | 6601a636bd62e7c42091c1b239785fbc0abac922 | /app/src/main/java/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java | 38fc0ec274649d11af1e4d099d834cab1d15298b | [] | no_license | quantum-y/Android_Funnylive | e1134da578ada8a370f8b4b4da028b624cb0a3ab | 14e63c3945d548b00b066eeee604e8c735ff599c | refs/heads/master | 2020-04-01T23:04:40.608427 | 2018-12-13T08:50:01 | 2018-12-13T08:50:01 | 153,740,564 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | /*******************************************************************************
* Copyright 2011-2014 Sergey Tarasevich
*
* 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 test2 copy of the License at
*
* http://... | [
"nyhilacmlong@gmail.com"
] | nyhilacmlong@gmail.com |
23cbcc7748764336447c0f668c33af29441ca8be | c909bbaa1a9edc30fce29385478839bd880b3f33 | /src/main/java/upce/nnpda/semb/Entity/User.java | b6ec46cc03649e5a2a32395f6457831f5438bb84 | [] | no_license | st52542/nnpdaSemB | 7aebb29121ce4f46c9cb9abee59e9a926fabafe3 | b17040ee8f1c54736cd8b45c7027f5e56d151075 | refs/heads/master | 2023-08-30T04:40:51.856433 | 2021-10-25T19:23:22 | 2021-10-25T19:23:22 | 413,577,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,165 | java | package upce.nnpda.semb.Entity;
import javax.persistence.*;
import java.util.Set;
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(length = 45, nullable = false)
private String username;
@Column(length = 100, nullable = false, unique... | [
"43936282+st52542@users.noreply.github.com"
] | 43936282+st52542@users.noreply.github.com |
52f9804e2f5e23b6736549b5de60dc789e347867 | 59bb402f4aeea8793cb655e73b2dc4554486558d | /src/com/company/Main.java | f7e03236d8979d81ba6c462dab5606976e99da65 | [] | no_license | zerrox200429/H.W_2.6 | eb9e6d17918b281192e0a1eb6ce9771e5f19ff2c | 8da0356e9c7a3300e906d1a9892c954c2c63f1d3 | refs/heads/master | 2020-07-05T19:01:49.801732 | 2019-08-16T14:15:37 | 2019-08-16T14:15:37 | 202,739,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package com.company;
import java.util.ArrayList;
import java.util.Collections;
public class Main {
public static void main(String[] args) {
ArrayList <Car> cars = new ArrayList<>(10);
cars.add(new Car("Acura", 2018, 4.0));
cars.add(new Car("Bugatti", 2010, 5.8));
cars.add(new Ca... | [
"mr.jumobekov@mail.ru"
] | mr.jumobekov@mail.ru |
6b1276805ca61cb78e389a6768cbcf775f910f10 | 1b37978e11cbc6df07656cef142d676700b50da3 | /src/main/java/com/kursova/travel/service/CompetitionService.java | cff93043ce18f6e37dc5fd74bbb9cd84e147e0ee | [] | no_license | YourGregory/travel_agency_back | 2e0107945d5a2999c7502aba0f69c441d75263bb | e496be7a7eb6430ccac6785b0d2e25263ad46611 | refs/heads/master | 2022-02-03T18:41:54.354109 | 2019-06-01T17:43:47 | 2019-06-01T17:43:47 | 180,625,069 | 0 | 0 | null | 2022-01-21T23:24:23 | 2019-04-10T16:51:49 | Java | UTF-8 | Java | false | false | 687 | java | package com.kursova.travel.service;
import com.kursova.travel.entity.model.Competition;
import com.kursova.travel.repository.CompetitionRepository;
import com.kursova.travel.service.base.DefaultCrudSupport;
import lombok.AccessLevel;
import lombok.experimental.FieldDefaults;
import org.springframework.stereotype.Servi... | [
"vadim.symotiuk@inventorsoft.co"
] | vadim.symotiuk@inventorsoft.co |
cd20c76575390776a24cc3a2d63a608ab44a095e | a0b308e11a9eead83c93ef84f6bf5956c57f7cc0 | /src/main/java/org/unitec/AplicacionServicios.java | 38d758d01ac39c6c760817c255f8832fee318b66 | [
"MIT"
] | permissive | KarenEsteban/Proyecto-Elementos-EstebanGavira | 36983957ed9165f5f35a0b5b2523174424028248 | e302b351e934f31fe2b2c24c7e55de27ea99867c | refs/heads/master | 2020-06-27T07:02:15.150989 | 2016-11-23T03:42:34 | 2016-11-23T03:42:34 | 74,533,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | 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 org.unitec;
import org.springframework.context.annotation.Configuration;
/**
*
* @author T-107
*/
@Configurat... | [
"T-107@PC250"
] | T-107@PC250 |
6bd7cecd48fde59d7e4b2b3dfc7940f4d2612940 | 13b88f9c0084b44edc448431ded83326ba173408 | /src/serv/Initializer.java | 2d8024c861b982060fe5372c2399fdf96dff3f11 | [] | no_license | srisai-n/multi-threaded-web-server | 2daa95ac59454537bd81c4db89327589ecfbbcc2 | 9d4901ce21d85ad1aa0a10326c6c5590128ee849 | refs/heads/main | 2023-02-22T14:07:49.315655 | 2021-01-21T08:16:22 | 2021-01-21T08:16:22 | 331,560,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package serv;
public class Initializer {
public static void main(String[] args) {
int port = 8080;
if(args.length == 1) {
try {
port = Integer.parseInt(args[0]);
}
catch (NumberFormatException nfe) {
System.err.println("SERVER >> Integer Port is not provided. Server will start at default port.")... | [
"66721043+srisaikarthikn@users.noreply.github.com"
] | 66721043+srisaikarthikn@users.noreply.github.com |
465cd59ebee9418a006039b1ba84f6aaa912c02b | b28f8d61b7604600ff255bca4af99d4957e26cd4 | /Aula01/src/CorrecaoExercicios/Exericio9.java | 450066101e26fd1cdb783ff8a9b626c5d4d3a94b | [] | no_license | sarahneuburger/java_apex | eebb284074522310d53acbc0405fdd0efb606221 | fb97c6a06bbef231e14e6076f029e24f9440fe31 | refs/heads/main | 2023-03-12T14:15:50.865876 | 2021-02-13T20:24:12 | 2021-02-13T20:24:12 | 332,909,454 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 738 | java | package CorrecaoExercicios;
import javax.swing.JOptionPane;
public class Exericio9 {
public static void main(String[] args) {
// Identificar palíndromo
String fraseOriginal = JOptionPane.showInputDialog("Informe uma palavra para verificação:");
fraseOriginal = fraseOriginal.replaceAll(" ", "");
Str... | [
"sarahneuburger94@gmail.com"
] | sarahneuburger94@gmail.com |
845b300151dec49d8ec0896968202e275fe37678 | c341992d77439d1aff4dd33055ee1862a8f8a2aa | /zuul/src/main/java/com/ambity/zuul/filter/MyFilter.java | c65aaa7d54685ce114258f2940bb424965ad4bd0 | [] | no_license | yuanfeilv/base | 6a4d53eb1aedcc708e0c8f2127880ff3c74dd09d | 3eb1ada04f35a6427077df8b654b535f9425f76a | refs/heads/main | 2023-03-07T20:35:13.268799 | 2021-02-16T13:42:32 | 2021-02-16T13:42:32 | 339,400,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 911 | java | package com.ambity.zuul.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
@Slf4j
@Component
public... | [
"yuanfei.lv"
] | yuanfei.lv |
e392e2e67efc5adc2a4a87991d997cb0121dab28 | 1cdeeb4b0471da9c0dcf7351adbb77d43ea9dc26 | /de.larsschuetze.storyboard.runtime/src/de/larsschuetze/storyboard/runtime/execution/execution/TokenManager.java | fe3aa5ac176f980bd14009f34705ba508d46728a | [] | no_license | lschuetze/context-storyboard | 4b04fa4fcfeb93b6a90fc59b16e957d5a87d1175 | b17132a1256bc66d20dc3593dcf0d6899263de64 | refs/heads/master | 2021-01-21T13:48:31.108100 | 2016-05-24T14:05:39 | 2016-05-24T14:05:39 | 54,029,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package de.larsschuetze.storyboard.runtime.execution.execution;
import java.math.BigInteger;
import java.util.HashSet;
import java.util.Set;
import de.larsschuetze.storyboard.runtime.library.Token;
public class TokenManager {
private Set<Token> tokens;
private BigInteger nextId;
private EventManager eventManager... | [
"dev@larsschuetze.de"
] | dev@larsschuetze.de |
3379604fb87e48ecf9651dd53edf748149ea932e | 5cddc374cd2f62d22574c89a58df3897e5c4476c | /src/main/java/com/gft/pets/PetsApplication.java | d4fc488fa92b714e7da4dc565296253cb3ea037c | [] | no_license | haroldoalcobacas/crud_pets | 751d1ae5176b552abe789c7fcb1146e0f5a2c72a | b699376045acd53d1835ed61a0175e8aaa4f06ba | refs/heads/master | 2023-08-11T14:52:27.113822 | 2021-10-05T14:25:08 | 2021-10-05T14:25:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.gft.pets;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PetsApplication {
public static void main(String[] args) {
SpringApplication.run(PetsApplication.class, args);
}
}
| [
"pamela.dpaulas@gmail.com"
] | pamela.dpaulas@gmail.com |
95c171f6773a7171281d9919a083ec4225d9ce43 | 726767f9086d12adda738363e969d5eeacec3f8a | /app/src/main/java/com/wangcong/dzl/create.java | 7be536486958772f544289753ae69c6ad9490dc2 | [] | no_license | CleverWang/DZL | 5d1b0c55300fa47edec1d4fbb802618371c3b307 | 58471792cee6034a9dab1a5a81e203bf8384bf40 | refs/heads/master | 2021-01-12T11:10:58.255104 | 2016-11-04T15:24:19 | 2016-11-04T15:24:19 | 72,859,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,059 | java | package com.wangcong.dzl;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import cn.bmob.v3.Bmob;
import cn.bmob.v3.exception.BmobException;
im... | [
"1330792337@qq.com"
] | 1330792337@qq.com |
629f113c16740c7e0316c1a044526288c8f94299 | 0d8f8eed6446b3c52e5444c146a542f70de01c3d | /src/JavaSessions/Customer.java | 1824a868079f36e8ef5b0d0a861b8ec16f9e3b5d | [] | no_license | viveksheat01/CoreJava2021 | c1d75fe1d88fac5cadc087259a438df282b105f7 | 965c8f5f85ded96e845963dee8a016fbc1986ce4 | refs/heads/master | 2023-08-31T03:45:09.837925 | 2021-10-18T07:13:27 | 2021-10-18T07:13:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | package JavaSessions;
public class Customer {
String name;
String emailId;
long phone;
boolean isPrime;
static final String category = "Online Shopping";
}
| [
"viveksheat01@gmail.com"
] | viveksheat01@gmail.com |
550293b601233eb57f9ea02bd76640b385eed5b1 | b067d5061e4ae5e3e7f010175694bf2802706485 | /American/ravv-service/src/main/java/cn/farwalker/ravv/service/goods/image/model/GoodsImageVo.java | 853d8c9c5145141820113517c181b26aa3ee9b6f | [] | no_license | lizhenghong20/web | 7cf5a610ec19a0b8f7ba662131e56171fffabf9b | 8941e68a2cf426b831e8219aeea8555568f95256 | refs/heads/master | 2022-11-05T18:02:47.842268 | 2019-06-10T02:22:32 | 2019-06-10T02:22:32 | 190,309,917 | 0 | 0 | null | 2022-10-12T20:27:42 | 2019-06-05T02:09:30 | Java | UTF-8 | Java | false | false | 107 | java | package cn.farwalker.ravv.service.goods.image.model;
public class GoodsImageVo extends GoodsImageBo {
}
| [
"simple.ding816@gmail.com"
] | simple.ding816@gmail.com |
d424efa24b053913b6a05b879c160f7c2098c10b | e7db683262ad1ed6bc420076db5f5d446678229a | /ProjetoFinalOnGradle/temp_dump/repository/TipoInfracoes.java | 9138e4a92e83e4152200327ef11c5a42a8660a61 | [] | no_license | otavio99/frames | 9e738edc048df88a159144862a2a71a9db428b9e | 85e27a40e9bf1f51ada15df2f5e481156e015732 | refs/heads/master | 2020-09-16T18:56:12.368298 | 2019-12-16T09:34:27 | 2019-12-16T09:34:27 | 223,859,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package br.edu.ifms.dbf2.ProjetoN1.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.edu.ifms.dbf2.ProjetoN1.model.TipoInfracao;
public interface TipoInfracoes extends JpaRepository<TipoInfracao, Long> {
}
| [
"otavio.nathanael@gmail.com"
] | otavio.nathanael@gmail.com |
173d684ca24a2aa8cbda32dc2e59e3343d706239 | a64fc34ec2b40671692beefa1f9d1f8f542b5c09 | /smallelement.java | c22f81f8a499d7b498b2466c17b4f615a4771d26 | [] | no_license | VINITHASIVAKUMAR/viniproject | ae1b41506163b834925cdde7052c53b07a01032c | 1241dac7d1633c291e955222626246d44f4c22aa | refs/heads/master | 2020-04-06T06:56:05.301326 | 2016-09-10T09:36:05 | 2016-09-10T09:36:05 | 65,375,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | import java.io.*;
import java.util.*;
class smallelement
{
public static void main(String args[])
{
Scanner sc=new Scanner(System.in);
int n=sc.nextInt();
int[] a=new int[n];
int i;
for(i=0;i<n;i++)
{
a[i]=sc.nextInt();
}
Arrays.sort(a);
for(i=0;i<a.length;i++)
{
System.out.print(a[i]+" ");
}
System.out.println("secon... | [
"noreply@github.com"
] | VINITHASIVAKUMAR.noreply@github.com |
acf908c9fd945c09d5ee8283a5019773d8bb5c3e | ff1c94519f9672fb26b31a97853774ba8c9016a8 | /src/SplitAStringInBalancedStrings/Solution.java | c82dd9a4798fa4eeb40c1d919833e0a18cf4c934 | [] | no_license | wangyao2221/LeetCode | 0a796af620e9e6dfefb8c49f755b4f2b6ee8d6ba | 9ec81a60dcda022cf17cda14c1d373ffd28d8a72 | refs/heads/master | 2021-01-20T02:53:08.629877 | 2020-07-29T05:53:39 | 2020-07-29T05:53:39 | 89,457,428 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package SplitAStringInBalancedStrings;
import java.util.ArrayList;
import java.util.List;
/**
* 算法不符合提议,但也可以出一道题,就是找最大数量的RRLL对称数量
*/
class Solution {
public int balancedStringSplit(String s) {
int result = 0;
int flag = 0;
for (int i = 0; i < s.length(); i++) {
char ch = s.c... | [
"wangyao2221@163.com"
] | wangyao2221@163.com |
152af413e3125a47bf3731d80d48b47f12d0b1de | 114734219688537579117dd55569078f7617cb06 | /services/network_config_manager/src/main/java/com/futurewei/alcor/netwconfigmanager/service/impl/GoalStatePersistenceServiceImpl.java | c61132674ea88085e35cd07b70c61b614d3d002c | [
"MIT"
] | permissive | tianyuan129/alcor | 21873a2446765491b133ae8dac58770ee4828e26 | 4d44c129cf232f82088038149fb7a79f780dc0e2 | refs/heads/master | 2023-06-01T13:19:04.159895 | 2021-06-16T18:09:08 | 2021-06-16T18:09:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,671 | java | /*
MIT License
Copyright(c) 2020 Futurewei Cloud
Permission is hereby granted,
free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge... | [
"noreply@github.com"
] | tianyuan129.noreply@github.com |
5374d79f143c888ea1dea0d2260dd2cc0d9619de | 47f15e2a3b8de90b0322fbc9579141299cc386b0 | /Services/src/org/almuallim/service/browser/Browser.java | 240e419f00c20f8aca25db01c637721a8ad6246e | [] | no_license | naveedmurtuza/Al-muallim | 0dc2a978f138a52917c5c313edb19ff51bd9359b | 4f0da379e60203d6cb4ccfc33a8ec0f742a9b77f | refs/heads/master | 2016-09-05T11:30:52.260743 | 2014-04-12T16:16:02 | 2014-04-12T16:16:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,137 | java | package org.almuallim.service.browser;
import java.beans.PropertyChangeListener;
import org.almuallim.service.url.AlmuallimURL;
/**
* This interface is for opening
* <code>AlmuallimURL</code> in a browser window. The browser window can also be
* opened by just exposing the
* <code>AlmuallimURL</code> in the looku... | [
"naveedmurtuza@gmail.com"
] | naveedmurtuza@gmail.com |
66d101c4b65b10d0461f83e012545d246c4bf3bd | 25e9ac73dce49e4c89beec9281cb4196a8598fa9 | /src/main/java/com/avs/portal/service/LoginService.java | 66e2a7c30247ec7d03aee9b42c77b40b5e873345 | [] | no_license | pmarimuthu/Application | 2e7094d67bef42db50cb48ebe99ed79307d3dc31 | bca69967e0caf6bb7fef8148946ec18621789697 | refs/heads/master | 2023-06-02T19:25:04.763686 | 2021-06-15T19:04:17 | 2021-06-15T19:04:17 | 376,702,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,652 | java | package com.avs.portal.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.avs.portal.bean.LoginBean;
import com.avs.portal.bean.UserAccountBean;
import com.avs.portal.entity.User;
import com.avs.portal.entity.UserAc... | [
"pmarimuthu@gmail.com"
] | pmarimuthu@gmail.com |
0d03cca44df89a10f55d994b2ad6c0517463ee0f | 03c0cf79380e16a1229ee66169e98229c68ed84e | /src/main/java/com/mwy/starter/config/FlowRuleConfig.java | 98d377b0c703d24bf2afa29d670c456b79e07798 | [] | no_license | jeanswing/exception-monitor-starter | 42510f1c8b6c2d2165414c85ddb1f920f6eee2e4 | 5376bc350b60718c5752417438c7cc7a07fc8849 | refs/heads/master | 2023-04-12T00:25:48.336231 | 2021-04-14T07:28:34 | 2021-04-14T07:28:34 | 347,004,958 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,962 | java | package com.mwy.starter.config;
import com.mwy.starter.core.FlowRulePostHandler;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.condition.Conditiona... | [
"738876820@qq.com"
] | 738876820@qq.com |
30ebdc64daecc82bebc2978d6c388303f899d28e | 0339336ef2c065df42bd496c0499a77427beba37 | /src/main/java/msa/lang/autocompute/semantics/exceptions/AlreadyDefinedException.java | f108b379b034f94b7424813a94c5b5413bfca7c5 | [
"MIT"
] | permissive | shamilatesoglu/AutoCompute | 797d8d35e803761ed64439cb1b910a80d13cef94 | d428b61bbc6c3a934800c08c10a824458fd5f094 | refs/heads/master | 2023-03-30T16:37:01.944289 | 2021-03-29T21:07:06 | 2021-03-29T21:07:06 | 340,981,538 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,389 | java | // Copyright (c) 2021 M. Samil Atesoglu
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without restriction, including without limitation the rights to
// use, copy, modify, merge, publ... | [
"m.samilatesoglu@gmail.com"
] | m.samilatesoglu@gmail.com |
ccc22411d29a2e8745ec2841ea2b16e6367bdb1b | 4effb06f836d7bd2847f06dbc1a0cb112ce1bfa8 | /PizzariaOtavio/src/main/java/br/com/pizzariadomenico/Process/Adicionar.java | bbf55c74907bc09964bc30152404b091416c1e29 | [
"MIT"
] | permissive | jonatahessa/PizzariaOtavio | 64f29c88f30e0d627b83c634db2d2606fff31a2f | d45e0d0dde2aefe862fb3cecd10462b3f6f19d48 | refs/heads/master | 2022-07-02T14:10:01.198046 | 2020-07-14T12:12:59 | 2020-07-14T12:12:59 | 96,944,991 | 0 | 0 | MIT | 2022-06-21T00:48:38 | 2017-07-11T23:18:55 | Java | UTF-8 | Java | false | false | 2,599 | 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 br.com.pizzariadomenico.Process;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.logging.Lev... | [
"noreply@github.com"
] | jonatahessa.noreply@github.com |
cb922466779982ff5c4bbf690c4ad235ef2f26ed | 327053e1007538aa4418abc3baf32c3ece901dee | /src/main/java/com/hanains/mysite/interceptor/AuthLoginInterceptor.java | 54c84f75d785ad602b4e77d245505f11942d4a50 | [] | no_license | 801sanae/mysite3 | 8e9ea1ac07346e4ff63a8983054c34ec45232430 | 68c6f5a94388b8c2604aacf400831c5a0e42e182 | refs/heads/master | 2021-01-13T00:40:42.062654 | 2015-12-23T00:58:22 | 2015-12-23T00:58:22 | 47,959,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,743 | java | package com.hanains.mysite.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.apache.catalina.core.ApplicationContext;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.web.c... | [
"bit-user@bit"
] | bit-user@bit |
4254fc25bd2b66ffd0f06c00feaebf95e64bdee3 | 73e7702fde67dd837918ba1af4fc7e1e90730134 | /app/src/main/java/com/example/hoangtruc/shopapp/presenter/search/SearchMvpPresenter.java | 26f513633708557e6dff1b79595c8ba63767f03e | [] | no_license | boytubi/ShopApp | afcf0338b11d7790e16b701a41677d46a8af6b7c | 68384dede54a6064c435aac63b440d5fda5a8f94 | refs/heads/master | 2020-05-26T14:41:54.440661 | 2019-05-23T16:14:38 | 2019-05-23T16:34:41 | 188,269,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.example.hoangtruc.shopapp.presenter.search;
import com.example.hoangtruc.shopapp.data.db.model.Product;
import java.util.List;
public interface SearchMvpPresenter {
void getListResult(String nameProduct);
}
| [
"hoangtruc14@gmail.com"
] | hoangtruc14@gmail.com |
3dfd4a5ec1aff229e3e4a729fee8328b8c20d2c1 | 1bfe745cde631af9f8b2340eebd30a6831e985a5 | /src/main/java/com/alcoproj/controllers/BelovedListController.java | b27cfae83a5016083eed8a29da9d075b0dcc9fb4 | [] | no_license | artiomstasiukevich/FridayIsComing | 8ec7136260c9bd99794250d122de60cf2baa8bee | 28864e1449b1b86760e42edfb56b99cd8cf031ca | refs/heads/main | 2023-02-02T12:48:20.480751 | 2020-12-16T13:55:17 | 2020-12-16T13:55:17 | 309,375,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,456 | java | package com.alcoproj.controllers;
import com.alcoproj.service.BelovedAlcoholService;
import com.alcoproj.service.PreferredBarService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web... | [
"noreply@github.com"
] | artiomstasiukevich.noreply@github.com |
018a291bb69388e1a68375af70ee6025c4d5e233 | 03e438bde732278750c0bf18da3e39389cea3e70 | /app/src/main/java/com/namit/scantastic/MainActivity.java | d27e7c2d605c82e038aaba22a10f122142e17319 | [] | no_license | NitsanAmit/Scantastic | 282f3a442f25141e05affba520cec90c7330eacc | 56db2bb0133c097bf8a63b8b4660403770f3b346 | refs/heads/master | 2020-09-12T11:33:01.140955 | 2019-11-18T10:03:28 | 2019-11-18T10:03:28 | 222,408,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package com.namit.scantastic;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import butterknife.BindView;
import butterknife.ButterKnife;
public class M... | [
"Nitsan135@gmail.com"
] | Nitsan135@gmail.com |
dea12cba621a85cf9ba7f4c6f79a168d252ebe29 | 2fa04f21cbb7203b468f7598df6696a88b05a286 | /bus-gitlab/src/main/java/org/aoju/bus/gitlab/models/NotificationSettings.java | c095d0a70a950960f6b92188ff7ff4fc0f9df934 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | jingshuai5213/bus | 17bb475fd76592682123488608a559abec788f81 | f3ec545617acffaf2668ea78e974a05be268cfd1 | refs/heads/master | 2022-11-16T00:35:46.037858 | 2020-07-02T09:35:10 | 2020-07-02T09:35:10 | 254,873,385 | 0 | 0 | MIT | 2020-07-02T09:35:11 | 2020-04-11T13:26:50 | null | UTF-8 | Java | false | false | 6,737 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"839536@qq.com"
] | 839536@qq.com |
0f312bca701a35ee82dc6297cb4bcae6d66ab03d | d280800ca4ec277f7f2cdabc459853a46bf87a7c | /spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBeanTests.java | 4ac118630e0a6e3bcf32dc8e15bfe4bd0b11a684 | [
"Apache-2.0"
] | permissive | qqqqqcjq/spring-boot-2.1.x | e5ca46d93eeb6a5d17ed97a0b565f6f5ed814dbb | 238ffa349a961d292d859e6cc2360ad53b29dfd0 | refs/heads/master | 2023-03-12T12:50:11.619493 | 2021-03-01T05:32:52 | 2021-03-01T05:32:52 | 343,275,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,401 | 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 requ... | [
"caverspark@163.com"
] | caverspark@163.com |
ff1ee693e629161b9d6bfe0b71011048590f19dd | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_acf882df6811d0653cb6c6bf4a5b640d34aa0885/ConsoleServlet/14_acf882df6811d0653cb6c6bf4a5b640d34aa0885_ConsoleServlet_t.java | 5f1cd96e332df47e7ece6137c5fc236f9352c6ef | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,258 | 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"... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
18725b2044ec0efc5fbb28ea1266b924438e0c37 | cc5b6639da8cb790ed00b681dc31a436b5cba981 | /Patterns/src/Patterns/Numerialstar.java | 6c0ef6ace86ac1f9b528d7c1e8cc41cfd628bd71 | [] | no_license | g1rjeevan/Programming-eclipse | 9c86bf025bfa5cb93d06b570277e7cdf26b00c34 | ad6176439f8d15ff9e792476cbda6c818bf68b79 | refs/heads/master | 2021-01-21T14:01:34.485678 | 2019-09-24T03:10:33 | 2019-09-24T03:10:33 | 53,764,553 | 0 | 0 | null | 2020-10-13T04:38:02 | 2016-03-13T02:54:23 | HTML | UTF-8 | Java | false | false | 479 | java | package Patterns;
public class Numerialstar {
public static void main(String[] args) {
int count=0,n=25,i=0,l=5,r=0;
while(i<n){
i++;
System.out.print(i+"*");
count++;
if(count==(n/l)){
i=i+l;
count=0;
r++;
System.out.println();
}
}
i=i-(l*r-1);
for(int k=0;k<... | [
"G1willdie"
] | G1willdie |
c0f081bec361f56484ad7964b3ba462b3e10acd7 | 440fb2e16e9d024e95e9f646b3bd8b1fc61b0eec | /src/main/java/project/demo/JDKDynamicProxy.java | 76ef47ad93413ae298417f8b51768936247965ad | [] | no_license | xiaolonggezte/Practice | 256b88a5ad7be0733659c7dddcd5fe23fa394ae1 | 3dcaeb7060cfa62ae26ced5582bb745f7298da67 | refs/heads/master | 2020-03-27T03:42:39.941872 | 2018-09-20T16:20:32 | 2018-09-20T16:20:32 | 145,883,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,045 | java | package project.demo;
import project.service.TestService;
import project.service.impl.TestServiceImpl;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* @author: xiaolong
* @Date: 下午9:51 2018/8/31
* @Description: JDK 动态代理
*/
public class JDKDynamic... | [
"xiaolong05@meituan.com"
] | xiaolong05@meituan.com |
69fd5c0aef3852b856487ae2a68853b3f441c812 | 8ffd45f78c37f6bee6e1444939200eca52e88b6c | /04-14Login/app/src/androidTest/java/com/example/a04_14login/ExampleInstrumentedTest.java | 0526be33447ab172876d9b49087c22f9a319d922 | [] | no_license | WNGary/Android | be95a44969034200fba5b18f7d101d96ce148084 | ee80f8858cd1ee4ef3cd958273b89f228158eb0c | refs/heads/master | 2022-04-17T01:32:48.752038 | 2020-04-17T08:53:05 | 2020-04-17T08:53:05 | 256,445,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.example.a04_14login;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which wi... | [
"2225671356@qq.com"
] | 2225671356@qq.com |
0419fd8a2b93ea3975d1c5c9ee8f6eb385692beb | a6358860de8dc5cd0e755b967a840d10b7799a4a | /app/src/main/java/global/imas/bintouch/PercentFrameLayout.java | a6265b58a4d2e5bd0d24eb626366ab62f7bcdae2 | [] | no_license | hash-14/SafeChatRefactor | 7cb15cb97a88b5e13cdab9f95e39bb93c704afd4 | f7522e90800dd17a4c8468cdfd618594e218d486 | refs/heads/master | 2020-08-09T06:06:22.058370 | 2019-10-13T14:22:54 | 2019-10-13T14:22:54 | 214,005,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,691 | java | /*
* Copyright 2015 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | [
"shaitou.hassan14@gmail.com"
] | shaitou.hassan14@gmail.com |
9daa78786d1057fec08dea48edb1d16476347578 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/ah/w.java | 3a8f86602d2b42f437ff51cc8b4541815ef02e99 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.tencent.mm.ah;
import com.tencent.mm.ar.g.b;
final class w
implements g.b
{
public final String[] lW()
{
return ac.aqU;
}
}
/* Location:
* Qualified Name: com.tencent.mm.ah.w
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
6bbbeb221ef138bf5ab3a19e5b2a040580789a64 | 7babc8d969e1e0878a1917901b10c1777c128b03 | /ddl-concurrency/src/main/java/com/ddl/concurrency/designpattern/immutable/ImmutableTest.java | 933f75b3fc33e1d50364ef43783171ff2a5b753c | [] | no_license | vigour0423/ddlall | 430912dde1a3cd881d29b017f2952ec4b727d852 | 7915abf5f9e93391cefdbb8d75952b6755fcca48 | refs/heads/master | 2022-12-25T05:29:28.990336 | 2020-05-14T15:43:05 | 2020-05-14T15:43:05 | 154,122,468 | 0 | 2 | null | 2022-12-16T09:45:08 | 2018-10-22T10:05:15 | Java | UTF-8 | Java | false | false | 610 | java | package com.ddl.concurrency.designpattern.immutable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ImmutableTest {
private final int age;
private final String name;
private final List<String> list;
public ImmutableTest(int age, String name) {
... | [
"489582986@qq.com"
] | 489582986@qq.com |
a9717642ddcaeeb661f05b255ddf83896333188c | b11ed18e22b0b5701e59bf88fec8e7ad5b9283a1 | /TryWithMultipleCatch.java | 4b698c65fbc88bf4124de4266965410f3751a64c | [] | no_license | JayaLakshmi-majji/Exceptions_24_05 | dad060abd0e9f8f949cacf4bf480295b9b5f2868 | f978164d5f1b11bd9c41aad42fd8c4f42dc17854 | refs/heads/master | 2020-05-29T20:52:41.297212 | 2019-05-30T06:53:58 | 2019-05-30T06:53:58 | 189,361,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java |
public class TryWithMultipleCatch {
static void checkEligibilty(int stuage, int stuweight) throws ArithmeticException{
if(stuage<12 && stuweight<40) {
throw new ArithmeticException();
}
else {
System.out.println("Student Entry is Valid!!");
}
}
public s... | [
"noreply@github.com"
] | JayaLakshmi-majji.noreply@github.com |
41711a8dae754c97b6ef61e7a7ca3d735fb26bb2 | 14d9d6ed035bb8ce753f55cc58419d4374801089 | /app/src/main/java/com/android/loanassistant/model/Login.java | fff6ef4315cf2dad6ed62167602e20542d703613 | [] | no_license | niteshlekhi/LoanAssistant | 4ba20f17f487d86930bd051482854dea193ea069 | 589234cc674fb47664af1952bc091312e3945d7a | refs/heads/master | 2020-05-02T08:52:57.343026 | 2019-05-23T11:48:36 | 2019-05-23T11:48:36 | 177,854,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.android.loanassistant.model;
public class Login {
private String email;
private String password;
private int type;
public Login() {
}
public Login(String email, String password, int type) {
this.email = email;
this.password = password;
this.type = type;
... | [
"niteshlekhi@gmail.com"
] | niteshlekhi@gmail.com |
9cff06054395130a8e04df96fb3d5a49f197fbe6 | 5d64fa845a9c2c0b62ff2accdaf713baca5f4cf9 | /app/src/main/java/com/anova/indiaadmin/SampleDetailsFragment.java | 7f16ad4fd4b173ba48018ac533ffc624be416e3f | [] | no_license | Anki10/coal-app-admin_new | 90984f594f18ae7b2c57824d9c7e52549e02891c | bb04d680d80b172420cd233981b76a8705a220b3 | refs/heads/master | 2022-04-01T20:18:21.340824 | 2020-02-08T06:24:40 | 2020-02-08T06:24:40 | 208,259,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46,682 | java | package com.anova.indiaadmin;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.Fragment;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.conten... | [
"ankitmiglani10@gmail.com"
] | ankitmiglani10@gmail.com |
ef3b85a5e413b4d61d275a688975750cbf80bf87 | 2481d8c57b43b95d70c6d1a28ee90dd4d6ae1372 | /temp/src/minecraft/net/minecraft/src/Packet42RemoveEntityEffect.java | 1b16a4e91139e11d2c0190a9d6f952f4219b44d4 | [] | no_license | UserCake/Gallifrey | c20bc8c6e75dc3a6b61301458ba5704d2db5872a | 2a55cb6106224b274f3326d7f5802540063bfa66 | refs/heads/master | 2021-01-20T21:53:10.901777 | 2012-03-28T05:58:35 | 2012-03-28T05:58:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst
package net.minecraft.src;
import java.io.*;
// Referenced classes of package net.minecraft.src:
// Packet, NetHandler
... | [
"eightbitme@me.com"
] | eightbitme@me.com |
309853ebd2799c13ef46b1101117a64c4a50920e | 163e7b1662d28385ce7482fbc7e92d2bba86136a | /src/RemplacementImpossibleException.java | af8f1dd2e8a879823fc867c898ac21d7d4544c36 | [] | no_license | WissemeAkli/QuizPlateform | e37c349e538e2787ac7c6f67327add407313827b | 76430d2a30dd32e160e658fbef46d73112447519 | refs/heads/master | 2020-09-21T21:08:37.797563 | 2019-11-29T22:44:16 | 2019-11-29T22:44:16 | 224,931,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | public class RemplacementImpossibleException extends Exception {
public RemplacementImpossibleException (){
System.out.println("Le nombre maximal de questions abordant cette notion est déja atteint! \nOn ne peut remplacer aucune question");
}
}
| [
"gw_akli@esi.dz"
] | gw_akli@esi.dz |
dbdf18a49bcd1c2464f96eb62e2e24feb4c8d098 | babf81c29cede6d3f2600a7ec9d6e1c16daf836c | /app/src/main/java/com/example/taxipot_android/domain/usecase/ReportSelReasonUseCaseImpl.java | 08dc7de0d748bc1c6d69c883aac95f4b969da0b4 | [] | no_license | TaxiPot/TaxiPot_Android | 1a3b75a6f1250d61ada99381c815071487ff6272 | f930ba577751fa20217024f457008afb159fdb1e | refs/heads/master | 2020-07-07T10:03:38.448034 | 2019-12-02T11:06:05 | 2019-12-02T11:06:05 | 203,319,809 | 4 | 2 | null | 2019-11-30T19:59:57 | 2019-08-20T07:07:50 | Java | UTF-8 | Java | false | false | 641 | java | package com.example.taxipot_android.domain.usecase;
import com.example.taxipot_android.domain.entity.Report;
import com.example.taxipot_android.domain.repository.ReportSelReasonRepository;
import io.reactivex.observers.DisposableObserver;
public class ReportSelReasonUseCaseImpl extends ReportSelReasonUseCase<Report>... | [
"nwar0825@naver.com"
] | nwar0825@naver.com |
2bd837b94f260f44989fa683c481f7f8fb73cc2d | a5026575cda665451bb6f42343bf443b77da1041 | /app/src/main/java/com/zht/lazyload/LazyLoadFragmnet.java | 7f0e520bf5724dd2f3316aa01c198bb782d196b7 | [] | no_license | zhtoo/LazyLoad | d3c08e4373866a8cf51e648000712b4ef69ec7cb | 79fca97fbd332901cee82d48501a59eab099df66 | refs/heads/master | 2021-05-02T15:19:11.788758 | 2018-02-11T09:07:09 | 2018-02-11T09:07:09 | 120,694,214 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,900 | java | package com.zht.lazyload;
import android.support.v4.app.Fragment;
/**
* 作者:zhanghaitao on 2018/2/8 09:47
* 邮箱:820159571@qq.com
*
* @describe:懒加载模式的Fragment
*/
public abstract class LazyLoadFragmnet extends Fragment {
// mark :to judge fragment if is init complete
// 标志位 :用以判断"初始化"动作是否完成
... | [
"3108003368@qq.com"
] | 3108003368@qq.com |
1acb97ffbe16d26f628c32c9fcd5750f6d88c0ec | 0a54d471036e17d9ac14a3245ffe9b4c3fcdf350 | /BioMightWeb/src/biomight/system/muscular/back/SpinalisCapitisMuscles.java | 0b6f20c77d516e8c9934ccd47cbc800a65b2aa41 | [
"Apache-2.0"
] | permissive | SurferJim/BioMight | b5914ee74b74321b22f1654aa465c6f49152a20a | 3dc2c2b21bc6ece2ca9ac44f0727a433ae9f9430 | refs/heads/master | 2022-04-07T08:51:18.627053 | 2020-02-26T17:22:15 | 2020-02-26T17:22:15 | 97,385,911 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,342 | java | /*
* Created on Jul 7, 2006
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package biomight.system.muscular.back;
import java.lang.reflect.Method;
import java.util.ArrayList;
import javax.naming.InitialContext;
impor... | [
"noreply@github.com"
] | SurferJim.noreply@github.com |
5b0b4bcd3452c957ac2fd49f5f7e0167e2640476 | 3a3a46a7441cd672170f051f7cb0091af34a71b0 | /src/volume_007_Problem_700_to_799/Problem_748.java | 81c3b3fe08fd4901137c346c44e69220123890b8 | [] | no_license | saddathasan/uvaSolved | d39454861dd73dfac8806243cb978b4f7fec7058 | 8f8665d2bce701d302491714a0bf57159dc63615 | refs/heads/master | 2020-03-12T15:09:08.043720 | 2018-04-23T11:08:13 | 2018-04-23T11:08:13 | 130,684,012 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | /**
*
*/
package volume_007_Problem_700_to_799;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.Scanner;
/**
* @author Saddat Hasan
*
*
*Exponentiation
*/
public class Problem_748 {
public static void main(String[] args) throws IOException {
Scanner k = new ... | [
"dr.zola@hydra-machine.local"
] | dr.zola@hydra-machine.local |
0be3ffc09c7e85fef62a12f05211aeefff1d0c2e | 94530bf3b4f3406c0eed7d631cdef301d04b4e31 | /app/src/main/java/com/nanchen/rxjava2examples/practice/main.java | 8b9afd30fb1aa01cf3602728f6b844079051026a | [
"Apache-2.0"
] | permissive | GeJieZhang/RxJava2Examples-master | df6ee89fd90071e48dd82a362f1f968e7e2e1392 | b2cb8fb970b31a76dc720d147f64c1e70080ba7b | refs/heads/master | 2021-07-13T01:09:17.755854 | 2017-10-12T05:13:34 | 2017-10-12T05:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,986 | java | package com.nanchen.rxjava2examples.practice;
import android.util.Log;
import com.nanchen.rxjava2examples.practice.bean.Result;
import java.io.File;
import io.reactivex.Scheduler;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.functions.Consumer;
import io.reactivex.functions.Function... | [
"1241577948@qq.com"
] | 1241577948@qq.com |
24f5b533053c751fe629ff8e7b283e1320ffe4a4 | 6e2a22ef77812729eb20a8ec7f0d22e42acdeaf2 | /ComparatorLambda/src/comparatorlambda/TrafficCard.java | f62c3c4290b4bcdf5551903e4d274172c30f5df2 | [] | no_license | schatze/tira2020 | 7bd7d5301cdd64fc2a502972e62c270416a9961e | 7346857f47899caab9c5cbe31519fbaca7d5327b | refs/heads/master | 2021-05-26T01:49:38.510067 | 2020-04-27T10:08:03 | 2020-04-27T10:08:03 | 254,005,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | 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 comparatorlambda;
import java.util.*;
/**
*
* @author kamaj
*/
public class TrafficCard{
int mTravellerNumber;
Str... | [
"oskar@schatz.fi"
] | oskar@schatz.fi |
f7ff028cb2c4d6f8d1682de091f8853e3c0de744 | d1a9868e448136151d0375f8267e31ebaf35980e | /src/main/java/com/baidu/langshiquan/ioc/autowire/UserDao.java | 567550c83bfa92c2169dd18f83d93e61434f41ec | [] | no_license | z521598/spring-ioc_aop-design | e2b5338d6693501a883555f0bc42816a27652baf | cd23cb60c1625f4957fe39415c897435cfad4b49 | refs/heads/master | 2021-01-02T22:35:20.440456 | 2018-08-25T10:53:42 | 2018-08-25T10:53:42 | 99,348,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package com.baidu.langshiquan.ioc.autowire;
import com.baidu.langshiquan.ioc.User;
/**
* Created by langshiquan on 17/9/27.
*/
public class UserDao {
public void save(User user) {
System.out.println(user.toString() + "has saved");
}
}
| [
"langshiquan@baidu.com"
] | langshiquan@baidu.com |
4c2bfd1da40c2a7aa9ad2274ea747a38d2d14c27 | 42bc36469b9c931d0633633495be7d137e99c90a | /src/main/java/org/garen/oss/exception/GlobalExceptionHandler.java | 6c7fc7e9fdf43de26712b2154f5268c8a206ca32 | [] | no_license | GarenGosling/oss-rest-app | 915469a585171e93fc983ac2c43d792b45a20fba | 1a6db9595ca7d64f5e2f2dc5501f16faa9fb3ff1 | refs/heads/master | 2021-09-09T01:58:10.343916 | 2018-03-13T08:26:00 | 2018-03-13T08:26:00 | 103,112,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,540 | java | package org.garen.oss.exception;
import org.garen.oss.mybatis.exception.DBException;
import org.garen.oss.swagger.model.ErrorModel;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springfra... | [
"liuxueliang@yingu.com"
] | liuxueliang@yingu.com |
65583bbe580e9912ed37c8e7be42b6f82e6fe312 | 4771edd416f5e3f8cfc99f6652de4e761f61429b | /VideoProject/src/com/video/videoproject/toptab/TextDrawable.java | f02b18d2d3c7631d39e504bdfd16d42fa52e4b9e | [] | no_license | HotBloodMan/CommonCode | 26453bc3ba325663be78d4dd4a5afc83e60285d1 | 3198b2b48da39b21e7295c0bf6db5aac7db18622 | refs/heads/master | 2020-05-21T23:55:22.128001 | 2016-12-04T07:11:17 | 2016-12-04T07:11:17 | 62,364,448 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,495 | java | package com.video.videoproject.toptab;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Pain... | [
"18303011272@163.com"
] | 18303011272@163.com |
cde079c6ca06bbfcdae3d44ca8948c5439cad539 | ea64400e00838707649a7c8a199d43256f1899df | /LinkListDemo/ReverseList.java | 930dfa8c305bb640c018acbc7bbd1673ab5d23d9 | [] | no_license | yuyingyingmax/LeetCode | 97f13107591139f5449430ca1a56808113f8b09b | fafb0577202e28a53dbe7cea11b436b6332d20c2 | refs/heads/master | 2020-04-11T03:52:17.786354 | 2019-02-25T11:41:08 | 2019-02-25T11:41:08 | 161,492,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | package simple;
/*
第206题
*/
public class ReverseList {
/*
我的方法1:头插法,顺序将每个节点从头部插入,从而构造一个逆序的链表
*/
public ListNode reverseList(ListNode head){
if(head==null){
return head;
}
ListNode dummy = new ListNode(0);
dummy.next = head;
ListNode p = head.next;
... | [
"583084557@qq.com"
] | 583084557@qq.com |
efcadaf82982eb7a8e0f101d9cc43da727c37bf0 | ed7323c1a9e230cb96298130899286193a29cd66 | /src/OOP/Student.java | 5d1929675c45c479c3e2dc1f15d0df1d9ad69cb6 | [] | no_license | Ahmed01011989/java- | 5094599f7f14acb098b756713ce65b978c45992f | dd42c323f4eeabe286fec3eeb813d2deeff29be9 | refs/heads/master | 2023-01-01T11:54:44.659901 | 2020-10-28T00:46:50 | 2020-10-28T00:46:50 | 305,143,200 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package OOP;
public class Student {
//oop -
//Encopsoltion-data hiding
//polymorphism
//inheritance
//abstaction
String name ;
int id ;
public void setNameOfStudent(){
}
}
| [
"73070696+Ahmed01011989@users.noreply.github.com"
] | 73070696+Ahmed01011989@users.noreply.github.com |
6de36df589d5286af5d71916009c189a689f5fe1 | c0c60df3dfe94ab7e3f1c5cc1d861aea44e96aef | /src/ipfstest/Home.java | 1e7212998f3855f45792884c305eab3dcab3d0d8 | [] | no_license | stella505/IPFSTesting | f8c28a3861cc665aea8ae8036b2195e9173761e2 | 33af6f7e3c8f593370d5ae3255b14fb9426ea47a | refs/heads/master | 2020-03-17T22:46:58.500216 | 2018-05-24T21:45:35 | 2018-05-24T21:45:35 | 134,018,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,404 | 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 ipfstest;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.IOException;
import java.util... | [
"miaoshiwu@miaoshis-mbp.home"
] | miaoshiwu@miaoshis-mbp.home |
62adb02a7a6979c3f5fa9fa5a9fda175bc3ca689 | c68d76541f0a44656bf7716ef8e8dee6e50e37da | /app/src/main/java/com/korzh/poehali/activity_debug.java | 632439ecf4001427bb8901ba0055734d8c7b52a3 | [] | no_license | VladimirKorzh/Poehali | ffe2e74ecc0c74628fccc004398ff177010b571a | e0fec38cabb6675d1cb090051e1042fc3750d807 | refs/heads/master | 2020-05-14T11:54:08.436048 | 2014-07-14T02:38:01 | 2014-07-14T02:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,115 | java | //package com.korzh.poehali;
//
//import android.app.AlertDialog;
//import android.content.Context;
//import android.content.DialogInterface;
//import android.graphics.Color;
//import android.location.Location;
//import android.location.LocationManager;
//import android.os.Bundle;
//import android.os.Handler;
//import ... | [
"vladimirkorshak@gmail.com"
] | vladimirkorshak@gmail.com |
2c2b0862982ac10164ea967d4138768f7630cac1 | f82ead00217d73aba5d2a9c7299c1544b693f5b1 | /juc01-basic/src/main/java/com/wujing/concurrency/信号法/TestPrintAB.java | 4858c2cb2f19fb20432d0f0282114784a64cc87a | [] | no_license | wuguojun119/juc-study | 47c407515cfa17722bbf2fbc606597be913bf04c | 58d3706aacb31bca78eebe487b03e829181c55bc | refs/heads/master | 2022-05-20T14:48:59.655449 | 2020-04-18T05:59:35 | 2020-04-18T05:59:35 | 256,282,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,253 | java | package com.wujing.concurrency.信号法;
/**
* 生产者消费者模式 -> 信号法
*
* 需要 : 轮流打印 AB 内容, 生产者, 消费者, 信号资源
* @author: wj
*/
public class TestPrintAB {
public static void main(String[] args) {
Product product = new Product();
Producer producer = new Producer(product);
Consumer consumer = new Consume... | [
"wuguojun119@126.com"
] | wuguojun119@126.com |
3432ea52b532810b56b8079af5cbc7b88d198616 | 8e8fc0348d8fc014e8ecf831c16b1b8f91e401c5 | /src/main/java/com/pokerstar/api/domain/mapper/agent/AgentWithdrawOrderMapper.java | e48868be8e8dfb9b080f47b8a9b94dfb59bcaed0 | [] | no_license | sosososmall/api | f603e747859c303db6a04663adadb3b48b105be9 | 550ea4e66b32abf16f41540e69993c37645090a7 | refs/heads/master | 2023-03-19T02:39:31.711641 | 2021-03-01T05:31:27 | 2021-03-01T05:31:27 | 330,849,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package com.pokerstar.api.domain.mapper.agent;
import com.pokerstar.api.domain.entity.agent.AgentWithdrawOrder;
import com.pokerstar.api.domain.model.agent.AgentWithdrawOrderOperationBO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Compo... | [
"@qq.com"
] | @qq.com |
1f2be84a7e1b575403a1a8f106fcb7322976932e | 55d2cf1eb3003c51e7d6d6473a2ea2ef3647da84 | /libraryWaterfairy/src/main/java/com/waterfairy/widget/chart/BaseChartView.java | a5f7bd808207255737c53bf344365f83f8607759 | [] | no_license | waterfaity/WaterFairyLibrary | aa0d68bceec1395817fb41fbfd9f6f3d1394aa35 | 1161c5f186a8b4b050a0e9a0edf820e7f7ceb6be | refs/heads/master | 2023-02-19T12:41:31.760660 | 2021-01-19T02:09:01 | 2021-01-19T02:09:01 | 327,326,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,283 | java | package com.waterfairy.widget.chart;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.GestureDet... | [
"995637517@qq.com"
] | 995637517@qq.com |
18d6515a3ad092512d66a88181d825af7eb07f0b | e952b3e5603dbcee320055cb454e9d0bcde50e79 | /app/src/main/java/com/koreait/myapplication/ch10/MovieListActivity.java | c7e9c78842c7dc5e0075039b6c2da0e8ad66a299 | [] | no_license | processUser/android | d068801528a72ffae83b6ce1d98efb3856551137 | bd94216b1f6b916fc3776114f37bb1f3507337e9 | refs/heads/main | 2023-08-23T21:25:09.892886 | 2021-10-26T02:14:25 | 2021-10-26T02:14:25 | 417,010,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,181 | java | package com.koreait.myapplication.ch10;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;... | [
"gitacc33@gmail.com"
] | gitacc33@gmail.com |
14c819abc293a7eb55301b13847d37b7b9f5027b | 5e9b0875f77769a4c21a21ff04c7041639563202 | /src/main/java/com/xuehaizi/sell/controller/WechatController.java | a762b840a5904a011fa2a8f677fd6f0de7c1bd26 | [] | no_license | wanxueqing/sell | 6915972f755b4baff4b8a346dc12dcb6f610d567 | 061000ef2802000791e23f01e1e643b9927944ac | refs/heads/master | 2022-08-02T17:49:47.943013 | 2019-10-07T09:13:39 | 2019-10-07T09:13:39 | 213,339,049 | 0 | 0 | null | 2022-06-21T01:59:56 | 2019-10-07T09:06:28 | Java | UTF-8 | Java | false | false | 3,226 | java | package com.xuehaizi.sell.controller;
import com.xuehaizi.sell.config.ProjectUrlConfig;
import com.xuehaizi.sell.enums.ResultEnum;
import com.xuehaizi.sell.exception.SellException;
import lombok.extern.slf4j.Slf4j;
import me.chanjar.weixin.common.api.WxConsts;
import me.chanjar.weixin.common.error.WxErrorException;
im... | [
"xueqing_wan@163.com"
] | xueqing_wan@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.