blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1e174fa8ea2c6ccd784dd46d79495df8a8135cf9 | ccb0da21fd11d0afdbd4190951e20a018c179909 | /src/main/java/com/personal/eternaljourney/utils/PageUtils.java | ebb220ff6a4d336003fe94a662d075d0b1389af4 | [] | no_license | CharmZJH/eternal-journey | c86c9a3f5cff9262bafc256f46b35654421902df | 1f86cca52cf36284f049f714b5eb554bf81f8ce2 | refs/heads/master | 2023-06-02T13:03:30.375064 | 2021-06-25T09:08:02 | 2021-06-25T09:08:02 | 377,775,540 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.personal.eternaljourney.utils;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
public class PageUtils implements Serializable {
private static final long serialVersionUID = -1202716581589799959L;
//总记录数
private int totalCount;
//每页记录数
private int pageSiz... | [
"1925565912@qq.com"
] | 1925565912@qq.com |
e5ddc988803445b5a2e762aa8e4a2472e3c0d32b | c65008e3fb144d009c3c3702dfc8f4c26460a762 | /restful-web-services-github/src/main/java/com/rest/webservices/SwaggerConfig.java | 4d5e3db8c171134ff6338966a29bd794cb8a5b9c | [] | no_license | sameervogeti/currency-converter-microservices | b62749deaeea288438cdc39002d547524789524c | 8b62e0917cc116ebb85d7f347f365ac7f9cfab3f | refs/heads/master | 2020-08-07T21:27:12.136716 | 2019-10-17T15:23:23 | 2019-10-17T15:23:23 | 213,591,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package com.rest.webservices;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.spi.DocumentationType;
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagge... | [
"sameervogeti@gmail.com"
] | sameervogeti@gmail.com |
0d9944cad3c8396fd9472e44e06df1c892bf168d | 4fe695b4a62d5d71e57941421b4effd25cbc3f21 | /chapter_2/src/chapter_2/CircleArea.java | 2b7dcafef3b4297e348309c8a18ad93a5f5bbb4b | [] | no_license | EunjiShin/java_study | 99926b8e5e82922f852a8915207741426047ec77 | e0811c1a40a7557166ac04ad5d6f209d2b4ec6e6 | refs/heads/master | 2020-07-30T14:55:05.246210 | 2019-11-17T09:35:48 | 2019-11-17T09:35:48 | 210,269,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package chapter_2;
public class CircleArea {
// 원의 면적을 구하는 프로그램
public static void main(String[] args) {
final double PI = 3.14; // 원주율을 상수로 선언한다.
double radius = 10.0; // 원의 반지름을 선언한다.
double circleArea = radius*radius*PI; // 원의 면적 공식을 이용해 면적을 구한다.
System.out.println("원의 면적 = " + circleArea);
//... | [
"eunji980310@gmail.com"
] | eunji980310@gmail.com |
83cf4d18b48cfde46c15313459a077661c7ebb42 | 2d43628c269dd1ffe67be0cf5402c98334c8055d | /aigo-android/app/src/main/java/com/cloudpick/yunna/utils/message/MessageCenter.java | 82f57467b1ee446b1908082b351fc2343c5bd32a | [] | no_license | Yunna-AIGO/aigo-ui | 81f27da852b20c3b94c248fedfb370e20c24e9fa | e9c662f2e5d75aee9178067ad7f61e372239b3e2 | refs/heads/master | 2023-02-08T16:51:45.433945 | 2021-04-19T03:04:22 | 2021-04-19T03:04:22 | 98,144,937 | 0 | 0 | null | 2023-01-25T08:18:00 | 2017-07-24T03:19:58 | Java | UTF-8 | Java | false | false | 8,332 | java | package com.cloudpick.yunna.utils.message;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import android.util.Log;
import com.cloudpick.yunna.BuildConfig;
import com.cloudpick.yunna.model.User;
import com.cloudpick.yunna.ui.MainActivity;
import com.cloudpick.yunna.ui.Wel... | [
"maxwell@localhost.localdomain"
] | maxwell@localhost.localdomain |
e01f0e8602f4bb9753216a3663cf2ad4c83ae3fd | b2cadece3ab85d41e90a06e5b39af2cbe5c01df5 | /subtraction/src/souji/sub.java | 9b22a80504f30e672165a788d3fbdda5edaa07c4 | [] | no_license | soujanyasab/gittestsouji | 450b5dd3d26955ba8bfa32e44b8fadb3f7dc7ab7 | 5a8239e788e937b6816d18698d31a58e08a89ea0 | refs/heads/master | 2021-05-14T06:28:45.006386 | 2019-01-28T07:30:19 | 2019-01-28T07:30:19 | 116,241,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package souji;
public class sub {
int arg1=3;
int arg2=2;
public sub(int a, int b)
{
System.out.println("inside constructor");
this.arg1=a;
this.arg2=b;
}
public int sub()
{
System.out.println("sub method");
return arg1+arg2;
//aa
// return arg1*arg2;
}
public static void mai... | [
"670317@PC176398.cts.com"
] | 670317@PC176398.cts.com |
1ae706b32194c36d75c2f05ee278f052e56e5b29 | 7106fc7eb07b2fe7d175db145f7345d73b0a9659 | /tawassol-repository/src/main/java/com/ayouris/tawassol/common/repository/impl/CommonRepositoryImpl.java | addb05f02d9d95d624fa67516f19abec92ccb075 | [] | no_license | mohcine-wannas/test | a6ef0ac763b8a344695cff8e6c01b4f3d064b1b6 | 3403a37df11b824b749d13d9e28e653bb9bfb88d | refs/heads/master | 2020-04-01T13:26:49.560211 | 2018-02-22T09:09:00 | 2018-02-22T09:09:00 | 153,252,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,172 | java | package com.ayouris.tawassol.common.repository.impl;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import javax.persistence.EntityManager;
import org.hibernate.annotations.QueryHints;
import org.springframework.data.jpa.repository.support.JpaEntityInformation... | [
"mohcine.wannas@gmail.com"
] | mohcine.wannas@gmail.com |
fd02f9df24f588f4334770d33f3f58c050d378ea | bdefb1f7722cbbd571d3cdf466671f73d4b43680 | /src/main/java/pcehr_override/org/w3/Reference.java | 381aa52ec48d631662d43b3879e7e3409f681d05 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | AuDigitalHealth/pcehr-compiled-wsdl-java | 07975bcdba00af2ddd9933050a1da08a71c712e1 | 098fa9e9b0859e2785dd4ae81a60094898ecf053 | refs/heads/master | 2023-03-08T21:31:59.626392 | 2021-02-23T01:58:03 | 2021-02-23T01:58:03 | 338,191,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,038 | java |
package pcehr_override.org.w3;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlRootElement;
import j... | [
"peter.ball@digitalhealth.gov.au"
] | peter.ball@digitalhealth.gov.au |
e4fb3f974fe3fa3e9de61694b5eda5f90a635a06 | 0c212ca7fc9394c7f026d235ec1cb27d7a53f6e2 | /src/main/java/com/devroods/cestao_backend/services/GetNFCeService.java | 7d6d67c3068ecc859a7c9724337c495f0131cfcb | [] | no_license | rodolfomedeiros/cestao_backend | 8304eb298d1c20421646eb848b083be3fe3f00c8 | 06381370b1ba274aaa42c2ce0ef7486014033cd6 | refs/heads/master | 2023-03-02T20:33:22.830824 | 2021-02-13T17:47:26 | 2021-02-13T17:47:26 | 249,535,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | java | package com.devroods.cestao_backend.services;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.Optional;
import com.devroods.cestao_backend.exceptions.NfceServerNotFoundException;
import com.devroods.cestao_backend.models.forms.NfceDTO;
import com.google.gson.Gson;
import com.google.g... | [
"sd.rodolfo.medeiros@gmail.com"
] | sd.rodolfo.medeiros@gmail.com |
8e32d647a5dad876f2ca1813337c25f66509bf2b | 7b97b7f8b14cc752deedde00aeeea26bfaa66da9 | /src/main/java/uk/gov/digital/ho/hocs/info/domain/entity/EntityRepository.java | 185f5109091db727827c6e70a5dde0d2fe8383d1 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nickmcmahon01/hocs-info-service | 80039d050e0d891c52ac10e1aa0bde4cf52cb862 | 70aed25f306d550c1f655dd0ceb2a784e3b3ac3a | refs/heads/master | 2020-06-15T07:13:44.400542 | 2019-06-27T22:43:44 | 2019-06-27T22:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package uk.gov.digital.ho.hocs.info.domain.entity;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.Set;
@Repository
public interface EntityRepository extends CrudRepository<Entity, Long... | [
"nick.mcmahon@digital.homeoffice.gov.uk"
] | nick.mcmahon@digital.homeoffice.gov.uk |
baf5fb0ae58ee32b6945270f43be61cfb4e08722 | d613b1235c9b3e2cbf9afb8cad2e6f77e5dd177b | /src/main/java/priv/tangxin/algorithm/problem/towSums.java | c89e931f2b91dd7012d68c13161efc7f56c018bd | [] | no_license | D2mer/algorithm | 912eac60d2b0868eb4a57c0d0ecd5c67d9ab4b09 | 6b9aa9d704e1999d957f03f705c24e41661c26fe | refs/heads/master | 2023-05-08T14:38:22.665631 | 2021-06-01T09:55:58 | 2021-06-01T09:55:58 | 372,665,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package priv.tangxin.algorithm.problem;
import java.util.Arrays;
/**
* @Desc
* @Author tangxin
* @Date 2021/5/26
*/
public class towSums {
public static int[] twoSum(int[] nums, int target) {
for(int i = 0;i<nums.length-1;i++){
Arrays.binarySearch(nums,target - nums[i]);
for(i... | [
"tangxin@cdzgph.com"
] | tangxin@cdzgph.com |
145bcb4075440fac617daf215a1f61ac8d2eb9a8 | f4ab451d4430979491f863b55dc11a2d38569666 | /tablereservation/src/main/java/com/galaxy/springboot/support/PageInfo.java | 1503639d6132ec99e5d432649e6dacfdb3c5301a | [] | no_license | www-jin/- | e99d30b3f9542cab05fb9059fbde7011145d5b3d | c8980d0e150253ceb4ea0489fd204ce161b6228b | refs/heads/master | 2020-11-26T06:53:52.028210 | 2019-12-25T01:45:39 | 2019-12-25T01:45:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,976 | java | package com.galaxy.springboot.support;
import java.util.List;
/**
* �����ҳ����ʹ�õ�����
* @author Lenovo
*�Զ�������ɷ�ҳ����
����ҳ��Ҫ��Щ������
1 ������
2 ÿҳ������
3 ��ǰ��ҳ��
4 ��ҳ��
ҳ����ʾ
5 ��ҳ��ѯ�ݵ�ǰ�˽�����ص�չʾ List<T>
��ѯ����
6 ������� private SalChance salChance; private T entity;
*/
public cl... | [
"1106315424@qq.com"
] | 1106315424@qq.com |
c4302bcd20733dbdfc49308437635108daca0d0b | 94c055cd58750549275d32b3ee0d2fd64090966d | /other_module/src/androidTest/java/com/hai/jackie/other_module/ExampleInstrumentedTest.java | 164883eaa0aee0206ecd050a248cd7e7943136ea | [] | no_license | ljzyljc/HaiRoute | 419c81987caa48c8e54ba87845ad1dea18dab611 | 80c42fdbae3e2e1b948e0af8e67de5902d215524 | refs/heads/master | 2020-05-24T07:25:48.338471 | 2019-05-17T06:30:47 | 2019-05-17T06:30:47 | 187,159,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.hai.jackie.other_module;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an And... | [
"feifei5292190@163.com"
] | feifei5292190@163.com |
4f24838e8f7290ba0536d328520c0dd876fda6ff | d9d04a95675865c5cae30b002aa91afac87c258a | /src/main/java/com/kogni/pontointeligente/api/security/JwtAuthenticationEntryPoint.java | 628f8012a65233690ba5a892f6eadff254abb950 | [
"MIT"
] | permissive | leosilvarj/ponto-inteligente-api | 4ab8490c20b73c8835dbc11da57ca97004c925ac | c85b499aad73d751ffaa584cf3eb1987c9a555c8 | refs/heads/master | 2020-03-14T15:37:05.044088 | 2018-05-04T04:58:22 | 2018-05-04T04:58:22 | 131,680,148 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.kogni.pontointeligente.api.security;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.spri... | [
"leosilvarj@gmail.com"
] | leosilvarj@gmail.com |
5aa402b381c99384e23cadc081d4f8522a405bb9 | b0820d34ab17dae22cee455d3b37ac00e7a798bc | /solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/ModifyCollectionPayload.java | e2c744e78d5a994971a72e7bb0266cfca39c041d | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown",
"LGPL-2.0-or-later",
"Classpath-exception-2.0",
"CDDL-1.0",
"GPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-unicode",
"CC-BY-SA-3.0",
"CDDL-1.1",
"LicenseRef-scancode-proprietary-license",
"NAIST-2003",
"BSD-3-Clause",
"LicenseRef-... | permissive | makosten/solr | 7265b7d4e28092f3b58e6bffe8b6099b8d994a4d | b532f4dc604d01dbddd8e45ee5cc16d3e3afe0b3 | refs/heads/main | 2023-08-28T20:44:47.471847 | 2021-11-04T13:58:59 | 2021-11-04T19:24:54 | 397,412,744 | 0 | 0 | Apache-2.0 | 2021-08-17T23:07:07 | 2021-08-17T23:07:06 | null | UTF-8 | Java | false | false | 1,291 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"noreply@github.com"
] | noreply@github.com |
292f608f187121c821cff477916d7c2089c1d083 | 37dd44461f3ad8213cecad3898c877b95d6c917b | /imagepickerlib/src/main/java/com/jinu/imagepickerlib/PhotoPagerActivity.java | c8cd6f2bfcc1a040fb866675881ee7f231e787a8 | [] | no_license | j1nu/imagepicker | 5e98da724c2ed137f7252f6bd27ff50158eeec01 | 887bc5820bbb5cc7009d874e53bd1b4bf912bf91 | refs/heads/master | 2022-12-07T11:48:32.059581 | 2020-08-22T15:30:05 | 2020-08-22T15:30:05 | 274,215,680 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,544 | java | package com.jinu.imagepickerlib;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import an... | [
"gle00@naver.com"
] | gle00@naver.com |
2f4b88ac3a8a3351f33095a6b2d344f7ba6847d6 | cd15756c7e57947dd98eb3a8e4942b8ad3e694d9 | /google-ads/src/main/java/com/google/ads/googleads/v0/services/MutateOperationOrBuilder.java | 9bc004854f74a0729723dbb4d31e5b5c84eda0eb | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | DalavanCloud/google-ads-java | e4d967d3f36c4c9f0f06b98a74cd12cda90d5a85 | 70d951aa0202833b3e487fb909fd5294e1dda405 | refs/heads/master | 2020-04-21T13:07:19.440871 | 2019-02-06T13:54:21 | 2019-02-06T13:54:21 | 169,587,855 | 1 | 0 | Apache-2.0 | 2019-02-07T14:49:54 | 2019-02-07T14:49:54 | null | UTF-8 | Java | false | true | 11,746 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v0/services/google_ads_service.proto
package com.google.ads.googleads.v0.services;
public interface MutateOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v0.services.MutateOper... | [
"noreply@github.com"
] | noreply@github.com |
c1bfb370158121ecc5391c392acbeb6b015ac04a | db94dd778079616ab1d193763bdf139cfb83ee9b | /assignments/src/dev/selvam/module2/Qus3_arrayFunctionWithSearch.java | 7b6899b1f808c39309e9e175b9572faf2ef39369 | [] | no_license | selvam-rhce/j2ee_course | 87d93ff5e814462a300cbe24e1e885343b5ac4c1 | 19034284f6cc3e55de99e5e5c6e9b1a5484514d2 | refs/heads/master | 2022-12-23T00:55:32.978396 | 2020-09-11T06:38:57 | 2020-09-11T06:38:57 | 259,819,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,886 | java | package dev.selvam.module2;
import java.util.Scanner;
public class Qus3_arrayFunctionWithSearch {
public static void main(String[] args) {
/*
* Qus: Write another function named display() which takes 4 arguments.
* The arguments are namedas String and 3 arrays (Employee id, name and salary).
* Function proto... | [
"selvam.ayyanar@flytxt.com"
] | selvam.ayyanar@flytxt.com |
9775ae40039824d0a0021a61b51c6775ca972588 | 5c3bb5a03637e966890bcc75eae07a61787ba865 | /learning_udp-master/src/main/java/com/example/demo/init/UdpServer.java | 47ff375e3e9cdce9c2992846dbaf09d6f87993f3 | [] | no_license | wuhlcom/JavaEE | 735751770e5192d55a69538a39ca743734dc8f84 | 2f613dd7f24f5a959ba9e8b0a1649cd21d8448f6 | refs/heads/master | 2021-01-01T04:32:34.453606 | 2017-10-31T03:25:10 | 2017-10-31T03:25:10 | 97,192,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,422 | java | package com.example.demo.init;
import com.example.demo.handle.UdpServerHandler;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioDatagramChannel;
import org.slf4j.Logg... | [
"378433855@qq.com"
] | 378433855@qq.com |
dfbf4d9b6e5b982c1b61ed1ffa167b3394f3d444 | 890af51efbc9b8237e0fd09903f78fe2bb9caadd | /general/oa/com/hd/agent/oa/dao/OaCustomerFeeMapper.java | f1de44b4979e670dd6865faa7d6c8c3cf31fa69f | [] | no_license | 1045907427/project | 815fb0c5b4b44bf5d8365acfde61b6f68be6e52a | 6eaecf09cd3414295ccf91454f62cf4d619cdbf2 | refs/heads/master | 2020-04-14T19:17:54.310613 | 2019-01-14T10:49:11 | 2019-01-14T10:49:11 | 164,052,678 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | package com.hd.agent.oa.dao;
import com.hd.agent.common.util.PageMap;
import com.hd.agent.oa.model.OaCustomerFee;
import com.hd.agent.oa.model.OaCustomerFeeDetail;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* 客户费用申请单(账扣)Mapper
* @author limin
* @date Mar 23, 2016
*/
public interface O... | [
"1045907427@qq.com"
] | 1045907427@qq.com |
3b8bcf7f0c484caf631dd32f115c4e7432d299fe | 4167fff95d69ce739177a119912c245a1c21b5f1 | /src/main/java/com/kasiyanov/spaceport/template/parameterExtractor/WarriorParameterExtractor.java | 48c7531e9b269d027d09b3bf01a94e5aaba596c8 | [] | no_license | VladimirKasiyanov/polymorphism-with-JSON | d04919dcee50e074af8a918ce82f3c1ce684d898 | 9354e913e870b61cd69bfb07f86648d4b1704981 | refs/heads/master | 2020-04-24T01:09:26.747177 | 2019-03-04T02:46:20 | 2019-03-04T02:46:20 | 171,588,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package com.kasiyanov.spaceport.template.parameterExtractor;
import com.kasiyanov.spaceport.dto.InputDto;
import com.kasiyanov.spaceport.shipModel.parametersModel.Damage;
import com.kasiyanov.spaceport.shipModel.parametersModel.Parameter;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
... | [
"vladimirqw@gmail.com"
] | vladimirqw@gmail.com |
6503b493957e5b27a80134198e0bbec6926cd87a | a7f3554def3bff08de8e973c0a712883685e1e8d | /EmployeeServiceContract/src/com/tanmoy/employee/dto/Employee.java | 489f979f0f3ec54a95c4ecc33614e26819f5a8e1 | [] | no_license | guoyu07/RESTful_Resource_Spring_App | 0e477650eed0799bc1ec03a7eaf15f0d0f406ad4 | 99d04732406de1c41cbb99827732108aac9fdcb6 | refs/heads/master | 2020-03-07T08:11:55.881547 | 2017-07-02T06:53:40 | 2017-07-02T06:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | package com.tanmoy.employee.dto;
public class Employee {
public String loginID;
public int businessEntityID;
public String employeeName;
public String nationalIDNumber;
public String jobTitle;
public String birthDate;
public char maritalStatus;
public char gender;
public String hireDate;
public String getLog... | [
"tanmoy.banerjee@outlook.in"
] | tanmoy.banerjee@outlook.in |
970e0595ca08024a34b980a8b9a55033379ec23c | 8307662040711983aa540000216ea69dc1180ae5 | /src/main/java/me/teakivy/eggfix/Main.java | 68762f96d83710a254e4ffd7453bcd0096436294 | [] | no_license | teakivy/EggFix-1.17 | 99c43a88d56bb6e339c4d9f9349a0000083cc744 | a96797b227b0c38420e7906d0e9933a2c7edb1b6 | refs/heads/main | 2023-06-26T23:50:03.669312 | 2021-07-29T12:30:30 | 2021-07-29T12:30:30 | 379,803,606 | 3 | 3 | null | 2021-07-29T12:09:27 | 2021-06-24T04:32:26 | Java | UTF-8 | Java | false | false | 2,738 | java | package me.teakivy.eggfix;
import org.bukkit.*;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukk... | [
"noreply@github.com"
] | noreply@github.com |
483a2c05830ab99a65ccd0e4eae53e495624bc46 | 3d5b7238c82e4c1b61e619562ccea73cfed13c9b | /StudentForum/src/java/com/leapfrog/springFramework/Filter/AdminFilter.java | 54d463d836e5827a23fd80a132b7888b82b18642 | [] | no_license | binodG/TicketingSystem | 82abbf53d1bca46dc4178b198ce83dc2ba5a050b | 678f31f403014be814eb18543092883dcfc03384 | refs/heads/master | 2021-01-21T02:52:55.353074 | 2016-09-18T04:19:34 | 2016-09-18T04:19:34 | 68,496,601 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | 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 com.leapfrog.springFramework.Filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain... | [
"gbnod55@gmail.com"
] | gbnod55@gmail.com |
a482dd38512b32cb1dfee73a3002a01ccef9a1c1 | 6b50497523111b029a9c294c5fd04430e8802d5f | /app/src/androidTest/java/com/p/dreamcelebration/ExampleInstrumentedTest.java | 68ec240e5103d60eb3d704e5e680369ec5ebd10b | [] | no_license | PRATYUSHNAIR1976/DREAMCELEBRATION | 52bb612084202eeaf5b6b4b6434390b21ebf0416 | 1f8a576f07060ac55dbe62056bca90cb9e30ceff | refs/heads/master | 2020-05-01T06:22:01.626907 | 2019-03-28T02:16:47 | 2019-03-28T02:16:47 | 177,328,309 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package com.p.dreamcelebration;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android ... | [
"pratyushnair1976@gmail.com"
] | pratyushnair1976@gmail.com |
1550ddae19196b45ccf751f895fc9f822f33071e | 3e2cf0ccc59771d7183615becb8f0fe23dcb095e | /SmartBanking_Frontend/android/support/v7/internal/view/SupportMenuInflater.java | 20029bef4de09a6a5d43cc4173e6d36017fe59b2 | [] | no_license | Masebeni/smartBanking_f | de6a138d17ac8370dfd56e591a0d274144f0aa38 | 84128539a93168429020d740e3e897be6eb3b3c2 | refs/heads/master | 2020-04-18T08:47:22.344599 | 2016-09-02T20:53:52 | 2016-09-02T20:53:52 | 67,164,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,236 | java | package android.support.v7.internal.view;
import android.app.Activity;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.res.TypedArray;
import android.content.res.XmlResourceParser;
import android.support.v4.app.NotificationCompat.WearableExtender;
import android.support.v4... | [
"xmabeni1@gmail.com"
] | xmabeni1@gmail.com |
a68729568587f103a1e95709f16a5edb6906ceef | 7f6eeb1a0c0b4b3effd499cc8b08c7935a508fdb | /src/login/LoginModel.java | faeff8144e3c0dac6c3b1b141a7b7ed338d9a30c | [] | no_license | Mpumelelodube/inventory-managementsystem-Pos | 331a58b8e404e057189295ccf6c8700ee486d16d | c1ecdde0e6d10767fe0614dbd79239e6a5798179 | refs/heads/master | 2022-08-03T03:01:47.542091 | 2020-05-25T16:07:51 | 2020-05-25T16:07:51 | 260,697,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package login;
import database.DatabaseConnection;
import javafx.scene.control.Alert;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class LoginModel {
public static boolean isLogin(String useName, String password, String departmentS... | [
"dubempumelelo9@gmail.com"
] | dubempumelelo9@gmail.com |
d24f7af0956f709f5fa4e9345a5b31b5f3a0449d | 3426ac29a405b436807cc341a14079bf4466f44e | /next one/src/Count.java | e655d0aaf79ddd7705cd1906e18b58763f3eb12b | [] | no_license | santhoshbollena/nextone | 02d09ff6c0da5a4fadca8fff32c102f386be3fed | b12c4995798c3d93a4dbe52233a8c95fdede6076 | refs/heads/master | 2021-05-14T02:04:35.202886 | 2018-01-07T17:15:24 | 2018-01-07T17:15:24 | 116,583,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | import java.util.Scanner;
public class Count {
public static void main(String[] args) {
// TODO Auto-generated method stub
int c=1;
boolean f=true;
System.out.println("enter a string");
Scanner sc=new Scanner(System.in);
String s=sc.nextLine();
System.out.println(s);
int n=s.length();
St... | [
"bollenasanthosh@gmail.com"
] | bollenasanthosh@gmail.com |
330e0d885fd444f7e72a3c67eccb099e11b098d5 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-418-1-13-SPEA2-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/doc/DefaultDocumentAccessBridge_ESTest.java | f147d42e59cfab8bb110c79d7ec86dcebeb013d8 | [] | 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 | 578 | java | /*
* This file was automatically generated by EvoSuite
* Mon Apr 06 10:13:24 UTC 2020
*/
package com.xpn.xwiki.doc;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.c... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
8c1303afda85757f397284c8a4bc7db289356a11 | a1029a8e2f152dd9990f2012cac72edfcf898ee8 | /src/main/java/bank/ocr/FileUtil.java | 50ecdc5ab8864a5b1a129694be9c01476ac0685b | [] | no_license | mihailrc/bankOcr | 2271a6055832ee0a3cc8a6e2c8aa7330dd10d91e | ae1b99361bd888f7196d6a0ef6c3b45de95b2e58 | refs/heads/master | 2021-01-21T00:00:52.474034 | 2016-04-13T12:15:22 | 2016-04-13T12:15:22 | 14,602,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | package bank.ocr;
import java.io.*;
public class FileUtil {
public static final int BUFFER_SIZE = 4096;
public static int copy(Reader in, Writer out) throws IOException {
try {
int byteCount = 0;
char[] buffer = new char[BUFFER_SIZE];
int bytesRead;
wh... | [
"mihailrc@gmail.com"
] | mihailrc@gmail.com |
222bfa718b2c0c86c196f2604bf5fdaaeb096ada | af2482fde6ea6942726682474d6f196510ab2b78 | /PhotoClient/app/src/main/java/edwin/team/com/photoclient/Classes/ImageAdapterPickPhoto.java | 7571bb06c4cac22e0df27474350c31616ad50e33 | [] | no_license | Algarode/PTS4 | c12eddcb041442fdb836c9cf118b33f0389119b5 | f5805ab3a741668b4b946a6637ee005bd940aae4 | refs/heads/master | 2021-01-17T14:36:13.223243 | 2015-01-20T10:47:06 | 2015-01-20T10:47:06 | 23,931,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,664 | java | package edwin.team.com.photoclient.Classes;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.RadioButton;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbo... | [
"edwin.lambregts0@gmail.com"
] | edwin.lambregts0@gmail.com |
672b65d13be684ce2e0719a6e85b19dde96c462d | bb2d8e294e03370ebc2be07074c0428ca93b6e7d | /Final/HRPS/src/model/RoomServiceItem.java | af0e941c8a90a98e8d374606780fd9cad99114ec | [] | no_license | shantanuj/2002MovieBookingSystem | 85bb153e565f4e2ac62829c3b5a24c32410d0592 | 4708cc8787cdfe5ff9e5d23ce5348585ed4b1144 | refs/heads/master | 2020-04-17T06:56:50.264401 | 2016-09-10T04:33:07 | 2016-09-10T04:33:07 | 67,573,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | java | package model;
public class RoomServiceItem {
/**
* The name of this Room Service Item.
*/
private String name;
/**
* The description of this Room Service Item.
*/
private String description;
/**
* The price of this Room Service Item.
*/
private double pri... | [
"shantanu12jswl@gmail.com"
] | shantanu12jswl@gmail.com |
45c51efaa7b3e3f25a3d8ab6b63b2ca83cf4c993 | 72c01f86724d708abf9423145d3c8dc076961c2f | /GangSDK/src/main/java/com/qm/gangsdk/ui/custom/button/XLRecorderButton.java | 48fe9293eec529baea674ba389c1460ff97672c9 | [] | no_license | qq474141627/who | 3fd0fde7603f4f06f549c375dced9cc51fdb3187 | 482c35d07450047c605292a6a1edd9b7748a4e80 | refs/heads/master | 2020-03-08T04:17:49.470844 | 2018-04-03T14:27:42 | 2018-04-03T14:27:42 | 127,917,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,310 | java | package com.qm.gangsdk.ui.custom.button;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.widget.Button;
import com.qm.gangsdk.ui.custom.dialog.ViewTools;
impo... | [
"752387519@qq.com"
] | 752387519@qq.com |
29d4fd86bf2e720e1eb8b992a37852d6c66f1bb7 | 85803bf95187b74431e10efee2a2086edb5df81e | /Binary_Tree_Preorder_Traversal/Iterative/Solution.java | 8a23c17252e88a84eb641b0439a0f9873c1ab906 | [] | no_license | congyue/Leetcode | cf2d2a8b2f2c068fbffd99e122ef2a61deacde37 | 8c60189739e78261e5995472c041a065f09a6881 | refs/heads/master | 2021-03-27T10:18:28.282651 | 2015-10-04T22:05:23 | 2015-10-04T22:05:23 | 25,962,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | import java.util.*;
public class Solution {
public List<Integer> preorderTraversal(TreeNode root) {
List<Integer> result = new LinkedList<Integer>();
if (root == null)
return result;
Stack<TreeNode> stack = new Stack<TreeNode>();
stack.push(root);
while(!stack.isEmpty()) {
TreeNode cur = stack.pop();
... | [
"congyue@Congyues-iMac.local"
] | congyue@Congyues-iMac.local |
89d13e5690077d0c877f479c532ee79fab08db26 | 74d2705d91e9313ac5be48f9d73887f64da52f6a | /src/main/java/designPatterns/behavioural/observer/com/one/impl/StockObserver.java | eaf5da9dda78fe1be4565ddf1ef5df10e854b814 | [] | no_license | prashant146/datastructuresalgorithms | 733b06ee8f33bbea450ef145cdbdd66f1e95c918 | ad5b85867091fc6dfc1b7b31b311519a503346f8 | refs/heads/master | 2021-05-12T11:02:52.444096 | 2020-09-02T15:19:35 | 2020-09-02T15:19:35 | 117,377,419 | 0 | 0 | null | 2020-10-14T00:22:40 | 2018-01-13T20:52:21 | Java | UTF-8 | Java | false | false | 1,060 | java | package designPatterns.behavioural.observer.com.one.impl;
import designPatterns.behavioural.observer.com.one.Observer;
import designPatterns.behavioural.observer.com.one.Subject;
public class StockObserver implements Observer {
private double ibmPrice;
private double aaplPrice;
private double googPrice;
... | [
"prashant146"
] | prashant146 |
bd36303de137877fdaf50a14b00524a4a16de031 | 207a9294c0f6c024ae8d8f989c06e385fe7e5904 | /src/main/java/com/sofang/base/HouseSort.java | 78ba8b975d542566d3606c18eb70770baa3c533c | [] | no_license | GodNoBug/sofang | 4968a3d1e28be6758a6945532583ea27d2b01295 | 65ada51867dff87901a6410b0bd27adc953c823d | refs/heads/master | 2021-07-05T12:49:49.840641 | 2020-09-12T10:56:26 | 2020-09-12T10:56:26 | 173,574,459 | 0 | 0 | null | 2019-03-03T12:52:04 | 2019-03-03T12:52:04 | null | UTF-8 | Java | false | false | 1,042 | java | package com.sofang.base;
import java.util.Set;
import org.springframework.data.domain.Sort;
import com.google.common.collect.Sets;
/**
* 排序生成器
* Created by gegf
*/
public class HouseSort {
public static final String DEFAULT_SORT_KEY = "lastUpdateTime";
public static final String DISTANCE_TO_SUBWAY_KEY =... | [
"849447894@qq.com"
] | 849447894@qq.com |
ea6696b1ce6e5b2cfaf2d4636e513e6f0f8e20de | f6736b669713c08483548527ff11cc5388189da8 | /src/KeywordDriven_Framework/Excution.java | 246ae0c05b9b01f84fdfa40e9284dbc82175217c | [] | no_license | shraddha03salvi/POI | 54817afbdf5043c6cd635c5199d1262bdc779855 | 8aa3534b2af9793a2cb560e228131a03e7ac95d9 | refs/heads/master | 2020-07-17T17:14:13.030503 | 2019-09-03T11:28:11 | 2019-09-03T11:28:11 | 188,956,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package KeywordDriven_Framework;
public class Excution {
public static void main(String[] args) throws Exception {
String path ="E:\\ExcelData\\TestCases.xlsx";
ExcelUtility.setExcel(path,1);
for(int i=0;i<=6;i++)
{
String keyword = ExcelUtility.getData(i,6);
if(keyword.equals("OpenBrowser")) ... | [
"shraddha12salvi@gmail.com"
] | shraddha12salvi@gmail.com |
88331e20c386479bbb1ae14655c5637367d0885c | e5e048e558af1b5e1d5f925d91bec468c9ae275a | /src/controlFlow_Statements/Student_if_else_if_ladder.java | 9a18ae8bbcb67869e226e1d4bc4fa70406d1dde2 | [] | no_license | JaydeepUniverse/java_core | e1857a041ae8054066f87d7b8384ae722b4eb57b | ab74c920cca88ef315a51f54c52d93f9b37b2818 | refs/heads/master | 2021-10-09T11:32:49.525628 | 2018-12-27T05:52:22 | 2018-12-27T05:52:22 | 153,394,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package controlFlow_Statements;
import java.util.Scanner;
public class Student_if_else_if_ladder {
public static void main(String[] args) {
Scanner s1=new Scanner(System.in);
System.out.println("Enter your marks: ");
int m=s1.nextInt();
if (m>40 && m<=50) {
System.out.println("Third Grade");
}
else if... | [
"ecjaydeepsoni@gmail.com"
] | ecjaydeepsoni@gmail.com |
24ea8455e6a42f5efc8aad3feb90cd5523ab68b5 | 192f8b6b57e3f8feb0e06f06f1f909b34ae725e0 | /trunk/radio_web/src/main/java/no/radio/web/server/resource/RapporterRadioStartServerResourceHTML.java | 67cc9a21fcc077b18b492c1fac9826c5808731f1 | [] | no_license | olufjen/acemradio | b20bf5dbf33913dd25e11eacb96ae51814011f01 | 0c249516700d8435e8fbac15d8a72d962c4b8727 | refs/heads/master | 2022-09-11T14:24:41.163173 | 2022-08-23T07:36:23 | 2022-08-23T07:36:23 | 48,162,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,660 | java | package no.radio.web.server.resource;
import java.io.BufferedReader;
import java.io.IOException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Stream;
... | [
"olufjen@gmail.com"
] | olufjen@gmail.com |
f9853d22b3f5a6196619e0235d7ace8173924f8b | 41898abc4b9e37589ddaff8b64b581e072fc097f | /services/osm/src/main/java/com/huaweicloud/sdk/osm/v2/model/DeleteAccessoriesRequest.java | 2a4da3d71c876db9a7b9692bd3f16a2bbee55501 | [
"Apache-2.0"
] | permissive | jierui001/huaweicloud-sdk-java-v3 | 55f5ee27973bf38cef2b80d19e6d31547c506e3f | a14a19255d2890784a4e9cea05076d2d76ac3ebd | refs/heads/master | 2022-12-27T04:54:25.594241 | 2020-09-30T02:49:42 | 2020-09-30T02:49:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,187 | java | package com.huaweicloud.sdk.osm.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.function.Consumer;
import java.util.Objects;
... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
33121128ce3ffb1b29e2939b692e3d7e9e78ebca | 4a4baf8410fefc4326555aa7f8ae74703b000a7f | /Apollo/src/com/apollo/messages/EntityRemovedMessage.java | 19e60158ea8be1599795b221a6bc135352c0b323 | [
"BSD-2-Clause",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-freemarker"
] | permissive | egyware/fp4g | 6fd84a538df6c88f39b8f627d8d1df45dbe88227 | 60ebb5bde0c52ea60b62bcf3e87aa5e799d7f49b | refs/heads/master | 2021-01-19T18:30:52.415711 | 2015-07-03T15:44:33 | 2015-07-03T15:44:33 | 12,302,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package com.apollo.messages;
import com.apollo.Entity;
import com.apollo.Message;
public class EntityRemovedMessage extends Message
{
public Entity entity;
@Override
public Class<? extends Message> getType()
{
return EntityRemovedMessage.class;
}
}
| [
"egyware@gmail.com"
] | egyware@gmail.com |
1a94d327de60adb38e0738cd2987629eefc71599 | d55e5e6ae7bf7b20051d2ecfed8906a38ef24145 | /src/main/java/leon/ssi/test/person.java | c36dc0b83f6ffe99bb4c051f41e8ba4e6cc38446 | [] | no_license | huoex/tssm | b3cfa25f78f317dba60a9673be9697fd19807805 | e6065ede29c3d964b649e124e22821528330844e | refs/heads/master | 2016-09-05T20:17:25.456440 | 2015-07-02T07:08:19 | 2015-07-02T07:08:19 | 29,567,424 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package leon.ssi.test;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
@Service
public class person {
@Resource
friend frd;
}
| [
"huoex0628@gmail.com"
] | huoex0628@gmail.com |
93a7b4823ec29e08a50e23826caa82d69f8e34de | a3a5aeb018ab1c3e92f924e13c7e290eeec6bd06 | /workspace2/NetworkProgramme/src/com/_520it/day01/UDP/Send.java | e06226f01fd028d627fc766c1d8653ae73de59ed | [] | no_license | qyl1006/JavaApps | bc21a25d9a28e98f83227af6b54b6b4859a7ff30 | e47445194677531babcc7a20c8fd334f253682e1 | refs/heads/master | 2021-05-15T07:44:26.776608 | 2018-03-09T14:37:21 | 2018-03-09T14:37:21 | 111,789,114 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 541 | java | package com._520it.day01.UDP;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
//发送端
public class Send {
public static void main(String[] args) throws Exception {
String str = "我欲成仙,快乐齐天----测试Ing";
//创建发送端对象
DatagramSocket send = n... | [
"yuelinshi@qq.com"
] | yuelinshi@qq.com |
ef189844fef33f3c96b16e30314c20bc18c19402 | e83c2bbed55681f4f6386af2820dff65cd5fa8a6 | /app/src/main/java/com/ubergeek42/WeechatAndroid/Weechat.java | db721ed1c541dae25e3bd188d37df49053120538 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | hlmtre/weechat-android | ccbe1c38a18f0da3051731642a0bdd5bbcbf0612 | 4a8984d133434f111d6ce689122f5335279bb169 | refs/heads/master | 2022-11-10T16:56:02.807280 | 2020-05-06T02:28:23 | 2020-05-06T02:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,723 | java | // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
package com.ubergeek42.WeechatAndroid;
import android.app.Application;
import android.content.Context;
import android.os.Handler;
import androidx.annotation.StringRes;
import android... | [
"oakkitten@users.noreply.github.com"
] | oakkitten@users.noreply.github.com |
6e3904d5371114744ca487ead2ddd87f70962daf | 8e248d45c789e8fc5e2a3be30a6b56f07a72b56d | /app/src/main/java/de/foodora/android/automapper/model/ParentModel.java | 9e31ab587eb2890e6dce0263a89224d97838457b | [
"Apache-2.0"
] | permissive | foodora/android-auto-mapper | d17e35eb64815536dd00a41b581f787825949d75 | 282350483c5a18c7ca7c799b01c52966f60997e4 | refs/heads/master | 2021-01-20T08:41:40.697283 | 2017-05-08T06:57:37 | 2017-05-08T06:57:37 | 90,180,193 | 5 | 1 | null | 2017-05-08T06:51:55 | 2017-05-03T18:22:25 | Java | UTF-8 | Java | false | false | 1,224 | java | package de.foodora.android.automapper.model;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
import java.util.List;
public class ParentModel implements Parcelable {
public String name;
public String description;
public List<ChildModel> children;
@Override
publ... | [
"noreply@github.com"
] | noreply@github.com |
9d49916774765bf31c3f0b53b788641791344e0d | 654d23d30767594ef7852476d373a9a533380ab9 | /flexible-adapter-app/src/main/java/eu/davidea/samples/flexibleadapter/animators/FlipInBottomXItemAnimator.java | 1d6a4ed96af43f62a585eacbc68823a93a8be2d2 | [
"Apache-2.0"
] | permissive | ouyangzn/FlexibleAdapter | 08392110c33626036e135bf962774f1cc59d3e63 | 51d31b923315f923f208303bf2b5479449514305 | refs/heads/master | 2021-09-20T09:48:31.234196 | 2018-08-08T06:24:09 | 2018-08-08T06:24:09 | 104,318,254 | 0 | 0 | Apache-2.0 | 2018-08-08T06:25:02 | 2017-09-21T07:53:36 | Java | UTF-8 | Java | false | false | 2,015 | java | /*
* Copyright (C) 2015 Wasabeef
*
* 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 ... | [
"dave.dna@gmail.com"
] | dave.dna@gmail.com |
6fd63b55ef336f78ac2d399483584903689be81e | 2e98d01a0a2a3509298a748a9fdd058e5394446d | /src/com/oauth/services/EmployeeServices.java | 2eaadbb2f96e3e731cf81d798e027d04f043669d | [] | no_license | khpraful/JavaProject-OAuth | db1ac17d65d361952987c0103572ca1b18e1564c | 9284c1538c81fb198d7e12777ce9d9ed20ab8161 | refs/heads/master | 2020-05-01T10:14:50.681162 | 2019-04-06T10:10:24 | 2019-04-06T10:10:24 | 177,416,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.oauth.services;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.oauth.configuration.AuthServerConfig;
import com.oauth.dao.TokenManager;
import com.oauth.model.Employee;
public class EmployeeServices {
public static void getEmployees(HttpServ... | [
"khpraful@yahoo.co.in"
] | khpraful@yahoo.co.in |
73b9796e6eb23b82fb48ae4c5e2c13f9561601a3 | c85117a4e0474fe1a67d16a303f53a9a51aa5dbb | /libs/support/v4/src/java/android/support/v4/app/FragmentActivity.java | c3209b554103d68a86a7724af91fd84c9c7c6679 | [
"Apache-2.0"
] | permissive | WesleyCharlesBlake/Sensu_API_Android | 48b0cb8862b884b3bc1d69f86f41575f5c37c3c7 | d70d2b6d5329a143d3dd24da75c56e3393965987 | refs/heads/master | 2020-12-26T00:51:37.413483 | 2015-06-28T11:18:23 | 2015-06-28T11:18:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,712 | java | /*
* Copyright (C) 2011 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... | [
"golan@Golanss-MacBook-Pro.local"
] | golan@Golanss-MacBook-Pro.local |
d0b89531a3578b20c78c67d916a59e6c1281b5f2 | 751cb15d444df73ceb5a5ac28964d9d25334be9f | /src/com/chapter03/scripting/ICoconut.java | 23e5a208d48640f285e4b48838ecb495a5eaeac9 | [] | no_license | ruicaihua/springInActionS | 8ed5b4a1e6e5643dbb64ee88082f4bb89de9f417 | a9f351351fac236f6d6b8d4f1d138d1a95e7ba18 | refs/heads/master | 2016-09-06T21:43:14.932842 | 2013-05-07T09:57:30 | 2013-05-07T09:57:30 | 9,595,116 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package com.chapter03.scripting;
public interface ICoconut {
void drinkThemBothUp();
}
| [
"ruicaihua_3@126.com"
] | ruicaihua_3@126.com |
b78f19efac8ba77112f5a285ce4bfdca07397bd2 | f56664cde6a2b7c56a0a7ade669de493608ca831 | /src/testThread/mySuspend/Run.java | 063399b9064cc704cb1483af0273265629dc4476 | [] | no_license | NewerForGitHub/multiThreadProject | e2625be055f010f5731e62364a5a5d5f88934f92 | 2e10a3fb7ef8f7d0f035121619daf889b16949dd | refs/heads/master | 2021-07-02T03:11:13.499148 | 2017-09-21T07:31:07 | 2017-09-21T07:31:08 | 103,330,465 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 844 | java | package testThread.mySuspend;
/**
* 该方法的缺点:<br>
* 1.独占公共对象,其他线程无法访问<br>
* 2.数据不同步,有点类似于数据库的数据完整性<br>
*
*/
public class Run {
public static void main(String[] args) throws InterruptedException {
MyThread mt = new MyThread();
mt.start();
Thread.sleep(5000);
//A段
mt.suspend();
System.... | [
"Administrator@GASHGY1HZK3IK4U"
] | Administrator@GASHGY1HZK3IK4U |
8385354aa3022358bdf412ed554fadc3d1df60b5 | 87d929cdeca9be361055e06b4c4b32a65134cbc4 | /spring-boot-jms/src/main/java/com/devglan/Order.java | 81bf06a7f773c2b1816101e70fa6b751f55efa8e | [] | no_license | pshahapur/Kiosk_Projects | 63a0410b9dff9d966b510bce15f0843a22ee8bc4 | 317a7462b924097936112217601413dbb8d803cf | refs/heads/master | 2020-04-06T08:50:12.720516 | 2018-11-13T08:33:41 | 2018-11-13T08:33:41 | 157,318,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package com.devglan;
public class Order {
private String orderId;
private String customerId;
private float orderAmount;
private String status;
public String getOrderId() {
return orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getCustomerId() {
return custo... | [
"prashant.shahapur@gmail.com"
] | prashant.shahapur@gmail.com |
67e8f783f396658f54442c704cf8c231363d7945 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_87c2b864e73f02c82deb42adafbaf45e1921aa6e/FaceList/5_87c2b864e73f02c82deb42adafbaf45e1921aa6e_FaceList_t.java | 8f9b790501f04ce98fad89d96ebe6f5ea129e2d5 | [] | 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 | 22,536 | java | /*
Copyright 2012 Olaf Delgado-Friedrichs
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 l... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f70b3b55b1d48023e1571286045353f451a69a03 | 8627dcb979f1611c6896db180cf2c9f2cb6b7e08 | /JSON/src/net/ukr/ruslana/Address.java | cf68fdb46af59b9db53b20a32cfd362260afb397 | [] | no_license | RuslanaN/JavaPro | f3fad3aa6edb229168a8abdb1c8f1d365abce907 | f8121a51ed41d28774d962883b75a837cb90d7c9 | refs/heads/master | 2016-08-12T13:50:30.512238 | 2016-04-28T11:15:19 | 2016-04-28T11:15:19 | 55,510,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package net.ukr.ruslana;
/**
* Created by ruslana on 12.04.16.
*/
public class Address {
private String country;
private String city;
private String street;
public Address(String country, String city, String street) {
this.country = country;
this.city = city;
this.street = st... | [
"ryslananesheret@ukr.net"
] | ryslananesheret@ukr.net |
751d8b090c17ec32b373e61b8ecb9f506f652d04 | a6630866c873395f188bc2860f4e7c9dbdf892de | /contratacao/src/main/java/com/contratacao/service/VagaService.java | 2d5614127f77543d4bfef678b01de5f7e228f584 | [
"MIT"
] | permissive | uervitonsantos/Contratacao | 5fd76e987cc524ba3e870a48aca907532198901e | 82b634bee3fe0ab7a186f2bf26a26b58de9e234a | refs/heads/main | 2023-09-06T03:17:26.600707 | 2021-11-01T21:54:45 | 2021-11-01T21:54:45 | 409,222,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,776 | java | /**
CLASE QUE TEM COMO RESPONSABILIDADE GERENCIA AS REGRAS DE NEGOCIOS
*/
package com.contratacao.service;
import java.time.LocalDate;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.sprin... | [
"uerviton@gmail.com"
] | uerviton@gmail.com |
a36d0fedcb4a31d3120dffecd5af717206232b65 | 1196a70f9b77837a0ed6189851af5c7832faab45 | /src/main/java/itisx/TicketSeller/Model/IPerson.java | 62e1fda6480a31977ac156d31814ce7c737ce9a1 | [] | no_license | DicuRazvanGabiel/TicketSeller | dba8ec79edf5a96037d29167e1e56f3bf440b819 | fe267aeb75d25c704137f11ceedff6559470af2f | refs/heads/master | 2021-01-24T10:16:18.927099 | 2016-09-28T09:31:03 | 2016-09-28T09:31:03 | 68,895,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package itisx.TicketSeller.Model;
import java.io.Serializable;
public interface IPerson extends Serializable{
void setFirstName(String firstName);
void setLastName(String lastName);
void setSocialSecurityNumber(String socialSecurityNumber);
void setIdentityCard(String identityCard);
void setNationality(Stri... | [
"dicu.razvan.gabriel@gmail.com"
] | dicu.razvan.gabriel@gmail.com |
aeee97a9a1c9516dca33efcb2eb1e697ec93915b | 11b26e42f4a95ad20f98d801c438029c3b546724 | /plugin-caches/src/main/java/cn/newcapec/framework/plugins/cache/utils/ObjectUtils.java | 72cfb2d7bff09f488e3e52bdc81d082f9ea92061 | [
"MIT"
] | permissive | 3203317/ppp | 48a81592feddc102c279affe7ed212b494bcada9 | 3d60ca71ac3ab4ccd3210fef42f535220cd79447 | refs/heads/master | 2021-01-17T10:42:47.761033 | 2016-03-25T14:57:07 | 2016-03-25T14:57:07 | 26,523,690 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,299 | java | package cn.newcapec.framework.plugins.cache.utils;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.logging.Log;
import ... | [
"3203317@qq.com"
] | 3203317@qq.com |
a515c1211bf2f593631cab9b51f3fff6a7abd0f5 | 74fc4a40288db8189538dbb93dc19db691f540bf | /app/src/main/java/net/londatiga/android/bluetooth/DeviceListActivity.java | 4663dd25deac2e34842db9025c82f3e6837e0a5e | [] | no_license | AjoCes/AndroBluetooth-master | 925ae00cb1ea086127e9390acc054c26b85990b6 | 6ba2334c01e5cd77d8fea2455f61f2a2e61f220d | refs/heads/master | 2021-01-13T00:45:48.352934 | 2015-11-10T15:10:29 | 2015-11-10T15:10:29 | 45,919,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,318 | java | package net.londatiga.android.bluetooth;
import android.app.Activity;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.widget.ListView;
import ... | [
"ajshecesko@gmail.com"
] | ajshecesko@gmail.com |
e2d27de339582c5487609c560c5b8628cdfa94cb | a133545f4e2eb4682a00b1f71c26d790b4e90c5a | /OPEN-LMS/src/main/java/kr/co/soyuni/controller/package-info.java | d37aac233db4d61fecdd40d9043bab274d75851c | [] | no_license | SOYUNI/OPEN-LMS | 928f9e91a7e99f45406029bfc1c8751f4b056738 | 2b7a2bfa5f9daf6abecfccbfcad6e8e473aeede8 | refs/heads/master | 2020-12-24T10:32:40.596651 | 2016-08-16T00:44:02 | 2016-08-16T00:44:02 | 65,773,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32 | java | package kr.co.soyuni.controller; | [
"psy1214@debec.co.kr"
] | psy1214@debec.co.kr |
ee1896cd9c0aa7d128cd9df977e6b0ab86977578 | 4d46ec3b1bf9a12c74cbbc384f0a04f47de4ca49 | /cash-back/src/main/java/com/info/back/utils/JsonFormatUtil.java | ff8184a68514256668f3af1363bb5c0fb0841781 | [] | no_license | lovelimanyi/liquan_cuishou_back | 80e4438c7de6e96b3236ed0c4605607e8de85f62 | 7edf0312e974b84afd7c339548fbbf34e757257f | refs/heads/master | 2022-12-23T16:45:36.449496 | 2020-03-19T09:42:39 | 2020-03-19T09:44:48 | 190,881,567 | 0 | 1 | null | 2022-12-16T05:46:04 | 2019-06-08T11:46:07 | JavaScript | UTF-8 | Java | false | false | 739 | java | package com.info.back.utils;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.springframework.util.StringUtils;
/**
* @author Administrator
* @Description: 格式化json输出
* @CreateTime 2018-05-28 上午 9:52
**/
public class JsonFormatUtil {
/**
* 格式化输出json
*
* @param src 需要格... | [
"hxj@xianjinxia.com"
] | hxj@xianjinxia.com |
11fe73788af336872f6a92db935e9389e739e743 | 400e7b5ccdd6edbdbec2696593119b1a6a6c5a73 | /SwipePullListDemo/SwipeMenuPullLibrary/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java | 72911d7fa48d80a2bf466608806074901449e28c | [
"Apache-2.0"
] | permissive | wbsguo/library | aed80d59e6446ac526fb6854a7807007dc040fa6 | 9f1fc9dbefd6d6c734a5ff056b688a8893438e74 | refs/heads/master | 2021-01-17T16:02:14.874634 | 2016-08-04T08:59:48 | 2016-08-04T08:59:48 | 58,438,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47,449 | java | /*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
*
* 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.apac... | [
"563492052@qq.com"
] | 563492052@qq.com |
294176937994ad2e0458524878528c7aae45f009 | 8919c918fd27b09931f7bb4af3054aff3f97a3db | /src/main/java/com/pmrodrigues/gnsnet/models/Operadora.java | e2d1ef03de0dd1a9ba413333010ac784086e05a9 | [] | no_license | marcelosrodrigues/gpsnet | 25618eb6dcba65192a98befce0687128beaefcfc | fe00df82d1a55f2de7bd6d8e8c2db5b497ca1605 | refs/heads/master | 2021-01-19T08:20:27.262507 | 2015-01-22T00:53:59 | 2015-01-22T00:53:59 | 29,502,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package com.pmrodrigues.gnsnet.models;
import javax.persistence.*;
import java.io.Serializable;
/**
* Created by Marceloo on 21/01/2015.
*/
@Entity
@Table
public class Operadora implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column
private S... | [
"marcelosrodrigues@globo.com"
] | marcelosrodrigues@globo.com |
ce2948a2618bfbbd8f2d6f0d395e021cd5374619 | d5853cf56b8d97228d9ee389e699ff01899fd79a | /PokerBot/src/strategy/strategyPokerChallenge/interfacesToPokerChallenge/StrategyTwo.java | a6342b90a9fd42ff75a1cb137a0a771afb5b3490 | [] | no_license | joschkabraun/pokerbot | 292b5222966d65c9dfd821d96e1f05c9187922b1 | 26b9c554010e2d9a75625fb9b0adc72f9a477f82 | refs/heads/master | 2020-07-09T02:45:07.145878 | 2019-11-10T19:57:35 | 2019-11-10T19:57:35 | 203,852,925 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,063 | java | package strategy.strategyPokerChallenge.interfacesToPokerChallenge;
import java.awt.AWTException;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.File;
import parser.ParserCreatorWinnerPoker4Tables;
import strategy.strategyPokerChallenge.ringclient.ClientRingDynamics;
import st... | [
"joschka.braun@gmail.de"
] | joschka.braun@gmail.de |
1f14a94713e479279172bc9399639f77b668a5d1 | 2edbc7267d9a2431ee3b58fc19c4ec4eef900655 | /AL-Game/data/scripts/system/handlers/quest/fatebound_abbey/_29661Protect_Beluslan.java | 7f33b19a14fb714ed947482936b1f88569b079b0 | [] | no_license | EmuZONE/Aion-Lightning-5.1 | 3c93b8bc5e63fd9205446c52be9b324193695089 | f4cfc45f6aa66dfbfdaa6c0f140b1861bdcd13c5 | refs/heads/master | 2020-03-08T14:38:42.579437 | 2018-04-06T04:18:19 | 2018-04-06T04:18:19 | 128,191,634 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,899 | java | /*
* This file is part of Encom. **ENCOM FUCK OTHER SVN**
*
* Encom is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Enc... | [
"naxdevil@gmail.com"
] | naxdevil@gmail.com |
10ace3e60473d2f35b5c7603154eef98f680d25f | a4287b09e211e410cedf194c3b1f7dddc7785d83 | /src/com/abid/atm/bank/Account.java | 9e6b1b35b07d2c895696433c6c4c9d5c21dd20a8 | [] | no_license | rahmanabidchy/Java-CashMachine-with-MySQL | 0c9529e256a3f3072582a4cd5817e6de9ac6ba1e | d3542780dce6b30bf2237bb813c7393471beea27 | refs/heads/master | 2023-04-22T22:27:39.874862 | 2021-04-30T09:10:04 | 2021-04-30T09:10:04 | 359,405,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,243 | 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 com.abid.atm.bank;
import java.util.ArrayList;
public class Account {
private String UUID;
private String holde... | [
"rahmanabidkafoo@gmail.com"
] | rahmanabidkafoo@gmail.com |
61508bf5debeebccc030d801cd83c9b709ec6c6c | a2a2d5286fa1a2e39fc864c2431bb32932e39c44 | /cdm/src/main/java/ucar/nc2/dataset/conv/AWIPSsatConvention.java | 852143db8d61afa9b036fe3a8df06a120c6646d6 | [
"BSD-3-Clause"
] | permissive | gknauth/netcdf-java | 7902c1466dc21134f67dd046b4d1a62979fb35bf | e979e6bc206ab291e057dec2885a6c75cef837ec | refs/heads/master | 2020-07-19T01:15:43.589986 | 2019-09-03T21:49:14 | 2019-09-03T22:32:16 | 206,348,469 | 0 | 1 | BSD-3-Clause | 2019-09-04T15:11:56 | 2019-09-04T15:11:56 | null | UTF-8 | Java | false | false | 11,236 | java | /*
* Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata
* See LICENSE for license information.
*/
package ucar.nc2.dataset.conv;
import ucar.nc2.*;
import ucar.nc2.constants.CDM;
import ucar.nc2.constants._Coordinate;
import ucar.nc2.constants.AxisType;
import ucar.nc2.u... | [
"67096+lesserwhirls@users.noreply.github.com"
] | 67096+lesserwhirls@users.noreply.github.com |
f58befd4b5d17631d08a8d555789e0e8eeb9c03d | 379353571e5c0335e9f3b70b585e42e169dcb75e | /app/src/main/java/com/mwm/loyal/activity/ListFeedBackActivity.java | 6bf42dddd4a35ff1b2648ab618fdd78952b643b6 | [] | no_license | l6yang/MwMApp | 3f8f82607dca110247582055899d67054887576e | 945066eff455e47da223edadd0b8980027e9ad23 | refs/heads/master | 2021-01-18T13:09:46.843238 | 2019-12-08T15:19:14 | 2019-12-08T15:19:14 | 80,723,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,456 | java | package com.mwm.loyal.activity;
import android.graphics.Color;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.appcompat.widget.Toolbar;
import android.text.TextUtils;
import android.view.Menu;
import android.view.MenuItem;
import android.view.ViewGroup;
import com.loyal.kit.GsonUtil;
import ... | [
"zhangluyang112@163.com"
] | zhangluyang112@163.com |
1d118d97b889ae23b81678a22194042e99871dfe | 6daccefd410f0f92dcb0451fc8500439a7cca942 | /src/CeilingFan/CeilingFanTest.java | d35b96fdedb86f73635e6771e7c8e0c6705012b7 | [] | no_license | suraj1938/CGICeilingFan | 1cb3527324d2c641279371b53905bfd5dc5f8ebb | 972d283fd73f89e64052ea218f394fcdae75ef19 | refs/heads/master | 2023-03-27T23:36:10.367299 | 2021-03-31T02:44:49 | 2021-03-31T02:44:49 | 353,203,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package CeilingFan;
import java.util.Scanner;
public class CeilingFanTest {
public static void main(String[] args) {
CeilingFan fan =new CeilingFan();
while (true) {
System.out.print("Press 'S' to Change Speed and 'D' to change Direction");
char input=readLine();
... | [
"ss544867@dal.ca"
] | ss544867@dal.ca |
25f57df9db9730bab9afffccc2dc62695ebd9c68 | 8f315ffa7883b386c6f921e9f8d3a56edd245ad6 | /src/com/coolweather/app/activity/MainActivity.java | c080fdeeda8fbc0b99ff799c660c0f72773e9260 | [
"Apache-2.0"
] | permissive | kyxiaobai724/coolweathre | 80a0bed8ce5f6245557efeb56f91eab49f901f1f | e43fb649028ce2a5dfb5faeae3065c1c20b64cd0 | refs/heads/master | 2021-01-23T03:59:55.115167 | 2015-08-30T09:41:21 | 2015-08-30T09:41:21 | 41,417,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.coolweather.app.activity;
import com.coolweather.app.R;
import com.coolweather.app.R.layout;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanc... | [
"yaohua@hua.(none)"
] | yaohua@hua.(none) |
ea88e687fc9d495a5bd123abc0e490619466e849 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_59_buggy/mutated/1288/Element.java | fe6f5bd6da88a24516b19accd521571dcd1316f3 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,614 | java | package org.jsoup.nodes;
import org.jsoup.helper.StringUtil;
import org.jsoup.helper.Validate;
import org.jsoup.parser.Parser;
import org.jsoup.parser.Tag;
import org.jsoup.select.Collector;
import org.jsoup.select.Elements;
import org.jsoup.select.Selector;
import java.util.*;
import java.util.regex.Pattern;
import ... | [
"justinwm@163.com"
] | justinwm@163.com |
a85d5b9430e683571f17c5f0f6b212c1d7abd054 | 61962bcb57f33ea7bfdc6a66a18a471bcccafd89 | /app/src/main/java/com/tudorluca/lantern/utils/Base64DecoderException.java | 9c82b2558fdcceb8151997e02c431129aeffa11a | [
"Apache-2.0"
] | permissive | suanweijiang/lantern | 98ad62d90d2265914f19524fbc320c36ec14e5da | cdd44e930e4ba585aa4813d8e444aacc3fe97056 | refs/heads/master | 2021-01-22T02:17:36.306385 | 2016-02-19T21:43:06 | 2016-02-19T21:43:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | // Copyright 2002, Google, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | [
"luca.mtudor@gmail.com"
] | luca.mtudor@gmail.com |
f8a3ed6b6c29f9a9791a4b5a6f7b4790cb9b41f5 | 7c60a93a41da7d6a5b174373283519997b8cb0cd | /app/src/main/java/bayern/mimo/masterarbeit/util/Constants.java | 132ada915d2b873d21fee535b4474c32328e8a3f | [] | no_license | gitarreiro/Masterarbeit | a7200e7cf2e3e33a4b69db88cd8e5f49a7c47b46 | c7812d09a869e67b99aa51ad7a814b304b39c934 | refs/heads/master | 2021-01-18T17:58:59.588144 | 2018-02-07T13:22:51 | 2018-02-07T13:22:51 | 86,830,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package bayern.mimo.masterarbeit.util;
/**
* Created by MiMo
*/
public class Constants {
public static final int REQUEST_BLUETOOTH = 1;
private Constants(){}
}
| [
"m.moosbauer@fupa.net"
] | m.moosbauer@fupa.net |
e4cdc18a4a1da36dbd653553774a983ca28e5ac3 | ebf8a3b2737b31d11cc20b7906014cd857b841fc | /src/main/java/SeliniumSessions/TotalLinks.java | 3a91f665f2a0d0fc4d918892ad7b51841e325e43 | [] | no_license | UshaAthota/SeleniumCode | 2efe8f589f7bb7c4d3673b02869f9b20d5c2a336 | aed64248e9ee04ef7de8713d57b5eaec0ba2b0e8 | refs/heads/master | 2022-07-16T14:35:31.831977 | 2020-05-07T21:37:03 | 2020-05-07T21:37:03 | 262,163,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package SeliniumSessions;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import io.github.bonigarcia.wdm.WebDriverManager;
public class TotalLinks {
public static void main(String[] ... | [
"usha.grpt@gmail.com"
] | usha.grpt@gmail.com |
0108c5c350688e919f9157bef7c29e97726ca8ca | 3cc63f4af091d264f9987463ca60c79e6c7dd25d | /spring/hzq-spring-v2/src/main/java/com/hzqing/user/UserController.java | 35c88f90b9acca3ab097b34014c5dc5e6c162d7a | [] | no_license | mmd0308/study | 0db4d4aa9d77ec015c4e1c2a5db9378430be0b9f | 5489bf43569ef121354adf80cce34e10713ff9dd | refs/heads/master | 2022-12-25T09:24:01.176086 | 2020-01-09T08:55:08 | 2020-01-09T08:55:08 | 193,449,889 | 2 | 0 | null | 2022-12-16T05:00:21 | 2019-06-24T06:47:43 | Java | UTF-8 | Java | false | false | 889 | java | package com.hzqing.user;
import com.hzqing.annoation.HZQAutowired;
import com.hzqing.annoation.HZQController;
import com.hzqing.annoation.HZQRequestMapping;
import com.hzqing.annoation.HZQRequestParam;
import com.hzqing.user.service.IUserService;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http... | [
"hengzhaoqing@163.com"
] | hengzhaoqing@163.com |
62790c22eb19e7a2a70d53ee3b69dc8ba38df99a | 64ac9d4821ee0faea73ebc4d5e1b97d08cb5bf57 | /app/src/main/java/com/example/lenovo/sqliteimage/MainActivity.java | 709e9ce3229053a23ad99b1285ecdf716376a4b1 | [] | no_license | nurafiqahamnan/SQLiteImage | c2a19753504c8334a0893621b1fbbc1d10477268 | 4f679cb643c1ca4fd420a6f8f2ef40bd56a81e22 | refs/heads/master | 2021-07-20T05:16:31.976112 | 2017-10-28T17:47:46 | 2017-10-28T17:47:46 | 108,670,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,533 | java | package com.example.lenovo.sqliteimage;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.support.annotation.NonNull;
import android.support.v4.app.ActivityCompat;
import andr... | [
"nurafiqahamnan@yahoo.com"
] | nurafiqahamnan@yahoo.com |
6ae643cf6eb8c04a8faee08fe10d7a75079a5645 | a67b443bab042c3ca69b42932b25c5279ae7c679 | /app/src/main/java/cn/njthl/cleaner/util/VideoThumbLoader.java | 14a12bba1692d8ffcf120b7df8ae44f18f4bbf0c | [] | no_license | chenzongguo/Cleaner | fad32fab48bb4d014f8eb9f6e6c4dcf69e7c0e6f | 0672efee721206ece1ba8a1989adb7296cc2972d | refs/heads/master | 2020-08-08T18:59:46.797013 | 2019-11-04T00:32:08 | 2019-11-04T00:32:08 | 213,894,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,517 | java | package cn.njthl.cleaner.util;
import android.graphics.Bitmap;
import android.media.ThumbnailUtils;
import android.os.AsyncTask;
import android.os.Handler;
import android.os.Message;
import android.provider.MediaStore;
import android.widget.ImageView;
import androidx.collection.LruCache;
/**
* @创建者 CSDN_LQR
* @描述 ... | [
"1196437229@qq.com"
] | 1196437229@qq.com |
3e6fa61dd49ef6121a176ee6ec0d04038a029e62 | 5af6ff1f12441aed3a5e371588e0a22b3facbfeb | /SlaveBot.java | 7203a454c8177e4affe347dac4f8bcb2fd5897fd | [] | no_license | Divyasam/DDOS | a6ce2716c4793cdc7de726c6f0c60fe1d99f036b | c1afd561f97e27afe80069642481c11b34b607f1 | refs/heads/master | 2021-09-05T21:39:38.770856 | 2018-01-31T06:25:38 | 2018-01-31T06:25:38 | 119,644,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,377 | java | //package com.divya.serverclient.program;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintStream;
import java.net.InetAddress;
import java.net.Socket;
import java.net.URL;
impor... | [
"noreply@github.com"
] | noreply@github.com |
a9ebb2567ae88e02e3690fe16fc9eec88a2777ff | 4ff9c60bcd39e04f84d7208f72387aa2cc48aec8 | /Btvn_Buoi2/src/Bai29.java | 94d33b8cfe6525528ed4e79b5a5cb14dce17edd0 | [] | no_license | buitam/ANDROID | 583281c7d13a8aab0ecdc9f64e81597ab5a6dc5d | 45d3107253d5aeda617837317f2a7a6bf1cb1660 | refs/heads/master | 2020-06-27T15:32:03.293355 | 2019-10-01T17:03:16 | 2019-10-01T17:03:16 | 199,987,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | public class Bai29 {
int h;
void nhap( int gtn) {
h = gtn;
}
void in() {
for (int i = 1; i <= h; i++) {
for (int k = i; k < h ; k++){
System.out.print(" ");
}
for (int j = 1; j <= i; j++){
if(i == h || j == i || j == 1... | [
"buitam2708@gmail.com"
] | buitam2708@gmail.com |
0cce90f307223f02d158d998902c67824c200439 | 7155009652b45a45ab04a278b7a843eb5b8209ce | /demo_05/src/main/java/com/lss/myapplication/Main2Activity.java | ccdf872d89202227cbd2aced7e462ac88586ad6c | [] | no_license | liss133/AndroidOne | 1bf8a919c24950e68d1aca4929a11090b1ac03f4 | 67176a6b050e73dad216427aeb105dd198f379da | refs/heads/master | 2020-03-23T17:27:42.593596 | 2018-12-17T14:59:36 | 2018-12-17T14:59:36 | 141,861,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,835 | java | package com.lss.myapplication;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.B... | [
"18843109253@163.com"
] | 18843109253@163.com |
ac41304c6e460fcaa723a61d6a7c38da9ed53ba5 | 8d88d9d1663baef19da866a5008b92a27aedf1d4 | /providers/cloudservers-us/src/test/java/org/jclouds/rackspace/cloudservers/compute/CloudServersUSTemplateBuilderLiveTest.java | c58e96e2377c7be1b6aeb797ef8b032f66bf2e9a | [
"Apache-2.0"
] | permissive | maxrak/jclouds | 54ca1de8d23f1e23c82dacd5d00667bf018cbc3d | ab7b19d6bd819e69e0071b74c2a1db7b9fb78b59 | refs/heads/master | 2021-01-16T20:57:24.242224 | 2011-01-25T02:09:50 | 2011-01-25T02:09:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,812 | java | /**
*
* Copyright (C) 2010 Cloud Conscious, LLC. <info@cloudconscious.com>
*
* ====================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the L... | [
"adrian@jclouds.org"
] | adrian@jclouds.org |
68d7310f478294f2d70625250abc5c4191224575 | b62e073c733922ca8a36997e84805b4dfbd4d215 | /mssqserverJPARepoMultipleDB/src/main/java/com/example/jpa/mssqserver/mssqserver/controller/CertifiedCellPhoneController.java | 8d1e1d821a5db389f099dd5dd0c3a553e2ae151d | [] | no_license | Angel1216/SpringDataJPAMultipleDB | df5a76980b77ccf2118484297cf684f05c64d8ca | 0f385bab4aaa18c2ac1cece0790a92e289c3ffe2 | refs/heads/master | 2022-12-24T06:46:27.337024 | 2020-09-28T19:31:44 | 2020-09-28T19:31:44 | 299,406,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,534 | java | package com.example.jpa.mssqserver.mssqserver.controller;
import java.util.Map;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.sp... | [
"amartinez@novasolutionsystems.com"
] | amartinez@novasolutionsystems.com |
2dda94b71060616fe63b50a6775f7a15879e6ffc | 3ba0d14ed08848788c7c7880d0e4b2a157ad8ac0 | /src/main/java/com/hcl/onlinefood/OnlineFoodHibernate/beans/Owner.java | 67b372a98ef4d9faf0a6d7b37eb50046a1d12337 | [] | no_license | vaddadipranathi/SpringBoot-App | 7203479f90c0fe57e60b8cc0894fd72744769467 | bf95f73b75b25371118eab18de2c9c529e5f1b4b | refs/heads/master | 2023-05-27T02:19:47.736852 | 2021-06-01T06:30:53 | 2021-06-01T06:30:53 | 372,397,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.hcl.onlinefood.OnlineFoodHibernate.beans;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@NoArgsConstructor
@Entity
@Table(name = "owner2")
public class Owner {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "oid")
private int o... | [
"vaddadipranathi0@gmail.com"
] | vaddadipranathi0@gmail.com |
357dbb5efcc6b984f950b789b60f0ed85e26adef | c40efb977101232d91e99af0b78778bad3e0950a | /game_server/src/com/hifun/soul/gameserver/shop/template/ShopTemplateVO.java | 99c19cc72ad01c1706fb8e0dd0519f178a55857e | [] | no_license | cietwwl/server | 2bca79a17be6d5e6fee65e57d0df1fc753fb35e3 | d18804f8c182eaa2509666aec10a2212ababc13c | refs/heads/master | 2020-06-14T15:12:16.679591 | 2014-11-19T14:48:04 | 2014-11-19T14:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package com.hifun.soul.gameserver.shop.template;
import com.hifun.soul.core.annotation.ExcelRowBinding;
import com.hifun.soul.common.exception.TemplateConfigException;
import com.hifun.soul.core.annotation.ExcelCellBinding;
import com.hifun.soul.core.template.TemplateObject;
/**
* 商店模版
*
* @author SevenSoul
*/
... | [
"magicstoneljg@163.com"
] | magicstoneljg@163.com |
6acb91e0315d728a295e70635bd54ad2506f0b1d | cacec52e5653ab773d35d7f1b4f4f660580d7826 | /web-admin/src/main/java/com/alipay/api/response/AlipayMobilePublicLabelUpdateResponse.java | 254ed551927b1531c6ecc69b4376028f98c24916 | [] | no_license | liuyuhua1984/GameAdminWeb | 6d830e7ad1551ac1803abd12e9359c6bfd5965ec | c590fd88d768c8231e2160bf7415996b0027ac98 | refs/heads/master | 2021-08-28T13:40:50.540862 | 2017-12-12T10:20:06 | 2017-12-12T10:20:06 | 106,268,614 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 910 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.mobile.public.label.update response.
*
* @author auto create
* @since 1.0, 2016-07-29 19:58:24
*/
public class AlipayMobilePublicLabelUpdateResponse extends AlipayRes... | [
"lyh@163.com"
] | lyh@163.com |
d891ec64006fe96c19958129a662bb2df91c64d8 | e26f7491d21ac0c8623e921e61d502d2160cde8f | /src/main/java/tony/verlaan/hu/lingo/Game/Repository/ScoreRepository.java | a9a36b3028bcef3d4721fef6bde3ff0a986edbc1 | [] | no_license | tony0200/lingo2.0 | 9358dcf6f32d5a38a852762d336c626e50fb683f | a6681666d5c220e0eede2585f15b130579733687 | refs/heads/main | 2023-02-12T03:37:41.877830 | 2021-01-08T13:21:06 | 2021-01-08T13:21:06 | 323,901,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package tony.verlaan.hu.lingo.Game.Repository;
import org.springframework.data.repository.CrudRepository;
import tony.verlaan.hu.lingo.Game.Domain.Score;
import java.util.List;
public interface ScoreRepository<S> extends CrudRepository<Score, Long> {
}
| [
"tony.verlaan@student.hu.nl"
] | tony.verlaan@student.hu.nl |
997d146db98809d8bf663a498542dbe9ed3b7a94 | e4d20db8e12f6c0682f32fa80f55da59f155a602 | /mysql-demo/src/main/java/com/example/mysql/mappers/BookMapper.java | 42fbe74d8cdb78a2f0ddc39b90054c1958c13327 | [] | no_license | Ar11rA/Learning-Spring | 051c1731ec70f06ac532d59f83b9ac2d5a248776 | 5c2f482c8e4e42311132628e581d65a524aaa82c | refs/heads/master | 2020-03-11T19:35:48.419119 | 2018-07-08T14:59:16 | 2018-07-08T14:59:16 | 130,212,285 | 1 | 0 | null | 2018-05-03T10:26:39 | 2018-04-19T12:29:09 | Java | UTF-8 | Java | false | false | 551 | java | package com.example.mysql.mappers;
import com.example.mysql.domains.Book;
import com.example.mysql.models.BookBaseDTO;
import com.example.mysql.models.BookDTO;
import org.mapstruct.Mapper;
import org.mapstruct.factory.Mappers;
import org.springframework.stereotype.Component;
@Component
@Mapper(componentModel = "sprin... | [
"noreply@github.com"
] | noreply@github.com |
1a231de1ed1c1f97e551a5b757163b4e08fa1450 | e2ee76aeaf8049cb7a9b230c8869d3e5ea1056ed | /app/src/test/java/com/example/notesappwithmvvm/ExampleUnitTest.java | 30a7386484d8de4b3ed4a76f90384f5291b50deb | [] | no_license | devr22/NotesApp_MVVM_architecture | d18b4a39ae450d05a96bbf2738fd3d6d2428d179 | 9fffcd984001a9755e76dcccecefc59b3ac12d3d | refs/heads/master | 2020-12-29T13:22:47.895817 | 2020-07-10T05:07:48 | 2020-07-10T05:07:48 | 238,621,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.example.notesappwithmvvm;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publi... | [
"devr52222@gmail.com"
] | devr52222@gmail.com |
dc3b1ef41fdc98ad1718e90e9523d48db8a332fd | fdcf6b088e125b6093a6cfc1d1ce76973a7ad3ce | /CompleteJavaTutorialTelusko/src/com/assegd/demos/java/releases/java8/LambdaDemo.java | 84f4031212f9273bbdd8e04cc690dac8094774ca | [] | no_license | assetozen/CompleteJavaTutorialTelusko | 8c71c5b609ffe85fcffc4034675d2a0df3e36f70 | a84e866ca0ab5a0dd2cf51187f46a044c2e4e202 | refs/heads/master | 2023-06-13T03:07:06.100323 | 2021-07-09T07:06:51 | 2021-07-09T07:06:51 | 269,629,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,522 | java | package com.assegd.demos.java.releases.java8;
//import com.sun.xml.internal.ws.api.model.wsdl.WSDLOutput; // commented when changing jdk from 1.8 to 11
import javax.crypto.spec.PSource;
/** ------------- Lambda Expression ------------------------------------
* Example
* when implementing an interface with s... | [
"assetozen@gmail.com"
] | assetozen@gmail.com |
4e5a3411b3159e424b5cb83249112538e6b30702 | 1eb5a884ea15cba0c19537092759c6c2b0f6ca87 | /javastudy/src/main/java/JUC/锁/StampedSample.java | 74f7f816f8ef97e3c5b32a18aefafc61ff60ffa6 | [
"MIT"
] | permissive | gaoweigithub/aboutJava | b6d63096c2730334098725555eed89a478e45183 | 48bc69d21a90e9712244ea6bf4b8ed5be6d3ecaf | refs/heads/master | 2021-07-16T00:26:12.698821 | 2019-02-11T06:40:07 | 2019-02-11T06:40:07 | 129,116,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package JUC.锁;
import java.util.concurrent.locks.StampedLock;
/**
* 所以,JDK 在后期引入了 StampedLock,在提供类似读写锁的同时,
* 还支持优化读模式。优化读基于假设,大多数情况下读操作并不会和写操作冲突,
* 其逻辑是先试着修改,然后通过 validate 方法确认是否进入了写模式,如果没有进入,
* 就成功避免了开销;如果进入,则尝试获取读锁。请参考我下面的样例代码。
*/
public class StampedSample {
private final StampedLock s1 = new StampedLock(... | [
"gw33973@ly.com"
] | gw33973@ly.com |
e2cdbd9877a6741917b8c94ef0a22a2fc5605982 | 79f5bb1444a02c0d639c5a4deb1cf0c69131fee4 | /src/com/sourceit/java/basic/Popazovdk/HT7/MyArrays.java | 189a6a68fb5f1f7cf855dead6735b2a9fb5a4dfc | [] | no_license | saiferdima/sourceIt | 0375b419aa03d5fe0c0ee03ff1a975db64660575 | d56632d157043039fbb461bf3f8612435269b0b4 | refs/heads/master | 2016-09-06T01:52:47.529754 | 2015-06-12T23:02:13 | 2015-06-12T23:02:13 | 33,277,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package com.sourceit.java.basic.Popazovdk.HT7;
import com.sourceit.exercise.IntArrays;
public class MyArrays implements IntArrays {
int [] array;
public MyArrays(){
this(0);
}
public MyArrays (int i){
array = new int[i];
}
@Override
public void add(int arg0) {
int newL... | [
"Saiferdima@gmail.com"
] | Saiferdima@gmail.com |
adc2b1eeab326eb6a4b102024bf1bbd5864ee7b3 | 547d720d6d50b0819921d2003d469f200426d7d2 | /src/examples/Parse_OCR_8_Mitae_Schwarz_2008.java | 6cc89a503d90a0d5ab34483f47f7ec8fed6865e9 | [] | no_license | biosemantics/textProcessing | e7b0e29a8bc185cef04252b39e63ac9c110f4f83 | ad30508886249ac71008bf78e1aff78aea372897 | refs/heads/master | 2020-05-22T13:18:02.524907 | 2014-01-03T07:38:00 | 2014-01-03T07:38:00 | 12,469,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,029 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package examples;
import common.utils.StringUtil;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
impor... | [
"iychoi@email.arizona.edu"
] | iychoi@email.arizona.edu |
e2c74c42ff0295af78b2b86c17b16b0c021823c2 | 7d17963e4b8ba8298c63bcd14adeaf2883edc581 | /RechargeApp_152626/src/com/capg/service/RechargeService.java | 9962f658c521a0509c8bc49da6ffb32ca2239b79 | [] | no_license | akhilnarendrula123/Dummy | 1c06561192141257369fbac98c1f983e45624680 | 5b6b8d09122c2bdbf72562d8d6e64f6619363ab7 | refs/heads/master | 2020-03-22T17:09:32.113636 | 2018-08-14T12:37:43 | 2018-08-14T12:37:43 | 140,376,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package com.capg.service;
import com.capg.bean.RechargeDetails;
import com.capg.dao.RechargeDAO;
public class RechargeService implements IRechargeService{
RechargeDAO dao=new RechargeDAO();
public boolean addRechargeDetails(RechargeDetails recharge) {
return dao.addRechargeDetails(recharge);
}
... | [
"noreply@github.com"
] | noreply@github.com |
1a1650d4a03cd14733cc8c37b818a10d496b4f8b | 57d9f39a8485639d026f3040c3baccdd02620550 | /src/main/java/com/castro/libraryapi/model/repository/BookRepository.java | 2dfca7fd84ee026f6f22626f2dcd370b696623a5 | [] | no_license | wevertoncastro/library-api | e8f4fd60cfea5f6b6ee249ff1e14aca0b4b085c3 | 5d1c5d73b3df6f403e75235e8959ee9969061654 | refs/heads/master | 2021-05-17T17:42:38.393581 | 2020-03-28T22:03:29 | 2020-03-28T22:03:29 | 250,901,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.castro.libraryapi.model.repository;
import com.castro.libraryapi.api.model.entity.Book;
import org.springframework.data.jpa.repository.JpaRepository;
public interface BookRepository extends JpaRepository<Book, Long> {
boolean existsByIsbn(String isbn);
}
| [
"weverton.castro@ilinksolutions.com.br"
] | weverton.castro@ilinksolutions.com.br |
0598cc8dd0daa799b41242c0ecd74cc10bf176f0 | b83910d792f01bc6aa459c2a719ba852a3b84f24 | /LevelCode/Program01/day02/src/basecode/_02Collection概述/Demo021.java | 3fe704d642ff5e5990cd4b45501c8c5d9faf89b9 | [] | no_license | lanrenke/Java | 8ed83cc76bb1076cbcf3172a029a9e8fd95fd9c6 | f5263b7a6ca9d91f1c2780b8cefa28463a9ec744 | refs/heads/master | 2020-05-02T13:04:56.698438 | 2019-04-20T13:40:07 | 2019-04-20T13:40:07 | 177,974,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package basecode._02Collection概述;
/**
目标:能够阐述单列集合的继承体系
Collection 接口(父类) 单列集合中的根接口
List 子接口
ArrayList 实现类
LinkedList 实现类
Set 子接口
HashSet 实现类
LinkedHashSet 实现类
小结
Collect... | [
"noreply@github.com"
] | noreply@github.com |
51ae9e28b1cbeeca7ceb02fc6b4cedcfcf67195b | 3266f48fee9878d6cfe399cdf900234ca987dda4 | /wolips/core/plugins/org.objectstyle.wolips.preferences/java/org/objectstyle/wolips/preferences/PreferencesPlugin.java | 3d6a6d0d8eb9ce668507785b3088d6a699a0b4ff | [] | no_license | wocommunity/wolips | b9d2eeb0db5f5e3e0635da468167013ed3bdf983 | 462107e10646f969856e9385c7d3adae8632a113 | refs/heads/master | 2023-08-03T18:50:52.000212 | 2023-01-08T22:31:42 | 2023-01-08T22:31:42 | 1,585,278 | 13 | 22 | null | 2023-07-25T17:21:48 | 2011-04-08T01:04:53 | Java | UTF-8 | Java | false | false | 3,465 | java | /*
* ====================================================================
*
* The ObjectStyle Group Software License, Version 1.0
*
* Copyright (c) 2002 - 2004 The ObjectStyle Group and individual authors of the
* software. All rights reserved.
*
* Redistribution and use in source and binary forms, with or w... | [
"uli@930f2ab1-3212-0410-a8ea-d1eb4cc50a93"
] | uli@930f2ab1-3212-0410-a8ea-d1eb4cc50a93 |
b1842826e4b943df6097db2013608292b76a1ab9 | 2a9801932fa75112b85d9ae517c9acc4a8d4204d | /Components/src/main/java/com/service/customer/components/http/request/ProgressRequestBody.java | fc540cc03b07c745bf463f3e72da15607c88a055 | [] | no_license | Tyeeee/LifeServicePlatform | e5ec3d4c1ce140dd10a1caf074515a04ab222c0a | 9d1a9c24aebaeabb04d1bc8edf32ef27f51ec131 | refs/heads/master | 2021-09-11T21:00:29.721110 | 2018-04-12T10:10:36 | 2018-04-12T10:10:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,285 | java | package com.service.customer.components.http.request;
import com.service.customer.components.http.listener.OnUpdateProgressListener;
import java.io.IOException;
import okhttp3.MediaType;
import okhttp3.RequestBody;
import okio.Buffer;
import okio.BufferedSink;
import okio.ForwardingSink;
import okio.Okio;
import oki... | [
"yuanjintye@163.com"
] | yuanjintye@163.com |
545d8a027d59e25db2cd84eb24a77311fa748b5d | 87a1c80600c50e29ef30a9837d46b4c0cfec71d0 | /MQ_Sample/src/main/java/cn/timlin/rabbitmq/rpc/RPCClient.java | d5050f58b8aa8c8a444e2a76b62da8611338b09c | [] | no_license | TimLin0007/MQ_Samples | 8fb1bb0f4e8febf5631b21940be19cf9b87626e1 | e32a2568c48633075520512695e3c8f14fc3f36c | refs/heads/master | 2020-07-26T15:15:20.540031 | 2016-11-16T09:12:35 | 2016-11-16T09:12:35 | 73,719,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package cn.timlin.rabbitmq.rpc;
import com.rabbitmq.client.ConnectionFactory;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.QueueingConsumer;
import com.rabbitmq.client.AMQP.BasicProperties;
import java.util.UUID;
public class RPCClient {
private Connection c... | [
"TimLin0007@gmail.com"
] | TimLin0007@gmail.com |
2e2bda60409ae60db81e86293fb8ea91c3241893 | 5133569fb5579b61d3920fb154da164842a05659 | /src/main/java/warrior/framework/filter/package-info.java | bcff935fdc8f48caf01ce5810448d16eda63b8dc | [] | no_license | yaobj/warrior | 77bd75d28b3528dcc7b5c5fd9c635b21f8226a5d | d5f1ac7675d9e83c0373400b719ae88d857522ff | refs/heads/master | 2023-03-21T09:42:52.995316 | 2021-03-09T08:35:54 | 2021-03-09T08:35:54 | 290,694,170 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33 | java | package warrior.framework.filter; | [
"yaobj@wjs.com"
] | yaobj@wjs.com |
4e92d923ce6e0012c39f573c74d73c126e038294 | 8fa58e97da81643f0f16d305126d540f18f36d97 | /src/Controller/Schedule.java | 7ecd3dc9f96370a5bae03724eecb08376d910b65 | [] | no_license | awfast/Seat-Allocating-System | fb436bd9a4cff502b8edb8f42b3d6501c58727d6 | 06c284ca12d6b56ef88cff557b94f7cce795307e | refs/heads/master | 2021-01-18T16:05:18.031935 | 2016-04-28T16:36:41 | 2016-04-28T16:36:41 | 46,301,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,030 | java | package Controller;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map... | [
"damqnrusinov@gmail.com"
] | damqnrusinov@gmail.com |
31b2b3df04d394c1c27a8e33519279f9be41e8bf | df8a7ef35ff28506053e4729b029c8d7a80587cd | /src/main/java/com/joymain/ng/webapp/controller/FidFundbookJournalController.java | da9f3e5e962e8230a27398c56d234204afaf39a6 | [] | no_license | lshowbiz/agnt_qt | 101a5b3cabd0e1ff9135155ac87a602997a9eff5 | 789c2439308adaa5371d5bbb8a0f71a295395006 | refs/heads/master | 2022-12-11T10:13:18.791876 | 2019-10-02T01:01:57 | 2019-10-02T01:01:57 | 212,161,344 | 0 | 1 | null | 2022-12-05T23:28:41 | 2019-10-01T17:46:56 | Java | UTF-8 | Java | false | false | 3,966 | java | package com.joymain.ng.webapp.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.joymain.ng.dao.SearchException;
import com.joymain.ng.service.FiFundbookBalanceManager;
import com.joymain.ng.service.FiFundbookJournalManager;
import com.joymain.ng.util.GroupPage;
import com.jo... | [
"727736571@qq.com"
] | 727736571@qq.com |
8a60acdafab00baa23945f7b8d84f08f01f1586e | 8df0553905ff0503e705c29e37a7fe588e7e332d | /hlj_android_merchant/src/main/java/com/hunliji/marrybiz/view/ChoosePhotoPageActivity.java | 51af8df7be316f4e4554a318ae217bcb0dc1821a | [] | no_license | Catfeeds/myWorkspace | 9cd0af10597af9d28f8d8189ca0245894d270feb | 3c0932e626e72301613334fd19c5432494f198d2 | refs/heads/master | 2020-04-11T12:19:27.141598 | 2018-04-04T08:14:31 | 2018-04-04T08:14:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,686 | java | package com.hunliji.marrybiz.view;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Point;
import android.os.Bundle;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.v... | [
"hdwhhc@sina.cn"
] | hdwhhc@sina.cn |
84be6e29d8e7cdb9650b3e796a64e4db333677c9 | 60b638d37ff6bd8a5a0ef452436423c7c57ee7b0 | /src/Exercicio_Extra_03.java | 4b10417a80aed021906aa957644d5742c6c4a161 | [] | no_license | thiagokalu/Exercicios_bonus_Fiap_modulo01 | 38704fb643e3baac4dbd908817ac193d9627afa2 | dcbf5ad9138c14238f6ee803a0fa3da480972e09 | refs/heads/master | 2023-06-09T23:46:20.650830 | 2021-06-19T12:05:37 | 2021-06-19T12:05:37 | 376,859,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | import java.util.Scanner;
public class Exercicio_Extra_03 {
public static void main(String[] args) {
/*Criar um programa que calcule a média de salários de uma empresa,
pedindo ao usuário a grade de funcionários e os salários, e devolvendo a média salarial.*/
Scanner leitor = new Scanner(System.in);
... | [
"thiagokalu@gmail.com"
] | thiagokalu@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.