blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
02f01e0ff5325877722cc748db9b0db215c21345 | 643ab004f98842a83cf1999ed30dd7df7a4ada60 | /sparke-module-order/src/main/java/cn/sparke/order/modules/v1/order/mapper/EvaluateMapper.java | a980029f72d443b4a40e4c6f40c1842af01b91b1 | [] | no_license | JohnVeZh/spark-english-api-release-1.0.x | 162130b1cedd90e09318077dc98a587fd03bccf3 | f1659ffa072e6a79baa62b7636cbe1a17631ed26 | refs/heads/master | 2020-03-21T07:16:09.505836 | 2018-06-22T07:44:45 | 2018-06-22T07:44:45 | 138,270,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package cn.sparke.order.modules.v1.order.mapper;
import cn.sparke.core.common.mybatis.base.BaseMapper;
import cn.sparke.order.modules.v1.order.entity.EvaluateEntity;
import cn.sparke.order.modules.v1.order.entity.OrderDetailsEntity;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* Created by... | [
"530225288@qq.com"
] | 530225288@qq.com |
9c0123b28cee66d589ec174764f1fc7456ca5363 | ebc9c468653d0bc443747d03789857f454885c22 | /web/src/main/java/com/example/project/web/config/MvcConfig.java | d035e6d40859a98480cf986dfb0718e133eb79e7 | [] | no_license | Levon91/multimodule-template | 6b5c76c921a48c6ca63f18df587285163da3832d | 7ac67eb3dbf8da9cf2f0a14b6bc576987801e34c | refs/heads/master | 2021-01-12T12:06:54.691699 | 2016-10-28T21:26:37 | 2016-10-28T21:26:37 | 72,305,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,548 | java | package com.example.project.web.config;
import org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer;
import org.springframework.boot.context.embedded.ErrorPage;
import org.springframework.context.MessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.conte... | [
"levontonoyan91@gmail.com"
] | levontonoyan91@gmail.com |
c5d8a455e27f0831f01c114bdf06d804cc0644b8 | 3771383f76b1c9c6a7555b739778a7153363708e | /src/main/java/one/digitalinnovation/experts/shoppingcart/config/RedisConfig.java | e24fe109f6bb03e539e281d2246f235b65da745c | [] | no_license | edvitor13/digitalinnovation-projeto3 | b9e73cb91c6c9b1ae6995c549e214cbf9ccaa5e0 | d29d0cf8840f6d9dcdbd3d82ad8d630ea57817df | refs/heads/main | 2023-08-18T09:48:43.289045 | 2021-09-07T00:26:26 | 2021-09-07T00:26:26 | 403,751,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package one.digitalinnovation.experts.shoppingcart.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.jedis.JedisConnectionFactory;
import org.springframework.data.redis.core.RedisTemplate;
import org... | [
"edvitor13@hotmail.com"
] | edvitor13@hotmail.com |
143baa4600b9858bc1dc4328e2f518204d18dada | 507ae57b0939494c4529d9655fdb45e7ccbeeb8e | /src/main/java/com/wwq/juc01/SemaphoreDemo.java | 40e9dca799716a3a7452e5a91a8d93bed78a9c5e | [] | no_license | yeqqmatlab/JUC | 4ae419fa88990acdad638167568f9bef872ffd0e | 85f80c7591b9bc2878b43adf3e34ca7c5c7686b6 | refs/heads/master | 2022-11-13T07:35:23.182953 | 2020-07-07T08:53:31 | 2020-07-07T08:53:31 | 277,512,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.wwq.juc01;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.Semaphore;
import java.util.concurrent.TimeUnit;
/**
* @Auther: wwq
* @Date: 2020/6/28 12:04
* @Description:
*/
public class SemaphoreDemo {
static Semaphore semaphore = new Semaphore(2, true);
public static... | [
"1037123792@qq.com"
] | 1037123792@qq.com |
12aadf1c9cfb64b535e3d08f865289a1ef41e6bd | ad7b40175c319e0692e9c5a21084e073d3516082 | /src/se/kth/id2212/hangman/androidClient/ConnectActivity.java | 5e61218387e156a7c343096d16abd39bcd847ce3 | [] | no_license | klajmajk/androidHangmanClient | c5b63d7c69cb3725d70ffe59d688cc77d1d3be0b | 9ae2dfcb5dcf153e3c025240a5dd095fe54311cf | refs/heads/master | 2020-04-02T08:20:30.857657 | 2013-12-13T15:34:16 | 2013-12-13T15:34:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,659 | java | package se.kth.id2212.hangman.androidClient;
import java.util.concurrent.ExecutionException;
import se.kth.id2212.hangman.androidClient.client.Controller;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.app.Activity;
... | [
"adaklima@gmail.com"
] | adaklima@gmail.com |
a5ad7017633a0e2003099649ab4c3fec120d4177 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-cloudfront/src/main/java/com/amazonaws/services/cloudfront/model/UpdateCachePolicyRequest.java | 03e047f6fff88e9c356481aeb3fd0d5a7140ad10 | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 8,701 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
d3bff2fca68e01adfd89fc74fc3c6f57def22f2a | 34f8d4ba30242a7045c689768c3472b7af80909c | /JDK-18.0.2.1/src/jdk.localedata/sun/text/resources/cldr/ext/FormatData_en_FK.java | b0ded09621fe619b958ff1c56d910c6f979b6157 | [
"Apache-2.0"
] | permissive | lovelycheng/JDK | 5b4cc07546f0dbfad15c46d427cae06ef282ef79 | 19a6c71e52f3ecd74e4a66be5d0d552ce7175531 | refs/heads/master | 2023-04-08T11:36:22.073953 | 2022-09-04T01:53:09 | 2022-09-04T01:53:09 | 227,544,567 | 0 | 0 | null | 2019-12-12T07:18:30 | 2019-12-12T07:18:29 | null | UTF-8 | Java | false | false | 3,847 | java | /*
* Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"zeng255@163.com"
] | zeng255@163.com |
be5fc4509b6b0e32f44b64b88a65aad55476a2ea | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Time/24/org/joda/time/format/DateTimeFormatter_printTo_468.java | f272bc538e6a671e48446e48e24872d169d17e6b | [] | 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 | 2,620 | java |
org joda time format
control print pars datetim string
main api print pars applic
instanc creat factori class
link date time format datetimeformat format pattern style
link iso date time format isodatetimeformat iso8601 format
link date time formatt builder datetimeformatterbuild comp... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
9074928abca05a880c13f7f77e86844ecc821e7f | b86ce1ea01053bd38a73c2c1474d97a47ff402fa | /src/main/java/com/github/rerorero/oleoleflake/field/BitSetField.java | ac7b6e81999957f9c5f3470e0ac9f2164491cbc9 | [
"MIT"
] | permissive | coolboy0961/oleoleflake | 6dc39da7dc05133e09ea51e27a3d8073dda62682 | d94d0bdf9f37e82d9aba8a9c1a38ccd41f98ae73 | refs/heads/master | 2020-03-11T23:55:54.031938 | 2018-07-08T11:57:51 | 2018-07-08T11:57:51 | 130,335,880 | 1 | 0 | MIT | 2018-04-20T08:49:16 | 2018-04-20T08:49:16 | null | UTF-8 | Java | false | false | 3,354 | java | package com.github.rerorero.oleoleflake.field;
import com.github.rerorero.oleoleflake.bitset.BitSetCodec;
import com.github.rerorero.oleoleflake.bitset.BitSetUtil;
import java.util.BitSet;
import java.util.Comparator;
public abstract class BitSetField<Entire, Field> extends FieldBase implements IBitSetField<Entire, ... | [
"nato9598@hotmail.co.jp"
] | nato9598@hotmail.co.jp |
b82bf7491698514e0f68f0df81c51ad5fecc4151 | 034c27b111a6fa06ac537c0d650c739088f21ba9 | /src/main/java/com/nostratech/project/controller/AbstractRequestPageHandler.java | add04729357de33ad587e94b7391c5cb73bc6167 | [] | no_license | Anindya12/BankingSystem | 45bfcc14ffc11f58755d314608c27a66846dc756 | fbbb6310e4fb4e945d89d9f2c9e81b00366450a2 | refs/heads/master | 2020-03-27T22:45:34.532900 | 2018-09-04T09:20:40 | 2018-09-04T09:20:40 | 147,257,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package com.nostratech.project.controller;
import com.nostratech.project.exception.NostraException;
import com.nostratech.project.persistence.vo.ResultPageVO;
import com.nostratech.project.util.RestUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.ResponseEntity;
/**
* Cr... | [
"anindyaromauli@gmail.com"
] | anindyaromauli@gmail.com |
c268535f3bfe23915b7eed00a114e7fe6790a475 | 83d56024094d15f64e07650dd2b606a38d7ec5f1 | /sicc_druida/fuentes/java/CccTipoErrorConectorQueryForm.java | eee9cf892f8838b53e9fa0015223d99cbe61eb34 | [] | no_license | cdiglesias/SICC | bdeba6af8f49e8d038ef30b61fcc6371c1083840 | 72fedb14a03cb4a77f62885bec3226dbbed6a5bb | refs/heads/master | 2021-01-19T19:45:14.788800 | 2016-04-07T16:20:51 | 2016-04-07T16:20:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,693 | java |
import org.w3c.dom.*;
import java.util.ArrayList;
public class CccTipoErrorConectorQueryForm implements es.indra.druida.base.ObjetoXML {
private ArrayList v = new ArrayList();
public Element getXML (Document doc){
getXML0(doc);
return (Element)v.get(0);
}
/* Primer... | [
"hp.vega@hotmail.com"
] | hp.vega@hotmail.com |
74146405650efc3b56ea25eb989d75e93e989118 | 52622427625f75385caf72b9d22dde2db34d1983 | /HTTP/Retrofit/app/src/main/java/com/example/http/Retrofit/JsonPlaceHolderApi.java | 24f9ad850b49faea2df5603af3fc8b98338be09c | [] | no_license | gunjan768/Android-Api | b44587078a589a048a6e72d0d60bca2e291727dd | 4dd9f294b2c233b92f56c8008e9ce5db5337709b | refs/heads/master | 2023-02-19T05:52:16.702955 | 2021-01-23T16:10:59 | 2021-01-23T16:10:59 | 293,891,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,736 | java | package com.example.http.Retrofit;
import java.util.List;
import java.util.Map;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.DELETE;
import retrofit2.http.Field;
import retrofit2.http.FieldMap;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofit2.http.Header;
i... | [
"57636775+gunjan768@users.noreply.github.com"
] | 57636775+gunjan768@users.noreply.github.com |
9638de231524992e862728f3830a0e9419c48c29 | b899c2934a02043cfbc2d13b544be6ee664422bb | /src/main/java/com/imooc/service/impl/BuyerServiceImpl.java | a60b1bc100aeb05b4db6fc107c58245f5518587a | [] | no_license | patience2013/sell | 791f841ae1cbe2e192dd6048e5e235f0a7b57902 | a04bbf89d9acffaa721f6aa0ba43b06baba6bf5e | refs/heads/master | 2023-05-25T08:43:58.170634 | 2018-05-11T02:38:58 | 2018-05-11T02:38:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package com.imooc.service.impl;
import com.imooc.dto.OrderDTO;
import com.imooc.enums.ResultEnum;
import com.imooc.exception.SellException;
import com.imooc.service.BuyerService;
import com.imooc.service.OrderService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
impo... | [
"624162385@qq.com"
] | 624162385@qq.com |
8370f2086f6fc2d9e2fa579221351f959dc714d3 | b6ff19ee3884063fc0769fdb1b7610bbd4197d1e | /Lab4/src/sample/SwingBody.java | 552e76047377a5b6a9d34b4c1445a26e69ead6f9 | [] | no_license | Bodichelly/MAOKGlabs | e566e8d985277156f5392ce92dabf9f1d8ea223f | d47ec8db79d6d9223be8b9334f91ccf7da63ede6 | refs/heads/master | 2023-04-22T00:19:36.396384 | 2021-05-12T19:26:14 | 2021-05-12T19:26:14 | 340,754,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,985 | java | package sample;
import com.sun.j3d.utils.geometry.Primitive;
import com.sun.j3d.utils.geometry.Cylinder;
import com.sun.j3d.utils.geometry.Box;
import com.sun.j3d.utils.image.TextureLoader;
import javax.media.j3d.*;
import javax.vecmath.*;
import java.awt.*;
public class SwingBody {
private static String assets... | [
"mrychko.b@gmail.com"
] | mrychko.b@gmail.com |
70044e319ceaeab203d78db58c7c70130bc934b8 | e9b035ecb710dc063544db0bb39cf0b6bee94c59 | /src/server/Message.java | ddabe76427f413cd8ec064d2395507f8d26a5d27 | [] | no_license | wenxuefeng3930/JavaChatRoom | b3eef091b40eb624ca8b3637190297fe46559144 | e47ef7b23ee01615e0e1b5a781fad36490bd8b64 | refs/heads/main | 2023-08-05T06:56:52.538743 | 2021-09-21T03:37:32 | 2021-09-21T03:37:32 | 437,572,823 | 1 | 0 | null | 2021-12-12T14:48:48 | 2021-12-12T14:48:48 | null | UTF-8 | Java | false | false | 701 | java | package server;
public class Message {
public static String LoginMsg = "LOGIN";
public static String LogoutMsg = "LOGOUT";
public static String UserListMsg = "USERLIST";
public static String UserExsistMsg = "USEREXSIST";
public static String PrivateMsg = "PRIMSG";
public static String NewGrChat... | [
"1095737364@qq.cpm"
] | 1095737364@qq.cpm |
20d6c87004a23093fe159ef995694a5a47f8effb | a7150cbb93fbde7349b2867f02bbf74123cf8f1b | /src/test/java/org/assertj/core/api/longpredicate/LongPredicateAssert_rejects_Test.java | aa8916400b3165ef5d0daf66dafd7ad0930bc777 | [
"Apache-2.0"
] | permissive | jillesvangurp/assertj-core | 54dd553276239934e61b9c2f8b5b72b0e6c0836a | 87fb5872665ad8d1c72f7d76c278bd7e8af5e762 | refs/heads/master | 2021-01-11T00:10:45.845409 | 2016-10-09T05:32:48 | 2016-10-09T05:32:48 | 70,581,183 | 0 | 0 | null | 2016-10-11T10:12:51 | 2016-10-11T10:12:50 | null | UTF-8 | Java | false | false | 3,531 | java | /**
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under ... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
d05f7e30ece15541ceba61037bce60786b2ef855 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_3f6f07b8178b000ec302f35156870f192e20e883/GZIPResponseWrapper/10_3f6f07b8178b000ec302f35156870f192e20e883_GZIPResponseWrapper_s.java | ccac614629c1e24af23715485a795b18732abb1b | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,022 | java | package org.appfuse.webapp.filter;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpServletResponseWrapper;
import org.apache.commons.logging.Log... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
24bd7d1a363e94bcc8064a84f20d2e409893b286 | a8c94b9aa89b72026b7b1dba041aa944c3dfad2d | /elasticsearch-hadoop-6.8.1/mr/src/main/java/org/apache/commons/httpclient/fix/auth/HttpAuthRealm.java | f2b13407e37f382e3c078a954f6ffb28e4d8e4b2 | [
"Apache-2.0"
] | permissive | Magnarox/es-hadoop | 671384fd45644c05da3d4859263bbe43552667dc | 16fe061bc12b2adbc673eee91b46b0fa7450fe2a | refs/heads/master | 2020-12-09T00:02:30.428638 | 2020-01-12T20:48:06 | 2020-01-12T20:48:06 | 233,130,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,358 | java | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/auth/HttpAuthRealm.java,v 1.9 2004/06/12 22:47:23 olegk Exp $
* $Revision: 480424 $
* $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
*
* ===============================... | [
"magnarox06@gmail.com"
] | magnarox06@gmail.com |
b8417c74290e635c32337bea965aaa963825a941 | cd81f5246d9a6b8471454782cda01440990a2b6b | /igesture-tool/src/main/java/org/ximtec/igesture/tool/view/testset/ITestSetView.java | 908267046a47014fc4614aeabde0fb751b7665b3 | [
"Apache-2.0"
] | permissive | UeliKurmann/igesture | fd73a345347f60c96a6cf51a4c141abd0a4d4d3d | 95dd46fb321851c1e2a989e0c7c8328f57b43f4d | refs/heads/master | 2021-07-17T01:21:00.887072 | 2012-10-21T21:59:28 | 2012-10-21T21:59:28 | 219,012,943 | 0 | 0 | Apache-2.0 | 2020-10-13T17:09:58 | 2019-11-01T15:31:53 | Java | UTF-8 | Java | false | false | 19,398 | java | // automatically generated code
package org.ximtec.igesture.tool.view.testset;
import org.ximtec.igesture.tool.core.TabbedView;
import org.ximtec.igesture.tool.explorer.core.ExplorerTreeContainer;
public interface ITestSetView extends TabbedView,
ExplorerTreeContainer{
public java.lang.String getTabName()... | [
"1230897+UeliKurmann@users.noreply.github.com"
] | 1230897+UeliKurmann@users.noreply.github.com |
5784c87bcc14a922a8e910395e03b77445080d8d | f3887ac0046d9407a52c7ee310ec87159fad8004 | /DMS/manage/com/junl/dms/mvc/choujian/ChouJianRelate.java | de655dc977b218d48af7526712da8dea16f6b862 | [] | no_license | chocoai/DMS | ab67fa3423ae558063efa6fe865a60ddaa450285 | 16fe1aa517bcc3b6ffeca24a1ddd3a95674e6884 | refs/heads/master | 2020-04-13T07:37:54.868610 | 2016-12-06T02:42:50 | 2016-12-06T02:42:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.junl.dms.mvc.choujian;
import java.sql.Timestamp;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import com.junl.dms.mvc.luxian.LuXian;
import com.junl.dms.mvc.weizhi.WeiZhi;
import com.platform.annotation.Table;
import com.platform.mvc.base.BaseMod... | [
"913500680@qq.com"
] | 913500680@qq.com |
da6a29f1a31f0fd1cd8d5f66b5beedfadd90c3fb | 8c85b56cc769031fc2e9ed7e62e49eb9b693e4f4 | /flyme_android/app/src/main/java/me/smart/flyme/activity/menu/SquaredFrameLayout.java | 3f70849eb16d0377a00302d4b773b981b9122081 | [] | no_license | iceleeyo/FlyIM | 48a1e242bce6a30f95a20f554975846f38579a65 | adad01b7874678ed73d202da3ef306c46a0603be | refs/heads/master | 2020-06-22T10:57:32.003802 | 2016-09-07T13:11:29 | 2016-09-07T13:11:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package me.smart.flyme.activity.menu;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.widget.FrameLayout;
public class SquaredFrameLayout extends FrameLayout {
public SquaredFrameLayout(Context context) {
super... | [
"1067939689@qq.com"
] | 1067939689@qq.com |
5841d6312aaeb4cc04f188a12a2711b973b9e652 | 3c1ede5bbf9d9f494c6b3e8b738d3e22b98957bb | /WSEJB/ejbModule/viewobject/personalcomputer/Psu.java | b0f1e40c9cfcd8ce74c5da1d5a9be3527252d704 | [] | no_license | lucasbussolin/webservice-deploy | bc3b399d544481ffebb0b32f7c99997b385d3c5e | 7c35e35fbf680958ea30b78fdbe06c46c49d4dc4 | refs/heads/master | 2021-08-23T20:44:10.356202 | 2017-12-05T03:21:59 | 2017-12-05T03:21:59 | 113,318,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package viewobject.personalcomputer;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlRootElement
@XmlAccessorType(XmlAccessType.... | [
"marcelloygor@hotmail.com"
] | marcelloygor@hotmail.com |
9f4554193a0f835782b4827f9fa517faddbabbd5 | 70f7a06017ece67137586e1567726579206d71c7 | /alimama/src/main/java/alimama/com/unwviewbase/pullandrefrsh/views/recycler/accessories/RecyclerViewDetector.java | 046574cb18908f319e61950155061e2bff26eccf | [] | no_license | liepeiming/xposed_chatbot | 5a3842bd07250bafaffa9f468562021cfc38ca25 | 0be08fc3e1a95028f8c074f02ca9714dc3c4dc31 | refs/heads/master | 2022-12-20T16:48:21.747036 | 2020-10-14T02:37:49 | 2020-10-14T02:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,359 | java | package alimama.com.unwviewbase.pullandrefrsh.views.recycler.accessories;
import android.view.View;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.recyclerview.widget.StaggeredGridLayoutMa... | [
"zhangquan@snqu.com"
] | zhangquan@snqu.com |
a86ca90312cc11b6b37b0588afa34c0b85750ec0 | cb74d10e7726b3ac807443feb4d99c013f8098a6 | /src/com/internousdev/template/action/BuyItemConfirmAction.java | d798a7798e6d8dbad6a4e2c931595f1be4a7c4cf | [] | no_license | MitsuhashiRyota/template | 05480f769359b922381f1df564f609d9a30454ff | 2cacbe08f82a981a7cf0122ac62c2d97f3272f58 | refs/heads/master | 2021-07-14T03:10:30.826861 | 2017-10-19T02:07:31 | 2017-10-19T02:07:31 | 106,766,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package com.internousdev.template.action;
import java.sql.SQLException;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.internousdev.template.dao.BuyItemComplateDAO;
import com.opensymphony.xwork2.ActionSupport;
public class BuyItemConfirmAction extends ActionSupport i... | [
"yakou_kmk_yym_eysy@softbank.ne.jp"
] | yakou_kmk_yym_eysy@softbank.ne.jp |
a13a9d84a710793c490e5f559ec99a3675b57d27 | 2a0b5df31c675070761dca0d3d719733fc2ea187 | /java/oreilly/Java_practice/GUI1/SimpleAnimation2.java | 062f19d80a347ca7e9349784a2b07efb5e966198 | [] | no_license | oussamad-blip/bookcode-compile-lang | 55ff480d50f6101fd727bbfedb60587cb9930b60 | 87a959cf821624765df34eff506faf28ae429b4c | refs/heads/master | 2023-05-05T00:05:49.387277 | 2019-02-17T10:08:17 | 2019-02-17T10:08:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class SimpleAnimation2 implements ActionListener {
int x = 70;
int y = 70;
Animator a = new Animator();
MyDrawPanel3 drawPanel = new MyDrawPanel3();
public static void main (String[] args) {
SimpleAnimation2 gui ... | [
"jimagile@gmail.com"
] | jimagile@gmail.com |
dc39214c702a7b598ea8026039f27174a4bbdab2 | 44ebc2cbe58cc9a13e75c5d401a375eda6f8b7f0 | /app/src/androidTest/java/com/example/administrator/annotationapplication/ExampleInstrumentedTest.java | e6b6fe454cb2cc4b0c3c6bdf29640b2e03da30b6 | [] | no_license | ruichaoqun/AnnotationApplication | 0b3aaf71a3a8c30206a1bbb2fbfa959ed4c2fd30 | 98beb11736305d68e8b7bef7fb7d9d896ea26661 | refs/heads/master | 2020-03-09T06:09:52.940369 | 2018-04-08T11:00:59 | 2018-04-08T11:00:59 | 128,631,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.example.administrator.annotationapplication;
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 wi... | [
"ruichaoqun@163.com"
] | ruichaoqun@163.com |
3cc9bdfc96a9792f2f62d1b9017c5de8ded7eddb | 14e041459d1589eca564dd1f6b76aa7eb624dad8 | /store/src/test/java/org/apache/rocketmq/store/timer/TimerMetricsTest.java | 4a0a40da075b84058f869208cdb00d4d7f85bfd0 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | lizhimins/rocketmq | dc1988af406006c0eecab35a0597f79c61f8ca30 | 3129dc721844b2154bd04e08b7fd03be2ee5254b | refs/heads/master | 2023-09-05T15:59:23.507522 | 2023-01-13T03:38:47 | 2023-01-13T03:38:47 | 221,878,417 | 1 | 3 | Apache-2.0 | 2019-11-15T08:24:58 | 2019-11-15T08:24:55 | null | UTF-8 | Java | false | false | 2,909 | 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 ... | [
"3160102420@zju.edu.cn"
] | 3160102420@zju.edu.cn |
f283795949420e0820aae39fe828af79b2ceb453 | 676144f10f0174316305411022caa91eb7d8377c | /weixin/src/main/java/com/weixin/util/HttpConnect.java | c41247747302ed6298fd146cba8b87ac1d4e6c72 | [] | no_license | pankesheng/weixin | f67aade14f840226d78e9211ca500ff2affef16b | 1736d6cf190d2502b5b120c03619bc7f36b5f2f8 | refs/heads/master | 2020-12-11T18:27:21.137322 | 2017-01-17T00:48:15 | 2017-01-17T00:48:15 | 48,680,785 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | package com.weixin.util;
import java.io.IOException;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.HttpException;
import org.apache.commons.httpclient.HttpMethod;
import org.apache.commons.httpclient.MultiThreadedHttpConnectionManager;
import org.apache.commons.httpcl... | [
"admin@admin-PC"
] | admin@admin-PC |
a9f9aca3500fc6bf6237f45ae1065498bf776f36 | af7f640cb82f2fa31c36d8b8be31416fab106a05 | /src/main/java/fr/jador/web/rest/FournisseurResource.java | d512b766580b1bc14fe4cbb5dc8b84503ffae7a5 | [] | no_license | yodamad/jador | a0410dfd25827c6f429517e7fa791871e4ee8601 | 6716be376d2736972aab78377dfcb5a0fdd9a77e | refs/heads/master | 2021-05-06T11:28:31.585668 | 2018-01-27T20:45:03 | 2018-01-27T20:45:03 | 114,295,040 | 1 | 0 | null | 2021-02-11T06:17:28 | 2017-12-14T20:50:46 | Java | UTF-8 | Java | false | false | 5,356 | java | package fr.jador.web.rest;
import com.codahale.metrics.annotation.Timed;
import fr.jador.service.FournisseurService;
import fr.jador.web.rest.errors.BadRequestAlertException;
import fr.jador.web.rest.util.HeaderUtil;
import fr.jador.web.rest.util.PaginationUtil;
import fr.jador.service.dto.FournisseurDTO;
import io.gi... | [
"mvincent.it@gmail.com"
] | mvincent.it@gmail.com |
20c41f904256bbc2a673c8191179d33dea6f9c23 | 0bb6368ce02e5cf7a64e482b5775ff3a46b67895 | /lab3/src/main/java/com/chauncy/lab3/simpledb/StringAggregator.java | e4e4fbe4f78011adf2da17025fccf30901907177 | [] | no_license | zhiyu00/simpledb | 4d39d8fe0c781b53b8317ae1fe09fff359a045e9 | db8208892f8863596e2dd5882e6fb87ab56a1822 | refs/heads/master | 2022-12-20T03:03:38.745569 | 2020-04-08T07:48:34 | 2020-04-08T07:48:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,383 | java | package com.chauncy.lab3.simpledb;
import java.util.*;
/**
* Knows how to compute some aggregate over a set of StringFields.
*/
public class StringAggregator implements Aggregator {
private static final long serialVersionUID = 1L;
private final int gbfield;
private final Type gbfieldtype;
private ... | [
"chengxu@souche.com"
] | chengxu@souche.com |
560f37e7a5b1fac69eed9981db9dc925afb517ed | 8a59dca2e7f583f6823f286ac53145f80aa6c4e2 | /commons-flex/src/main/java/flex/management/runtime/package-info.java | 260cb5fa582e995e25f9f133f5b32a64056afca5 | [] | no_license | IFGHou/Grendel-Scan | 702ea85fc9f16454f947114ae9d8139ca7ad41ad | 6c582c0bd3915222d2bcabf381c6a4c3b252937a | refs/heads/master | 2021-01-10T19:04:20.129142 | 2013-10-15T01:32:35 | 2013-10-15T01:32:35 | 23,448,801 | 25 | 9 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | /*************************************************************************
*
* ADOBE CONFIDENTIAL __________________
*
* Copyright 2002 - 2007 Adobe Systems Incorporated All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains the property of Adobe Systems Incorporated and its supplier... | [
"jonathan.byrne@yahoo.com"
] | jonathan.byrne@yahoo.com |
dce39803b5dce288a1cf836a57ca923898be8e0b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_9de220e06931b729e7b058731af6e40988172bd7/MotechSchedulerIT/3_9de220e06931b729e7b058731af6e40988172bd7_MotechSchedulerIT_s.java | f94783bb77858b044d46e755cfcac16d445a4026 | [] | 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 | 25,895 | java | package org.motechproject.scheduler;
import org.joda.time.DateTime;
import org.joda.time.LocalDate;
import org.junit.*;
import org.junit.runner.RunWith;
import org.motechproject.model.DayOfWeek;
import org.motechproject.model.Time;
import org.motechproject.scheduler.domain.*;
import org.motechproject.schedul... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3e2882f4d7bd0a9da16951275bdbfdc9572443ec | 1ca4329a5471419dec8352ba4ec5cc8ee6ba72ef | /src/Misc/Cube.java | 604b5504904d6b3122353d1ccce9ed22380d80b1 | [] | no_license | ReeRaa/LearningJava | 7cc54aead100075f89d9a5a7a6dcfafdb16f1622 | 9dcf21d1178d523b6bf8b0b6bd38410ba4cf8e55 | refs/heads/master | 2020-04-22T09:17:24.526045 | 2019-04-23T19:35:34 | 2019-04-23T19:35:34 | 170,267,299 | 1 | 0 | null | 2019-02-15T10:54:16 | 2019-02-12T06:47:20 | Java | UTF-8 | Java | false | false | 392 | java | package Misc;
/**@author Reelyka*/
public class Cube {
static {System.out.println("Hello!");};
/**@return*/
static int calculate(int x){
return x*x*x;
}
public static void main(String[] args){
char a=1199;
char b='X';
int result=Cube.calculate(5);
S... | [
"35782666+RRaa@users.noreply.github.com"
] | 35782666+RRaa@users.noreply.github.com |
a4e4d35db1740e0c5625e8930ebe7a2e1bb11698 | 8650dd623ce5f565fd3a629fb8de376e990b2403 | /app/src/main/java/com/example/sensorapp/ViewPagerAdaptor.java | a4b64b93973c55b18d1a7507929bcc50751cd18c | [] | no_license | zn-ansari/sensorapp | 66f1592e546e451ae63ad97dc5098d847eca6309 | 9a54b6b13d2632cc10f03e25c0a3029edb68b83a | refs/heads/master | 2020-05-29T20:57:43.756784 | 2019-05-30T07:00:03 | 2019-05-30T07:00:03 | 189,362,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,015 | java | package com.example.sensorapp;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class ViewPagerAdaptor extends FragmentPagerA... | [
"zn.ansari21@gmail.com"
] | zn.ansari21@gmail.com |
43fc3546ef0aa8a10843fae74748e713420549ec | 3c1827ae0234f79918de9dc52fb3ad59a502813e | /wmcloud-gateway-server/src/main/java/com/wmcloud/gateway/filter/PermissionsFilter.java | 9a7b6e61531ba16ecff0e56b54aadbd7078b583c | [] | no_license | wm240918567/wm-cloud-parent | 81b238d3b9efa306a1e6c1550f9ed17de8acacfa | 9cce0b1c6b970e368e62cfd4e080b2ccba4f5556 | refs/heads/master | 2022-11-28T20:35:59.412505 | 2019-09-19T10:07:23 | 2019-09-19T10:07:23 | 203,528,890 | 0 | 0 | null | 2022-11-21T22:38:29 | 2019-08-21T07:18:01 | Java | UTF-8 | Java | false | false | 3,795 | java | package com.wmcloud.gateway.filter;
import com.alibaba.fastjson.JSONObject;
import com.wmcloud.gateway.entity.InterfaceDefinition;
import com.wmcloud.gateway.entity.PermissionRegister;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.gateway.... | [
"wangmeng02@ilarge.cn"
] | wangmeng02@ilarge.cn |
5a5f66afa9148cf9a030a3dbd41889072f8a1187 | 6ff0600e2387d777f430d5b9875a91d2e0f9f42b | /src/main/java/_3_java_proffessional/homework01/ex2/MyExtraCollection.java | 9f7d3406bd5333840587cc63c5a101f7b5954a18 | [] | no_license | Sinelife/MyJavaDeveloper | 13965154355888f4e420ff9abfaf28ff84db7a77 | 088a97131917af104150f50d7c0acb9421788d5d | refs/heads/master | 2023-05-25T23:31:23.309112 | 2021-06-03T16:06:26 | 2021-06-03T16:06:26 | 373,540,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package _3_java_proffessional.homework01.ex2;
public interface MyExtraCollection<E> extends MyCollection<E>, GroupOperation<E> { }
| [
"ya.serzhan@gmail.com"
] | ya.serzhan@gmail.com |
cc817a937f1e347b2d68baae77fb4a9411a0b5fd | ba7d5ae16a046dca8659c56022291c72cc4c889e | /cql0410/app/src/main/java/com/bawei/cql0410/Mypath.java | 7de9ed1db3a17518f1f92d8691df67dea40b2a1d | [] | no_license | SmallYellowDuck/cql- | 0eb0be0d8b229f2a556b4155081d7be304ba8b7e | bd2e1e7cad7279f3470dabccf16d936f8ee14110 | refs/heads/master | 2021-01-19T08:59:04.346676 | 2017-04-10T13:04:06 | 2017-04-10T13:04:06 | 87,705,148 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.bawei.cql0410;
/**
* 作者:程千浪
* .时间:2017/4/10 19:02
* 类用途:
*/
public class Mypath {
public static final String gj="http://result.eolinker.com/k2BaduF2a6caa275f395919a66ab1dfe4b584cc60685573?uri=gj";
public static final String ss="http://result.eolinker.com/k2BaduF2a6caa275f395919a66ab1dfe4b584cc... | [
"490411496@qq.com"
] | 490411496@qq.com |
a2122df5d96830511f4ee9a1fa91d72d5ffcd368 | e6649b63da857b9b6a8acae8ca706487923d122c | /src/main/java/com/cyssxt/tomato/constant/ContentTypeConstant.java | 34242bb961d0fce539b39cd75496282d4aac3f49 | [] | no_license | cyssxt/tomato | b5ec0877a15f50955b1c3bb1a7d9358e9e159e81 | 315017d7b7bd718925c90648a7494515b4bb5f1e | refs/heads/master | 2020-08-08T09:33:57.040430 | 2019-10-09T03:04:24 | 2019-10-09T03:04:24 | 213,805,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 913 | java | package com.cyssxt.tomato.constant;
public enum ContentTypeConstant {
TODO((byte)0,"待办"),
PROJECT((byte)1,"项目"),
DUTY((byte)2,"责任"),
LOG((byte)3,"日志"),
INBOX((byte)-1,"收件箱"),
NOPARENT((byte)-2,"没有父待办"),
TAG((byte)4, "标签"), USRLOG((byte)5, "用户日志");
private Byte value;
private String ... | [
"cyssxt@163.com"
] | cyssxt@163.com |
bf34aba5970c77084d9396b0febb19e27b428434 | 366cfc1e71b2baf732f62fc134d04a503134cb62 | /app/src/main/java/footprint/baixing/com/footprint/api/BaseApi.java | 961750f9b680ad9ae805680b3b3332875f3f3323 | [] | no_license | tracyzmq/FootPrint | 4d9f92bd8ed894fef9b398f2da7c68ed10d5ba3f | d44f196e69bf7507119d30514a2dbb214744b2f1 | refs/heads/master | 2021-01-10T20:24:55.371419 | 2015-07-29T16:41:40 | 2015-07-29T16:41:40 | 39,698,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,509 | java | package footprint.baixing.com.footprint.api;
import android.content.Context;
import android.content.SharedPreferences;
import android.text.TextUtils;
import android.util.Log;
import com.android.volley.NetworkResponse;
import com.android.volley.ParseError;
import com.android.volley.Request;
import com.android.volley.R... | [
"tracy.mingqing.zhang@gmail.com"
] | tracy.mingqing.zhang@gmail.com |
92c92a7757284a7210ce5a2640511e8a5a936b0b | bda9ffc21f8af265212ab16fbd188d95884025bb | /05_QuickSort/QuickSort.java | 136e189de7da4aed24c7ad25d29eeed5f3c9bf35 | [] | no_license | yarncha/2019_Algorithm | eb02b641bcb0643394148cd131d666df7ac6b337 | e17218f9dacdf96a7e49168a703df2de3b034f1e | refs/heads/master | 2020-08-21T11:45:42.122263 | 2019-12-09T16:31:24 | 2019-12-09T16:31:24 | 216,152,626 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,261 | java | import java.io.*;
import java.util.ArrayList;
import java.util.Random;
public class QuickSort {
public static void main(String[] args) throws IOException {
String inputFileName = "data05.txt";
//입력 파일의 이름
BufferedReader reader = new BufferedReader(new FileReader(inputFileName));
Arr... | [
"dbals9812@naver.com"
] | dbals9812@naver.com |
03da8ac3525f1f9374493607f0f8cc0162433049 | db71a157723b7734b12a680065827af80edb51c1 | /silubium-crypto/src/main/java/org/jhblockchain/crypto/bip39/MnemonicException.java | be74c9416c73563f0d16a12e3a751ecc67105b5a | [] | no_license | SilubiumProject/silubium-java-lib | 81936134f1a0668b2bf79b6acb9fb6df5ea0432f | 4c7270c9eb554df466bc1cbcfa203f1cf0e7a6ba | refs/heads/master | 2022-10-25T23:08:38.295257 | 2019-10-07T07:54:01 | 2019-10-07T07:54:01 | 160,816,796 | 2 | 1 | null | 2022-10-04T23:50:35 | 2018-12-07T11:46:02 | Java | UTF-8 | Java | false | false | 1,889 | java | /*
*
* * Copyright 2014 http://Bither.net
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* * Unless requi... | [
"szc@djw.top"
] | szc@djw.top |
cdebf0620a7f21a676f63649e1095ab67b403e81 | d486f3a537b9d5ba8709ac95ec2e06af8719feae | /app/src/main/java/com/gts/coordinator/Model/ContractorData/WalateRechage/PostRechargeWalateDetail.java | b258e406019c16ea1e69803ace588b8fcda2403d | [] | no_license | thisisdevesh/vendorApplication | 0fc0c98fd05003bbc8616fe7a60eba6bdca8222e | 4d6ff56c885ae8a30ed9e197084ebc6cae2fcb67 | refs/heads/main | 2023-07-07T07:39:38.187381 | 2021-08-10T16:06:45 | 2021-08-10T16:06:45 | 394,704,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.gts.coordinator.Model.ContractorData.WalateRechage;
import com.google.gson.annotations.SerializedName;
public class PostRechargeWalateDetail {
@SerializedName("cont_id")
long cont_id;
@SerializedName("amount")
double amount;
public PostRechargeWalateDetail(long cont_id, double amount... | [
"iamdevesh123@gmail.com"
] | iamdevesh123@gmail.com |
44db2655bce5a932da05210d6b059196cdeea790 | 45718a814e6b0d325672916b1a8f9f3f33ccf573 | /app/src/test/java/com/example/rp/navigation/ExampleUnitTest.java | 3f037a13dc9a8b3908d8e21d28516bf99c44b756 | [] | no_license | rajacsp/energymobile11 | 1f0308b4ce04f984e1afcd0eacc606afd2426b57 | 7f44d9eb80875e06efc67e7527c339c1fda023f8 | refs/heads/master | 2021-01-23T21:22:19.932551 | 2016-09-18T00:58:59 | 2016-09-18T00:58:59 | 68,486,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.example.rp.navigation;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"raja.r.csp@gmail.com"
] | raja.r.csp@gmail.com |
a978f4eaeda244b9bddf1c53d9e8a038098099f4 | a440d8a3361d1a27d839a753e94fce20ceafeb8f | /Lab4/src/ch/zhaw/lab4/NearbyFragment.java | 76826f1d4d6e1f10922c7a74085db17cda79b8fd | [] | no_license | knobli/summerschool_2013 | 0fb9abb48fa24e894d7ea559b4a5f91bf238152c | 154ddd87685ed5961bf3d86c73afb5d7c4c5fa9c | refs/heads/master | 2020-05-19T16:54:21.633816 | 2013-07-22T13:51:17 | 2013-07-22T13:51:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,859 | java | package ch.zhaw.lab4;
import java.util.List;
import android.content.Context;
import android.location.Location;
import android.location.LocationManager;
import android.os.Bundle;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
imp... | [
"raffael@santschi.ch"
] | raffael@santschi.ch |
415d2e15f1803c1a085378ef586d185510156b90 | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/kotlin/reflect/jvm/internal/impl/util/Check.java | dc9ec51c5cb51f728b8ba909c3097f826d229be5 | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | package kotlin.reflect.jvm.internal.impl.util;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.jvm.internal.impl.descriptors.FunctionDescriptor;
/* compiled from: modifierChecks.kt */
public interface Check {
/* compiled from: modifierChecks.kt */
public static final class DefaultImpls {
... | [
"mi.arevalo10@uniandes.edu.co"
] | mi.arevalo10@uniandes.edu.co |
877156015e3ffc1f2c9db49eeecda68fe7f56744 | 7a358470758be6ab8804d06fb2a0c027d8cfeadc | /engine/src/main/java/org/hibernate/validator/internal/engine/AbstractConfigurationImpl.java | cdb352f5575af826b4d2529c25ebe717b95cdb06 | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0"
] | permissive | roger-jm/hibernate-validator | 35a9542e02b236859ddde60125dfccb67ccad81d | db390aabe455727bd9397499192929c7ec8fcb0d | refs/heads/master | 2023-01-08T20:35:32.520188 | 2020-10-31T14:30:09 | 2020-11-09T15:59:59 | 308,893,895 | 0 | 0 | NOASSERTION | 2020-10-31T14:32:57 | 2020-10-31T13:58:28 | null | UTF-8 | Java | false | false | 29,015 | java | /*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.validator.internal.engine;
import static org.hibernate.validator.internal.util.... | [
"guillaume.smet@gmail.com"
] | guillaume.smet@gmail.com |
40611bc6d1c76bb3e6632ea7dc24b79970462a3d | 10c83a199f151d9a54d04c9a5216b7a6fa7783c1 | /barebones/interpreter/CommandPatternLoader.java | 2770f322e38a3e486d3be67e717be3b6ae5800d9 | [] | no_license | jacksonofalltrades/BarebonesEngine | ba60ab69c48bafb69d191dfa9c3d0c491920898b | 4c1902754b52de28fe4a37e024aa9e981d2038db | refs/heads/master | 2020-05-18T16:28:23.812766 | 2010-10-30T02:08:17 | 2010-10-30T02:08:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,707 | java | package barebones.interpreter;
import java.util.AbstractMap;
import java.util.Vector;
import java.util.regex.Pattern;
import barebones.event.DropCommand;
import barebones.event.ExamineCommand;
import barebones.event.GetInventoryCommand;
import barebones.event.GetTimeCommand;
import barebones.event.GiveCommand;
import... | [
"jesus2dot0@yahoo.com"
] | jesus2dot0@yahoo.com |
2665eb5cca27c91403c2910310dfc7fb4d2117f7 | fb72f0c6ff27ae94b5b9cc770376c7f14acce620 | /unit15/program40/Main.java | 3575379e44c135480b839b6a81e44fd892727259 | [] | no_license | sofia-kustikava/java-learn | 951b4e81af5cd3905a5c157686b25de912f8273e | 286a9d67d5af67ebd30aa040377fd316fb430b9e | refs/heads/main | 2023-04-10T19:32:18.903631 | 2021-04-11T20:50:41 | 2021-04-11T20:50:41 | 352,795,728 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | //Add a speak( ) method to all the pets in typeinfo.pets. Modify
//Apply.java to call the speak( ) method for a heterogeneous collection of Pet.
import java.util.*;
import java.lang.reflect.*;
import static com.java.second.package6.TypeInfoSpeak.*;
public class Main {
private static class Apply {
private... | [
"noreply@github.com"
] | sofia-kustikava.noreply@github.com |
e82b0a3c3a0107dfbd6241dcd716e6592ea10d11 | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/ui/base/MMAutoSwitchEditText.java | 2a4e01e61c40b38ff34a8563784aaf9f65858fd1 | [] | 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 | 2,269 | java | package com.tencent.mm.ui.base;
import android.content.Context;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnKeyListener;
import android.widget.EditText;
public class MMAutoSwitchEdit... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
d3fbdeed661fd8fec1e11d82386d8782d1fbd18a | 83a959500a7428a821da00a1ea37fb5c87940119 | /pasarela-web/src/main/java/com/udea/controller/TarjetaDeCreditoMBean.java | 7dd819bbe81de9d1fb3ec2734aada08a2a0af279 | [] | no_license | juanDev-47/pasarela-de-pagos | 2c966382c3e8435c09df60331bd6f9710368b335 | 17c49a3dffe7410c33a603b24d7c85de7b9ee519 | refs/heads/main | 2023-04-12T14:52:05.479271 | 2021-05-05T02:51:38 | 2021-05-05T02:51:38 | 356,624,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,042 | 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.udea.controller;
import com.udea.ejb.TarjetaDeCreditoManager;
import com.udea.ejb.TransaccionManagerLocal;
import com.udea... | [
"juanp.arenas@udea.edu.co"
] | juanp.arenas@udea.edu.co |
b464c10bee4a95e8f5972f1b12e98fefaa8d56fe | 700f4a4538c7c234971f8d49aceecbc7f97eae5f | /src/main/java/com/kingland/kata/TennisGame3.java | e521e7bf1fb8543ec535df622dde2dd34a94cd74 | [
"MIT"
] | permissive | tphif/Tennis-Refactoring-Kata | b545479b70ac5d111fa1c316960b9b918c4ae6f3 | be5b0742301dd608a1364a461ab749121d7472c7 | refs/heads/master | 2023-02-08T01:59:45.744356 | 2020-12-18T16:56:37 | 2020-12-18T16:56:37 | 322,456,687 | 0 | 0 | MIT | 2022-02-02T18:59:11 | 2020-12-18T01:32:15 | HTML | UTF-8 | Java | false | false | 916 | java | package com.kingland.kata;
public class TennisGame3 implements TennisGame {
private int p2;
private int p1;
private String p1N;
private String p2N;
public TennisGame3(String p1N, String p2N) {
this.p1N = p1N;
this.p2N = p2N;
}
public String getScore() {
String... | [
"tim.phifer@kingland.com"
] | tim.phifer@kingland.com |
23418e98c45e5b0995221c6ba8acccb0181bdda1 | 8782061b1e1223488a090f9f3f3b8dfe489e054a | /storeMongoDB/projects/ABCD/andrekeane_marenor/test/61Test.java | 17bd797718990421510677c48f3892c05421832f | [] | no_license | ryosuke-ku/TCS_init | 3cb79a46aa217e62d8fff13d600f2a9583df986c | e1207d68bdc9d2f1eed63ef44a672b5a37b45633 | refs/heads/master | 2020-08-08T18:40:17.929911 | 2019-10-18T01:06:32 | 2019-10-18T01:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | public void testRestore_CustomDefaults()
{
AnnotationAttributes defaults = new AnnotationAttributes();
assignExampleValues(defaults);
AnnotationAttributes attrib = new AnnotationAttributes();
attrib.setDefaults(defaults);
String stateInXml = attrib.getRestorableSt... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
49c93ce21d78ce19744340c38943e17be3abc6fe | b1a3642430202d3a9736341c83591c7e0bd75bdb | /src/test/java/com/luo/service/UserServiceTest.java | c96a8f6a73397fdce2463084279b81e13eefa380 | [] | no_license | lyhcodemonkey/first_maven_project | 5c84222eb84800377734ca312eb6e2b641374e15 | 5ab70733a87999d1281372fc9f2eafa7cd357a96 | refs/heads/master | 2021-01-01T17:33:52.149383 | 2017-07-23T12:39:48 | 2017-07-23T12:39:48 | 98,096,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package com.luo.service;
import com.github.pagehelper.PageInfo;
import com.luo.baseTest.SpringTestCase;
import com.luo.domain.User;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
public class UserServiceTest extends SpringTestCase {
@Autowired
private UserService userSe... | [
"396787503@qq.com"
] | 396787503@qq.com |
4323418ab89afafde7c8a3f526bbf3729d337f92 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_8b18f1934b5118d6ac71b137afd3b4b71368e66a/UserService/14_8b18f1934b5118d6ac71b137afd3b4b71368e66a_UserService_s.java | 43173a3c2f88d84c032cf6caf7f6dbd1b2dca990 | [] | 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 | 7,348 | java | package org.siraya.rent.user.service;
import junit.framework.Assert;
import org.siraya.rent.pojo.User;
import org.siraya.rent.pojo.VerifyEvent;
import org.siraya.rent.user.dao.IUserDAO;
import org.siraya.rent.user.dao.IVerifyEventDao;
import org.siraya.rent.utils.EncodeUtility;
import org.siraya.re... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
55b82535941f81191c4a6849ea5e1e105b2ee68b | 2d01d145ce78531cd8091c4c0963c22bf7fb5a86 | /src/main/java/cn/chong/service/impl/UserServiceImpl.java | 82a442cbceb9087075bfb0518495c9d1988bb11f | [] | no_license | GaoChDemo/ssmdemo | 7878ea72718d426383d0c46400ddcf113740c5b6 | 985e46100a6c679e02b7ae97b0f017b277cb2055 | refs/heads/master | 2021-09-22T09:31:53.003692 | 2018-09-07T09:12:13 | 2018-09-07T09:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package cn.chong.service.impl;
import cn.chong.dao.UserMapper;
import cn.chong.model.User;
import cn.chong.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
@Tran... | [
"gaochong.main@gmail.com"
] | gaochong.main@gmail.com |
f9e37d3ada7de173c1e5ce0c7b7352b4106b633b | a6c0dda8712055dcb58729cfbaa175fad73b2180 | /src/main/java/com/cmc/dp/pattern/singleton/SingletonPattern4.java | 3d80a4e8744cb9ab8362b4b33779a52d59dc81d9 | [] | no_license | zhizhao1990/framework-assembly-basis | 321de01dbbc642ee051dfdb12eb500bbb51a8686 | ce0780d5132998580fced0c11165b1aa7f83ad80 | refs/heads/develop | 2021-01-20T01:50:09.565056 | 2017-04-24T14:19:09 | 2017-04-24T14:19:09 | 89,330,328 | 1 | 0 | null | 2017-04-25T07:23:45 | 2017-04-25T07:23:45 | null | UTF-8 | Java | false | false | 1,126 | java | package com.cmc.dp.pattern.singleton;
/**
* 创建型模式:单例模式
* <p> 双检锁/双重校验锁(DCL,即 double-checked locking)
* <p> 这种方式采用双锁机制,安全且在多线程情况下能保持高性能。
* <ul>
* <li> 是否延迟初始化:是
* <li> 是否多线程安全:是
* </ul>
*
* @author Thomas Lee
* @version 2017年2月18日 下午2:23:44
* @version 2017年4月14日 下午4:35:52
*/
public class SingletonPattern4 ... | [
"Count.MCristo@qq.com"
] | Count.MCristo@qq.com |
a8385f7226a2df75e09e4c88f5de4bdc708782a9 | 034ba1bf123b511de0fe928b67cf8445de2d066a | /LoveDataStructureAndAlgorithm1/src/com/mj/map/file/Files.java | 7f4f61d50cc58271de2d455a16ce417a71fee29b | [] | no_license | tianzengyin/dataStructure1 | 5ea4b089fc9a53802d530100f2501c653d1f2548 | 915af80a220a2295bae1963029e4e108facdd3b3 | refs/heads/master | 2023-01-06T22:14:08.321437 | 2020-10-29T02:26:53 | 2020-10-29T02:26:53 | 274,522,959 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package com.mj.map.file;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileFilter;
import java.io.FileReader;
import java.io.IOException;
public class Files {
/**
* 读取文件内容
* @param file
* @return
*/
public static FileInfo read(String file) {
if (file == null) return null;
FileInfo... | [
"tianzengyin123@gmail.com"
] | tianzengyin123@gmail.com |
1c2e787deb858ce69812a82b59138702fc931b42 | 9e2c612bf7f450245ea0761a2bc2189cd9e35d4e | /app/src/main/java/com/recipeme/recipeme/fragment/SettingFragment.java | 5be08f058086978ec8f5cf52b6fbda257c95f788 | [] | no_license | yoavnoa1/recipeMe | d5175e9fce8e838864d3fd26c52eedf90e75330c | 9c0536e876a52dc42b8f1719e1bfefe2b6158a62 | refs/heads/master | 2016-09-06T07:42:01.529565 | 2016-01-12T13:30:56 | 2016-01-12T13:30:56 | 39,728,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.recipeme.recipeme.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.recipeme.recipeme.R;
public class SettingFragment extends Fragment
{
private View view = null;
@O... | [
"yoav"
] | yoav |
491015af8f6ba700a94124afa54189ad0ba0fb05 | 0e4608aeeb210442bf3fffe5a8d1a1b7212090ff | /tests/src/org/rapla/mobile/android/test/utility/ExceptionDialogFactoryTest.java | 6968a8513eb23a00b14814bd947c4f2d91e73575 | [] | no_license | jackba/rapla.android-client | b1c9c3914509c8368287881565c3580a2e40acfa | 7a7d00e841ee62d4d2f170e64db8e09ba28ec89c | refs/heads/master | 2021-01-10T21:04:08.786343 | 2015-01-31T16:44:53 | 2015-01-31T16:46:09 | 33,372,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,248 | java | /*--------------------------------------------------------------------------*
| Copyright (C) 2012 Maximilian Lenkeit |
| |
| This program is free software; you can redistribute it and/or modify |
| i... | [
"christopher.kohlhaas@gmail.com@f78d5ace-84b9-81af-d60f-742a6fa3a8cb"
] | christopher.kohlhaas@gmail.com@f78d5ace-84b9-81af-d60f-742a6fa3a8cb |
eba6124bcca5d868c014eeaff48d4ee8cc8808da | 6a17bb3ae5195a15419e65a580db1825e8fac8cd | /src/main/java/com/home911/httpchat/client/notif/HttpChatNotifHandler.java | 483d01cd1e9bcef4bfd254341cdba0fa515913ac | [
"Apache-2.0"
] | permissive | naz911/httpchat | 449b6251028c005021e9a06d5b92ef15577328a4 | fae1ad332b1cb36909f4a868c539c7cd34801a48 | refs/heads/master | 2020-06-02T11:59:05.034191 | 2014-03-13T15:12:47 | 2014-03-13T15:12:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.home911.httpchat.client.notif;
import java.util.Map;
public interface HttpChatNotifHandler {
public static final String TOKEN_PARAM = "user.token";
public static final String CHANNEL_TOKEN_PARAM = "channel.token";
public void start(Map<String, Object> params);
public void stop();
}
| [
"benoit.houle@myriadgroup.com"
] | benoit.houle@myriadgroup.com |
2e758042937beefeb4bbae2d8133c264cc2ed866 | 706742bb4987cc8eb516f5ebef53651724fefadc | /src/ca/mcgill/sel/core/impl/COREImpactModelElementImpl.java | 2e6a538493d2cc9bd5aee279b0a276d0985b31eb | [] | no_license | nishanthtgwda/CORE | 01f2dbe1ea3ad4881650d98c38b4d1e710698a98 | 2d848fa8c472319f2197f9ff3a77c51b42c79602 | refs/heads/master | 2021-05-27T22:29:58.628269 | 2014-06-20T07:03:45 | 2014-06-20T07:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | /**
*/
package ca.mcgill.sel.core.impl;
import ca.mcgill.sel.core.COREImpactModelElement;
import ca.mcgill.sel.core.CorePackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>CORE Impact Model Element</b></em>'.
* <!-- end-user-doc -->
* <p>
... | [
"nishanthg1991@gmail.com"
] | nishanthg1991@gmail.com |
702f5a2145d373b54e529e43da2ada0b3aa2b2c7 | 15af8387981f4069db97712952c23e7f1dde70cd | /src/main/java/com/zabbix4j/item/ItemDeleteResponse.java | f7facc40051ea068bdb56db358dc2cabad7a4d39 | [] | no_license | abhinavsinha1991/Zabbix4Java | 329f8bf64d964cebe1366d056eb6f7b94d7512c9 | e043b4940a524c3a31ea71905596588f5bb16426 | refs/heads/master | 2021-06-15T17:23:45.193006 | 2021-06-05T06:41:33 | 2021-06-05T06:41:33 | 204,424,987 | 0 | 3 | null | 2021-06-05T06:41:34 | 2019-08-26T07:55:01 | Java | UTF-8 | Java | false | false | 1,874 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Suguru Yajima
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | [
"abhinav.sinha@in.fujitsu.com"
] | abhinav.sinha@in.fujitsu.com |
d66921400f1c73593649df870c164176b1222b0d | ca0c1c841cc3c569cfa8298e016949bb39a7416b | /mipagar-ubl-21/src/main/java/oasis/names/specification/ubl/schema/xsd/commonextensioncomponents_21/UBLExtensionType.java | aa48a4eee96740a8adb7f42f2f2328ddb6b343ac | [] | no_license | mipagar/mipagar-ubl | e912e18ea392aa6e4031112317af8a4e8221d9d3 | c365307ae523556a6183a92a0d2d6854d1a19057 | refs/heads/master | 2016-09-11T08:28:04.847756 | 2014-05-28T11:57:19 | 2014-05-28T11:57:19 | 7,356,505 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,576 | java |
package oasis.names.specification.ubl.schema.xsd.commonextensioncomponents_21;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import oasis.names.specification.ubl.schema.xsd.common... | [
"duncan@mipagar.com"
] | duncan@mipagar.com |
90109cb5e6db7bcf0a2c6b641c4a09162b11a556 | 67e004758dece3e694aaf7b8be42551e12e6f7a9 | /backend/src/main/java/com/udacity/gradle/builditbigger/backend/MyEndpoint.java | fbc5ced673f7ff1166e96c606ee05724cea4653d | [] | no_license | ViolaTarek/Build-it-bigger | c0b7bad65ffc71f56b4b889cfafa4f8c5f13d4c0 | 754ebb276f1a52ca2e15190c97f5b200fdd14c21 | refs/heads/master | 2020-04-21T12:58:40.267309 | 2019-02-08T00:15:18 | 2019-02-08T00:15:18 | 169,438,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package com.udacity.gradle.builditbigger.backend;
import com.google.api.server.spi.config.Api;
import com.google.api.server.spi.config.ApiMethod;
import com.google.api.server.spi.config.ApiNamespace;
import javax.inject.Named;
/** An endpoint class we are exposing */
@Api(
name = "myApi",
version = "... | [
"veolazaher@gmail.com"
] | veolazaher@gmail.com |
afb137925c6b12fcd1557e3a0d18f9ad1eb78363 | 75239715d67b9c7556630cf9cb7dcc7b5c0456f6 | /src/main/java/br/com/domenicosf/aeron/BasicPublisher.java | cf97adde0fa8458dcc947b4ecd983cfa2eb7215f | [] | no_license | domenicosf/aeron-test | caaecc74a20058bcb17cff0ec919fc2a35fa2a91 | 4cda917b26867535abeb4564907dd0b24150a858 | refs/heads/master | 2022-12-01T07:39:36.687914 | 2020-08-14T19:46:51 | 2020-08-14T19:46:51 | 287,609,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,389 | java | /*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [
"domenicoschettini@gmail.com"
] | domenicoschettini@gmail.com |
afb7e4ab795677515420b54d9da6fecfa493b899 | c16ff38932d142be8cf25de0f081bb6dce620142 | /jeuclid-core/src/main/java/net/sourceforge/jeuclid/context/StyleAttributeLayoutContext.java | 6c3a7e43ed744dc55fb23eb57a974a3146274af1 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | rototor/jeuclid | 27f298be30ec76e862c08a650041271912739f7e | 859c5d4ca60822a2bca8dcf443867d30eb46a619 | refs/heads/master | 2023-06-14T08:22:17.910263 | 2022-07-14T18:51:07 | 2022-07-14T18:51:07 | 115,260,161 | 10 | 9 | Apache-2.0 | 2020-10-12T21:25:10 | 2017-12-24T12:01:55 | HTML | UTF-8 | Java | false | false | 2,180 | java | /*
* Copyright 2002 - 2007 JEuclid, http://jeuclid.sf.net
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"max@berger.name"
] | max@berger.name |
fa03499f044fa8a5f7a946ff1b18baf370ac63f5 | 5a7b63e17817614d3a823ea92dde98510c1303e6 | /practical-spring-stream-publisher/src/test/java/com/example/practicalspringstreampublisher/PracticalSpringStreamPublisherApplicationTests.java | fae15319eafd9742b043f41b6ff5d67b39468f92 | [] | no_license | agredac/practical-spring-stream | 052751afb1a8ea03522eff70ec7d30488b0f31ac | 54aa1076fbdafa671d2bad6045a4e50e9d21ef50 | refs/heads/master | 2022-09-07T04:11:49.921981 | 2020-05-25T23:15:00 | 2020-05-25T23:15:00 | 266,421,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.example.practicalspringstreampublisher;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PracticalSpringStreamPublisherApplicationTests {
@Test
void contextLoads() {
}
}
| [
"cristian.agreda@itxpertix.com"
] | cristian.agreda@itxpertix.com |
037687ac0243b1b81e175241fa3c2d24076e751c | 825d41ccfe99f4f0a7553d6856125b0938ff1460 | /src/chapter2/Sample2_6.java | a99f233d125660176f46cda3360ff4f362b0b126 | [] | no_license | ueta19950829/jbasic | 587688092f6fc9ebbaa3adaab6086e0b8928274a | 1cde6d7b4387da976ecdf24d2ac9c4de44b27fb8 | refs/heads/master | 2021-09-15T10:59:05.735649 | 2018-05-31T07:45:48 | 2018-05-31T07:45:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package chapter2;
public class Sample2_6 {
public static void main(String[] args) {
for(int i = 0; i < 9; i++) {
for(int j = 0; j < 9; j++) {
int k = (i + 1)*(j + 1);
if(k < 10) {
System.out.print(" " + k);
}else {
System.out.print(" " + k);
}
}
System.out.print... | [
"kanri@DESKTOP-M6D0HTA"
] | kanri@DESKTOP-M6D0HTA |
894bfad174845e8e83287afef56fd50ea77981e2 | 204de8622e749a1a36a2d05acf7a99467cc28a2b | /petmily/src/test/java/com/petmily/curation/Petmily0117ApplicationTests.java | aabcddc15010ebd0c3bdd058441ca898898964c2 | [] | no_license | sw0817/Petmily | 4d4f49bf25618040e61ef906d83c382f79a7f6db | e4c29b4beef004d3f52451be3c1e3ca46cc0928c | refs/heads/master | 2023-08-17T12:47:59.083155 | 2021-10-19T00:08:15 | 2021-10-19T00:08:15 | 328,923,667 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | package com.petmily.curation;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Petmily0117ApplicationTests {
@Test
void contextLoads() {
}
}
| [
"sakwook2@naver.com"
] | sakwook2@naver.com |
30eeff9f742bfa0c1ec7318ca5fa25071116342b | 86c5be908970f11227b33b2789c7c73e8656cfe0 | /dt.workflow.model.tests/src/workflow/tests/StatementTest.java | 4ea188ee98a34288ddecd13084ed914a663e4490 | [] | no_license | Alexandra93/DT | e0b1268269b70370f60e65682dc0aa00c23a1fdc | 50acc081ed17c87105d6badd6bfdda24fd6fc6db | refs/heads/master | 2020-06-01T17:23:56.165882 | 2017-07-05T06:51:38 | 2017-07-05T06:51:38 | 94,080,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | /**
*/
package workflow.tests;
import junit.framework.TestCase;
import workflow.Statement;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Statement</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class StatementTest extends TestCase {
/**
* The ... | [
"Ale@DESKTOP-MK66U22"
] | Ale@DESKTOP-MK66U22 |
e2c2f4b643620709889da1d56163d1ca8d50b7c8 | a993ca4cf0e84c86144c530e8972f4c4cabf9113 | /app/src/test/java/com/vudrag/hnbintegracija/ExampleUnitTest.java | f14a6d30cfd16f1ed1e3c7414b680e705eb9d744 | [] | no_license | VJosko/HNB-integracija | ed627c4cbca5de9f7ee8bef381c250146bf117db | 4cd161514bc0fa8ddbf45fc57b802d052bb327be | refs/heads/master | 2023-04-19T23:59:12.443263 | 2021-05-08T21:35:17 | 2021-05-08T21:35:17 | 365,612,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.vudrag.hnbintegracija;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public v... | [
"joskov0@gmail.com"
] | joskov0@gmail.com |
e54d0852f9f91713459bbe4ac383ae7a4cc734b0 | e2e250530c86f85c0ddfb22d87fcf11eb1da710e | /src/main/java/io/github/adrianulbona/kata/cc_08_recursion_dynamic/_06_HanoiSolver.java | c567916226d2d7e9f377b37e2fa0def325efe4fd | [] | no_license | adrianulbona/kata | d275f78343e88ac65cbf0065995cabf19783b7d5 | 354d775023b0356612cb21a02aef3c726f8908ab | refs/heads/master | 2020-04-26T09:59:59.029357 | 2020-04-05T06:31:38 | 2020-04-05T06:31:38 | 173,474,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package io.github.adrianulbona.kata.cc_08_recursion_dynamic;
import java.util.Stack;
class _06_HanoiSolver {
void move(int n, Stack<Integer> source, Stack<Integer> target, Stack<Integer> aux) {
if (n > 0) {
move(n - 1, source, aux, target);
target.push(source.pop());
m... | [
"adrianulbona@gmail.com"
] | adrianulbona@gmail.com |
c436122e4c3b45ce518db071c82d19e54278f0a6 | 518c0f6e7485442aed3d3c2393c842cb312b7b35 | /gen/com/gizwits/opensource/gokit/R.java | 9393f2ff5b9729a8ea15e14700f5f25788c07154 | [
"MIT"
] | permissive | zhuochuangkeji/Android_Smart_lights | 7b5f5178b04142564d3f2bec98ab7f22e8ba46b6 | 48a936d9965b194c414a50cfb2f790c35716d223 | refs/heads/master | 2021-05-12T09:32:55.113804 | 2018-01-13T07:29:40 | 2018-01-13T07:29:40 | 117,322,983 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 54,480 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.gizwits.opensource.gokit;
public final class R {
public static final class array {
public static final int color=... | [
"1820222322@qq.com"
] | 1820222322@qq.com |
222a8f5a3a8e109e992c8c52163014a4ac621b9b | 14b866ed3002fc26ef02db5b75a2bc23192c0fed | /test-java/proj-java-attack-dbs/src/main/java/com/sc/project/attackdbs/model/MySqlConnection.java | 303db14196c04deaf565ecc99623835c5222646d | [] | no_license | sergiocy/scripts-tests | 76333d26721f1bd6e61b473f6ce108f3a5bb2ccb | a55814799deae47954a7ca8320d07258d4b1a8ca | refs/heads/master | 2022-09-16T10:49:41.689459 | 2020-07-19T12:56:46 | 2020-07-19T12:56:46 | 178,724,341 | 0 | 0 | null | 2022-09-01T23:26:30 | 2019-03-31T18:09:41 | R | UTF-8 | Java | false | false | 3,495 | java | package com.sc.project.attackdbs.model;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
... | [
"scordoba@atsistemas.com"
] | scordoba@atsistemas.com |
0348637aa142358c3a890c29e6c22fbeb53094fe | 731e613a3fb9aa36225b4e4c588f8f244c22894b | /app/src/test/java/com/zeneo/photoeditorpro/ExampleUnitTest.java | 2f59f823d0f787b79481d59d4cd4842578619905 | [] | no_license | Anass001/PhotoEditor | d7b5dfc750e527b67d14cc92cc218d2b0213b49d | 76eff184fb8838b02c17caa54b79845fe9df7492 | refs/heads/master | 2020-06-14T05:44:29.609696 | 2019-07-13T07:56:46 | 2019-07-13T07:56:46 | 194,921,687 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.zeneo.photoeditorpro;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"merraoui7@gmail.com"
] | merraoui7@gmail.com |
ac5a0bade1cf282e0a6a4818031d83eae82c3259 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Spring/Spring4426.java | c1c2ea89df3f82a14a084858ac1cbae3bc64dd1a | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | @SuppressWarnings("")
private AliasDescriptor(Method sourceAttribute, AliasFor aliasFor) {
Class<?> declaringClass = sourceAttribute.getDeclaringClass();
Assert.isTrue(declaringClass.isAnnotation(), "sourceAttribute must be from an annotation");
this.sourceAttribute = sourceAttribute;
this.sourceAnnota... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
78d7e4238cae91776db154329c1ecc16bcce8306 | 41151b1e71c085347bd2d5d0be6e8ab7d4c989f5 | /prj/tests/unit/src/java/com/i10n/fleet/util/EnvironmentInfoTest.java | 7e82e8869fe0ee5d77e4b4e902a3e2dc5a5b3a78 | [] | no_license | venkat-developer/FeetVTS | b267f7db9d259c817dbfe1d8ef5c538c3626e379 | 7d735f4056dd0d9816db50fcaeeec10b38aa1659 | refs/heads/master | 2021-01-10T02:11:02.911658 | 2017-04-26T17:59:02 | 2017-04-26T17:59:02 | 55,285,574 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,546 | java | package com.i10n.fleet.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.InetAddress;
import java.net.UnknownHostException;
import org.apache.commons.io.IOUtils;
import org.ap... | [
"SChowdary@ad.harman.com"
] | SChowdary@ad.harman.com |
e494a76a4140faecf105b4e00fc25182132ac92f | bb1bd2ee8d3b3ad8bcb0ea8513517d6effe8f74c | /TP4/src/edu/iut/gui/frames/SchedulerFrame.java | 1b71876e73c325e186eda53a56d30fe1efc245ee | [] | no_license | Nomeji/CPO-B | fc3850b9fbd7ac216e7bd557c1d80d3c99a9aa38 | ecda2387bd56ab2a048292568677c7a48d9daa61 | refs/heads/master | 2021-01-10T15:05:57.495028 | 2017-05-12T10:57:43 | 2017-05-12T10:57:43 | 45,669,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,738 | java | package edu.iut.gui.frames;
import java.awt.CardLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.File;
import java.io.IOException;
import java.io.ObjectInputStream;
import javax.swing.JFrame;
import ... | [
"nomeji244@gmail.com"
] | nomeji244@gmail.com |
484795a4179da1e90f528823e90f662517df4bd7 | 2d238a07eb59c8c3b85421991f2c24e1a5cb73ca | /2020/ReteteCulinare/app/src/main/java/com/app/reteteculinare/MainActivity.java | 5c8d2acae3503fd9718fcb5a2e4b526d13f56fc8 | [] | no_license | roberteftene/AndroidExamSubjects | ce5b051c01bdd574082f851400a5b2d9881b5d0f | 8e31a4365f2a93b446cfc4bf1c078f034b4cd4b3 | refs/heads/main | 2023-02-24T13:20:07.419205 | 2021-01-31T18:25:25 | 2021-01-31T18:25:25 | 332,425,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,332 | java | package com.app.reteteculinare;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.conten... | [
"roberteftene25@gmail.com"
] | roberteftene25@gmail.com |
9d0ff8985786f0d694206661f8a00b7b317567ba | 5629b45dd69a7d9a108bedfba3defecacc4f5b1b | /concurrent-graph/src/main/java/mthesis/concurrent_graph/BaseQuery.java | d497e27c941d154fbb4420650b59a51a4529c8a2 | [] | no_license | jgrunert/ConcurrentGraph | 1fc063db0351477028821645041ed048d8483798 | 1f5ccb2b87b5c6f23b8ed217f6a78c3b5b96eeec | refs/heads/master | 2021-01-20T03:00:30.463469 | 2017-05-26T10:47:23 | 2017-05-26T10:47:23 | 75,532,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,047 | java | package mthesis.concurrent_graph;
import java.nio.ByteBuffer;
import java.util.Set;
import mthesis.concurrent_graph.writable.BaseWritable;
/**
* Base class for query global values and control, such as initial configuration or aggregators.
* Configuration values remain unchanged while aggregated values are aggrega... | [
"git@jonas-grunert.de"
] | git@jonas-grunert.de |
d463c38ff11433970bf24f0e4671ce62e911c10f | aa2493d2a54c87083db2748d5a86c8cbb8cd57bb | /src/com/sgnbs/cms/util/StrUtil.java | accc40378161e611b5e20beb94f0046143471aaf | [
"MIT"
] | permissive | wtl-github/CmsManagerPlatform | 81f485b5e716dabeaaebf959345748be916132be | 3ca09592556a36bce14ff870786fb6fd02982bb5 | refs/heads/master | 2021-05-06T13:45:43.794664 | 2017-12-06T07:09:15 | 2017-12-06T07:09:15 | 111,867,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,604 | java | package com.sgnbs.cms.util;
import java.util.Random;
import java.util.UUID;
//import com.game.publish.maintain.MdCol;
/**
* Created by liuyang on 15/4/2.
*/
public class StrUtil{
static final char[] hexDigits = new char[]{'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};
stat... | [
"382215725@qq.com"
] | 382215725@qq.com |
76f906b33c1a2c3bd18a190213f8aee60849fc48 | 62033c30523e72124e641053fb7c3c1a29cae060 | /java-dev-1/src/main/java/com/java/demo/chapter10/sample5/Sample10_5.java | 27d619e556b547a78157d9199010dcadea624c08 | [] | no_license | mi211314/maven-java-demo | 51c3a64a2c1997ae3edacf0a34883e0354afcaa9 | bbc38995d227819a1d5ee618dfc2704af0e67670 | refs/heads/master | 2022-06-27T23:24:41.489101 | 2019-09-01T17:16:35 | 2019-09-01T17:16:35 | 192,045,823 | 0 | 0 | null | 2022-06-21T01:29:31 | 2019-06-15T06:37:25 | Java | UTF-8 | Java | false | false | 659 | java | package com.java.demo.chapter10.sample5;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @Description: Sample10_5
*
* @Date: 2019/1/7 22:00
*/
public class Sample10_5 {
private static final Logger logger = LoggerFactory.getLogger(Sample10_5.class);
private static final String DESC = "我的名字... | [
"447183513@qq.com"
] | 447183513@qq.com |
ca4e9c329c97fccc44b5085dbf9de09853f19adf | 1f59e495282cdea7b09830d0fcf5eb8c914ff0ba | /cloudfoundry-client-lib/src/main/java/org/cloudfoundry/client/lib/CloudApplication.java | dfe37db2da06dd7f1c5f305f4775e726d0cb9b0f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | georgiko/vcap-java-client | bc2c97a6e0cec89500106db05311e05a3c081288 | eef6c791cfcd1956f13d1d1461022cdabec24a21 | refs/heads/master | 2021-01-17T15:53:18.824383 | 2011-09-22T17:26:23 | 2011-09-22T17:26:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,075 | java | /*
* Copyright 2009-2011 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 ap... | [
"ramnivas@ramnivas.com"
] | ramnivas@ramnivas.com |
575d04f7b98073fb17408c0bf01044fe5c2ba7cc | 629d3789c38b629eb93618382cdbe9245b9c38ab | /java-21/StructuredConcurrencyWithSubtaskExample.java | 9efef3b44b6ae833aa243dfea45a99baab7a2488 | [
"Apache-2.0"
] | permissive | wesleyegberto/java-new-features | 6f8476f6a99962b52de4d07ea031225e52a4bc2b | dcf8eb0327ed164e6037e2afd132808038ea4cd8 | refs/heads/master | 2023-09-01T12:21:53.365050 | 2023-08-31T01:48:52 | 2023-08-31T01:48:52 | 71,030,230 | 232 | 58 | Apache-2.0 | 2023-06-07T19:27:58 | 2016-10-16T04:34:47 | Java | UTF-8 | Java | false | false | 1,438 | java | import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executors;
import java.util.concurrent.*;
import static java.util.concurrent.StructuredTaskScope.Subtask;
/**
* To run: `java --source 21 --enable-preview StructuredConcurrencyWithSubtaskExample.java`
*/
public class StructuredConcurrencyWit... | [
"wesleyegberto@gmail.com"
] | wesleyegberto@gmail.com |
ce2d286d26a9d01a5a625238af4f6f4efb0549a1 | f321ba3a3383f6cecce4d10715427ce59b6016ec | /src/main/java/com/blecua84/bddcucumberexample/BddCucumberExampleApplication.java | d74c35007c918bf8ea1c0f5529eb649b7864bc25 | [
"MIT"
] | permissive | blecua84/bdd-cucumber-example | 69c7f9d5bd3cc92587608cb7f944cce687ba3760 | afd1ad79741cf0b77d85d177c4c69f5cb71645ac | refs/heads/master | 2021-07-24T19:42:57.624406 | 2017-11-03T01:03:04 | 2017-11-03T01:03:04 | 109,333,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.blecua84.bddcucumberexample;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BddCucumberExampleApplication {
public static void main(String[] args) {
SpringApplication.run(BddCucumberExampleAppl... | [
"josejavier.blecua@gmail.com"
] | josejavier.blecua@gmail.com |
19a251242556b5b40a73a7401bd0d3c38e565d03 | ce437a3701c744fcfbd19c33d5d5cef898371713 | /src/negocio/basica/AnimalHome.java | e1e099d5a0348dd07088b43fe6657970fed9d3d0 | [] | no_license | LuisEduardoER/petshop-poo | da9b0980e80e556567641b35e699008cdf085ffe | 28f3d242974670cc1fec0990025148c2d0a1b1cc | refs/heads/master | 2021-01-10T16:57:09.650623 | 2011-11-14T16:35:29 | 2011-11-14T16:35:29 | 55,207,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,089 | java | package negocio.basica;
// Generated 22/09/2011 20:56:28 by Hibernate Tools 3.2.0.CR1
import java.util.List;
import javax.naming.InitialContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.SessionFactory;
import org.hib... | [
"alegonsil@gmail.com"
] | alegonsil@gmail.com |
56ef67790b26355f080c87a501fd9126ea9664ea | fe5e5856bb5256f0a169554833fd189b13708c3d | /app/src/main/java/app/helloworld/btsmedia/net/helloworld/MainActivity.java | 4439c6b400798467a4cd4abd17cb7701401e33f1 | [] | no_license | forestildig/HelloWorld | 792e83970f2117728292f4d205ea15fe6666f764 | 9eabfda8f7dc7756f1549a99b5e0323d54914ada | refs/heads/master | 2021-01-19T11:15:17.434164 | 2015-02-16T21:12:12 | 2015-02-16T21:12:12 | 30,888,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package app.helloworld.btsmedia.net.helloworld;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
supe... | [
"Pro@Mac.local"
] | Pro@Mac.local |
3c4dbc8641ca3cbb0aa30d7871a1916b570a9f04 | 4ba26999b89608f03e9aca99f61c4c155e4dc87d | /Stoper/app/src/main/java/stoper/stoper/chat/ui/activity/UserListingActivity.java | fb6bbfcc7a1209c8bd2edfc1bae96cf84a4a0298 | [] | no_license | dachaKG/Stoper | 7851cf3e1620de21177b7a48610596a549a301f4 | 9b4a3ca496c615c7c6c0778f2b4aa1394d90f5d8 | refs/heads/master | 2020-03-09T23:08:44.842227 | 2018-06-12T23:13:33 | 2018-06-12T23:13:33 | 129,049,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,827 | java | package stoper.stoper.chat.ui.activity;
import android.content.Context;
import android.content.Intent;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import an... | [
"choda.94@gmail.com"
] | choda.94@gmail.com |
6636dc4719d6ea3cf4bc51c04c7838d1c3b42ce3 | a9fde0e9deee80d1b031182a1bc18cdd8bfb4ec7 | /MPT5Client/src/patient/PatientMyChartListController.java | 44187cf07f3d338ba5d8c2c755bae7d6748576fe | [] | no_license | mingginew88/semi_project | 15b37c26169b6b064fa5801e120099839550e4e3 | 8e299e3abd1887dc3948e87b8b4cbba0222b2e90 | refs/heads/master | 2020-09-05T20:44:38.993443 | 2019-11-07T10:24:08 | 2019-11-07T10:24:08 | 220,209,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,648 | java | package patient;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.BorderPane;
public class PatientMyChartListController {
@FXML
private ResourceBundle resources;
@FXML
pr... | [
"seoyoungjun88@gmail.com"
] | seoyoungjun88@gmail.com |
82b41d7e7b267b7132d434ca8085be802bea7af8 | 99c5282afab6e7a8b4885a207191a312e359ec4c | /app/src/main/java/diegoperego/provafinale/Model/Corriere.java | 27ecdf965a0161c267816f6b16185d7adce22b76 | [] | no_license | DiegoPerego/ProvaFinale | 47cc97bb27854400eb99dd10e10219132554f0ba | 9169a63a471c1975da7598096d4c4a71fffeb96e | refs/heads/master | 2021-08-30T07:06:59.502237 | 2017-12-16T16:16:48 | 2017-12-16T16:16:48 | 114,251,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package diegoperego.provafinale.Model;
import java.io.Serializable;
import java.util.List;
/**
* Created by utente3.academy on 14-Dec-17.
*/
public class Corriere extends Users implements Serializable{
public Corriere(String username, String password, List<Pacco> pacchi) {
super(username, password, pa... | [
"d.perego95@gmail.com"
] | d.perego95@gmail.com |
91041f4e740db74a0f6f0d9b64f94a6ece94051d | 889a67a45ef535e8d2912bf896c2bb3929ef9221 | /ADA-main/dijsktra/Dijkstra.java | afa437261e71881e114c8eae09252ed6c2212839 | [] | no_license | gauravkhatri0611/ADA | b22cad2f4773568e198e52a8fb9b48e5f9281d25 | c6c5b8cbb04156db79dcf994c6227a1060125fd4 | refs/heads/main | 2023-04-20T10:27:54.115323 | 2021-05-11T17:02:42 | 2021-05-11T17:02:42 | 366,456,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,649 | java | package dijsktra;
public class Dijkstra {
public static void dijkstra(int a[][]) {
int v = a.length;
boolean visited[] = new boolean[v];
int dist[] = new int[v];
dist[0] = 0;
for (int i = 1; i < v; i++) {
dist[i] = 99999999;
}
for (int i = 0; i < v - 1; i++) {
// min di... | [
"noreply@github.com"
] | gauravkhatri0611.noreply@github.com |
fdf231997b74e8deea806717fb40b0d2817025f6 | 49f8459bff06ac8469bf42cb2b6fa0c72c1d0e90 | /app/src/main/java/io/cordova/zhihuiyouzhuan/fragment/home/SecondPreFragment.java | 7a7825ec119de80df7f2d780f83bdea95908cf8a | [] | no_license | pdsxsy007/zzyouzhuan | 8f4daf06a03c99baaf5224e570245dd9b8d2bad6 | ea261be8e3ba9838391fb0d612cc961a80b043e9 | refs/heads/master | 2022-12-25T01:03:37.236649 | 2020-09-30T00:33:35 | 2020-09-30T00:33:35 | 294,555,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,427 | java | package io.cordova.zhihuiyouzhuan.fragment.home;
import android.content.Intent;
import android.graphics.Color;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.w... | [
"303775564@qq.com"
] | 303775564@qq.com |
b4a08f7c65c0d06ab17919f5d884f40344f0ae64 | 008a846dd45c218665aacd6312a365c279c4e757 | /monitor_tuning/src/main/java/org/alanhou/monitor_tuning/chapter5/Ch5Controller.java | 090ff27de6be66b97aaced170ffbfcb64e020db0 | [] | no_license | zgdkik/java-codes | e630fc3d9c8402789dae597d629732b4a00047d7 | fbdecd979af97c7b04dc08be9ad6869b41bcd8c4 | refs/heads/master | 2020-06-17T18:34:39.930882 | 2018-08-18T00:03:54 | 2018-08-18T00:03:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package org.alanhou.monitor_tuning.chapter5;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/ch5")
public class Ch5Controller {
@RequestMapping("hello")
public String hello() {
String str = "";
for(in... | [
""
] | |
2df2eca36d90826fd7a16e4eb52db2240f1dd922 | 56cdd7d194eb49a6a54246098b07883c9dafde74 | /app/src/test/java/in/sunsoft/com/verizontag/ExampleUnitTest.java | 244e2b5c377ba42989033f63c3fe82c551ab67bf | [] | no_license | sundeeprs/VerizonTag | adfb72bd70252a5e76a21bb2eb5b1708d49e2bc8 | d2eb4b4de09434d8f78c8a36a546a593a8a6f6bf | refs/heads/master | 2020-04-27T10:11:48.905573 | 2019-03-07T00:47:11 | 2019-03-07T00:47:11 | 174,244,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package in.sunsoft.com.verizontag;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public v... | [
"sundeeprs@gmail.com"
] | sundeeprs@gmail.com |
f749b2ea5dd5295a303d0aef567b7719d3d61949 | eb8054bb74477b20238cdb7c3a777e8a36120756 | /src/com/directi/training/codesmells_refactored/duplicatecode/Statistics.java | dbd8370efcd0ef828f417f3c4cd72a1158f65b0e | [] | no_license | pratvick/CodeSmells | 316f2266ea780e8c8254769cbe50b840461f67d7 | 7df3c4af1950d0ff313dcee202cdb7b26329e207 | refs/heads/master | 2020-12-02T06:40:58.636444 | 2016-07-26T08:10:17 | 2017-07-18T07:06:23 | 96,878,389 | 0 | 1 | null | 2017-07-11T09:54:14 | 2017-07-11T09:54:14 | null | UTF-8 | Java | false | false | 877 | java | package com.directi.training.codesmells_refactored.duplicatecode;
public class Statistics
{
public double calculateDifferenceOfAverage(double[] array1, double[] array2)
{
double average1 = getAverage(array1);
double average2 = getAverage(array2);
return Math.abs(average1 - average2);
... | [
"prateek.kh@directi.com"
] | prateek.kh@directi.com |
9400f4ec10ffd0e938ec1056d8c61c32a2022023 | d26f37c6dfe17d83c02d4ab9ef0b5cbf75a93864 | /assistuntu/src/main/java/assistuntu/view/UserComplect.java | fb2345cf5ba372de9f3608ed29b53bcd3124ec20 | [] | no_license | ol-loginov/assistuntu | b6c11ab14f3ecca847d9c3c0c54969f1b29ad8ba | 55a048216ee1782a078e9f8da461272e457aeb3e | refs/heads/master | 2020-05-30T19:41:26.972804 | 2012-05-17T21:58:44 | 2012-05-17T21:58:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package assistuntu.view;
import java.util.ArrayList;
import java.util.List;
public class UserComplect {
private final List<Complect> complects = new ArrayList<Complect>();
private final List<Theme> themes = new ArrayList<Theme>();
public List<Complect> getComplects() {
return complects;
}
... | [
"ol.loginov@gmail.com"
] | ol.loginov@gmail.com |
bcc2afaa8a97c490136972623e7998802cd01dbd | 493d0b189b3a72d722fbbc4b0857c2608610abf4 | /lesson/src/main/java/com/example/lesson/mvp/presenter/VideoPresenter.java | d293cd844121bb96be867caa0135ae7d34361086 | [] | no_license | getan525/MicroLesson | e48573d21e685c48a296ea9de963ecee40f287fc | d0becf1b1837a3f54a5b752a0c24c77e9ba1c63b | refs/heads/master | 2023-03-14T01:25:28.634578 | 2021-03-07T14:01:11 | 2021-03-07T14:01:11 | 345,360,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,986 | java | package com.example.lesson.mvp.presenter;
import android.app.Application;
import android.content.Intent;
import android.view.View;
import android.widget.Toast;
import android.widget.Toolbar;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.example.lesson.R;
import com.example.lesson.app.data.entity.R... | [
"405181076@qq.com"
] | 405181076@qq.com |
954646012431259bbe7b627b1cc1a17e70962ce2 | fb56da69fa108f5538f8ccb59e73b378cebd85bc | /Java/src/Session7/Vidu7.java | c76a0b542798f302b5d5d83442822ba914ce0bee | [] | no_license | MaiPhan20/Baitap | a8fd0497c02ed40ffb2944ad12deb719f5f1f219 | c0c2443fceaf62eb5030341569e53f6c937cb5a4 | refs/heads/master | 2023-01-01T00:42:23.066391 | 2020-10-22T15:17:21 | 2020-10-22T15:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package Session7;
public class Vidu7 {
private double PI=3.14;
public double calcArea(double rad){
return (3.14 *rad *rad);
}
}
| [
"64977863+DuongXuanBinh@users.noreply.github.com"
] | 64977863+DuongXuanBinh@users.noreply.github.com |
c0aaae93857eeef57ab5a47aa5c643ca092597ab | 56d7cb4633ca04c130bccd44a5ffee325ea88b17 | /src/com/bookstore/controller/frontend/order/PlaceOrderServlet.java | e606f0b99c6f8a30fc0261b98e46fa8cc9f01771 | [] | no_license | davilla1993/evergreen-bookstore | 41affbac80b285509c4ea83b15c516a9cb639606 | 61648b92d9e8bfe5fa5ae99fb2c3f7694c3664b5 | refs/heads/master | 2022-12-05T02:00:42.920460 | 2020-08-29T20:05:09 | 2020-08-29T20:05:09 | 287,771,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package com.bookstore.controller.frontend.order;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.bookstore.servi... | [
"carlogbossou93@gmail.com"
] | carlogbossou93@gmail.com |
5de6563207f38bb08de2e8973e1592a4c1c82bc0 | 423c7cbd375e4fa90462b2ad3bde417eeae7e0a7 | /day18-ProductServletListenerFilter/src/shop/util/LoginChecker.java | 435e0fd4dde6ea35205241167c287c425d8d3328 | [] | no_license | yjs3764/academy_java_servlet | 6baad1526028e14859c141d1cd10024f480c8f7a | 405237f28c1ba6b09c17096672b79badb9ea5773 | refs/heads/master | 2020-03-23T18:58:05.123999 | 2019-01-29T10:14:21 | 2019-01-29T10:14:21 | 141,945,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package shop.util;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
/**
* 로그인 상태를 체크해서 로그인 여부를
* boolean 값으로 리턴하는 static 를 가진 클래스
* @author PC38206
*
*/
public class LoginChecker {
public static boolean isLogin(HttpServletRequest req) {
boolean isLogin = fal... | [
"noreply@github.com"
] | yjs3764.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.