blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7a33dedd28434c37ca2ffa5a6bd460efe322c0db | 9a501f792940ad0113ff5fc3f96e97ce0897090e | /jooby/src/main/java/org/jooby/internal/UploadParamReferenceImpl.java | c1ad5c555f88e02bf8d114e7117827f16d53facd | [
"Apache-2.0"
] | permissive | JStumpp/jooby | 651885fd8677a8a18748c60e0ca491bed4c46606 | 9390a580e9d2966b65bd5a6f6ffb1bf5c520f70b | refs/heads/master | 2020-08-01T10:03:56.921913 | 2016-11-12T21:33:42 | 2016-11-12T21:33:42 | 73,577,727 | 1 | 0 | null | 2016-11-12T20:50:43 | 2016-11-12T20:50:43 | null | UTF-8 | Java | false | false | 1,088 | 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... | [
"espina.edgar@gmail.com"
] | espina.edgar@gmail.com |
eda4a76c7f286fcd976296a4857ccc9c0bb355ce | cc0c326f7fd7e780095abd6741ac54442bbeebda | /src/test/java/linkedlist/mergepoint/SolutionTest.java | a05e16243c0175830b2dee6f8eac5d4f0e65b9b9 | [
"Apache-2.0"
] | permissive | amasiakiewicz/algo-fun | ffae63a888d96ca43dab628364f6ba3edb42992a | f8bc003d2c6ed55d4a599ac06b3da1ea98821426 | refs/heads/master | 2021-05-19T09:37:25.779001 | 2020-10-29T00:21:08 | 2020-10-29T00:21:08 | 251,633,570 | 0 | 0 | Apache-2.0 | 2020-10-13T20:48:07 | 2020-03-31T14:46:34 | Java | UTF-8 | Java | false | false | 2,411 | java | package linkedlist.mergepoint;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import junitparams.JUnitParamsRunner;
import junitparams.Parameters;
import lombok.AllArgsConstructor;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(JUnitParamsRunner.class)
public... | [
"arkadiusz.masiakiewicz@avra.pl"
] | arkadiusz.masiakiewicz@avra.pl |
976d860200be9607f1a542dc35cfc47a2a2b70f4 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /retailbot-20210224/src/main/java/com/aliyun/retailbot20210224/models/AddCoreEntryRequest.java | 3c7594b5df296c3fa68839359729403793c62f57 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 2,267 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.retailbot20210224.models;
import com.aliyun.tea.*;
public class AddCoreEntryRequest extends TeaModel {
@NameInMap("RobotCode")
public String robotCode;
@NameInMap("SimilarEntry")
public AddCoreEntryRequestSimilarEntry similarEn... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
6dee46dad7925a84cda15a69f82bd5396577a61b | e34c856bbd9e6e72c824f197bc8f9904c6b755b6 | /src/main/java/com/lyw/blog/web/admin/BlogController.java | 503d9970998e155f8ae7106368daff258efdd134 | [] | no_license | Tencent007/blog | 7cf9add5f760a38b877ffc239d8359f83d16f5b1 | bf2513682340c57e09ada2491bc50eddcf9c2646 | refs/heads/master | 2022-12-08T04:17:34.520121 | 2020-09-07T14:06:13 | 2020-09-07T14:06:13 | 292,574,350 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,626 | java | package com.lyw.blog.web.admin;
import com.lyw.blog.po.Blog;
import com.lyw.blog.po.Type;
import com.lyw.blog.po.User;
import com.lyw.blog.service.BlogService;
import com.lyw.blog.service.TagService;
import com.lyw.blog.service.TypeService;
import com.lyw.blog.vo.BlogQuery;
import org.springframework.beans.factory.ann... | [
"1442874890@qq.com"
] | 1442874890@qq.com |
e64d982a18ebffa7baf70f84e52e16bd2dc8fa87 | 43f4ba3dc448e9e26f44b582d188475914c7c632 | /vue-web1/src/main/java/com/test/listen/RedisListener.java | fa34508631dc2cacd8d1dc4702dd083edcae3fd1 | [] | no_license | hongyating-520/test_project | e8e44ca1f4d4810f40bdff4883efe7501e0f0eca | d52a73c6201b8e88b33f72d75a9cc91a430e4400 | refs/heads/master | 2023-06-03T15:24:23.823308 | 2021-06-24T04:44:09 | 2021-06-24T04:44:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.test.listen;
import org.springframework.stereotype.Component;
//@Component
public class RedisListener extends MyListener<ReloadEvent> {
@Override
void doEvent(ReloadEvent event) {
System.out.println("reload event");
for (String key : event.getKeys()) {
System.out.print... | [
"416432541@qq.com"
] | 416432541@qq.com |
95a14e4c42baabf2ee2796d09f29feffa634dd66 | 68c7a1bb1b9bea1499ef2945362776fcc1978ae4 | /src/main/java/vns/collection/syntax/ExpressionParser.java | a2a4b4f63b77744b87d07ea5c0a9a5be26b9452d | [] | no_license | vnsimonenko/CollectionManager | 808163e67f8c999a333c3fd1cd2c5727820ce11f | 2862a8105900b90ca22ef0a02eb3aae4aab6de1a | refs/heads/master | 2021-01-10T01:32:35.319998 | 2016-03-14T13:54:34 | 2016-03-14T13:54:34 | 53,589,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,405 | java | package vns.collection.syntax;
import org.apache.commons.lang3.StringUtils;
import vns.collection.CollectionException;
import vns.collection.Helper;
import vns.collection.Predicate;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* ExpressionParser
*/
public class Expression... | [
"you@example.com"
] | you@example.com |
4ac0f8aebb2764861f147ffe480aa65c669fffab | e966c5abcd225460feee543f9c439467a3b957b4 | /src/main/java/sexy/kostya/serena/network/SerenaPacketProcessor.java | a25af4f07598d91442299b82c85c2a66a9b5bee8 | [] | no_license | RinesThaix/Serena | d668ac7cf818c0d47f4102c2ec8951511aefe255 | 0b30110293e2aee76791279749d7e464472f5035 | refs/heads/master | 2020-04-06T07:08:48.285470 | 2018-03-07T16:02:22 | 2018-03-07T16:02:22 | 124,180,295 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,415 | java | package sexy.kostya.serena.network;
import org.inmine.network.Packet;
import org.inmine.network.PacketProcessor;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Consumer;... | [
"iam@kostya.sexy"
] | iam@kostya.sexy |
2321255c59adeb36c3f2b267421746b0dbc10e53 | 5cea14c328dd65c2626bf02e3c9b042fb6716e65 | /Java3/src/abcd/Script.java | 36af8d8fc5bbc59b01baad2d67b757785581b267 | [] | no_license | shabnam-mogal/Java3 | 4d04483a69e39737d84530497378521c9dcd5a46 | 7b552aca1bec8ce9e6a757a2156a48642234960f | refs/heads/main | 2023-05-31T17:12:39.819888 | 2021-06-25T06:44:54 | 2021-06-25T06:44:54 | 380,140,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package abcd;
public class Script {
public static void main(String[] args) {
String s1="abt567jiuy";
System.out.println(s1.replaceAll("[^a-zA-Z]",""));
System.out.println("data is ready ");
System.out.println("data is imporant1");
}
}
| [
"salman@salman-PC"
] | salman@salman-PC |
23c089d8232de14420e86a87f0f659a199f997a3 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /Chrystalz/src/studio/ignitionigloogames/chrystalz/manager/asset/MusicManager.java | 74b4a0a53d789d769f8dd28c737c2996875a6ac6 | [
"Unlicense"
] | permissive | retropipes/older-java-games | 777574e222f30a1dffe7936ed08c8bfeb23a21ba | 786b0c165d800c49ab9977a34ec17286797c4589 | refs/heads/master | 2023-04-12T14:28:25.525259 | 2021-05-15T13:03:54 | 2021-05-15T13:03:54 | 235,693,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | /* Chrystalz: A dungeon-crawling, roguelike game
Licensed under MIT. See the LICENSE file for details.
All support is handled via the GitHub repository: https://github.com/IgnitionIglooGames/chrystalz
*/
package studio.ignitionigloogames.chrystalz.manager.asset;
import java.net.URL;
import java.nio.BufferUnderflowE... | [
"eric.ahnell@puttysoftware.com"
] | eric.ahnell@puttysoftware.com |
213db523a0844c1a55a96b3a8eea194defea49d1 | c03f3d39f52832efe26c344c25465a6212e7d4e5 | /src/com/assignment5/UpdateCopyServlet.java | 54d7185a59e21f3d6c46e5850c23801e3af3ef13 | [] | no_license | AndrChinchilla/Database-Modification-Website | 834f4c3fb4413f1954689ef8875dc0f1e9cd37af | 0ae9edd95a0871be27ade038135fbdf8fb21aa55 | refs/heads/master | 2022-11-18T00:04:06.456367 | 2020-07-22T19:57:29 | 2020-07-22T19:57:29 | 281,780,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,306 | java | package com.assignment5;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.... | [
"achin059@fiu.edu"
] | achin059@fiu.edu |
af553afbf692828bc9589b2914d813931d0160de | 88c1f54788dd469ee226394a1ffca8d3df518a70 | /baselibrary/src/main/java/com/crazyorange/beauty/baselibrary/file/FileUtils.java | 33cb107a65ca56bbebdfc16168ba70e22aa91c9e | [] | no_license | guo842917077/BeautyWeather | 884100142286dceba5b47b36843fbf06fea76985 | 77a43f77ad5693dfa6c745e3644955ebcb325db9 | refs/heads/master | 2022-11-29T06:24:13.106687 | 2020-07-29T12:43:13 | 2020-07-29T12:43:13 | 276,788,878 | 0 | 0 | null | 2020-07-29T12:34:47 | 2020-07-03T02:27:37 | Java | UTF-8 | Java | false | false | 2,486 | java | package com.crazyorange.beauty.baselibrary.file;
import android.content.Context;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Comparator;
/**
* author v_zhouqiang
* email v_zhouqiang@baidu.com
* Time 2019/1/31 上午10:28
*/
public ... | [
"842917077@qq.com"
] | 842917077@qq.com |
41a0c07191cd9a89116c38b6bed92a1164635e2c | c06733cac7caeabff821033aafa4952d68ee8c7c | /src/main/java/com/dukesdesigns/maganin/service/mapper/UserMapper.java | 7322c5097ca9ecaa0b417ec33ff95ee6a8f4c8d6 | [] | no_license | Al-Biruni/maganin | 1d06a3ac58f7adfad99d2b2ece9190739df1fbbc | 50b261ee7e6b1aa461a7aa75106fb4f72b621888 | refs/heads/master | 2023-06-09T02:44:12.567626 | 2021-04-08T19:12:00 | 2021-04-08T19:12:00 | 356,007,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,495 | java | package com.dukesdesigns.maganin.service.mapper;
import com.dukesdesigns.maganin.domain.Authority;
import com.dukesdesigns.maganin.domain.User;
import com.dukesdesigns.maganin.service.dto.UserDTO;
import javax.inject.Singleton;
import java.util.HashSet;
import java.util.List;
import java.util.Objects;
import java.uti... | [
"hi_boy2009@hotmail.com"
] | hi_boy2009@hotmail.com |
7b2c619bdab91bbbee9ccd7d8735528ec31cca64 | 8431352c23e2621c36eb3a43f0f2169dda5dafba | /ideaJava-jdk8/src/com/comanche/DesignMode/structural/composite/composite_simple/Developer.java | 2e9a715f6355562c988ea62a9e4e68f7616f105a | [] | no_license | antsgod/test-repo | 06eb11eb0f878a42d18a4fae0013f25d7230c1d3 | 4c1b9187f2eeed64319f3a7576481b5196928600 | refs/heads/master | 2023-03-23T08:38:25.790797 | 2021-03-14T07:53:38 | 2021-03-14T07:53:38 | 272,195,889 | 0 | 0 | null | 2021-03-01T15:55:11 | 2020-06-14T12:17:13 | Java | UTF-8 | Java | false | false | 1,072 | java | package com.comanche.DesignMode.structural.composite.composite_simple;
// leaf
public class Developer implements IEmployee {
private String name;
private double salary;
public Developer(String name, double salary) {
this.name = name;
this.salary = salary;
}
@Override
public void add(IEmployee employee) {
... | [
"antsgod30329398@163.com"
] | antsgod30329398@163.com |
3d73bb92277714465c5eff6935680ea4b95dc37f | 2242b93d1884cf05dcdf208cb018fefc45d0bee2 | /webProject/src/page/mian.java | 72ebe036837209c8f60c9d8ad838950445160007 | [] | no_license | LanyangyangAndWho/workspace | 2a8e833dc31623a88b795ec127a09b3ca2a73ae3 | 81038f388cc86a3732c660d12a268ffab4894aa4 | refs/heads/master | 2020-04-13T07:19:29.651691 | 2018-12-25T05:14:23 | 2018-12-25T05:14:23 | 163,048,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38 | java | package page;
public class mian {
}
| [
"1424666462@qq.com"
] | 1424666462@qq.com |
a48fcce10b8f1abd5ad63653e29f02d5af0eab8e | 4c8f1a68b02bdfe613f4cb9cdc5c7363a43aaff5 | /src/main/java/com/cjburkey/claimchunk/config/ccconfig/CCConfigParser.java | ab59ec95210f5e241a39d07a4f0854ccce398fe3 | [
"MIT"
] | permissive | duwhyy/ClaimChunk | b1723c9a0329c3ee8e1e37dd8a8e840663cc545e | 7e2eadb700da2c5247b7f3b90b2c0add8f35498e | refs/heads/master | 2023-07-07T12:00:55.684433 | 2021-07-27T05:48:14 | 2021-07-27T05:48:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,221 | java | package com.cjburkey.claimchunk.config.ccconfig;
import javax.annotation.Nonnull;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CCConfigParser {
private static final int REGEX_FLAGS = Pattern.COMMENTS // This makes the regex a lot easier to r... | [
"cjburkey01@gmail.com"
] | cjburkey01@gmail.com |
6cf2c812611eda4bd603a96f581e4af6b2e51689 | e18162a9b2dedf2fee3cfe08fd250e2139136e98 | /data/src/main/java/org/icegeneral/mvvm/data/internal/webservice/WebServiceInvocationHandler.java | 468a9801497c370718cd26daed96a50849088f28 | [
"Apache-2.0"
] | permissive | yzp531/MVVM | 8c1ffbbb4b359fdfd79c649e5167ad5c0c303d74 | 8e5b757bc0202fdb6d2a337387bc8eac4d357652 | refs/heads/master | 2021-01-18T05:13:21.118682 | 2017-02-20T03:00:11 | 2017-02-20T03:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,845 | java | package org.icegeneral.mvvm.data.internal.webservice;
import org.icegeneral.mvvm.data.DiskCache;
import org.icegeneral.mvvm.data.utils.DigestUtils;
import java.io.IOException;
import java.io.Serializable;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import rx.Observable;
import rx.Sub... | [
"jianjun.lin@baidao.com"
] | jianjun.lin@baidao.com |
c8fa63407bd3aad31416b5d6ebc9a3dc63260d6b | d620ab67aa540c7d8466325a39f962fcf074bd06 | /modules/dsb-cxfutils/src/test/java/org/petalslink/dsb/cxf/HelloServiceImpl.java | ccaf37b1e90f21c832b0c6e1450729ce232b100f | [] | no_license | chamerling/petals-dsb | fa8439f28bb4077a9324371d7eb691b484a12d24 | 58b355b79f4a4d753a3c762f619ec2b32833549a | refs/heads/master | 2016-09-05T20:44:59.125937 | 2012-03-27T10:28:37 | 2012-03-27T10:28:37 | 3,722,608 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | /**
*
*/
package org.petalslink.dsb.cxf;
/**
* @author chamerling
*
*/
public class HelloServiceImpl implements HelloService {
/* (non-Javadoc)
* @see org.petalslink.dsb.cxf.HelloService#sayHello(java.lang.String)
*/
public String sayHello(String in) {
System.out.println("WS Called");
... | [
"christophe.hamerling@gmail.com"
] | christophe.hamerling@gmail.com |
b7df1a5f4374086a3399cb11980b417ee9d20095 | 85986e4d862e6fd257eb1c3db6f6b9c82bc6c4d5 | /prjClienteSIC/src/main/java/ec/com/smx/sic/cliente/mdl/dto/ArticuloBitacoraCodigoBarrasDTO.java | 4ccf68ff795057c285cd2fdf36bc1d23e6518e80 | [] | no_license | SebasBenalcazarS/RepoAngularJS | 1d60d0dec454fe4f1b1a8c434b656d55166f066f | 5c3e1d5bb4a624e30cba0d518ff0b0cda14aa92c | refs/heads/master | 2016-08-03T23:21:26.639859 | 2015-08-19T16:05:00 | 2015-08-19T16:05:00 | 40,517,374 | 1 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 11,527 | java | package ec.com.smx.sic.cliente.mdl.dto;
import static javax.persistence.FetchType.LAZY;
import java.sql.Timestamp;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.JoinColumns;
i... | [
"nbenalcazar@kruger.com.ec"
] | nbenalcazar@kruger.com.ec |
6c658fd45a1d9f1314ed888da10cd3b04a03d58b | 90f3a8153d4b55d854c570d3ef90f69e965e7bfd | /Coding Ninjas/KaranAtThePg.java | 0ba3d3fee448b0a8fe6f4ac55115c3b8e3f947af | [] | no_license | uditiarora/Competitive | d75c3b60d4818736f428517a0f944f3854b2c47a | f57b0202d02ab15b147bf50e9357a2a6e256fa93 | refs/heads/master | 2023-07-07T09:12:15.098829 | 2020-10-26T12:45:34 | 2020-10-26T12:45:34 | 203,732,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,666 | java | import java.util.*;
public class Main {
public static void main(String args[] ) throws Exception {
Scanner s = new Scanner(System.in);
int q=s.nextInt();
for(int t=0;t<q;t++)
{
int n=s.nextInt();
String s1[]=(s.next()).split(":");
int in=I... | [
"uditiarora@gmail.com"
] | uditiarora@gmail.com |
3cb542cc0386d812ab685835b74c2e354bcfa7aa | 2c461e92045846099e2ab2f64565328ab26bc6d1 | /src/main/java/com/bancodebogota/ptdo/parametria/model/Respuesta.java | d6637adcf61096d2634564bc97b8737569c3ad04 | [] | no_license | jonathanarroyo/WsRestParametria | 1be1fbe4ffcda4536d1f2c179eeaad2c8132533d | 66a7c5124065b76c855bec1e35d4fa9fc5a42daf | refs/heads/master | 2020-04-13T05:48:36.596255 | 2018-12-24T16:00:18 | 2018-12-24T16:00:18 | 163,003,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.bancodebogota.ptdo.parametria.model;
public class Respuesta {
private Integer estado;
private String descripcion;
private String parametro;
private String valor;
public Respuesta() {
}
public Respuesta(Integer estado, String descripcion) {
this.estado = estado;
this.descripcion = descripcion... | [
"zaidnevits@gmail.com"
] | zaidnevits@gmail.com |
c6dac10d8e6aa3c0e6fdaa7a19705b8e240c9db0 | 0f3b8a0cab7673671c5905bcf1cac41c3168ad2c | /src/main/java/com/zsy/springframework/context/ApplicationContext.java | 16eb4a1e0ebca636d11ba2709d8e698fdc7c2052 | [] | no_license | ZHUSHENGYU/spring.01 | 0f36a8c7d67d0139b5184cdc3edc8f7296e22034 | da81ff9ea7a795de9c6b8bd46da48de577818f12 | refs/heads/main | 2023-07-28T18:26:02.195617 | 2021-09-14T06:09:17 | 2021-09-14T06:09:17 | 403,795,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.zsy.springframework.context;
import com.zsy.springframework.beans.factory.ListableBeanFactory;
import com.zsy.springframework.context.support.event.ApplicationEventPublisher;
public interface ApplicationContext extends ListableBeanFactory, ApplicationEventPublisher {
}
| [
"757521389@qq.com"
] | 757521389@qq.com |
2864287b0d4619183c4559b90d967c59a9df37df | ca0e5ee574c605f32bd556c2376eda56de0b2fe2 | /src/algorithm/Pallindrome.java | 9bcf256a15f09945d3a3b34db8e4d1a94e6ee3c8 | [] | no_license | aayushnig07/LeetCode | 8e8d9665c8660a4af114d412f42efbb9a67c70a6 | 7eda8980fc331c10feb327569412a98aded3b154 | refs/heads/master | 2023-07-14T18:05:06.310089 | 2021-08-29T17:36:05 | 2021-08-29T17:36:05 | 401,103,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package algorithm;
//https://leetcode.com/problems/palindrome-number/
//
public class Pallindrome {
public static void main(String[] args) {
System.out.println(isPallindrome(-121));
}
public static boolean isPallindrome(int n){
if(n==0)
return true;
if(n<0)
... | [
"aayushnig07@gmail.com"
] | aayushnig07@gmail.com |
ec0e2c0592db7fd3eb5686451d8a494201d4b830 | a163124095e0941064da29663a718047b15f4811 | /RestaurantAdvisor/src/main/java/com/restaurantadvisor/website/model/UserDetails.java | 71058b4f9c12ee6e65976bb3b37cc75c8d5b52e6 | [] | no_license | shahsmit14/RestaurantAdvisor-Web | 8291dc2393bfc764dfeee9b21ad5348bce107adf | 1bd0e31403718664eecffdb2516005a0dfcf3b5d | refs/heads/master | 2021-01-16T20:42:20.875533 | 2016-06-22T02:04:44 | 2016-06-22T02:04:44 | 61,680,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,228 | java | package com.restaurantadvisor.website.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
import org.hibernate.an... | [
"shahsmit14@gmail.com"
] | shahsmit14@gmail.com |
a950d63a90fbb11976df54d53c9a71a95d446383 | 9e6813584a10897ac9340819e7fee97f7f16dd34 | /app/src/main/java/com/example/shopping/fragment/CartFragment.java | d0aa2eb29e508c0d67d8f7c6cf5a614a899bb8b4 | [] | no_license | bboyzou/MyShopping | 50f321a2d8550b74f558f76c7e1a4c335ebef265 | 09e30419c2bceb8b6ca32c3477344115790ede5c | refs/heads/master | 2021-01-20T00:28:23.754386 | 2017-04-23T11:40:17 | 2017-04-23T11:40:17 | 89,135,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 527 | java | package com.example.shopping.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.shopping.R;
/**
* Created by 邹家豪 on 2016/9/28.
*/
public class CartFragment extends Fragment {
... | [
"616041906@qq.com"
] | 616041906@qq.com |
fabbb80832ed7496c6e20aeae2435f396707a08a | 6fd8de8ec582a6668f3e019af6b1dd675d74a051 | /src/main/java/com/autoplus/entity/Modification.java | 6f734a6712e89310e28e41f3ad749b3a6178b495 | [] | no_license | ACM-Unit/catalog | b5cfdcd60596f7dc868554b14ef89316f54f9ee1 | d1448aef38fd5e89f266e5755378e09dc96b392d | refs/heads/master | 2020-04-09T02:49:29.556409 | 2018-12-25T21:20:02 | 2018-12-25T21:20:02 | 159,956,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,793 | java | package com.autoplus.entity;
import java.util.Objects;
public class Modification {
private Car parent;
private String name;
private String engineType;
private String engineModel;
private String engineCapacity;
private String power;
private String drive;
private String date;
private... | [
"viacheslav.koshchii@gmail.com"
] | viacheslav.koshchii@gmail.com |
39c29f39688d6229ff68bba2afa5ce07bba1581a | 1a6449660a10b7f784849472050bd13638622364 | /inventory/src/main/java/com/example/demo/service/InventoryService.java | a09c00bbeaa6b2c8fb061f246366990fcb297a1d | [] | no_license | harsha-jayan/order-product | b77ccf3ef41be6d0cb28a38caffded30d57233a7 | c083e761bba915039adbda5c756f2fcd18c862f1 | refs/heads/master | 2020-12-19T03:39:31.063440 | 2020-01-22T15:53:39 | 2020-01-22T15:53:39 | 235,607,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package com.example.demo.service;
import org.springframework.stereotype.Service;
public interface InventoryService {
public String insertToInventory();
}
| [
"harshajayan18@gmail.com"
] | harshajayan18@gmail.com |
9becaf921f34d4d1d524cd66c8f96b8b911c0b28 | 0ab6b2e423fb7a1e64c98a41c3a960c90f4795bf | /src/Position.java | 634a7f8e586a0247ca3ac55cccbff9f71f3b7f07 | [] | no_license | ItsaiNk/ProjectCybersecurity-DIEM_UNISA | 741ca1ca3acb44df33c43b9d0e9bc506ef3849fe | bdf78405cbeb1ebf5b56d9cd20f9d03eb2be1a29 | refs/heads/main | 2023-08-19T02:45:16.749009 | 2021-09-23T16:31:44 | 2021-09-23T16:31:44 | 409,653,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | import java.util.List;
import java.util.Random;
public class Position {
private int posX;
private int posY;
public Position(int range)
{
posX = (new Random().nextInt(range) + 1)*(new Utils<Integer>().getRandomItem(List.of(-1,1)));
posY = (new Random().nextInt(range) + 1)*(new Utils<In... | [
"vincenzovigliotti94@gmail.com"
] | vincenzovigliotti94@gmail.com |
158ddf7ae017639f0c9106b93f4c787ca2a4332c | c75df0ed618b13635afb12583c67c5ea91c328d8 | /src/main/schedule/background/Threads.java | c0d1f6379429807b70669aedc137a128f29f5c01 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nhibberd/search | a8db0f7ffff76a1d7ce55d625dcb257538f9b70f | 0f9a27692c47431e1931a4f9291f2b03b5cc67ee | refs/heads/master | 2016-08-08T04:03:48.054171 | 2013-01-06T09:03:36 | 2013-01-06T09:03:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | package main.schedule.background;
import java.util.ArrayList;
import java.util.List;
public class Threads implements Stop {
private final List<Stop> stoppers = new ArrayList<Stop>();
private final List<Thread> threads = new ArrayList<Thread>();
private final Handler logger = new LoggingHandler();
pub... | [
"ops@textbox.io"
] | ops@textbox.io |
2942d8c84a2a85a915ce271918cf338b9626dd8e | e9beaeeacb8e3ba592e4117d2c1230b9c4fd2ca9 | /day16/src/cn/tedu/tickets/TestThread.java | b11d298778dd16933436f942fd805d66abada13e | [
"MIT"
] | permissive | JLuminary/JavaSE | 51be1572389169bc03396f40a2a473620e1d0bc0 | aa268cbcb783de2409d7a8d1bb64ac36626e2655 | refs/heads/main | 2023-08-27T06:37:35.443048 | 2021-11-10T10:01:54 | 2021-11-10T10:01:54 | 426,569,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,354 | java | package cn.tedu.tickets;
/*需求:设计多线程编程模型,4个窗口共计售票100张
* 本方案使用多线程编程方案1,继承Thread类的方式来完成*/
public class TestThread {
public static void main(String[] args) {
//5.创建多个线程对象
TicketThread t1 = new TicketThread();
TicketThread t2 = new TicketThread();
TicketThread t3 = new TicketThread();
... | [
"947225307@qq.com"
] | 947225307@qq.com |
b3f6459e876025f87a589a5bd1dd457b54a1082f | 322ebac500bc5bb4aaac1b8ac9e402275fcf134d | /TbLibrary/src/main/java/com/timingbar/safe/library/base/delegate/ActivityDelegateImpl.java | 318f656509ac502e4afc8d5746c9b6394eec1b64 | [] | no_license | rqmei/mvp | b2e501bfaf90917490ad0b9aebbbb5602aa901bb | 7a1d6cd1ce15c5ea6f2497a861c60e319332a4ce | refs/heads/master | 2021-01-25T12:49:54.366940 | 2018-03-12T02:24:47 | 2018-03-12T02:24:47 | 123,517,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package com.timingbar.safe.library.base.delegate;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.Bundle;
import android.os.Parcel;
import butterknife.Unbinder;
import com.timingbar.safe.library.mvp.IPresenter;
/**
* ActivityDelegateImpl
* -------------------------------------... | [
"1280309704@qq.com"
] | 1280309704@qq.com |
ff20a70858e00e773f5a9e65405bd0e9389fe3e8 | 9f4e314b2d376817e6e1316f588337933d8c68a7 | /toolingmodel/src/main/java/com/gradleware/tooling/toolingmodel/repository/internal/DefaultModelRepository.java | 2110de3d53753fe16ed8f4cd9ae682db534a5c37 | [
"Apache-2.0"
] | permissive | melix/tooling-commons | 81731ed61c41e9a1cdc4e66e9f871a2aee5d759f | 0e94f93bbd5f46dd6a28331b6e3b8549d4909a84 | refs/heads/master | 2021-01-16T21:17:13.028546 | 2015-03-29T06:39:29 | 2015-03-29T06:39:29 | 33,983,993 | 0 | 0 | null | 2015-04-15T09:05:03 | 2015-04-15T09:05:03 | null | UTF-8 | Java | false | false | 21,774 | java | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"etienne.studer@gradleware.com"
] | etienne.studer@gradleware.com |
3052b637af728337d525bfa5c7fe84eb4b0d7286 | e6fa16d9c1dc6a66b645f442148b901185906418 | /src/com/javapandeng/controller/ItemCategoryController.java | 89e93c51609c3a2cdbc3355699a55c6ecf1cab9e | [] | no_license | Xw3C/ssm_shoppingWeb | aa95e49a1a9121995dcbbe5384cd33131782b5fd | 1c9a7f1770e81f556c6e7810c67f56c04cf33c83 | refs/heads/master | 2022-11-29T13:22:15.279492 | 2020-08-18T07:52:21 | 2020-08-18T07:52:21 | 286,962,540 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,560 | java | package com.javapandeng.controller;
import com.javapandeng.base.BaseController;
import com.javapandeng.po.ItemCategory;
import com.javapandeng.service.ItemCategoryService;
import com.javapandeng.utils.Pager;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller... | [
"875722013@qq.com"
] | 875722013@qq.com |
ec09a86033bd604024703ea8fdf1fe5353ee985e | b22bfb4a422599f469ba634f5970a5bbccbe7769 | /controlsfx/src/main/java/impl/org/controlsfx/spreadsheet/SpreadsheetGridView.java | 514103d0bc46b33313f960556e6e60b7dda41425 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | HemanshuGandhi/controlsfx | c3c1016e8b056e231c384db8e71c1506d2dc27de | 7ef13e17c6b3acbd37eb6674f72ea909b4d1d5a6 | refs/heads/master | 2021-11-23T23:51:13.194671 | 2021-09-21T16:37:10 | 2021-09-21T16:37:10 | 244,834,072 | 0 | 0 | NOASSERTION | 2020-03-04T07:22:07 | 2020-03-04T07:22:06 | null | UTF-8 | Java | false | false | 3,557 | java | /**
* Copyright (c) 2013, 2014, 2015 ControlsFX
* 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... | [
"samir.hadzic.pro@gmail.com"
] | samir.hadzic.pro@gmail.com |
3c7da686685871fe7b82d6fe5b1c3a888aee13df | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/boot/svg/a/a/dl.java | b0485a27d24a2e92a79f763a111d199d8aa4adb7 | [] | no_license | ZoranLi/wechat_reversing | b246d43f7c2d7beb00a339e2f825fcb127e0d1a1 | 36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a | refs/heads/master | 2021-07-05T01:17:20.533427 | 2017-09-25T09:07:33 | 2017-09-25T09:07:33 | 104,726,592 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,659 | java | package com.tencent.mm.boot.svg.a.a;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Paint.Cap;
import android.graphics.Paint.Join;
import android.graphics.Paint.Style;
import android.graphics.Path;
import android.os.Looper;
import com.tencent.mm.s... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
2e1f6668868974bc288bf3ba7d2b9a61f55d226c | e431102d25c6d52b4c010582a305429850229b64 | /core/src/main/java/net/consensys/wittgenstein/tools/CSVLatencyReader.java | 5a390689689e8d000faa6833cd825d5211432ffe | [
"Apache-2.0"
] | permissive | balabhaskar27/wittgenstein | ccba3b560539324fb9398a164fddd4af60160026 | fe0414c02f0ef576c9a0c7ccb29581be58862acf | refs/heads/master | 2022-04-01T18:20:40.642828 | 2020-01-31T15:53:57 | 2020-01-31T15:53:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,794 | java | package net.consensys.wittgenstein.tools;
import java.io.*;
import java.util.*;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVParser;
import org.apache.commons.csv.CSVRecord;
public class CSVLatencyReader {
private static final String DIR_NAME = "Data";
private static final String CSV_... | [
"liochon@gmail.com"
] | liochon@gmail.com |
9bf3943f618c1e4dd3657e7604421d276e7aee4d | eb770ae33e30a9223d0230426047bb0bb03f369b | /app/src/main/java/com/example/keylorlidan/simpletodo/EditActiviy.java | 7f1bcdc10d4698d09791f9b6a9d8436a5a336712 | [] | no_license | keylorsdu/SimpleToDo | cc49a82a522b42fbbbbb278a91671d83cc62fdd8 | e54b5892115d3088c2b6c8b8794727fc9add9cb1 | refs/heads/master | 2020-04-15T22:48:47.890940 | 2014-12-23T16:36:11 | 2014-12-23T16:36:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package com.example.keylorlidan.simpletodo;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.... | [
"sdukeylor@gmail.com"
] | sdukeylor@gmail.com |
bc061827f27a0e975e09e091bedf1e1a28f25bfe | 399770372696ccc8404593d1f6ea208e8f2c6ac0 | /src/main/java/com/JohnHaney/OpenJob/controllers/OrderController.java | 878ecc19ec89ba38d2cfe9f9a4f8b5ab20ac1f5c | [] | no_license | dongyongkim603/OpenJob | 93fc0b3179c6c90991b73c7d9d64dc9f5ead6a0c | b989044bec65a56e1b03fe9d997e108f071ed11f | refs/heads/main | 2023-01-21T09:20:39.096989 | 2020-11-03T03:47:40 | 2020-11-03T03:47:40 | 303,536,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | package com.JohnHaney.OpenJob.controllers;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAtt... | [
"dongyongkim8@gmail.com"
] | dongyongkim8@gmail.com |
d1568b9454b6c5d7ec26263a47f6ebd3d7b060e9 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/1/org/apache/commons/lang3/math/NumberUtils_max_1211.java | 1b3788996f380aa2b4a81a0f3f94d0e7718b07a6 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,567 | java |
org apach common lang3 math
extra function java number class
version
number util numberutil
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
4cea450dfe1b274f58378bf7abad2b13f8846aa3 | 201fcdc02dcd36f0552b41d04c1a19dc142dc97f | /sources/okhttp3/internal/connection/RealConnectionPool$cleanupRunnable$1.java | 36f5b0151206e37c88485fd179fd9969bed43f29 | [] | no_license | devil-coder-dot/CopyCode | 6072f34a4d4590ebd0d77a58c3d514b63cbee286 | 17eac10285cd56ee204925017b8993f7b781d0d8 | refs/heads/master | 2022-10-17T05:38:17.660272 | 2020-06-16T08:36:32 | 2020-06-16T08:36:32 | 272,639,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,183 | java | package okhttp3.internal.connection;
import kotlin.Metadata;
import okhttp3.internal.Util;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0011\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H\u0016¨\u0006\u0004"}, d2 = {"okhttp3/in... | [
"harishmohammed94@gmail.com"
] | harishmohammed94@gmail.com |
dd18683b2957be4a83a2ff3046e59caf97b6241b | d2cb193a2c0447bd399eed88f595baeeb7c7ca1a | /VIN/src/main/java/edu/iit/cs445/vin/rest/DeliveryService.java | d0587dc30605e61aa601a2c4b917bed9ea73c022 | [] | no_license | odrzywolska/cs445 | c111fdf60ba92220dda05fa253823dce4bcf99de | 3fce1926d4ff3b173bcfa79e276bee0788f6c409 | refs/heads/master | 2020-05-18T12:04:40.238995 | 2015-04-29T04:57:18 | 2015-04-29T04:57:18 | 30,134,833 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package edu.iit.cs445.vin.rest;
import edu.iit.cs445.vin.action.DeliveryAction;
import edu.iit.cs445.vin.data.ReceiptData;
import edu.iit.cs445.vin.data.SubscriberData;
import edu.iit.cs445.vin.request.ReceiptRequest;
import edu.iit.cs445.vin.response.DeliveriesResponse;
import edu.iit.cs445.vin.response.IdResponse;
i... | [
"sodrzywo@hawk.iit.edu"
] | sodrzywo@hawk.iit.edu |
8623034bc96d899ba33f937c1ee91ab5a1044984 | d15a11f3788ba1757376215caa04fbdf4f474fc3 | /src/main/java/javaeetutorial/dukesbookstore/service/MemberFacadeREST.java | 3980cef6b87b4603301394d340795f53e00ff7aa | [] | no_license | cis3007-s2-2016/Bookstore | 7194a8b38f3c2ef8fb295a5a473bd8ebd7dde443 | 21c44e21cdca84aba215f6b260180e796f3aed31 | refs/heads/master | 2020-05-21T13:47:19.194818 | 2016-10-24T09:29:17 | 2016-10-24T09:29:17 | 64,057,065 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,309 | 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 javaeetutorial.dukesbookstore.service;
import java.util.List;
import javaeetutorial.dukesbookstore.entity.Member;
import javax... | [
"kylelt@users.noreply.github.com"
] | kylelt@users.noreply.github.com |
a96248dfabe39c9f781dad5e179725707b638061 | 20507ca83bf62727340999fff9c5c2bebce88448 | /Java_011/src/com/callor/applications/Score_06.java | a8d222df09c49f7fcd4b58ea4e01d6c68f096928 | [] | no_license | YEONHOGO/Biz_2021_01_403_java | 6114e6e2495d16c9ac46aa97e7713bdf888e55e0 | ee391b7a205273694bc160a574acea64d5cc1790 | refs/heads/master | 2023-03-18T10:49:45.112571 | 2021-03-10T07:24:53 | 2021-03-10T07:24:53 | 334,843,248 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.callor.applications;
import com.callor.applications.service.ScoreServiceExtendsV1;
public class Score_06 {
public static void main(String[] args) {
ScoreServiceExtendsV1 scExV1 = new ScoreServiceExtendsV1();
//int intKor = 99;
//int intEng = 87;
//int intMath = 66;
//scExV1.print(intKor,... | [
"jayser0768@gmail.com"
] | jayser0768@gmail.com |
c280b70e9b877b33f95903f887ac60a1d7f23c21 | 2eef69621497f6a8551819807bc6055ad6dd6361 | /app/src/main/java/com/lgybetter/smsproject/activity/SmsMailContentActivity.java | 01cc6877b02393412bca84bd908766066bff761c | [] | no_license | lgybetter/Sms | bdba390504dac9819f7dc65c62211c4b91f50440 | 10fef3225f797a9d686ad6e93840c7197255304c | refs/heads/master | 2021-01-10T08:38:53.096950 | 2016-03-24T15:27:59 | 2016-03-24T15:27:59 | 53,205,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package com.lgybetter.smsproject.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.webkit.WebView;
import android.widget.Button;
import com.lgybetter.smsproject.R;
/**
* Created by Administrator on 201... | [
"437675103@qq.com"
] | 437675103@qq.com |
9901e7cf976190b3a69143489c0cc401470e4abe | d05368221e2bcb6a3840d5641cb15cd256dcace6 | /src/main/java/com/ocp/day02/StudentCase.java | 0e6a3779e202047045a5d0cc98f70dfee86ce070 | [] | no_license | erick21033/erick21033-Javaocp | 09e5b5efc3d21fe3b95c2e96f0670bbfbeac304c | 88636624d94efeb81940ed437f524966c6f14753 | refs/heads/master | 2023-05-22T12:41:38.621194 | 2021-06-10T11:28:41 | 2021-06-10T11:28:41 | 348,335,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java |
package com.ocp.day02;
//import java.io.*;
public class StudentCase {
public static void main(String[] args)/*throws IOException*/ {
Student s1 = new Student("明",20,170,60);
s1.print();
s1.ex = new Exam(s1.name,100,90);
s1.print();
System.out.println(s1.b... | [
"MB-study@192.168.1.142"
] | MB-study@192.168.1.142 |
e5051bf662be345abef2876a7987671ad3634477 | 1eb1d1f287ef3d2146b135b9a10c6c9b5aca4488 | /src/main/java/springnotes/domain/MoneyConverter.java | 1fc11ad122cd50086e790f6504a089f595c27993 | [] | no_license | sokhoda/alexandr_khoda_web | 3a05cdecd6bbb84c133df29285dca89ca46f3ac9 | 1e44783a5963d623f1e3ae4cc4c60d09ab2d90bd | refs/heads/master | 2021-01-12T15:12:06.585209 | 2016-10-23T18:01:25 | 2016-10-23T18:01:25 | 71,719,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package springnotes.domain;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
/**
* Created with IntelliJ IDEA.
* User: al1
* Date: 14.02.16
*/
@Converter
public class MoneyConverter implements AttributeConverter<Long, String> {
@Override
public String convertToDatabaseColum... | [
"oleksandr.khodakovskyi@gmail.com"
] | oleksandr.khodakovskyi@gmail.com |
589f37d26f28b31729954204f696befc7839a351 | d7c6dfe4cf173d08126d7da6100000f4a3351249 | /src/test/java/com/pjsdev/springstatemachine/services/PaymentServiceImplTest.java | 599b0060fd5c80fdb54d0d42bc7076b5a1217ef0 | [] | no_license | pjsdevcom/spring-state-machine | 54980ba3cabf3f05eae4cf83a7b7fd5df897c597 | 23ed6d0fb66a7c4182dd27f328fa8d60c5f3ce7f | refs/heads/master | 2023-07-20T12:50:57.333865 | 2021-09-06T19:10:53 | 2021-09-06T19:10:53 | 400,097,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,218 | java | package com.pjsdev.springstatemachine.services;
import com.pjsdev.springstatemachine.domain.Payment;
import com.pjsdev.springstatemachine.domain.PaymentEvent;
import com.pjsdev.springstatemachine.domain.PaymentState;
import com.pjsdev.springstatemachine.repository.PaymentRepository;
import org.junit.jupiter.api.Before... | [
"mail@pjsdev.com"
] | mail@pjsdev.com |
7513f27f4bd2837c2f67dcd96d9f3a896347d9b2 | 8b85098168f3f8129ed3d592e3d19427e8a6e3f8 | /userservice/src/main/java/com/liukun/spcloud/userservice/config/MyConfig.java | 7472754f649784de4443d5d33d34d9b813cf2cac | [
"Apache-2.0"
] | permissive | LiuKun-A/spclouddemo | 52ff1d659ab9ebd55b48cc22408d71391a8dd71c | 9c6a79e6263380a6001244e6f1f344a121d2f611 | refs/heads/master | 2021-01-19T00:39:05.801257 | 2017-04-06T04:36:31 | 2017-04-06T04:36:31 | 87,195,372 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | package com.liukun.spcloud.userservice.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.context.request.async.DeferredResult;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.document... | [
"liukun@163.com"
] | liukun@163.com |
85c13d6800e723f10b6b963b52e688be805829ee | 4e6d8b6f09af58e5b6a24b84efa3d7a9e1cb0321 | /admin/admin-web/src/main/java/com/lmiky/admin/logger/controller/LoggerController.java | 814da4aa448143c39a8d0d441611a5b5a99180f2 | [] | no_license | linminqin/mvntest | 552aeb15bf8f1fee3872716ff21f2ae0a6496d11 | d35bdc09310490e013dfc6546734987c95dbbdb2 | refs/heads/master | 2016-09-06T08:33:48.161901 | 2015-07-03T07:58:29 | 2015-07-03T07:58:29 | 38,235,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,275 | java | package com.lmiky.admin.logger.controller;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
i... | [
"flylmiky@gmail.com"
] | flylmiky@gmail.com |
2d89ffd2a4f93a64edd81cb0501b035f995060ea | 0f1a73dc0329cead4fa60981c1c1eb141d758a5d | /kfs-parent/core/src/main/java/org/kuali/kfs/gl/businessobject/PosterOutputSummaryBalanceTypeFiscalYearAndPeriodTotal.java | 10242c316cc37cb91084bd606307aa5fa2851272 | [] | no_license | r351574nc3/kfs-maven | 20d9f1a65c6796e623c4845f6d68834c30732503 | 5f213604df361a874cdbba0de057d4cd5ea1da11 | refs/heads/master | 2016-09-06T15:07:01.034167 | 2012-06-01T07:40:46 | 2012-06-01T07:40:46 | 3,441,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,266 | java | /*
* Copyright 2011 The Kuali Foundation.
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requir... | [
"r351574nc3@gmail.com"
] | r351574nc3@gmail.com |
66d292a78611094d6621ebfe8e0f10a011b849ab | 88a3c0811fa08ac32b2af50135997364cc8fb598 | /app/src/main/java/com/linglingyi/com/model/CardsPlanModel.java | 0f40c998840d79f055964d382ed224be2a35cc93 | [] | no_license | Niepeng666/WYCK | 448d8634b690a66225cc4c55cbb0a0faf265787d | 4259ac40c07e6c580682c94a7f9728b7ae491276 | refs/heads/master | 2022-04-24T05:52:37.866435 | 2020-04-10T08:55:19 | 2020-04-10T08:55:19 | 254,588,455 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,241 | java | package com.linglingyi.com.model;
import java.io.Serializable;
import java.util.List;
/**
* @author: lilingfei
* @description: 一卡多还
* @date: 2019/10/25
*/
public class CardsPlanModel implements Serializable {
/**
* balanecMoney : 2342
* bankAccount : 5187107518653859
* bankId : 182B810BE08A4CC... | [
"2241659414@qq.com"
] | 2241659414@qq.com |
21396101a4e0fe8e2b74a819e1fb7d1061cec0a1 | f40d7a820cf4e9b3c9b426e38304b911b468bebf | /PKScoringApp/src/ca/longship/planetkubb/menu.java | c769f75f73f1f8b79ba96e6d844dfcc61e8c8635 | [] | no_license | doredson/PlanetKubbScoringApp | 94626459668377db5415756dd16cd95d9f2d619b | 0fe8b3451711e7f2fcd771e0c22abd5941f02437 | refs/heads/master | 2021-01-10T20:35:07.495284 | 2013-09-06T12:42:41 | 2013-09-06T12:42:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package ca.longship.planetkubb;
import android.app.ListActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
public class menu extends ListActivity {
/* (non-Javadoc)
* @see android.app.Activity#onCreate(android.os.Bundle)
*/
@Override
protected void onCreate(Bundle ... | [
"vidar@longship.ca"
] | vidar@longship.ca |
d7b49a7f3691ab946859a456aa43f1782d22ca98 | 33f7b7950db2398877157eea5651f7bb9497cef9 | /backend/src/main/java/com/algamoney/api/model/Endereco.java | fff1e847202a7ad81e1472215cb6fa09dbcf496f | [] | no_license | marcelosoliveira/projeto-controle-financeiro | 95ec03d0c2f805845e931c91c30228144e9b5044 | 202836ae725b45941378870fe0c19441b1785f1a | refs/heads/master | 2023-09-04T05:29:57.520078 | 2021-10-24T14:37:46 | 2021-10-24T14:37:46 | 403,731,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.algamoney.api.model;
import javax.persistence.Embeddable;
import lombok.Data;
@Data
@Embeddable
public class Endereco {
private String logradouro;
private String numero;
private String complemento;
private String bairro;
private String cep;
private String cidade;
private String estado;
}
| [
"msbobsk8@gmail.com"
] | msbobsk8@gmail.com |
f1f9dcb93ecb72721f1d83c9bb92f88c57072113 | a2b699456c94eed6cc54bf8366d1fab91781aeca | /pangu/pangu-taishang/pangu-taishang-biz/src/main/java/com/colourfulchina/pangu/taishang/controller/SalesChannelController.java | 4d276aef487db465b52b14687761e0026f8edc56 | [] | no_license | elephant5/old-code | 8a35aa17163e87f506c6f12da032b1978b0c4ec3 | bfb27297d5fcb6aaea8eac5a4032eba7d01cc7ee | refs/heads/master | 2023-01-24T12:25:53.549609 | 2020-12-04T01:50:15 | 2020-12-04T01:50:15 | 318,364,156 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,587 | java | package com.colourfulchina.pangu.taishang.controller;
import cn.hutool.core.lang.Assert;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.colourfulchina.god.door.api.annotation.SysGodDoorLog;
import com.colourfulchina.inf.base.enums.SysDictTypeEnums;
import com.colourfulchina.inf.base.vo.CommonResultVo;
impo... | [
"ryan.wu@colourchina.com"
] | ryan.wu@colourchina.com |
ea41ac895de2975c30990cd70e1f94fa0ba9d2cd | 4688d19282b2b3b46fc7911d5d67eac0e87bbe24 | /aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/transform/GetBranchRequestProtocolMarshaller.java | c7c2f2570c4c4bab382bd88fd3a50d028d2730c2 | [
"Apache-2.0"
] | permissive | emilva/aws-sdk-java | c123009b816963a8dc86469405b7e687602579ba | 8fdbdbacdb289fdc0ede057015722b8f7a0d89dc | refs/heads/master | 2021-05-13T17:39:35.101322 | 2018-12-12T13:11:42 | 2018-12-12T13:11:42 | 116,821,450 | 1 | 0 | Apache-2.0 | 2018-09-19T04:17:41 | 2018-01-09T13:45:39 | Java | UTF-8 | Java | false | false | 2,581 | java | /*
* Copyright 2012-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
26b5c0b4ef7292c3ef96f5246ecfe25861615a19 | 16935ecd3e9029392feae94ac683b2b259150828 | /aws-java-sdk-identitystore/src/main/java/com/amazonaws/services/identitystore/model/DescribeGroupResult.java | 15c5c5f9dd00a936fe55412e2399fe4ded71f197 | [
"Apache-2.0"
] | permissive | segfaultomatic/aws-sdk-java | c33b627d4172956cb219ceb706c4dfd040cb1e1f | 7377e690a8be4de39068ba51226c4d8e0637f720 | refs/heads/master | 2022-06-18T03:22:43.141443 | 2022-05-27T20:39:37 | 2022-05-27T20:39:37 | 214,092,414 | 0 | 0 | Apache-2.0 | 2019-10-10T05:14:48 | 2019-10-10T05:14:47 | null | UTF-8 | Java | false | false | 8,273 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
ed4b63f5b008999e35eabfc9dc6f1f4ac87d6d53 | fd49852c3426acf214b390c33927b5a30aeb0e0a | /aosp/javalib/android/app/Instrumentation$1ContextMenuRunnable.java | 8673052b1ecd5dc9657cfba365b8d3f519edeae9 | [] | no_license | HanChangHun/MobilePlus-Prototype | fb72a49d4caa04bce6edb4bc060123c238a6a94e | 3047c44a0a2859bf597870b9bf295cf321358de7 | refs/heads/main | 2023-06-10T19:51:23.186241 | 2021-06-26T08:28:58 | 2021-06-26T08:28:58 | 333,411,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package android.app;
class ContextMenuRunnable implements Runnable {
private final Activity activity;
private final int flags;
private final int identifier;
boolean returnValue;
public ContextMenuRunnable(Activity paramActivity, int paramInt1, int paramInt2) {
this.activity = paramActivity;
... | [
"ehwjs1914@naver.com"
] | ehwjs1914@naver.com |
7a78da6e9ace95d6ad70085e6e6f82b047fb0f70 | 978b7ec4080fdac1626d2b0970f7b271ccb86937 | /app/src/main/java/com/example/firebaseemailaccount/LoginActivity.java | c4a150613bc7c6bacf5b15079348670f943ccb96 | [] | no_license | solel/FirebaseEmailAccount | a848150847ae2ef93e3ac8f9d5e0b5db78b0fc58 | 18f588cbd7496e77dc253fbc3e6e6e429d7cf255 | refs/heads/master | 2023-04-26T17:43:27.325553 | 2021-05-29T04:40:43 | 2021-05-29T04:40:43 | 371,881,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,895 | java | package com.example.firebaseemailaccount;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.googl... | [
"ohs0252@naver.com"
] | ohs0252@naver.com |
3d1fb21266f97cc2c0fb3746f830ff9872b839b9 | afcd8ebcb483ebe24219e980983e5296a5c66388 | /app/src/main/java/com/tina/peoplelogger/ResultsActivity.java | 19608f7e3c63717cf401d2a59808738670e9d22a | [] | no_license | tkeil69575/PeopleLogger | b9b8db0d4228ccefd4c33799ed41f8f809bf067b | 5b4755f1d9b789d374c139d6bddeeb4811de939a | refs/heads/master | 2021-01-10T02:44:54.927298 | 2015-06-03T18:46:41 | 2015-06-03T18:46:41 | 36,520,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,173 | java | package com.tina.peoplelogger;
import android.app.Activity;
import android.content.pm.ApplicationInfo;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import java.io.IOException;
import... | [
"tina.keil@tk-doku.de"
] | tina.keil@tk-doku.de |
bd524026943a0b018218172c82d7465cf9612c15 | 47c3a4859f5f2c92d8643a7809488fa52aebddf5 | /src/main/java/com/santagar/hotel/service/ServiceProperties.java | 4e9916e591faeaa9e29d42128a0b4d87bf921525 | [
"MIT"
] | permissive | santagar/api-backend-service | e543b14bd1f26b14b4949f286f469cda78a08f14 | 30cefbf0769f6a919e36dac098764f90f2ffe3d8 | refs/heads/master | 2021-01-16T18:11:32.937335 | 2017-08-27T10:19:09 | 2017-08-27T10:19:09 | 100,049,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.santagar.hotel.service;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import javax.validation.constraints.NotNull;
/*
* demonstrates how service-specific properties can be injected
*/
@ConfigurationProperties(prefix = "hotel... | [
"santagar@gmail.com"
] | santagar@gmail.com |
991b51457457118723afc503d4bcd20fe4f521bf | 06ba763a319d231a5bba316cfd768bca604e7546 | /velcro-app/src/main/java/com/andrewreitz/velcro/ui/ActivityHierarchyServer.java | 9c873da25468ba046864114ee756cc2ed11542d2 | [
"Apache-2.0"
] | permissive | AndrewReitz/velcro | ab8d1542f096ada8f4d1f157c29a4ae6e416f953 | 2984b304577cb53d30d2437c8f966d34942e0420 | refs/heads/master | 2023-03-19T13:10:11.503226 | 2015-11-08T17:01:05 | 2015-11-08T17:01:05 | 17,197,323 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 998 | java | package com.andrewreitz.velcro.ui;
import android.app.Activity;
import android.app.Application;
import android.os.Bundle;
/** From https://github.com/JakeWharton/u2020 */
/** A "view server" adaptation which automatically hooks itself up to all activities. */
public interface ActivityHierarchyServer extends Applicati... | [
"aj.reitz@gmail.com"
] | aj.reitz@gmail.com |
5164433e387e45b25a88ce4f65e8ff6cc04c9477 | c33103eeecb27c4639e4215fecaa16d91ff002c7 | /common/src/main/java/com/lovely3x/common/image/displayer/decoder/DecoderFactory.java | 88d790135fd4418e8b838aaa5da5d165022412e0 | [] | no_license | lovely3x/FireInstantMessager | ab2d8f21feb44f96e3f77dbadffa201cb03014a3 | 7b8d85ac8d812ea308cc5661d6abf456ef0ffa69 | refs/heads/master | 2021-01-10T08:17:32.907143 | 2015-10-03T08:52:54 | 2015-10-03T08:52:54 | 43,546,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.lovely3x.common.image.displayer.decoder;
/**
* Interface for decoder (and region decoder) factories.
* @param <T> the class of decoder that will be produced.
*/
public interface DecoderFactory<T> {
/**
* Produce a new instance of a decoder with type {@link T}.
* @return a new instance of your de... | [
"lovely3x@163.com"
] | lovely3x@163.com |
21ca432b0b509d926e74b087318997e2c5cbcfd4 | 142f1e5e6bbf07fb58b47b0eaceeb366ebe70cfe | /src/test/java/com/yoti/robotichover/services/RobotHooverProcessorTest.java | fe0369108a7902e5083a2732c500742df00448f9 | [] | no_license | dhramijo/yoti-sdk-backend-test | 21c2608e987d244dfc97206fb094f38682dbf78d | 3a5df289f7afbb093a6aa0bc3fce2f45cba926af | refs/heads/main | 2023-02-16T02:41:01.548846 | 2021-01-10T15:51:06 | 2021-01-10T15:51:06 | 328,418,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,493 | java | package com.yoti.robotichover.services;
import com.yoti.robotichover.model.RobotHooverInputs;
import com.yoti.robotichover.model.RobotHooverRequest;
import com.yoti.robotichover.model.RobotHooverResponse;
import com.yoti.robotichover.validation.RequestValidation;
import org.junit.jupiter.api.Test;
import org.junit.ju... | [
"dhrami86@yahoo.it"
] | dhrami86@yahoo.it |
70513d048218567a7f2071d6abfaf858141d489f | 5eae683a6df0c4b97ab1ebcd4724a4bf062c1889 | /bin/ext-template/yacceleratorordermanagement/src/de/hybris/platform/yacceleratorordermanagement/actions/consignment/ReAllocateConsignmentAction.java | 1e9fbc05b017c5a372a64bd09354d1399c1aedbc | [] | no_license | sujanrimal/GiftCardProject | 1c5e8fe494e5c59cca58bbc76a755b1b0c0333bb | e0398eec9f4ec436d20764898a0255f32aac3d0c | refs/heads/master | 2020-12-11T18:05:17.413472 | 2020-01-17T18:23:44 | 2020-01-17T18:23:44 | 233,911,127 | 0 | 0 | null | 2020-06-18T15:26:11 | 2020-01-14T18:44:18 | null | UTF-8 | Java | false | false | 12,916 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the ... | [
"travis.d.crawford@accenture.com"
] | travis.d.crawford@accenture.com |
bb4bc4de2293ded6b5ccb288a246f49f232fcb3b | a004eebc6087ec7937d88198441d8c3877c7fcf8 | /Solucion_Guia1/src/com/senati/eti/Caso13.java | 1db33e7dfb6d7d446d8f7f3ce23810db2193029b | [] | no_license | HuamanBazan/Solucion_Guia1 | 76758c50b89406e6982c3ac47bd0abdc1638628f | c2c1f40b2a9e2779d3550fc6c10e1b5dfefdf100 | refs/heads/master | 2023-04-21T15:08:12.182675 | 2021-05-07T17:17:42 | 2021-05-07T17:17:42 | 361,523,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | package com.senati.eti;
import java.util.Scanner;
public class Caso13 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("Ingrese nombre.....:");
String nombre = sc.nextLine();
System.out.print("Ingrese apellido....:");
String apellido = sc.nextLi... | [
"admin@elmejordelmundo"
] | admin@elmejordelmundo |
522de973ed3f2cc22b9c17d00899829565821651 | 0788c3863eaf30ae26ec1aac1968557265766260 | /server/src/component/ManejadorServicio.java | d77263a2a09fc5a56047d2c203225aa731333502 | [] | no_license | servisofts/drive | d6f88f9717707b19bce14024dc3f72638b3ef630 | 7fd8610c3f368531c1c4f2b9ac1acae83be045e5 | refs/heads/main | 2023-07-25T11:22:16.679915 | 2021-08-28T04:03:04 | 2021-08-28T04:03:04 | 366,579,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package component;
import org.json.JSONObject;
public class ManejadorServicio {
public static void onMessage(JSONObject obj){
if(!obj.isNull("component")){
switch(obj.getString("component")){
case "servicio":
new servicio(obj);
break;
... | [
"ruddypazd@gmail.com"
] | ruddypazd@gmail.com |
68b4b6964f2e27bd84c29caa82652d2c4dc0cbac | 77c6343f356fe4516c3a96d19dacc0224e34c5b5 | /src/com/jhlabs/image/BlurFilter.java | 3c91c5dd5028f4567b76a4b8b238f962e67e51f1 | [] | no_license | jimomulloy/eve | 00344ed0a585d22fd2885040c79ee6d0eb6acd15 | 2ff987dfb97e17a0606bf85ced66a341db0b3f95 | refs/heads/master | 2021-01-02T08:57:50.353412 | 2015-07-14T09:19:10 | 2015-07-14T09:19:10 | 39,065,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | /*
* Copyright (C) Jerry Huxtable 1998
*/
package com.jhlabs.image;
import java.awt.image.*;
public class BlurFilter extends ConvolveFilter {
static final long serialVersionUID = -4753886159026796838L;
protected static float[] blurMatrix = {
0.1f, 0.2f, 0.1f,
0.2f, 0.2f, 0.2f,
0.1f, 0.2f, 0.1f
};
pr... | [
"jimomulloy@gmail.com"
] | jimomulloy@gmail.com |
464c7c4f28c55cba87f0005cb6dfb7edff49f169 | d108da31ad34d1190434f634e45fcf17f52aa52e | /gpspring2.0/src/main/java/gpspring/framework/webmvc/GPDispatcherServlet.java | b3cebd772e5970b2fe3de5bd9b92e95f086322fd | [] | no_license | niushengqiang/gupao2019 | 7cc0b67ca146d478a730e0e1610378ba405b87c7 | c0cae8a96793ab5e4382b5d93f71134f55691049 | refs/heads/master | 2022-07-31T22:24:57.496179 | 2020-04-19T13:49:55 | 2020-04-19T13:49:55 | 174,790,130 | 0 | 0 | null | 2022-07-13T15:30:34 | 2019-03-10T07:12:31 | Java | UTF-8 | Java | false | false | 8,350 | java | package gpspring.framework.webmvc;
import gpspring.framework.annotation.GPController;
import gpspring.framework.annotation.GPRequestMapping;
import gpspring.framework.context.support.ApplicationContext;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
i... | [
"62762535@qq.com"
] | 62762535@qq.com |
201adf4e132cc9b9b501acfac42a46247d94814e | f3079d2ce46c97c4afbeb73c69d2cbe448636cdd | /src/main/java/me/nvliu/management/job/pipeline/YuBaPipeline.java | 91cc03026c68c5a9ddaf72467355dfa76eec6f61 | [
"Apache-2.0"
] | permissive | gisShield/managementservice | e2717dc664d2404b1de2295a2c718391729c5b9a | 0dcf97434b8344fc96eec240706b2ddb49470b52 | refs/heads/master | 2020-03-28T18:15:36.416528 | 2018-09-17T16:05:43 | 2018-09-17T16:05:43 | 148,865,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,361 | java | package me.nvliu.management.job.pipeline;
import me.nvliu.management.entity.Blog;
import me.nvliu.management.entity.YuBa;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Repository;
import us.codecraft.webmagic.ResultItems;
import us.codecraft.webmagic.Task;
import us.cod... | [
"w897058182@outlook.com"
] | w897058182@outlook.com |
4e14426bea7bb1579ddbde6a5efd6799f543a626 | 5be636bdb42c4dc88c3882732e49e823df333451 | /impl/Asgn2/src/org/cs27x/dropbox/stubclasses/MockTimeStamper.java | 88fd67f1a9e30eee2716b767d3f33cf2a50e5ea1 | [] | no_license | mawalker/CS278 | cc26a5b9778d8b2cf055ee8fb2b1d1b997dd6160 | 0505f021084b89176e0643c1a07d462c546141eb | refs/heads/master | 2021-01-25T04:02:40.876113 | 2013-11-07T17:24:48 | 2013-11-07T17:24:48 | 12,364,699 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package org.cs27x.dropbox.stubclasses;
import java.nio.file.Path;
import java.nio.file.attribute.FileTime;
import org.cs27x.dropbox.interfaces.GetFileLastModifiedTimeInterface;
public class MockTimeStamper implements GetFileLastModifiedTimeInterface {
FileTime fileTime;
public void setFileTime(FileTime ft) {
th... | [
"mwalker@isis.vanderbilt.edu"
] | mwalker@isis.vanderbilt.edu |
c4be6f77580063350e06d1447fe20a34574f5afa | 857c202fc186292878f11437f9bbe5f57821e585 | /app/src/main/java/com/uhungry/activity/SubcriptionActivity.java | c689dd6b45c638a1cfc7be2eb435f84a3188a5c9 | [] | no_license | nehadubey2394/Uhungry | d1f145f82a5d9b794a926d7897dcc4863f9230d3 | 2a42b312c29dff0df08ca18d4de6ef2b3e1da146 | refs/heads/master | 2020-03-28T23:01:37.514268 | 2018-09-18T10:43:01 | 2018-09-18T10:43:01 | 149,271,803 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,916 | java | package com.uhungry.activity;
import android.app.Dialog;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.ap... | [
"neha.mindiii@gmail.com"
] | neha.mindiii@gmail.com |
15e3314b90c995944c51a0086a90f73a4553d151 | 98ed2e69f39e8d3cbb25e714d83fe5640d0b89de | /jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/vo/SysUserVo.java | 188e329927b93176cb07e7473512471e1e953f03 | [
"MIT"
] | permissive | 18276869403/isjie | 0741d5005c75172efd7f96c9051732e169d38f08 | 5028d5bd134baa85f440652b163792d4fa70ace2 | refs/heads/master | 2022-11-17T05:28:27.364250 | 2020-07-09T11:32:47 | 2020-07-09T11:32:47 | 278,345,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,841 | java | package org.jeecg.modules.system.vo;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableLogic;
import org.jeecg.common.aspect.annotation.Dict;
import org.jeecgframework.poi.excel.annotation.Excel;
import org.springframework.format.annotation.DateTimeFormat;
import com.baomidou.mybatisplus.annotat... | [
"934880487@qq.com"
] | 934880487@qq.com |
eb0ee4f74421377651ce16d884df79b895ddbda6 | bcabc20a0ca91780f21f47f9b09a9c01942f0887 | /src/main/java/com/scg/employeemanagement/dao/entity/Employee.java | a83b6090edd06e0add6e8939f36b835bd628a160 | [] | no_license | chinchu141/Employee | b20841ed7756f01a2b75b3310ddb10460de16e4d | 8f9155477f8d680796c68bfb12a7f49153543cd5 | refs/heads/main | 2023-05-27T07:13:28.997057 | 2021-05-26T08:38:50 | 2021-05-26T08:38:50 | 369,508,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | package com.scg.employeemanagement.dao.entity;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.EntityListeners;
import javax.persistence.FetchType;
import javax.persistence.Genera... | [
"chinchumolj97@gmail.com"
] | chinchumolj97@gmail.com |
b7a775b708b28ec3914a41e34948f7bf9482d953 | 921b73fb6a0964210b9f513b9aa08b4d1c2cf7d7 | /src/main/java/TercerParcialClase/Bridge/basic/Implementor.java | 811b2737958f08fadccee15be3875d7bb3cdbad3 | [] | no_license | X4TKC/PatronesDeDiseno | d781ff5b4c7459f01dfe484cdc18e7a9ec89d75b | 0ccbadc36ae5355707193766cec3e71dac5830b3 | refs/heads/master | 2020-08-10T03:14:55.449201 | 2019-11-15T12:26:14 | 2019-11-15T12:26:14 | 214,243,199 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package TercerParcialClase.Bridge.basic;
public interface Implementor {
public void operationA();
public void operationB();
} | [
"tovilaskevin@gmail.com"
] | tovilaskevin@gmail.com |
1a5c311b96c83b76bd1aa936e14ab08f9c30f221 | 81554ffa208b7c5136c29b14d4f6a14137d9d5cb | /WebApplication_v1.0/src/main/java/com/oneoutlet/webportal/Service/PlumberServiceImp.java | 1685e6843a4c30936254488bf86cb9288f51c046 | [] | no_license | OneOutlet/WebApp | 802de4b3b2c969d5ead71f42ec216c60927eed85 | 746a73b2023b1a36c23fc7de7f3690a5b430f8f4 | refs/heads/master | 2023-02-18T09:23:50.905211 | 2021-01-22T21:52:47 | 2021-01-22T21:52:47 | 325,624,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.oneoutlet.webportal.Service;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.oneoutlet.webportal.BO.ServicePlumberBO;
import com.oneoutlet.webportal.DAO.ServicePlumberDA... | [
"harsh3492@gmail.com"
] | harsh3492@gmail.com |
066051748baddd701e835c4d62e3719d0833414c | 70fbf707b8a3ed0062849c351b5b9d08351dcbe7 | /Module 15 Abstractions and Interfaces/15.05 Challenge Program/Product.java | 4e07aec7f5167e717fc50688f3fb59eb5ef5bbda | [] | no_license | peetacho/ApCompSci | 08ca22ad81309e7bac4614db7da68181283b8c8a | 797569f9c20b804a65da76dca6f2aa9473a21776 | refs/heads/master | 2022-12-04T21:14:04.296133 | 2020-08-15T16:08:55 | 2020-08-15T16:08:55 | 259,061,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | /**
*
* Interface class Product. Includes abstract methods getName() and getCost().
*
* @author Peter Chow
* @version 04/30/20
*/
public interface Product{
public abstract String getName();
public abstract double getCost();
//public abstract void createAssignment(String n, double c);
//public abstract ... | [
"peterchow2001@gmail.com"
] | peterchow2001@gmail.com |
21f1385e574a31f4103439407d50840c3a238e55 | 65c6e65b54cefbf2b1dab9f06ecfcc832fd94cdc | /src/ict306lab/MikeHan/majorassignment/ass01/Question02/Video/VideoModel.java | d1ae3c19a90cf002e89e5989d67ae3b4066f2b0e | [] | no_license | mmhan/ICT306-Java | 56c6dea407417c1417856958d568ea166adc7689 | 449446fbb79045d9100ca57db3afed050232f909 | refs/heads/master | 2016-09-05T17:03:22.159821 | 2011-11-21T23:49:48 | 2011-11-21T23:49:48 | 2,392,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,346 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ict306lab.MikeHan.majorassignment.ass01.Question02.Video;
import java.util.Arrays;
/**
*
* @author mmhan
*/
public class VideoModel {
/**
* Keep count of all the VideoTitles
*/
private int ... | [
"mmhan2u@gmail.com"
] | mmhan2u@gmail.com |
f4ee77c1cc5e06187cf958775282b5e1c0b186b6 | 270ddca5b73abefddb766a193d1d02b9cdcb4b7a | /UserDefinedExceptions/InsufficientFeesException.java | 17961f5046e34351331265a0fb70766017866c24 | [
"Unlicense"
] | permissive | Aakash-007/FeeBalance | b6e374932246608af08382d0be2967cbdb22812c | c74fafa6cb14be5cb9db7ffb95513df30a854392 | refs/heads/master | 2020-03-20T06:00:22.730128 | 2018-06-13T15:26:50 | 2018-06-13T15:26:50 | 137,234,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package UserDefinedExceptions;
public class InsufficientFeesException extends Exception{
private double amt;
public InsufficientFeesException(double amt){
this.amt=amt;
}
public double getAmt(){
return this.amt;
}
}
| [
"aakashm507@gmail.com"
] | aakashm507@gmail.com |
edae14aab6f2e40a70cc0ef5a8e6b81d0c350679 | 2e719908c530246bd25fa34b3d32d96e78e1a259 | /src/work3/Hero.java | 03d0accad8a88c2a1c71b57b6266fa2e052142d6 | [] | no_license | fanqihonghong/Day28 | 3d27db522bf854c49e07dbab6f4d69d027a20767 | 39ade0c3f04c6e1328cc0f58da6133a99f7e6fdc | refs/heads/master | 2020-11-27T09:03:12.850489 | 2019-12-21T06:36:38 | 2019-12-21T06:36:38 | 229,380,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package work3;
public class Hero {
private String name;
private int age;
public Hero(String name, int age) {
this.name = name;
this.age = age;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
publi... | [
"1206489042@qq.com"
] | 1206489042@qq.com |
7135d7354d2fd3f575c6e469da6065a47b22d90a | 767985b06f4963bb21ad44f2b5ba7a6881ce2a07 | /Assignments/src/Strings/String_Buffer.java | 80d1332f1cbd3e3f13b4c642030c836c165fc577 | [] | no_license | geetha0105/Batch32 | a5870788df0871ec19aff621b4985727c9ae9b09 | ce4558ea9c71ef905b90ffb6bf6e90f76c637aa7 | refs/heads/master | 2020-12-26T08:05:16.726363 | 2020-02-21T16:49:58 | 2020-02-21T16:49:58 | 237,442,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package Strings;
/** The String Buffer class helps in the creation of mutable strings */
public class String_Buffer {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer("Hello");
//Append
sb.append("Word");
System.out.println(sb);
/* //Insert
sb.insert(6, ... | [
"geetha0105@gmail.com"
] | geetha0105@gmail.com |
66e0aee129ae5b84fe144f0e9720978b933411ee | 27e86adb830b7d4f5c4a3ad3b51205cd111d75c0 | /src/com/kh/review/model/vo/ReviewLHJ.java | 2b1ba07da6804c85d7468c927c734d869f48a1da | [] | no_license | allure1212/backUp0326 | 83f40b7773c5578cee2dcff4fcf05e7089ae8a0e | d4d4629b957a25111f2b7558dddfd02b088037ae | refs/heads/master | 2022-04-26T03:25:48.474607 | 2020-03-31T00:10:21 | 2020-03-31T00:10:21 | 250,171,131 | 0 | 8 | null | 2020-03-31T01:59:46 | 2020-03-26T05:40:41 | Java | UTF-8 | Java | false | false | 2,175 | java | package com.kh.review.model.vo;
public class ReviewLHJ {
/* REVIEW_NO */
private int reviewNo;
/* MEMBER_NO */
private int memberNo;
/* MOVIE_NO */
private int movieNo;
/* REVIEW_TEXT */
private String reviewText;
/* REVIEW_RATING */
private int reviewRating;
/* BLIND_STATUS */
... | [
"alluere1212.c@gmail.com"
] | alluere1212.c@gmail.com |
df3be69dc940cefd520621b03d96e021e7d0f3cd | f8c25703d021e75771bb23e8f118f747ba2720d4 | /gazetteer-osm/src/main/java/io/gazetteer/osm/rocksdb/RocksdbConsumer.java | c835ee2b77793ddf630a1535cdab52b79e59e72e | [
"Apache-2.0"
] | permissive | fossabot/gazetteer | b11f888ee27ab4b7966374484c7bb48b9e42a84f | 00c976bc59ded4a77debf715dbf743d441eaedd3 | refs/heads/master | 2020-04-20T16:12:25.085820 | 2019-02-03T14:08:47 | 2019-02-03T14:08:47 | 168,952,013 | 0 | 0 | null | 2019-02-03T14:08:46 | 2019-02-03T14:08:46 | null | UTF-8 | Java | false | false | 876 | java | package io.gazetteer.osm.rocksdb;
import io.gazetteer.osm.domain.Node;
import io.gazetteer.osm.domain.Way;
import io.gazetteer.osm.osmpbf.DataBlock;
import java.util.Collection;
import java.util.function.Consumer;
import static com.google.common.base.Preconditions.checkNotNull;
public class RocksdbConsumer implemen... | [
"bchapuis@gmail.com"
] | bchapuis@gmail.com |
89498d86d51ce70eb41d355bf60800deafee4b3d | 23378f00e90632624c2d69d50abbb922a177d6d1 | /src/java/util/concurrent/atomic/AtomicLongArray.java | aa754a8b2fcf8b62b683a9aed8054ed9f5afc6bb | [] | no_license | qiuzj/jdk1.8 | 378156d6350558686902ef0bb9c72fded19b2e09 | 1de321913405c0a0f7a01c36b4ec29d4351a220a | refs/heads/master | 2021-07-10T14:21:32.057444 | 2020-06-23T15:55:52 | 2020-06-23T15:55:52 | 156,401,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,050 | java | /*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/p... | [
"zhanjia21@163.com"
] | zhanjia21@163.com |
e3aab411f70be58f802e1dfdac44fde3d84a1f47 | acfa5f5a13570ed509abd0f84a1ed76e888bad8a | /src/main/java/com/star/rxjavademo/fiterobservable/Last.java | 3a7c9e2b0f914de8a6098a071b23422a9768d129 | [] | no_license | wylexample/rxjava-demo | f571d71aaa94ca13a173a2771a9beb98d3338c4f | 0cb1dcb3086834393c043a8690142e47a04729a2 | refs/heads/master | 2020-04-22T11:03:38.200700 | 2019-02-14T08:03:59 | 2019-02-14T08:03:59 | 170,326,513 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.star.rxjavademo.fiterobservable;
import io.reactivex.Observable;
import io.reactivex.Single;
/**
* @author wuyulong
* @date 2019/2/14
* @desc 只发射最后一项(或者满足某个条件的最后一项)数据
*/
public class Last {
public static void main(String[] args) throws InterruptedException {
Single<Integer> first = Observ... | [
"wuyulong@vipkid.com.cn"
] | wuyulong@vipkid.com.cn |
9fa7100213066327d6aa1466799897c0f9a60751 | f434806d1a8bcae01da8e82c3be24a4ff4b4880c | /Java/Assignment-1/Q13.java | cc7d676d9236487338655503b18e8087cb0377b2 | [] | no_license | KushalKatta/MscCA | ad9e2021f2db6b167b6414c48f0e47b5833bd0a5 | 2d20a476b6f6406c6adb688d21f64873254d4260 | refs/heads/master | 2021-01-18T15:10:24.121349 | 2017-10-04T14:56:12 | 2017-10-04T14:56:12 | 100,377,589 | 0 | 3 | null | 2017-09-19T03:58:35 | 2017-08-15T12:59:22 | Java | UTF-8 | Java | false | false | 855 | java | //Accepting the String from the user and checking whether it is Anagram Word
/*
Author: Kushal Katta
Date Created: 2 Aug 2017
Date Last Modified: 3 Aug 2017
*/
import java.util.Arrays;
import java.util.Scanner;
public class Q13
{
public static void main(String[] args)
{
//Getting Input From User
... | [
"Kushalkatta16@github.com"
] | Kushalkatta16@github.com |
21880b4a4fd3627f87e2973b9b379fdf92b3861b | 4579cf72b0c80185298145bc3e5e98c566a8b9be | /JavaRushHomeWork/src/com/javarush/test/level13/lesson04/task01/Solution.java | 9511ea3336db2671980edd172a0fefec21f20ff4 | [] | no_license | rigevit/JavaRush | 5f531a77fb836edff4d5599d4c5c9c183163ecab | bda74c8784e5f4d1a4f42be8d18ef31b5f7a972f | refs/heads/master | 2021-01-24T12:57:38.365856 | 2017-01-02T11:01:59 | 2017-01-02T11:02:02 | 51,836,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,169 | java | package com.javarush.test.level13.lesson04.task01;
/* Переводчик с английского
1. Создать класс EnglishTranslator, который наследуется от Translator.
2. Реализовать все абстрактные методы.
3. Подумай, что должен возвращать метод getLanguage.
4. Программа должна выводить на экран "Я переводчик с английского".
5. Метод ... | [
"velles@meta.ua"
] | velles@meta.ua |
3ffce640ddf9a6cde9579ab4fe67abeb73e243af | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/LANG-19b-1-14-PESA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/lang3/text/translate/NumericEntityUnescaper_ESTest_scaffolding.java | 268c18d40528d8ad0a5672698f2ff22212ea0d61 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Jan 19 16:38:15 UTC 2020
*/
package org.apache.commons.lang3.text.translate;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
impo... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
cc61c7cfabba9dbfb803cd92c6b49e0a36f820bf | 5dae8c81d9bc9f2b771497c674ec62321e401310 | /src/SmthConfusing/Picasso.java | e70382e0481dc454f510e2702c492644d5314ee5 | [] | no_license | kingSta8/HelloWorld | cf6e9a3f46d9f2ac245317c8f77be701de88cd40 | c2726560a409f0ce390ed5d8ec55b3fd8ae74841 | refs/heads/master | 2021-05-07T20:50:43.291412 | 2018-01-23T11:18:27 | 2018-01-23T11:18:27 | 108,969,789 | 1 | 0 | null | 2017-10-31T09:04:13 | 2017-10-31T08:56:05 | Java | UTF-8 | Java | false | false | 118 | java | package SmthConfusing;
abstract class Picasso implements Nose {
public int iMethod() {
return 7;
}
}
| [
"egor.stahovskiy@mail.ru"
] | egor.stahovskiy@mail.ru |
f51e4df92a0f3daed904d28b76c2c3c58647ddc0 | 945bcdc02a1c498053722128a66073f01da3513a | /src/main/java/br/com/logonconsulting/erp/fornecedor/representation/ObsercacaoFornecedorCreateIntent.java | b87b4392223f09e7e561fd108acac993e279c9a3 | [] | no_license | jeielml/spring-rest-api-mysql-bdd | 749aa8c14e2187d5fcea2d96fa631cddb27c4763 | b6fc58dd96d25dd1b170b818affce29daad27a94 | refs/heads/main | 2023-04-21T15:42:56.471387 | 2021-05-08T21:11:35 | 2021-05-08T21:11:35 | 354,135,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 637 | java | package br.com.logonconsulting.erp.fornecedor.representation;
import br.com.logonconsulting.erp.fornecedor.model.Fornecedor;
import br.com.logonconsulting.erp.fornecedor.model.ObservacoesFornecedor;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
@NoArgsConstructor
@AllArgsCon... | [
"jeiel.lopes@betha.com.br"
] | jeiel.lopes@betha.com.br |
dbb83fb9231a2cfa505591b8f6d33625d5dce65f | 53ea62a6114138e527755965703aa949f5de46c7 | /ThirdPart/swiperefreshlibrary/src/main/java/com/anye/swiperefreshlibrary/widget/KRecyclerView.java | c355762373e15a8e3327093994751408be3cb2b0 | [] | no_license | anye0803/AnyeCommon | b096bb5897b6cf3890a3a1922a18ee0d9b0194e7 | 9cffefa3f2192b2f447a7ba74d3261ccb9ee88c7 | refs/heads/master | 2020-04-02T08:07:31.161233 | 2016-07-08T03:02:59 | 2016-07-08T03:02:59 | 62,850,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,485 | java | package com.anye.swiperefreshlibrary.widget;
import android.app.Activity;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.annotation.ColorInt;
import android.support.annotation.LayoutRes;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.... | [
"anye0803@163.com"
] | anye0803@163.com |
2813a4b7ba62a6624f3dfde9db0e37272cb9deec | f2d55f3601928f5e2a5d35014c6b9ad43dec0ef8 | /oib-request/oib-request-schema/src/main/java/org/hl7/v3/UriType.java | a1a3c785f0bdece922ab5f1764e38c561a7a2934 | [] | no_license | alexfranken/Innovation-182 | 5cc7d279030ed1e99d11c8edd5acf8b373d32900 | 88f32dd774f73efae92ae5d8727ca10547fb89d4 | refs/heads/master | 2020-12-07T00:38:15.411566 | 2014-04-08T22:38:05 | 2014-04-08T22:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: ... | [
"Andrew@Andrew-PC.(none)"
] | Andrew@Andrew-PC.(none) |
ebf2f72d58e0cbeb962f081c0a91e7f5e0682dbb | 92b01ba3d307bf2c87aa01c0ba19f2aabd2de257 | /src/main/java/com/fedevela/asic/excepciones/ServicioException.java | e6af25fc350834cf72c1bda7f72042f2c796d78f | [
"Apache-2.0"
] | permissive | fedevelatec/asic-servicios | d82f211fcbc4d5dd3879495b686513f26fc8e1a8 | 3b8868428f6b42f8ace72ba383915c0f049e9100 | refs/heads/master | 2016-09-02T23:08:20.211505 | 2014-04-10T23:28:23 | 2014-04-10T23:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | package com.fedevela.asic.excepciones;
/**
* Created by fvelazquez on 31/03/14.
*/
import java.util.Map;
/**
* Expcion general utilizado en caso de que un servicio falle.
*
*/
public class ServicioException extends Exception {
public enum TCodeException {
NONE,
CAPTURA,
CONFIRMACION... | [
"fedevelatec@gmail.com"
] | fedevelatec@gmail.com |
4e74ef8893f55fff59387aabe00f324a0df48e83 | 385af1ff329d32af6aa66fd24626304f193b41ae | /src/main/java/com/my/rental/adaptor/RentalConsumer.java | 8d348beef085226bc90b5fe912078e94e46f2a48 | [] | no_license | PaengE/book-rental-service-rental | 1f0abd3674a2d6fa67d6c0f5142370d168dac23e | bbfe3b4d6a42cb99db1c743528fec09f06e6ef96 | refs/heads/master | 2023-06-07T11:13:19.705601 | 2021-07-05T09:16:41 | 2021-07-05T09:16:41 | 373,809,177 | 1 | 0 | null | 2021-07-05T09:16:42 | 2021-06-04T10:43:19 | Java | UTF-8 | Java | false | false | 3,275 | java | package com.my.rental.adaptor;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.my.rental.config.KafkaProperties;
import com.my.rental.domain.Rental;
import com.my.rental.domain.event.UserIdCreated;
import com.my.rental.service.RentalService;
import java.time.Duration;
import java.util.Collections;
impor... | [
"ckddn2820@gmail.com"
] | ckddn2820@gmail.com |
735738754f3b7add7af47265daf58f75ce736ecc | a2272f1002da68cc554cd57bf9470322a547c605 | /src/main/java/java.base/jdk/internal/org/objectweb/asm/commons/MethodRemapper.java | f7c14ff025474165dc040b31d271af3954622502 | [] | no_license | framework-projects/java | 50af8953ab46c509432c467c9ad69cc63818fa63 | 2d131cb46f232d3bf909face20502e4ba4b84db0 | refs/heads/master | 2023-06-28T05:08:00.482568 | 2021-08-04T08:42:32 | 2021-08-04T08:42:32 | 312,414,414 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,068 | java | /*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and ... | [
"chovavea@outlook.com"
] | chovavea@outlook.com |
50ef247865b6d78cfc10de4431ba12694d874029 | 5076e9c5113ed349680e2e10be701f3184c44b66 | /libraries/ExoPlayer-r2.6.1/library/core/src/main/java/com/google/android/exoplayer2/extractor/mp3/XingSeeker.java | 3bfa9f8e7f4d525f1a105fa3c26ac6dda57a656f | [
"MIT",
"Apache-2.0"
] | permissive | gmplemenos/transistor | 56205743caf16a9d16f4a085e03309b8827139e5 | 67c7e499244fdd270ac10f54622aa3b789ba8a41 | refs/heads/master | 2021-05-13T23:05:39.624776 | 2018-01-05T19:35:37 | 2018-01-05T19:35:42 | 116,503,701 | 0 | 0 | null | 2018-01-06T17:52:21 | 2018-01-06T17:52:21 | null | UTF-8 | Java | false | false | 6,754 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"mail@y20k.org"
] | mail@y20k.org |
dbffec500f12f5c6f7aa9347f58d2bcb37d17112 | 743756a001d341ae26f4ce74b44da7256be23c2a | /app/src/androidTest/java/com/tokko/cameandwent/robot/ApplicationTest.java | 409cbc55ba0ebe64e8e3a512bb857a899c797396 | [] | no_license | tokko/ArduinoLedController | 279079e7f5ba1b1b8efd1e55530ca2c99cb891ee | 418a4e8a9b7a4e0f2b94e47fe6d15b5eb43aa869 | refs/heads/master | 2021-01-10T02:44:41.920166 | 2015-12-15T23:24:53 | 2015-12-15T23:24:53 | 48,074,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.tokko.cameandwent.robot;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"andreg@kth.se"
] | andreg@kth.se |
20e88b0f3ed49f6df02e6896d2b22b340f98fcbc | 9f56d700a4f05046fd105542d8e0cc65e60fcab6 | /3.JavaMultithreading/src/com/javarush/task/task30/task3001/Number.java | 2fd5f40835614e8f35fcdd1f377e90a1c8554327 | [] | no_license | Chepell/JavaRushTasks | f146483807190d501f18d48c88516376f73db25e | d7f08f5408cc24c64242241e16b6185bb72c409e | refs/heads/master | 2020-04-10T06:55:17.604215 | 2018-12-08T20:04:17 | 2018-12-08T20:04:17 | 152,577,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package com.javarush.task.task30.task3001;
// класс чисел
public class Number {
private NumerationSystem numerationSystem; // тип числа по основанию, из enum
private String digit; // само число в виде строки
// конструктор
public Number(NumerationSystem numerationSystem, String digit) {
this.n... | [
"av.voytenko@gmail.com"
] | av.voytenko@gmail.com |
984bdf6ce9510cab8c7154455ea75044952583fd | b7b9a3e250489cce479080e850ea7a1712df4b17 | /剑指offer66/java解法/offer46_孩子们的圆圈.java | 8e02fea71dfe32aed3f68bfc3884fc0c607d2508 | [] | no_license | tacenee/AFR | 212fc91496cbff9911a5219b6ca478621460ab37 | 0001223a1ad0957a527ba09bd2d0d409c9579630 | refs/heads/master | 2020-07-04T23:37:29.355270 | 2019-08-28T09:55:52 | 2019-08-28T09:55:52 | 202,458,076 | 0 | 0 | null | 2019-08-28T17:55:53 | 2019-08-15T02:16:44 | Python | UTF-8 | Java | false | false | 1,059 | java | /*
让小朋友们围成一个大圈。然后,他随机指定一个数m,让编号为0的小朋友开始报数。
每次喊到m-1的那个小朋友要出列唱首歌,然后可以在礼品箱中任意的挑选礼物,并且
不再回到圈中,从他的下一个小朋友开始,继续0...m-1报数....这样下去....直到
剩下最后一个小朋友,可以不用表演,并且拿到牛客名贵的“名侦探柯南”典藏版(名额
有限哦!!^_^)。
请你试着想下,哪个小朋友会得到这份礼品呢?(注:小朋友的编号是从0到n-1)
*/
public class offer46_孩子们的圆圈 {
public int LastRemaining_Solution(int n, int m) {
if(n ==... | [
"310655970@qq.com"
] | 310655970@qq.com |
d3cd207d6a21ebec9351ea328d47a2be6ff849e2 | 89bdd986e1b25959cfee0014298c65b0423a59ad | /yq-agreement/src/main/java/com.yunqiao.smart/exception/CustomRunTimeException.java | c8fdc4e44f4867eff5ffc8122fb71e277a70a891 | [] | no_license | LiangCan/yq | b952c607ac3752ef2a8b21c3aa0eead39b94261b | 85e01b3f7697e3e72bf66e2ea456eee6bc4fef56 | refs/heads/master | 2020-03-28T22:44:58.304184 | 2018-09-18T08:33:37 | 2018-09-18T08:33:41 | 149,255,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,254 | java | package com.yunqiao.smart.exception;
import com.yunqiao.smart.ResultCodeEnum;
import com.yunqiao.smart.utils.ServiceUtils;
import org.apache.log4j.Logger;
@SuppressWarnings("serial")
public class CustomRunTimeException extends RuntimeException {
private static final Logger logger = Logger.getLogger(CustomRunTime... | [
"386740421@qq.com"
] | 386740421@qq.com |
3c7a5eb158e41f5257c44e3d183efd4eaac722f8 | 5150f160124fd327d5e9b9e71b6bd5510ab0b417 | /phoneNoMoreTable/src/main/java/com/qingpu/phone/common/utils/FileUploadUtil.java | 9188a9beb04a4f20fc722eee9abdf6df7ea5db1d | [] | no_license | zsd1988/phoneNoMoreTable | 76a02e0de5c0ef4447b32668a07d515a310266b9 | ad747af8a82ee77d11ac423bce8e31b71b087ef1 | refs/heads/master | 2020-04-09T11:58:48.073835 | 2018-12-05T07:24:39 | 2018-12-05T07:24:39 | 160,331,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,924 | java | package com.qingpu.phone.common.utils;
import org.springframework.util.FileCopyUtils;
import org.springframework.web.multipart.MultipartFile;
import org.springframework.web.multipart.MultipartHttpServletRequest;
import javax.servlet.http.HttpServletRequest;
import java.io.File;
public class FileUploadUtil {
/**... | [
"45589647+zsd1988@users.noreply.github.com"
] | 45589647+zsd1988@users.noreply.github.com |
d9828f07f29a9a638b4ea030ad3409cc2b8216b8 | 5242e7cb0701e99e0382be87c292f56a564ce51f | /src/com/zhijia/ui/zhijiaActivity/MyCommissionActivity.java | f87dffdbfec654028ccf38948a2849e2717156ee | [] | no_license | wangleinumber1/zhijia | 0d011148f07b51a1847ae2a7170c208ef8b5f58b | cb60ff15742cf6ea62d2c76efd90c046b9907173 | refs/heads/master | 2021-01-19T17:26:03.385131 | 2017-02-20T06:25:27 | 2017-02-20T06:25:27 | 82,456,920 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,207 | java | package com.zhijia.ui.zhijiaActivity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.T... | [
"wang.lei@ecschina.com"
] | wang.lei@ecschina.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.