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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f36dab313285efe6ee2159287be3167f6e39e11 | d231708f381ac4255cd1ca9d9aecf23733e09dc5 | /p6.java | c35d1138fd0a902a3157e64a4829c1955987d3f3 | [] | no_license | muskanmahajan37/Java | 5e115333c2e88079d6a2cae8d2a9faff5f736aca | da8c953e34be2a189db81752c98cee74f5d25445 | refs/heads/master | 2021-05-31T14:43:26.509524 | 2016-05-24T04:33:20 | 2016-05-24T04:33:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,655 | java | import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class p6
*/
@Web... | [
"deepakjpkodlekere@gmail.com"
] | deepakjpkodlekere@gmail.com |
07af6f095aac134ee804205cd2a4dc607a3e3218 | b07e61f16cdf293b90565fda238181c846d2fa3b | /nb-mall-develop/nb-related/src/main/java/com/nowbook/rlt/settle/manager/DepositManager.java | 15261006ba9d269f985729cc893507b50d46e4e5 | [] | no_license | gspandy/QTH-Server | 4d9bbb385c43a6ecb6afbecfe2aacce69f1a37b7 | 9a47cef25542feb840f6ffdebdcb79fc4c7fc57b | refs/heads/master | 2023-09-03T12:36:39.468049 | 2018-02-06T06:09:49 | 2018-02-06T06:09:49 | 123,294,108 | 0 | 1 | null | 2018-02-28T14:11:08 | 2018-02-28T14:11:07 | null | UTF-8 | Java | false | false | 6,709 | java | package com.nowbook.rlt.settle.manager;
import com.nowbook.rlt.settle.dao.DepositAccountDao;
import com.nowbook.rlt.settle.dao.DepositFeeCashDao;
import com.nowbook.rlt.settle.dao.DepositFeeDao;
import com.nowbook.rlt.settle.model.DepositAccount;
import com.nowbook.rlt.settle.model.DepositFee;
import com.nowbook.rlt.s... | [
"jameshsu4879@163.com"
] | jameshsu4879@163.com |
f1acaf438384aa4839f2cf91d7313660dbeae8c6 | 53e20ebca11fe9e8818fb9de14b9ff53f7ee3293 | /Algorithms/chapter1/DoubleNodeStack.java | 861c43047a658d0e2d1efd333376efbb360d6f00 | [
"Apache-2.0"
] | permissive | siyehua/Android-Notes | 7ef39bad4a3e238f947c5390ffaa00127613d653 | 926db29810748794269b7166b173acc19b664ce4 | refs/heads/master | 2021-06-15T09:44:02.479003 | 2017-03-23T08:44:57 | 2017-03-23T08:44:57 | 27,953,395 | 12 | 7 | null | null | null | null | UTF-8 | Java | false | false | 4,665 | java | package com.example;
import java.util.Iterator;
/**
* Created by huangxk on 2016/12/4.
*/
public class DoubleNodeStack<T> implements Iterable<T> {
@Override
public Iterator<T> iterator() {
return new MyIterator();
}
private class Node {
Node next;
Node last;
T item;... | [
"624104244"
] | 624104244 |
aa418e8e342a2195cadfdf24a8f27e3a8dd2f848 | 6957badb2f8dcae20e78192dea5b3f4f65068f3d | /connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/entities/PluginInfoTest.java | 540c8a4269480033d41781724ab2522e85f93587 | [
"Apache-2.0",
"CDDL-1.1",
"GPL-2.0-only",
"BSD-3-Clause",
"BSD-2-Clause",
"WTFPL",
"LicenseRef-scancode-unknown-license-reference",
"Classpath-exception-2.0",
"EPL-2.0",
"MIT",
"LicenseRef-scancode-public-domain",
"W3C",
"CC0-1.0",
"GPL-1.0-or-later",
"CPL-1.0",
"GPL-2.0-or-later",
"... | permissive | dongjinleekr/kafka | 1bcdd1ce994cdb8bf820ffcb90e0bfc6e57923b6 | 63a6130af30536d67fca5802005695a84c875b5e | refs/heads/trunk | 2022-07-23T18:15:19.992749 | 2022-07-07T21:00:05 | 2022-07-07T21:00:05 | 69,036,305 | 1 | 1 | Apache-2.0 | 2022-06-04T20:01:34 | 2016-09-23T15:16:20 | Java | UTF-8 | Java | false | false | 1,451 | 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 n... | [
"noreply@github.com"
] | dongjinleekr.noreply@github.com |
c484626e2e744e23a198d798aa63dddb42791180 | ecc1100029fd5324ba00e64f253b6b3849a43d86 | /AppMuestreoINF/Respaldo/src/gob/conafor/suelo/mod/CDProfundidadSuelo.java | 0b2246c5b0697d48f2b3b6cd024197733f09cfe4 | [] | no_license | nachomartinez30/AppCONAFOR | c09996f31223ba8de507a632e29ab7607eab3d58 | 577126c876d39c9156e3d64feca258aa603308f4 | refs/heads/master | 2020-09-23T12:17:32.124843 | 2017-10-12T21:49:28 | 2017-10-12T21:49:28 | 66,490,098 | 1 | 0 | null | 2017-11-07T19:27:38 | 2016-08-24T18:39:37 | Java | UTF-8 | Java | false | false | 14,191 | java | package gob.conafor.suelo.mod;
import gob.conafor.conn.dat.LocalConnection;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
pub... | [
"ignacio.martinez@conafor.gob.mx"
] | ignacio.martinez@conafor.gob.mx |
119e51d4a9f5c7e9c184b282ac26075177035b7a | 7959128b08113070e2d93fceb239b15a4292c3d4 | /src/main/java/com/qiniu/sdk/UpYunClient.java | 29481e95aa9774362ade08c92bd623be5787d36d | [
"Apache-2.0"
] | permissive | sxci/qiniu-suits-java | 1c61e295fd7905ee7464fd9563bcbe072143cc9a | 94f3227d3751ca64a13d7de429f797d35dc328be | refs/heads/master | 2020-08-27T22:48:15.052206 | 2019-10-24T21:58:37 | 2019-10-24T21:58:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,231 | java | package com.qiniu.sdk;
import com.qiniu.common.SuitsException;
import com.qiniu.util.*;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
publ... | [
"wubinghengajw@outlook.com"
] | wubinghengajw@outlook.com |
32596e4fda38953b96262e8daaf0a1b6e1590301 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/naver--pinpoint/990b945ded9a599be283dfeeb969f71a96fafd14/after/EndPoint.java | aed495ffd955fe184afd7c59b6f9c39bfba5fdab | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.profiler.context;
public class EndPoint {
private final String ip;
private final int port;
public EndPoint(String ip, int port) {
this.ip = ip;
this.port = port;
}
public String toString() {
return "{ip=" + ip + ", port=" + port + "}";
}
public com.profiler.context.gen.Endpoint toThrift() ... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
eeb5f249d2d6a305c81b05e60345b3638b87f18d | d7e93a4418c47424936bd292bf1eea1aa60fdada | /src/simulation/Simulation.java | 965d05f1a2423f6567085af524dee7f8e296df85 | [
"MIT"
] | permissive | dtbinh/simulation-p3dx | 35f9a72305c6458496dbf6e6db03e916bd477324 | 054c94c9b224647f685e2b4b5386f446a0c2e3e4 | refs/heads/master | 2020-12-28T21:28:47.492565 | 2016-03-16T22:48:55 | 2016-03-16T22:48:55 | 63,956,598 | 1 | 0 | null | 2016-07-22T13:44:41 | 2016-07-22T13:44:40 | null | UTF-8 | Java | false | false | 1,805 | java | /**
* Copyright (c) 2014 Saúl Piña <sauljabin@gmail.com>, Jorge Parra <thejorgemylio@gmail.com>.
*
* This file is part of SimulationP3DX.
*
* SimulationP3DX is licensed under The MIT License.
* For full copyright and license information please see the LICENSE file.
*/
package simulation;
import simulation.in... | [
"sauljabin@gmail.com"
] | sauljabin@gmail.com |
423ddc7d94e42f685a116a5aeb709e3d40751b63 | 71b9e781af3a7c4c55e69f96f555cf6388113e5f | /in-action/itcast-netty/src/main/java/top/imyzt/learning/netty/message/Message.java | d14946321dece3d18b7b2c8f0f2a8509f3c30b92 | [
"Apache-2.0"
] | permissive | imyzt/learning-technology-code | 67231e38a33798552c00507a87082970451a729b | 8c01f8b6aa15ca78c1c86015e49e9ffbe10e29c3 | refs/heads/master | 2023-07-24T22:22:45.799759 | 2023-07-08T15:23:22 | 2023-07-08T15:23:22 | 185,972,999 | 7 | 12 | Apache-2.0 | 2023-06-19T15:18:03 | 2019-05-10T10:58:58 | Java | UTF-8 | Java | false | false | 3,846 | java | package top.imyzt.learning.netty.message;
import lombok.Data;
import top.imyzt.learning.netty.message.req.RpcRequestMessage;
import top.imyzt.learning.netty.message.resp.RpcResponseMessage;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
* 消息对象
* @author imyzt
*/
@Data
public abst... | [
"imyzt01@gmail.com"
] | imyzt01@gmail.com |
c2483bf119e356382cd01b93e91e2006d404e60f | 74dd63d7d113e2ff3a41d7bb4fc597f70776a9d9 | /timss-facade/src/main/java/com/timss/attendance/vo/StatVo.java | 723c88aa2b4acd33438f5f51dff5b3588b2f364e | [] | no_license | gspandy/timssBusiSrc | 989c7510311d59ec7c9a2bab3b04f5303150d005 | a5d37a397460a7860cc221421c5f6e31b48cac0f | refs/heads/master | 2023-08-14T02:14:21.232317 | 2017-02-16T07:18:21 | 2017-02-16T07:18:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,563 | java | package com.timss.attendance.vo;
import java.io.Serializable;
import java.util.Date;
/**
*
* @title: 考勤统计表
* @description: {desc}
* @company: gdyd
* @className: StatBean.java
* @author: fengzt
* @createDate: 2014年9月12日
* @updateUser: fengzt
* @version: 1.0
*/
public class StatVo implements Serializable {
... | [
"londalonda@qq.com"
] | londalonda@qq.com |
c934f8db605167a02f081373da9c9aa7e99738c6 | cfba631fda1652e49a27061e33e382f0f4c0c4d7 | /src/com/javarush/test/level16/lesson13/bonus03/Solution.java | f1cc0c89017d3519871f2b9ff7884fe5e733f84c | [] | no_license | Vertugo/JavaRush | ea2c59f4add543250e88c626d4661a9ae2d3b091 | f4bc939789082364c57a89a60ae510cdc5f3bbd7 | refs/heads/master | 2021-01-18T22:23:33.837379 | 2016-06-27T16:20:45 | 2016-06-27T16:20:45 | 60,384,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,851 | java | package com.javarush.test.level16.lesson13.bonus03;
/* Отдебажим все на свете
Разобраться, что делает програма.
Почитать про UncaughtExceptionHandler - это важно.
Еще раз внимательно посмотреть программу.
Разобраться - продебажить - почему наш OurUncaughtExceptionHandler не срабатывает.
Исправить ошибку, т.е. все долж... | [
"leibalex@gmail.com"
] | leibalex@gmail.com |
43bddbe84b1a6ff07f7cd1f3469fe0d88d7a4ab9 | e716128333435e83b1714e4a417fd99769fb4ffe | /05二叉树/src/com/study/Test/IC.java | 64913cbcd73f9fc0e4bdd1274356722addd29ed3 | [] | no_license | 13669005514/study-data | 29ebd20ff7e67f6fb19cb84edadbbba95883f75a | d134ddbb31819cf737cd110cd79d01d68a8958d3 | refs/heads/master | 2023-06-07T08:01:32.795958 | 2021-07-06T12:43:37 | 2021-07-06T12:43:37 | 357,488,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | package com.study.Test;
public interface IC {
void testC();
}
| [
"13669005514@163.com"
] | 13669005514@163.com |
938d4bb7b37536e17ee6870848e308f4388df030 | e0e7e724382e479698f76687fa3ade184a450c10 | /app/src/main/java/android/example/com/imageexample/Modal/EstateJson/JsonEstateHolder.java | 220c28d34653dd6aa7a30a9dfcc1f8f146fcf3fe | [] | no_license | TuonglLe/RealEstate | 480f8b2ac12fd85ec33f6cc9f00b4ee2e9982e94 | 448cf8f0d1a21a5178c71799c6b16cc90b42065a | refs/heads/master | 2020-03-21T22:49:10.867130 | 2017-07-10T13:32:10 | 2017-07-10T13:32:10 | 96,650,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package android.example.com.imageexample.Modal.EstateJson;
import android.example.com.imageexample.Modal.Estate.Estate;
import android.example.com.imageexample.Utils.Utils;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignore... | [
"tuong.le.dev@gmail.com"
] | tuong.le.dev@gmail.com |
79f16d05c5beb0bddd20bd414ddb1f661fd42be7 | eaec4795e768f4631df4fae050fd95276cd3e01b | /src/cmps252/HW4_2/UnitTesting/record_1273.java | 4a4d3e770a3ae12baad81c2cf1c339f8a88b1728 | [
"MIT"
] | permissive | baraabilal/cmps252_hw4.2 | debf5ae34ce6a7ff8d3bce21b0345874223093bc | c436f6ae764de35562cf103b049abd7fe8826b2b | refs/heads/main | 2023-01-04T13:02:13.126271 | 2020-11-03T16:32:35 | 2020-11-03T16:32:35 | 307,839,669 | 1 | 0 | MIT | 2020-10-27T22:07:57 | 2020-10-27T22:07:56 | null | UTF-8 | Java | false | false | 2,487 | java | package cmps252.HW4_2.UnitTesting;
import static org.junit.jupiter.api.Assertions.*;
import java.io.FileNotFoundException;
import java.util.List;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cmps252.HW4_2.... | [
"mbdeir@aub.edu.lb"
] | mbdeir@aub.edu.lb |
729b12bf214ed10a1b4cb56d4a5a3a116661642d | b13cac0b5d884c729a87b09aff0082489489932c | /app/src/main/java/com/edwin/android/cinerd/moviedetail/MovieDetailActivity.java | 5f2e13073f92cbc213efdfc99b590fc5c50a4ee7 | [] | no_license | edwin9870/CineRD | dd940f426b46d183c478a62d5f34dbb24447934b | e683ceb86464884422a2638fbb09a13928ddeb0f | refs/heads/master | 2021-08-08T19:41:52.732006 | 2017-09-22T02:17:36 | 2017-09-22T02:17:36 | 96,147,846 | 0 | 0 | null | 2017-07-13T01:27:48 | 2017-07-03T20:26:34 | Java | UTF-8 | Java | false | false | 2,414 | java | package com.edwin.android.cinerd.moviedetail;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.MenuItem;
import com.edwin.android.cinerd.R;
import com.edwin.android.cinerd... | [
"edwin9870@gmail.com"
] | edwin9870@gmail.com |
569e0030c6855356f07dc176f93bf534f57d1713 | 200894e62450b79d11390985c65a310a9fc01bec | /6차 통합erp(물류,인사,회계)전체팀과제 nexacro+spring+mybatis/57thERP/src/main/java/kr/co/seoulit/sys/serviceFacade/BaseServiceFacade.java | f549c015c69403d95fc3fceba1bfacdbcafa00a1 | [] | no_license | uneejo/uneejoRepo | 8c04e62496d5ac8049ec9a09217d623b7d3da880 | e2f7c25f521cc7e0c54ed0ee26707892be25a6a3 | refs/heads/master | 2022-12-31T11:32:59.175575 | 2019-06-26T14:20:46 | 2019-06-26T14:20:46 | 176,685,478 | 0 | 0 | null | 2022-12-16T01:48:05 | 2019-03-20T08:11:23 | Java | UTF-8 | Java | false | false | 2,544 | java | package kr.co.seoulit.sys.serviceFacade;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import kr.co.seoulit.hr.emp.to.EmployeeTO;
import kr.co.seoulit.sys.exception.DeptCodeNotFoundException;
import kr.co.seoulit.sys.exception.IdNotFoundException;
import kr.co.seoulit.sys.exception.PwMissmatc... | [
"mbest1212@naver.com"
] | mbest1212@naver.com |
f7530ed788b93262b0874e8490e874c054c3b42a | a12d2605f40faa4582f88fa01662232a03691027 | /tag/10_11_2008_UltimaVersioneSenzaDB_Release_1.0/MsnServer/src/chatserver/threads/ServerAcceptor.java | 289c70aff396b6f8175019d361ca2e943298ab19 | [] | no_license | gigiigig/Java-Chat | e55280fb0667e039cb798d7e267bc4b18d90dffc | f28a98be362be4c525f793b58529c3ac79c8f30d | refs/heads/master | 2020-05-18T08:40:21.146251 | 2009-10-12T16:38:07 | 2009-10-12T16:38:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,951 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package chatserver.threads;
import chatcommons.Client;
import chatcommons.datamessage.MESSAGE;
import chatcommons.datamessage.MessageManger;
import chatserver.*;
import chatserver.helper.ServerWriter;
import java.io.Buf... | [
"Administrator@2a2a0caa-3540-4b53-89ca-458ca4f19e0f"
] | Administrator@2a2a0caa-3540-4b53-89ca-458ca4f19e0f |
1b54aafa3270d462d2e00e76757a2cce05747192 | 47f8685b905ed2926ad10e55b49f7f1ed56b0bbd | /java/thebetweenlands/client/render/block/BlockSwampWaterRenderer.java | 80bacbe934758885a42effb242cd2bfb55a7cbf0 | [] | no_license | Alexander175/The-Betweenlands | 98b93bbb840c6be5819c942076cc42bf98259e39 | e2e4a6127ace1e4040eb72cf0333f5fd8238cd98 | refs/heads/master | 2021-01-15T13:07:50.584417 | 2015-04-26T20:59:46 | 2015-04-26T20:59:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,293 | java | package thebetweenlands.client.render.block;
import org.lwjgl.input.Mouse;
import net.minecraft.block.Block;
import net.minecraft.block.BlockLiquid;
import net.minecraft.block.material.Material;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.client.rende... | [
"samuelboerlin@bluewin.ch"
] | samuelboerlin@bluewin.ch |
9720a7f82d8ce89dedbf0b04af87530bc18de751 | 7a8a12efa7caf74bf45feedcbfa1dc14404d28b8 | /src/one/lindegaard/MobHunting/Version.java | 1e43948bea09929de5eea7b58149b5f99ba3c46d | [] | no_license | Connierific/MobHunting | d9fd0c0b7c4c9863d143caadb28bd363955bde38 | 03f404ffcb805dba3fd506e531e1d55d00d080bc | refs/heads/master | 2021-01-11T20:27:03.026662 | 2017-02-03T14:35:41 | 2017-02-03T14:35:41 | 79,118,715 | 0 | 0 | null | 2017-02-03T14:35:43 | 2017-01-16T13:02:45 | Java | UTF-8 | Java | false | false | 1,243 | java | package one.lindegaard.MobHunting;
public class Version implements Comparable<Version> {
private String version;
public final String get() {
return this.version;
}
public Version(String version) {
if (version == null)
throw new IllegalArgumentException("Version can not be null");
if (!version.matches("... | [
"rocologo@rocologo.tk"
] | rocologo@rocologo.tk |
1ec2a11adbbed7839e2b556ed061392d95f3d32b | b5329ad4d7bf69d9bb7d84c8319158c14e5c99aa | /src/tsgen/src/main/java/br/ufscar/dc/compiladores/tsgen/tsgenGenerator.java | 246236f4eff5fc2bf2192f09e4ecc2e559640cf6 | [] | no_license | joaovicmendes/ts-api-generator | 384138e3b9f95978f32c5aeb1c6f715cda2e221a | 35d6aa87f114cce7da11d44c7866f89b512c35b2 | refs/heads/main | 2023-09-02T18:47:46.876625 | 2021-11-21T14:30:26 | 2021-11-21T14:30:26 | 427,732,484 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,025 | java | package br.ufscar.dc.compiladores.tsgen;
import br.ufscar.dc.compiladores.parser.tsgenBaseVisitor;
import br.ufscar.dc.compiladores.parser.tsgenParser;
import org.antlr.v4.runtime.Token;
import java.util.HashMap;
import java.util.Map;
public class tsgenGenerator extends tsgenBaseVisitor<Void> {
Map<String, Model... | [
"mendesjoaovic@gmail.com"
] | mendesjoaovic@gmail.com |
9db01ee6c1d20cb605d524758f2eaad9e1ed9615 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-s3control/src/main/java/com/amazonaws/services/s3control/model/LifecycleConfiguration.java | 922dc52f51ee11e6c862037f80149c293cf31250 | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 4,947 | java | /*
* Copyright 2016-2021 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... | [
""
] | |
345b37d6ca13594e0eec75f1e36f31b48f3fd6ae | 563325e9d6b4196c789066b4ebbebae84021e86d | /src/test/java/com/marom/recipe/converters/CategoryToCategoryCommandTest.java | 986c212e179013f668e6553617e1018575861a67 | [] | no_license | marom/RecipesCollection | a265ac6db80061aac4aec090ab79f4682eabf522 | a6a41ac43294c3c40aca69da935588adbf4c3294 | refs/heads/master | 2020-04-24T22:57:40.987515 | 2019-03-11T17:16:24 | 2019-03-11T17:16:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,193 | java | package com.marom.recipe.converters;
import com.marom.recipe.commands.CategoryCommand;
import com.marom.recipe.domain.Category;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class CategoryToCategoryCommandTest {
public static final Long ID_VALUE = new Long(1L);
pub... | [
"maro.muszynski@gmail.com"
] | maro.muszynski@gmail.com |
3a8a033487fc4ed01e20e79541c773c9133b46b2 | 4cde67c3355ee7bb74b98a0e934161c44c70eead | /microservicecloud/microservicecloud-eureka-7002/src/main/java/com/atguigu/springcloud/EurekaServer7002_App.java | 584dc9a54d6f3db9b888d2e4620fe2a6dbc0ae68 | [] | no_license | mikasamikodu/java_project | 678f9edcbdbb01b6484f032c721df3cd83ffe626 | 39af08ee7d0543fb1b8dba30b0cc1fec99345b0e | refs/heads/master | 2022-12-27T22:17:55.784040 | 2020-12-18T13:03:30 | 2020-12-18T13:03:30 | 206,045,260 | 1 | 0 | null | 2022-12-16T02:51:17 | 2019-09-03T09:55:36 | Python | UTF-8 | Java | false | false | 493 | java | package com.atguigu.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@SpringBootApplication
@EnableEurekaServer//EurekaServer服务器端启动类,接受其它微服务注册进来
public class... | [
"miku@163.com"
] | miku@163.com |
30866b9e3908071c575b54728969f4d1faae984e | 427693c309f24ed51af7a1bf1718bdc24650d434 | /dictionary-server/src/DictionaryServer.java | b00e6897244d9ee563abaf20c2f6aac2a13587fe | [] | no_license | GulerayGizemFELEK/dictionary | 5df8e9d49b76d33983d94faf661656edebf9e822 | 120375935064f15211bb9e713ddf8ed5e6d6ef1d | refs/heads/master | 2020-11-28T18:37:06.339073 | 2016-09-08T19:14:23 | 2016-09-08T19:14:23 | 67,732,812 | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 3,767 | java | import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.RandomAccessFile;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.... | [
"guleraygizemfelek@gmail.com"
] | guleraygizemfelek@gmail.com |
9b1886160ba1454c303f4ab3ad4986c30781d858 | 733e1e95ba1f758c33dd24d48682be10e800c8d7 | /src/main/java/br/com/ifce/controller/RTecnicoResultadoController.java | c07a3deb41ca42ee73e14020d0f7ccb2c933e7a8 | [] | no_license | MardonioEng/BadCodeClinic | f22bf4867a291a9f4bfc15609e0eb112fce36094 | d93f0a5054fdb8f3177cc4b0abe0787cb0d8aede | refs/heads/master | 2022-12-16T14:16:10.732400 | 2020-09-28T13:19:26 | 2020-09-28T13:19:26 | 297,795,665 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 935 | java | package br.com.ifce.controller;
import java.net.URL;
import java.util.ResourceBundle;
import com.jfoenix.controls.JFXButton;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ComboBox;
import javafx.scene.control.TextField;
public class RTecnicoR... | [
"mardoniorodrigues11@gmail.com"
] | mardoniorodrigues11@gmail.com |
c3410ece03f2bed487ecced002ed9b4e2034fe7c | c6cb3392dba28b0b3e1ffe8b9def1ecc972c6246 | /Praew25.java | 82aa4854f81063a674d833d5ee334deb94be92e4 | [] | no_license | praew06/java_pyramid | 20c74f0ef8d6887abd806c95c30cd9958c319b80 | 26bf1d7290714d904ca52196249c0ad079d90af4 | refs/heads/master | 2020-07-15T19:51:25.848513 | 2019-09-01T06:21:11 | 2019-09-01T06:21:11 | 205,637,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | public class Praew25 {
public static void main(String den[]){
int Praew=5;
for(int P=1;P<=Praew;P++){
for(int j=P;j<Praew;j++){
System.out.print("*");
}
for(int j=1;j<=P*2-1;j++){
System.out.print(Praew-P+1);
}
... | [
"noreply@github.com"
] | praew06.noreply@github.com |
38d49bbc0bab8a4619e860d29d2275ce39240301 | 81f9299db901e5e41eb684454937df5d111320d5 | /app/src/androidTest/java/com/websarva/wings/android/baseballstartinglineup/ExampleInstrumentedTest.java | bf4aa766718b026bc0bf95341e704b87914969dc | [] | no_license | korosaka/baseball_lineup_EN_new | 22ab7dfe170550344b0594d0bd4ad6e5b500814b | bc4926be0d4453b3fdc4c61ac277684a5755fc3f | refs/heads/develop | 2022-12-15T20:48:41.711416 | 2020-09-13T16:06:37 | 2020-09-13T16:06:37 | 294,063,528 | 0 | 0 | null | 2020-09-13T16:04:29 | 2020-09-09T09:18:28 | Java | UTF-8 | Java | false | false | 814 | java | package com.websarva.wings.android.baseballstartinglineup;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented t... | [
"koro.nn99@gmail.com"
] | koro.nn99@gmail.com |
3e254928569bd588878794727285b52cbf1c8c5e | 907ea8b2e3af5035ee640c95c646d6a04a192d41 | /xTotem/src/be/ac/ulg/montefiore/run/totem/scenario/model/jaxb/GenerateIntraTM.java | a58dc430fa4202c9e780ea7e11edf1f7a487fb17 | [] | no_license | cuchy/TTools | 8869ee47d3c489d95fa2c8b454757aee521cd705 | 37527c5a60360f0ddef7398a34296ab332810e0c | refs/heads/master | 2021-01-11T10:39:05.100786 | 2016-11-05T21:25:29 | 2016-11-05T21:25:29 | 72,948,537 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,061 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2008.03.28 at... | [
"vivisolla@gmail.com"
] | vivisolla@gmail.com |
19ea83ede8dbd10749abc0c2ccc876e580fb767d | d4b565b5cd2bc8c57ac777e8aa529cf375d8b6da | /src/main/java/com/leeo/web/service/ResourceService.java | e28d65c0a42f40fdb487c8df23995bbaa25a3fd6 | [
"Apache-2.0"
] | permissive | Leeo1124/test | 6c88b9217fe274b1c685133edd9f2e62ee33241b | 671c2b34dc4a75e64888e52739b6bd09107f74dc | refs/heads/master | 2021-01-10T16:57:28.870201 | 2017-05-03T08:48:29 | 2017-05-03T08:48:29 | 47,324,309 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,202 | java | package com.leeo.web.service;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.leeo.web.entity.Resource;
import com.leeo.web.repository.... | [
"leeo1124@163.com"
] | leeo1124@163.com |
6548de2fbb6c6bd022c189fb5f93f4e601eb448b | 0e20b8a8146b876b98fe2f3870a37d98747e6b72 | /Login/src/jp/co/aforce/beans/LoginBean.java | 3e99946e6aa24d69974ac2daced7a6dda68a98b5 | [] | no_license | git-fuji-hub/kensyu | d93a4961a36f78d27668d666198314015834a01a | 746d35accc293faa233fb9150eee7e9397028639 | refs/heads/master | 2020-06-02T10:39:35.190101 | 2019-06-10T08:43:10 | 2019-06-10T08:43:10 | 191,129,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package jp.co.aforce.beans;
import java.io.Serializable;
@SuppressWarnings("serial")
public class LoginBean implements Serializable {
private String username;
private String password;
private String msg;
private String emsg;
public LoginBean() {
}
public String getUsername(){
return username;
}
publi... | [
"hiro.michinaga@gmail.com"
] | hiro.michinaga@gmail.com |
a709eb38e4641cc09b6fe61c8b24f0a959e306c8 | c365cefc686447a89cce936756595c578bd4a8c9 | /MarsRoverSW/src/test/java/com/assignment/MarsRoverSW/service/MarsRoverServiceTest.java | f8df8d69237f877f4adfe1d888dca24e53244cc1 | [] | no_license | MuhammadSafwan/MarsRoverProject | 3ac92a8517d155f3ed2d4a18d1481779d0333d96 | 485fedad276f39cb640e447d22e197e97209b7ab | refs/heads/master | 2020-09-11T18:00:12.746085 | 2019-11-16T18:57:12 | 2019-11-16T18:57:12 | 222,146,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,950 | java | /**
*
*/
package com.assignment.MarsRoverSW.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyList;
import static org.mockito.Mockito.when;
import java.util.Arrays;
import java.util.List;
import org.juni... | [
"safwan_warind@hotmail.com"
] | safwan_warind@hotmail.com |
07551662f3c22e95ba3c74fa14e52f5b3bc7d043 | 9e3910dcacb475d25f636e007e7d101fd509d4b7 | /app/src/main/java/com/example/xingxiaoyu/fdstory/MenuFragment.java | 99aa671c98278339727fcf9d72dc5bfd80525685 | [] | no_license | XINGXIAOYU/FoodStory | d710e6b4045848e681cfcbb32f675803190d40f9 | 6c0bd58e19984efac049da71efc5e20f55e9aa5c | refs/heads/master | 2021-01-20T03:30:34.879982 | 2017-05-09T03:39:54 | 2017-05-09T03:39:54 | 89,553,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,141 | java | package com.example.xingxiaoyu.fdstory;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.Bas... | [
"1524495979@qq.com"
] | 1524495979@qq.com |
5633030c79f7d394ab5cdd00fb0a7da81a5f0644 | 0ffe05470dcb2393233998df130168b6c2d3171e | /sell_service/src/main/java/cn/shendu/service/PermissionService.java | 4729467dfce7feffccea8d6c2b75c8dfafa532d7 | [] | no_license | LMengu/sell | 5c91ace289e55aad9febf0298986d83813f96319 | 56d3ea75954fe8ea494fdd1b2f11aa83dafc31ba | refs/heads/master | 2022-12-22T07:16:08.334240 | 2019-11-15T09:31:01 | 2019-11-15T09:31:01 | 218,760,254 | 0 | 0 | null | 2022-12-15T23:44:47 | 2019-10-31T12:24:54 | JavaScript | UTF-8 | Java | false | false | 339 | java | package cn.shendu.service;
import cn.shendu.domain.Permission;
import java.util.List;
public interface PermissionService {
List<Permission> findAll()throws Exception;
void save(Permission permission) throws Exception;
Permission findById(Integer id) throws Exception;
void deleteById(Integer id) th... | [
"limengyu@shendu.cn"
] | limengyu@shendu.cn |
60eab3826a720983294da0890540d8ad73ba5d90 | e9d420540e66248b1b1bf4a605cace7033dd75a4 | /src/main/java/kumbhar/akshay/joke/jokeapp/JokeappApplication.java | c0e80a029b518143f693a8bf052999f84c114739 | [] | no_license | KumbharAkshay/jokesapp | ab491e8d32a626fc8ffb577e5eca3934fd9e0374 | 26f95446a6eb8638f54202a721863ed2b5280303 | refs/heads/master | 2020-05-18T18:33:55.685017 | 2019-05-02T15:01:03 | 2019-05-02T15:01:03 | 184,589,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package kumbhar.akshay.joke.jokeapp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class JokeappApplication {
public static void main(String[] args) {
SpringApplication.run(JokeappApplication.class, args);
}
... | [
"akshaykumbhar141@gmail.com"
] | akshaykumbhar141@gmail.com |
1fd36cf6e6465063c80f4b52317ae08b1bd10103 | 8438f34124fa65d4deb5b6d35ad1eb50cfcd383f | /JavaDayTwo/src/com/example/exceptions/ExceptionDriver.java | 240fcbbbfcd8f8b17ea2eb0c28126f2e5a725486 | [] | no_license | 210927-UTA-SH-Java-React-EM/EthansNotesAndExamples | aa68c625889579cb89954ef81761d50039f4d926 | 4df4e4dae6e1e13756b256950527a0d0dc36ba77 | refs/heads/main | 2023-08-30T18:40:54.256970 | 2021-11-12T17:23:06 | 2021-11-12T17:23:06 | 400,269,065 | 0 | 0 | null | 2021-11-12T18:02:12 | 2021-08-26T18:31:12 | Java | UTF-8 | Java | false | false | 1,333 | java | package com.example.exceptions;
import java.io.FileNotFoundException;
import java.io.IOException;
public class ExceptionDriver {
public static void main(String args[]) {
/*
try {
throwManyExceptions(4);
} catch (FileNotFoundException e) {
System.out.println("FileNotFound was caught");
} catch(IOExc... | [
"ethanlmcgill@gmail.com"
] | ethanlmcgill@gmail.com |
060874b872b55106a67c5fbae7c2961260e142a3 | 866c2e75f8acea74ef185e2ba83b5e9c0bf158a8 | /yama-repository/yama-repository-jpa/src/main/java/org/meruvian/yama/repository/jpa/commons/JpaFileInfo.java | f81780e89e1475eb4cb8842722d15c01cf378626 | [] | no_license | dianw/yama | dee6f78083176109456d1680e4fb8cc2aa1aab48 | 603de098a3e0636cc43967f9339de068f55aa012 | refs/heads/master | 2020-12-28T19:57:26.124793 | 2014-07-08T07:28:26 | 2014-07-08T07:28:26 | 23,788,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,495 | java | /**
* Copyright 2014 Meruvian
*
* 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... | [
"dian.aditya@meruvian.org"
] | dian.aditya@meruvian.org |
b8057ee0c0cde6896f7bbdb851842b17360008bb | 4d601dd0c3065cd8c906dd8e4e5394da4105aa39 | /core/src/main/java/hashengineering/difficulty/FrankoGravityWell/fgw.java | 4b8cc0e315d03f9e22ec6db0b9254ae46070a83b | [
"Apache-2.0"
] | permissive | HashEngineering/frankoj | 58e229053f0c590d2400de422be8a6f2ae3c1f77 | 2162442518ed6c3efeb02ba0a48d50b060bb1b41 | refs/heads/master | 2021-01-13T02:02:35.014976 | 2015-01-28T05:56:56 | 2015-01-28T05:56:56 | 14,674,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,909 | java | package hashengineering.difficulty.FrankoGravityWell;
import java.lang.UnsatisfiedLinkError;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Created by HashEngineering on 3/7/14.
*
* Updated on 4/15/2014 for the Franko Gravity Well (includes a fix for the KGW time warp exploit)
*
* Native impliment... | [
"hashengineeringsolutions@gmail.com"
] | hashengineeringsolutions@gmail.com |
3ddac6462fb13bf6ef69fa5cfa2db41cb188f5dc | 6db5d80dd9221803aa2e444dd28d5031e5ec3232 | /src/in/sahildave/gazetti/news_activities/WebsiteListActivity.java | 91a7d74e3034a116d13ca31288693281dffe8b82 | [
"MIT"
] | permissive | singhajay7/Gazetti_Newspaper_Reader | edf8fc9846c93d2be24d7ff566d48c534f215e58 | 900ed2d6cee0a5268f0ecd08944410924dfe34e8 | refs/heads/master | 2021-01-17T08:48:09.308294 | 2014-12-04T12:20:26 | 2014-12-04T12:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,776 | java | package in.sahildave.gazetti.news_activities;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.v4.app.ActionBarDrawerToggle;
import android.support.v4.view.Gr... | [
"sahildave1991@gmail.com"
] | sahildave1991@gmail.com |
7b7302e814f0afa9d4ba9fd60fd80026a9f48eef | 0316efccc0d745d23592f297deacbae7db487d38 | /src/main/java/com/javatpoint/batch/reader/SlaveReader.java | 642c5ee80c64da915dd19c399e998aeaca1d3b24 | [] | no_license | V01d3m0rt/spring-boot-hello-world-example | e089c58b18731c87c3437f2265daf1281e91da5a | 74f6524586ca25bf5fd66b6c4518adb22fb92311 | refs/heads/master | 2022-12-05T06:29:29.823615 | 2020-08-25T18:31:04 | 2020-08-25T18:31:04 | 290,143,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package com.javatpoint.batch.reader;
import java.util.Queue;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.annotation.BeforeStep;
import org.springframework.batch.item.ItemReader;
import com.michaelcgood.model.ComputerSystem;
public class SlaveReader implements ItemReade... | [
"nikhil.j2se@gmail.com"
] | nikhil.j2se@gmail.com |
441fc23867fea2a8e9474838ba2ed1c58bf635d1 | 52d41f19c7c94127edf4e95bc2376a8e06c711b1 | /action/src/test/java/io/cettia/asity/action/SimpleActionsTest.java | 953b50361cf19e370875c22480c4cb0b8a0b3fb2 | [
"Apache-2.0"
] | permissive | cettia/asity | 438f43463ccb4c4f02dc4a752485986512c103fa | 53fe447aa870d4b167dbf55d0431853680bffa21 | refs/heads/master | 2023-03-08T22:07:14.276771 | 2021-04-18T15:57:27 | 2021-04-18T15:57:27 | 32,444,134 | 30 | 0 | Apache-2.0 | 2020-10-13T04:46:09 | 2015-03-18T07:26:13 | Java | UTF-8 | Java | false | false | 1,003 | java | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"flowersinthesand@gmail.com"
] | flowersinthesand@gmail.com |
9a2e3c23665e60d7defaca06990d0b1c0b4a7610 | edc6e80a29a4bdbe04f4d9d509c1f79fd0215b38 | /List.java | 11c9cdb0f7226c4f4e24aff42552fc72d31f6b09 | [] | no_license | Aadit017/code_sharing | c117841e1ce34366e84c8e2af7442131e2e1c02a | dea62f2f1a412acfe060c155dca797e8e22a3ed0 | refs/heads/master | 2023-03-31T00:27:35.036431 | 2021-03-24T08:24:15 | 2021-03-24T08:24:15 | 298,953,277 | 1 | 0 | null | 2020-09-27T04:32:28 | 2020-09-27T04:32:28 | null | UTF-8 | Java | false | false | 572 | java | import java.util.*;
class List
{
public static void main (String args[])
{
int n = 5;
ArrayList arrli = new ArrayList (n);
for (int i=1; i<=n; i++)
arrli.add(i);
// Printing elements
System.out.println(arrli);
// Remove element at index 3
... | [
"noreply@github.com"
] | Aadit017.noreply@github.com |
5a70c446ef2be4c1611ac6531b6dcee53ff7a498 | 3b85db026f3aa749cff2a7ccf8cca2b62246140a | /src/rewriter/com/newrelic/com/google/common/util/concurrent/TimeLimiter.java | 2dfe49346ab4253a73791d4d9d2a6e1841d8da39 | [] | no_license | chenhq/newrelic_ref | 9255cf81572d89309a17989c09e42b0d00db126d | 792d7c84dd231fec170894b233996c744f8c318d | refs/heads/master | 2021-01-10T19:01:40.257458 | 2014-12-26T08:39:09 | 2014-12-26T08:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package com.newrelic.com.google.common.util.concurrent;
import com.newrelic.com.google.common.annotations.Beta;
import java.util.concurrent.Callable;
import java.util.concurrent.TimeUnit;
@Beta
public abstract interface TimeLimiter
{
public abstract <T> T newProxy(T paramT, Class<T> paramClass, long paramLong, Time... | [
"hongqing.chen@gmail.com"
] | hongqing.chen@gmail.com |
4a91def0212ddd3bab18af2748604e97acdf57f7 | 6c0b75c1a3bf5288cae2782c23e821ed238499ec | /src/main/java/io/brainkaster/paperless/repositories/FournisseurRepository.java | 56fa1d0c96dbf29a8f702aae8ccbf205399cdcb5 | [] | no_license | Emowpy/paperless-refs | 305349e3f205b64bdf77e4666881c13e3926d1c0 | c6f998585c79dfa6854d6fa1e86c70dbc209ae55 | refs/heads/master | 2020-12-25T07:51:50.949637 | 2016-06-10T14:48:37 | 2016-06-10T14:48:37 | 60,854,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package io.brainkaster.paperless.repositories;
import io.brainkaster.paperless.referentiel.Fournisseur;
import org.springframework.data.repository.PagingAndSortingRepository;
/**
* Created by melbakkali on 21/04/2016.
*/
public interface FournisseurRepository extends PagingAndSortingRepository<Fournisseur, Long> {
... | [
"melbakkali@rs2i.fr"
] | melbakkali@rs2i.fr |
4725d31fd0507a2099e63c1414e79f26d4476872 | 97c3a9e7a698e5693aaa7dd9b0a39812f355bb27 | /moxidriver/InternetReceiver.java | 61f71c35ee2611c03885de4cd2a80fcc0cae7dfd | [] | no_license | dbrax/MOXI | 5021affe79c81a24a3c00e034d7400208509c9db | 4f948c2dbaf0fa262946e965ff10c5679d1ff2b4 | refs/heads/master | 2021-01-21T21:54:29.066386 | 2016-05-17T06:26:32 | 2016-05-17T06:26:32 | 53,577,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java | package tz.co.delis.www.moxidriver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.widget.Toast;
/**
* Created by Kapten on 3/31/2016.
*/
public class InternetReceiver ext... | [
"epmnzava@gmail.com"
] | epmnzava@gmail.com |
d74bae54ff1f0318bdfb2c56e2d752cdeb93dc7b | 9366f62a367a57adbb876617d1f6a8d01ad337e9 | /JavaBase/src/main/java/java021_arithmetic/RadixSort.java | e29a01c5b7afc965193c9856a30d393ca2b6bad3 | [] | no_license | BrightAssistor/javaSe | 944fe1a397c2280e94851582831ac76060cfacaf | 6d3ef01d5bd9c83d066cacef0306f8ba866a0759 | refs/heads/master | 2022-10-24T17:30:32.969721 | 2020-04-30T07:53:48 | 2020-04-30T07:53:48 | 159,803,997 | 0 | 0 | null | 2022-10-05T19:16:34 | 2018-11-30T10:00:19 | Java | UTF-8 | Java | false | false | 988 | java | package java021_arithmetic;
public class RadixSort {
public static void main(String[] args) {
int[] data = { 73, 22, 93, 43, 55, 14, 28, 65, 39, 81, 33, 100 };
RadixSort.sort(data, 3);
for (int i = 0; i < data.length; i++) {
System.out.print(data[i] + "");
}
}
public static void sort(int[] number, int ... | [
"1486193789@qq.com"
] | 1486193789@qq.com |
9eb0d1b302288c2a98059c7270f98261727ad97b | bd5fedce0fe8c58dd3cacad7d4831134bd4cbe0a | /src/main/java/com/myhomepage/homepage/dao/UserDaoImpl.java | 41a9fe40e6460efbc6fafae3a765ebbd2482cd93 | [] | no_license | abelshaw85/movie-catalogue | 97a576ff99090fa8a1ecf16278f3d885cfe0aca0 | c98f0737a6bebeeaa506ad2cf56de39ad88e465a | refs/heads/master | 2023-03-04T08:06:36.586702 | 2021-02-19T11:10:38 | 2021-02-19T11:10:38 | 339,731,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.myhomepage.homepage.dao;
import javax.persistence.EntityManager;
import org.hibernate.Session;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.myhomepage.homepage.entity.User;
@Repository
publi... | [
"a.belshaw85@gmail.com"
] | a.belshaw85@gmail.com |
d778a96dbe5a613d1a1d799343c3380c63aa8eeb | 96ca02a85d3702729076cb59ff15d069dfa8232b | /advert/src/com/dvnchina/advertDelivery/bean/config/PlatformConfigBean.java | 0307dc521706f24ec37994b586fd5df348da05ad | [] | no_license | Hurson/mysql | 4a1600d9f580ac086ff9472095ed6fa58fb11830 | 3db53442376485a310c76ad09d6cf71143f38274 | refs/heads/master | 2021-01-10T17:55:50.003989 | 2016-03-11T11:36:15 | 2016-03-11T11:36:15 | 54,877,514 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package com.dvnchina.advertDelivery.bean.config;
/**
* 平台地址配置实体Bean
*
* @author Administrator
*
*/
public class PlatformConfigBean extends CommonConfigBean {
private static final long serialVersionUID = 1L;
}
| [
"zhengguojin@d881c268-5c81-4d69-b6ac-ed4e9099e0f2"
] | zhengguojin@d881c268-5c81-4d69-b6ac-ed4e9099e0f2 |
162f9719d0f13dede88721354c1d097c65f3e1b7 | 74aecd052e899063f34b3275b1a7d35088b3b95d | /demo/src/main/java/com/example/demo/MyNameController.java | 36817b06c2fc3a889e70bb3e22f1c747aab075c6 | [] | no_license | Isabelle-1/ExamTwenty | 4f18825980c90dcc6838788caaf1886e2f7cad93 | 2ea20cd6748ae0f2bd7e26fa754afee2a5527313 | refs/heads/main | 2023-06-20T04:33:04.004341 | 2021-07-23T02:31:00 | 2021-07-23T02:31:00 | 388,653,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.example.demo;
import com.example.demo.MyName;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestCon... | [
"isabelle.lathlean@gmail.com"
] | isabelle.lathlean@gmail.com |
350ceea35264098df5b42cc2b429aa415017d12d | 61e6d88d82b693b130206a20972b43985e5adbaa | /Oops/service/payment/src/main/java/com/example/server/MobilePay.java | b593b25d9054907be8367d71e7232ee96088e3b8 | [] | no_license | xiguaapp/Oops-beta | 0b9d95e02e4f5cc250a18bd62ad54b881cac8ddc | 0230a1c3c4d09c6bd2c6ac8883078afb9ee36cc2 | refs/heads/main | 2023-02-24T04:10:05.678836 | 2021-01-28T10:13:07 | 2021-01-28T10:13:07 | 332,764,054 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64 | java | //package com.example.server;
//
//public class MobilePay {
//}
| [
"1125698980@qq.com"
] | 1125698980@qq.com |
c632a23b18d4770114f14b9fdf2df144b3f5ee85 | 89952a03ccf5163b749b72d05c1305cffb3590d4 | /simple-facebook/src/main/java/com/sromku/simple/fb/Permission.java | 1d5b033a5dd0181080206aa182c5adc392016e71 | [
"Apache-2.0"
] | permissive | gritsoftwares/Facebook-Frost | 64dd2d5c2b5da3ce827597079fb4af345dfe9fac | 5d5ac83b7e39cd9d76a6a6e688bbd969231efc9f | refs/heads/master | 2020-12-02T06:29:40.863183 | 2016-06-26T02:09:21 | 2016-06-26T02:09:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,993 | java | package com.sromku.simple.fb;
import com.sromku.simple.fb.entities.Profile;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* All facebook permissions.
*
* @author sromku
* @version Graph API v2.4
*/
public enum Permission {
/**
* This permission not longer in use i... | [
"me@allanwang.ca"
] | me@allanwang.ca |
e69370f1723ff86d7e97c1d636127b2021897147 | d5871e6fbb5a2170a66fce7c0fb577d0a8d9925f | /src/main/java/net/haesleinhuepf/clijx/framor/implementations/TopHatFrameProcessor.java | 1a551d083eb8a5ed1f3448e0e238a3246ababae6 | [
"BSD-3-Clause"
] | permissive | clij/clijx | d730d9cda6db608a6a8a7517b15476f23ae18039 | 1c591a1a6f173fd6eb457587c6ef4088c59cdfb6 | refs/heads/master | 2022-09-03T12:35:22.553705 | 2022-07-17T16:36:05 | 2022-07-17T16:36:17 | 246,394,884 | 4 | 7 | NOASSERTION | 2022-03-11T13:38:19 | 2020-03-10T19:55:41 | Java | UTF-8 | Java | false | false | 2,506 | java | package net.haesleinhuepf.clijx.framor.implementations;
import ij.IJ;
import ij.ImagePlus;
import ij.gui.GenericDialog;
import ij.plugin.filter.PlugInFilter;
import ij.process.ImageProcessor;
import net.haesleinhuepf.clij.clearcl.ClearCLBuffer;
import net.haesleinhuepf.clij2.CLIJ2;
import net.haesleinhuepf.clijx.framo... | [
"rhaase@mpi-cbg.de"
] | rhaase@mpi-cbg.de |
77cacb085400d21ae953f6dd49bcf39bfa2aba06 | 76bbf4355458bdb0a5e0636004aab21fda9def61 | /projet_TP/fr/n7/stl/block/ast/impl/ArrayAssignmentImpl.java | 21b50a049ecdc97821c4740eafe52458b3d47552 | [] | no_license | sligoo/STDL | d384b9f7e7b42c54b203850d432504cf4be651cd | 20d124fcdbdef5e3c3a650bd4be549b7cc0526f1 | refs/heads/master | 2021-07-10T18:15:53.659574 | 2017-10-11T07:04:46 | 2017-10-11T07:04:46 | 86,471,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,034 | java | package fr.n7.stl.block.ast.impl;
import fr.n7.stl.block.ast.Assignable;
import fr.n7.stl.block.ast.Expression;
import fr.n7.stl.tam.ast.Fragment;
import fr.n7.stl.tam.ast.Library;
import fr.n7.stl.tam.ast.TAMFactory;
/**
* @author Sacha Liguori
*
*/
public class ArrayAssignmentImpl extends ArrayAccessImpl impleme... | [
"sacha.liguori@icloud.com"
] | sacha.liguori@icloud.com |
7d2927edf818f16d723603c750bdc33f31a48e4a | d7ec1ca68c96e77ec6699ea4d36c7b9235841bb8 | /src/viewing/spielstaende/SpeicherRahmen.java | db999530b72602f57f88ae58f54ce256216f145f | [] | no_license | Lanksas/AbschlussProjectWIFI | 6386980365e727a656916dc9fa682d1e42209cad | ef6ec0c9403f248091feeef97e294202f3ff78b3 | refs/heads/master | 2022-06-21T09:40:57.357852 | 2020-05-06T11:44:13 | 2020-05-06T11:44:13 | 261,741,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package viewing.spielstaende;
import controller.Controller;
import viewing.spielRahmen.MainRahmen;
import viewing.spielRahmen.einstellungenRahmen.OptionenRahmen;
import javax.swing.*;
import java.awt.*;
public class SpeicherRahmen extends JFrame {
public SpeicherRahmen(Controller pController, MainRahme... | [
"noreply@github.com"
] | Lanksas.noreply@github.com |
0e07fe1a91b4157ce37d52b8f0978de131b59a43 | e29c2e104a00d230c74e1c0bf02c826bc4002e0c | /src/TwitterView.java | 55bb890763a9574da265078417cb63c04fa9cf13 | [] | no_license | sandyman17/TwitterReplica | cdfa08764f82f449e07267cdc78078b5dcba9f65 | 557bab00f1c555f9d348d610f677071e1c2232d7 | refs/heads/master | 2022-11-27T02:35:54.158764 | 2020-07-28T02:50:37 | 2020-07-28T02:50:37 | 283,079,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | import javax.swing.*;
/**
* TwitterView
*
* Serves the view portion of the MVC paradigm, controls the overall look (front end) of the entire message board.
* Combines the four 'tabs' (AddTweet, EditTweet ...) together into one cohesive GUI.
*
* @author Purdue CS
*
* @version April 20, 2020
*
*/
public final ... | [
"jsandefur17@gmail.com"
] | jsandefur17@gmail.com |
7f8d411ef8b6f12b144462d9d5d8df0ca9cd46e7 | 4730f78c9ee8a9ed8dd8ec702961c1ed7e381888 | /src/leetcode/firstMissingPositive.java | 920705d417ee0d743dc9942d0f789ebaca1631e7 | [] | no_license | Md-Milton/LeetCodeSolution | ba852a8ae9934a3afa13c81a8ec0c1c46bf5e09d | 3852cef415c8a96f9fdad0cac42076df46a821f8 | refs/heads/master | 2023-07-04T19:53:46.650804 | 2021-08-26T18:26:06 | 2021-08-26T18:26:06 | 291,403,386 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | 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 leetcode;
/**
*
* @author milton
*/
public class firstMissingPositive {
public int firstMissingPositive(int... | [
"milton@DESKTOP-7KGO5UF"
] | milton@DESKTOP-7KGO5UF |
2bfd0e58e5cf5d420496a25ac3effc298d6dcda7 | 1a9c044174d5db3d1dcaf29a40efeef54e3772ac | /spring-reactive/src/test/java/com/spring/reactive/fluxandmono/FluxAndMonoTest.java | ceee66ac9dc5fb566fc94950510696d43a2c74cf | [] | no_license | lalitrnagpal/spring-reactive | f6c3d05de925a36bbdefee406376e94be8182394 | 94bb8c090242a94473511113d5638b5514b816cf | refs/heads/main | 2023-02-18T08:41:24.554509 | 2021-01-18T09:44:04 | 2021-01-18T09:44:04 | 330,615,452 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,885 | java | package com.spring.reactive.fluxandmono;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Flux;
import reactor.test.StepVerifier;
public class FluxAndMonoTest {
@Test
public void fluxTestWithoutError() {
Flux<String> stringFlux = Flux.just("Spring", "Spring Boot", "Spring Reactive")
.... | [
"lalit2801@gmail.com"
] | lalit2801@gmail.com |
2d5cd6a19a51adddc6aefd95b59984d862ac50f1 | 96224e564d31565bc06c4f4b6881a36c56c6d35b | /src/main/java/com/bluewise/common/exception/user/UserPasswordRetryLimitCountException.java | e0956b513149839e02270f45844091d670a9cff5 | [] | no_license | vivwangsc/xmgl | 6d7fc26bfd59b2d1fdd34d6edab896fb3850bd43 | 41a8cfb51a45491eecd5358d2332993974409c43 | refs/heads/master | 2020-04-10T17:46:50.269804 | 2018-12-19T00:01:40 | 2018-12-19T00:01:40 | 70,388,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.bluewise.common.exception.user;
/**
* 用户错误记数异常类
*
* @author bluewise
*/
public class UserPasswordRetryLimitCountException extends UserException
{
private static final long serialVersionUID = 1L;
public UserPasswordRetryLimitCountException(int retryLimitCount)
{
super("user.passwor... | [
"11481376@qq.com"
] | 11481376@qq.com |
bde3e7bfbd83003d066afe602acb1b067dbb0622 | 6482753b5eb6357e7fe70e3057195e91682db323 | /com/google/common/base/CommonPattern.java | 45ed0e21f81adfafa9a32f879ea42e0da08abe81 | [] | no_license | TheShermanTanker/Server-1.16.3 | 45cf9996afa4cd4d8963f8fd0588ae4ee9dca93c | 48cc08cb94c3094ebddb6ccfb4ea25538492bebf | refs/heads/master | 2022-12-19T02:20:01.786819 | 2020-09-18T21:29:40 | 2020-09-18T21:29:40 | 296,730,962 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.google.common.base;
import com.google.common.annotations.GwtCompatible;
@GwtCompatible
abstract class CommonPattern {
abstract CommonMatcher matcher(final CharSequence charSequence);
abstract String pattern();
abstract int flags();
public abstract String toString();
... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
af476627ab167187e42978fbfed9ba718f43ba95 | 2560cb46332a0099d18d0cbc95837af7241089b3 | /src/com/lans/filter/EncodingFilter.java | 25797955721b853c5201560baadfc76d90ab5b1e | [] | no_license | LanSunSL/mvc-GoodsProject | a693775f9428d7fea8f7c9f612ed54ef950d264b | c34e9a00d1c79baf0e1856186ab899d8d8306469 | refs/heads/master | 2021-01-20T03:29:59.017861 | 2017-04-28T16:53:08 | 2017-04-28T16:53:08 | 89,550,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.lans.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;
... | [
"'nalnus@qq.com'"
] | 'nalnus@qq.com' |
bc31e1986e4761db2523d3004618b04f96997852 | dd2c08aef04c22f4e4fe65b95a78668cf54526f1 | /src/main/java/com/custom/slf4j/CustomLogger.java | fc1c0a8a68fee5d128ee660e65ca7cef40efa85d | [] | no_license | JohnnyLe/CustomLogSfl4j | e252c0d298764fc19a8a5d80a62d867ec99ebcb9 | b8c2470aa9701408870104cf0a66b85fe66334e8 | refs/heads/master | 2020-03-24T09:06:33.388203 | 2018-07-27T20:02:32 | 2018-07-27T20:02:32 | 142,618,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,636 | 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.custom.slf4j;
import org.slf4j.Logger;
import org.slf4j.Marker;
import org.springframework.stereotype.Component;
/**
*
... | [
"johnny.lxa@gmail.com"
] | johnny.lxa@gmail.com |
aeb5e30889a46bbbe5aff5ef917590fc9eb44050 | e093ca580f54d8e2edba68a73821ed37a1ca0bce | /src/main/java/vista/vistaConfiguracion/VentanaAcerca.java | 2e9107448d99b1deda3df939e96621e2ebe3aa5e | [] | no_license | jucsp/PetAlive | 7bad2a4358cd041baa555921d1570fdcdbe49ace | 388d74827eb968c5f50f3ef60ccc36887300bc4c | refs/heads/master | 2022-06-18T23:01:50.768304 | 2018-08-09T18:34:46 | 2018-08-09T18:34:46 | 133,447,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java |
package vista.vistaConfiguracion;
import java.awt.BorderLayout;
import javax.swing.JFrame;
/**
*
* @author Juan Carlos
*/
public class VentanaAcerca extends JFrame{
private PanelAcerca pnlAcerca;
public VentanaAcerca(){
this.iniciarComponentes();
}
private ... | [
"Juan Carlos@192.168.1.7"
] | Juan Carlos@192.168.1.7 |
6f15a2ef0811b8217956250e8eb6a53944757303 | 18ae7f67a749a5cfed36163b750f0caf1f514dcf | /src/main/java/com/onshape/api/requests/AppElementsCreateElementRequestLocation.java | 9d6175cbdf31b29d07ebc69ae6cb8b76273591d1 | [
"MIT"
] | permissive | Change2improve/java-client | d936d35d20d8dbb192d2470f096d06babd034b65 | 5da89caf8c678342376b67eafd6a0fba6289a41a | refs/heads/master | 2020-04-11T05:50:54.304309 | 2018-11-01T14:31:47 | 2018-11-01T14:31:47 | 161,561,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,758 | java | // The MIT License (MIT)
//
// Copyright (c) 2018 - Present Onshape Inc.
//
// 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
//... | [
"peter.harman@deltatheta.com"
] | peter.harman@deltatheta.com |
2d81d210ce15fd820e596957fcc99a3d57ca17a9 | e70256a6e2d2b9be8620dc8749e78882b00b2faa | /src/main/java/com/itgarden/controller/UserPrivateController.java | aa983e6f158715f510494602c699e61f93f909ee | [] | no_license | sobanjawaid26/billingsystem | 74307807e3c3f37169e7ce80589113fdc804e0fb | 5497af0accc9c54bfd8e156cd7e431ab96bd354d | refs/heads/main | 2023-01-15T10:41:16.870539 | 2020-11-23T18:31:30 | 2020-11-23T18:31:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,012 | java | package com.itgarden.controller;
import com.itgarden.common.staticdata.UserType;
import com.itgarden.dto.*;
import com.itgarden.messages.ResponseMessage;
import com.itgarden.service.bo.CustomerService;
import com.itgarden.service.bo.EmployeeService;
import com.itgarden.service.bo.RegistrationService;
import com.itgard... | [
"ssueresh.saikishore@gmail.com"
] | ssueresh.saikishore@gmail.com |
bf61ed0bb21f7c7a36ad56b296cceb4e8f239478 | dbd2ed3f4381b9a15ff9d9597e97e0f5d120eeff | /ystart-upms/ystart-upms-biz/src/main/java/tech/yiren/ystart/admin/mapper/SysMenuMapper.java | 6864ae8baf54381ab03e879e75608a657019e70c | [] | no_license | tt-52101/ystart | 80ba6d680192c28b62e9142aa8f4e50c1e22c002 | 33e9adba2d4d02c07a948593730a64969a8f9ad6 | refs/heads/master | 2023-06-28T20:56:25.702462 | 2021-08-04T01:35:54 | 2021-08-04T01:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | /*
*
* Copyright (c) 2018-2025, ystart All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of condi... | [
"excel555@163.com"
] | excel555@163.com |
479eeb03a557c8f8d1d0582ed2663e3b3bcf683d | c552ecad5c7fd629538a11fa5bcde45daeeb16a4 | /app/src/test/java/com/hilay/actionbar/ExampleUnitTest.java | 9a903a3b0adf362bc775284f8f2160d96affc02b | [] | no_license | Nickleby9/ActionbarNew | f3cdfec26b9ff5693ba69544069f40a675b8c3c0 | 6f57e170a67585d71c6d00a0854e56615cd3efce | refs/heads/master | 2021-06-17T13:56:45.042325 | 2017-05-03T19:30:22 | 2017-05-03T19:30:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package com.hilay.actionbar;
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 void ad... | [
"hilayc9@gmail.com"
] | hilayc9@gmail.com |
4339e576cc38cfeccf7b3cbd2341314922fffbfe | 911c4c70ba12f863ee906d2435af19ca652ddde8 | /hyb-ct-usercenter/src/main/java/com/mszx/hyb/entity/VirtualRecord.java | 0d80740e5ac5dbe49b53815a8cf1f1ffce968007 | [] | no_license | ahuiwanglei/hyb-ct-service | bb98d9dccf6302bc20053b3dd08e54d6dc663fa3 | 993eaf3409e0fa9a3c814a5dbceba6e6d070bdce | refs/heads/main | 2023-04-23T06:11:39.840344 | 2021-05-04T04:09:31 | 2021-05-04T04:09:31 | 363,552,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,509 | java | package com.mszx.hyb.entity;
import java.math.BigDecimal;
import java.util.Date;
public class VirtualRecord {
private String pkmembervirtualrecord;
private String pkregister;
private Date startdate;
private BigDecimal amount;
private Integer type;
private String remark;
private String crea... | [
"ahuiwanglei@126.com"
] | ahuiwanglei@126.com |
235d9890a05e37e4a70132b81e3534f67a5e53c8 | 04c569129b6f89aeeeb21cf3dad90a144148a968 | /src/main/java/com/ashkan/ie/domain/UserAuthority.java | f09ab8861add3a2a88bb938963ee4de0743d1552 | [] | no_license | nimaaj93/ei-project | d51358ed49b0bb171a8e2593b367b67caa760be7 | d5dc9e6c3b6976a45f4142260379a31d4155647d | refs/heads/master | 2023-01-06T02:50:37.643406 | 2019-06-21T14:14:17 | 2019-06-21T14:14:17 | 190,589,104 | 0 | 0 | null | 2023-01-04T00:38:43 | 2019-06-06T13:46:58 | CSS | UTF-8 | Java | false | false | 903 | java | package com.ashkan.ie.domain;
import com.ashkan.ie.enumeration.UserType;
import javax.persistence.*;
/**
* Created by K550 VX on 6/6/2019.
*/
@Entity
@Table(name = "ie_user_authority")
public class UserAuthority extends BaseEntity {
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue... | [
"nima.aj93@gmail.com"
] | nima.aj93@gmail.com |
06ed9b72c44a04f33714eab3b07694455b9713e0 | 1c0c8f70a04b1a24faf08f198afe380edcee3a1e | /app/src/main/java/com/google/api/client/http/MultipartContent.java | 07378fa27f580f2d338e843befea35def5111627 | [
"Apache-2.0"
] | permissive | alonerocky/PicasaPlus | 77b8adcac723049ca85218aacd0514273a7b304f | e8a4cf7f3e747655b6037f442cfff4da96bc2720 | refs/heads/master | 2021-01-21T05:05:41.962453 | 2014-12-14T14:41:11 | 2014-12-14T14:41:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,807 | java | package com.google.api.client.http;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import org.apache.http.util.ByteArrayBuffer;
/**
* Multi-part related content.
*
* @since 2.2
* @author Yaniv Inbar
*/
public final cla... | [
"lishoulong@gmail.com"
] | lishoulong@gmail.com |
1c92f8ed22862a3d3fcfb8bcf9e837474974b73f | bc6bfd92b640e19fb91ec1739be4b9ec84355c02 | /Day1012/src/CheatSheet.java | f2696d4f65037389f59bdb23466f4c8cc33493cd | [] | no_license | St4rFi5h/JAVA | 0ed02b194fbfa66678f40e828dff8f4a6b901e1c | 09f18111a20c8dab435ad2ece13bbdf206dd114c | refs/heads/master | 2023-01-05T20:08:43.946431 | 2020-11-12T07:14:24 | 2020-11-12T07:14:24 | 297,852,823 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 5,463 | java | import java.util.Scanner; //스캐너 사용.1
import Project01.Pro10;
import java.util.Random; // 랜덤 사용
import java.io.*; //버퍼리로더 준비
public class Cheatsheet {
public static void main(String[] args) {
////////////////////스캔, 랜덤 , 버퍼리로더 ////////////////////
Scanner scan = new Scanner (System.in); // 스캐너 사용.2
int ... | [
"jeremy96kr@naver.com"
] | jeremy96kr@naver.com |
0da41134cc2981c666a98c5476ea08ec9c424fa0 | d052793718f235220b53cc57d2049710f3ea7b83 | /SiLomba/app/src/main/java/com/example/fandyaditya/silomba/PengaturanTim/RequestCalon/RequestCalonObjek.java | 82d077125280a629cba977c5f24f42b578424b34 | [] | no_license | irfanhanif/SI-Lomba | 962c3cf9767088886a5e080340005853832575e6 | 2fb0895dc4320a8236b4e332817ddbf78af4eb26 | refs/heads/master | 2021-01-19T20:02:36.395724 | 2017-05-25T22:11:02 | 2017-05-25T22:11:02 | 88,476,567 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.example.fandyaditya.silomba.PengaturanTim.RequestCalon;
/**
* Created by Fandy Aditya on 4/24/2017.
*/
public class RequestCalonObjek {
private String idUser;
private String nama;
public RequestCalonObjek(String idUser, String nama) {
this.idUser = idUser;
this.nama = nama;... | [
"fandyadityaw@gmail.com"
] | fandyadityaw@gmail.com |
e6ee9615633eb66c01013276b78a2ff94b2a72ff | 7db7413ea6dac6325b0c4dc0cda6536983d7a915 | /OriginalGame/src/finalproject/framework/gameplay/Game.java | d64922c521e8f011abedda475320fcf3ed1e1831 | [] | no_license | brandonsbarber/House-Divided | 93f62760bf169bfa49becbf94868faf1edec3058 | b061b7b6bf2f864aa62fd08b5b11d58bf098257b | refs/heads/master | 2021-05-04T11:04:22.580328 | 2013-03-07T01:12:29 | 2013-03-07T01:12:29 | 8,442,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,862 | java | /*
* Brandon Barber
* Gallatin - 2
* 5/23/12
* Game.java
* Class that contains all information for gameplay
*/
package finalproject.framework.gameplay;
import finalproject.framework.entity.Building;
import finalproject.framework.entity.Entity;
import finalproject.framework.entity.EntityType;
import finalproject... | [
"brandonsbarber@gmail.com"
] | brandonsbarber@gmail.com |
c53558b523bd4a66e544e6dacf25b14fd2b6ba9f | 28b2fad502fbfa5eda3f29c5ec7b6d1c819a65d6 | /src/main/java/pe/com/syscenterlife/control/global/PersonaControl.java | 4ab542e76ff3cfc3dc912044399031dd2dd05d57 | [] | no_license | akzonpunk/SYsVentasj | 4bdf0fd371696f9faae996d17e35baaba281557b | 670a27d4ff64a97b5678bc32207615bbfb437440 | refs/heads/master | 2020-04-06T22:24:15.963727 | 2018-11-19T23:38:45 | 2018-11-19T23:38:45 | 157,835,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,769 | 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 pe.com.syscenterlife.control.global;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
im... | [
"akzonrigg@gmail.com"
] | akzonrigg@gmail.com |
13734a172c30ef7ef2ef66b4757cdb33353ecd3b | f686d1092c103ac456fb4a8c4edc62826ff2a0bb | /src/test/java/br/com/becommerce/inventory/manager/api/inventoryitem/controller/InventoryItemControllerAcceptanceTest.java | e8a617dafbb05fd62badee3d924a02ada48b4f2c | [] | no_license | rmleme/inventory-manager-api | c482f44f7f84f91e29630fb29f15729d5ec7c554 | 40a1372e56d740691fbb8b0e36a8d50ef5802b5e | refs/heads/master | 2020-04-11T02:54:39.010647 | 2018-12-12T09:14:40 | 2018-12-12T09:14:40 | 161,461,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,797 | java | package br.com.becommerce.inventory.manager.api.inventoryitem.controller;
import static br.com.becommerce.inventory.manager.api.inventoryitem.model.Constants.AVAILABLE;
import static br.com.becommerce.inventory.manager.api.inventoryitem.model.Constants.DESCRIPTION;
import static br.com.becommerce.inventory.manager.api... | [
"noreply@github.com"
] | rmleme.noreply@github.com |
b23775c961ed52d8dbda5ee7f487a2f603a88cb5 | 7b0c09d9514443b4927ebf70bbfa0f587788274e | /src/theAntsPowerOf6/model/AntBrain.java | eb85decaf0132e3c9819de3d9d3e03a9785564fe | [] | no_license | delmo/TheAntGame | 4af5b24da346a87f85ad220e3df2c75d4d447e93 | 19767793f8bdca69c6dd98d92685b6ee20c0710f | refs/heads/master | 2021-01-22T13:12:17.249195 | 2013-04-18T12:33:55 | 2013-04-18T12:33:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,885 | java | package theAntsPowerOf6.model;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.Arrays;
/**
* This class is used to hold information about an ant brain.
* @author Tristan
* @version 0.02
*/
public class AntBrain {
private String name;
public String getName... | [
"rtgd20@sussex.ac.uk"
] | rtgd20@sussex.ac.uk |
48684c8d8f811bd32bc3d06c280555f914eeaf70 | 09e20b1b01e29daf3aa5ce3bbf19d86dbdf21d97 | /test/_6KYU/BuyCarTest.java | 3dbc8020b389caba97a4fa5285cf678de0dee4ec | [] | no_license | EkremC/Codewars | 893bb65111b40533ddac12e799a69d20c5b43290 | 3d7c6823f77b7cc80c835aa635e878d06913a5be | refs/heads/master | 2021-03-19T11:12:24.724620 | 2018-06-30T16:26:20 | 2018-06-30T16:26:20 | 98,125,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package _6KYU;
import _6KYU.BuyCar;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Created by ekremcandemir on 10/07/2017.
*/
public class BuyCarTest {
@Test
public void test1() {
int[] r = new int[] { 6, 766 };
assertArrayEquals(r, BuyCar.nbMonths(2000, 8000, 1000, 1.5));
... | [
"ekremccandemir@gmail.com"
] | ekremccandemir@gmail.com |
331f40bd53ffedabb5573215ca2e85bb52b84cf7 | 9cfd3232c9d02e9a75c70653195c07dc26183987 | /app/src/main/java/org/solovyev/android/calculator/DisplayState.java | 2a2297f73adbbd14c492c635be74a8ea044b50c4 | [] | no_license | suresh-mahawar/android-calculatorpp | a00fc4c64f32db713c5c2283c0afc6814f531250 | 13f12d5d140903d7d708eac967c81a5a49a3a06a | refs/heads/master | 2022-01-27T15:29:01.552326 | 2016-02-25T16:45:28 | 2016-02-25T16:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,369 | java | /*
* Copyright 2013 serso aka se.solovyev
*
* 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 a... | [
"se.solovyev@gmail.com"
] | se.solovyev@gmail.com |
87dd173332be55928590c5b4d5a82dd3d3e70a16 | 51a553448c0fb8b5231b5d7e030392eaf156db32 | /TestMerge.java | 6a778cdaf2a2e8e03e14a3621e637de347b7548a | [] | no_license | zday294/cps210-lab2 | 96bf527d016872d78e47aab8b3dfa32877375bd9 | 371beaa08fc897c38847b87a40a64a0cd97ca40f | refs/heads/master | 2020-07-31T02:56:02.948574 | 2019-09-23T22:03:36 | 2019-09-23T22:03:36 | 210,460,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,331 | java | public class TestMerge {
public static void printArray(Integer [] array, int len) {
for (int pos=0; pos < len; ++pos) {
System.out.print(" " + array[pos]);
}
System.out.println();
}
public static void main(String[] args) {
Integer [] vals = { 20, 17, 14, 11, 8, 5, 2, 1, 4, 7, 10, 13, 16, 19, 0, 3, 6, 9,... | [
"zday294@students.bju.edu"
] | zday294@students.bju.edu |
b24157de0ab2d8194bb249bbf49fa74c6055c861 | 4300155955dddfd70ffc2445e3c0a550751d71e0 | /prueba/app/src/main/java/com/jespalomo/prueba/MainActivity.java | e5359dfd8cada41f77507c442d60eb12866886cd | [] | no_license | jespalomo/AndroidStudioProjects | 4d520b94fa143b7f7857b94ffeafc94b767cf230 | fb5636395828d818a879ac8c443751834ee32232 | refs/heads/main | 2023-07-15T15:04:02.252119 | 2021-09-06T16:14:19 | 2021-09-06T16:14:19 | 389,710,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,213 | java | package com.jespalomo.prueba;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Html;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
imp... | [
"jespalomov@gmail.com"
] | jespalomov@gmail.com |
f1f79463f4bbcb425cfbd11b95cd87810a59ce56 | 07aae7efba93ce0ef907d544486def383fd88e29 | /src/com/lijiaxing/A/RMB.java | ae2af2a9836dac9fc04f83864be6da922d7f4aa4 | [] | no_license | 1142862444/RMB | c1046fe748a2a2542d627395c483c6f28c80cad6 | e305f8df14489d334d37892bbe6311809d09513a | refs/heads/master | 2020-04-04T19:23:02.529753 | 2018-11-05T11:01:59 | 2018-11-05T11:01:59 | 156,203,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,341 | java | package com.lijiaxing.A;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class RMB {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
while (true) {
System.out.print("请输入需要转换的数字:... | [
"44193535+1142862444@users.noreply.github.com"
] | 44193535+1142862444@users.noreply.github.com |
b55693a658512fa1a8e5a4cd7fee679cf5ef3eff | 9781550f55e49f31705c6885252d1e09cca86d13 | /src/java/Exchange/proyecto/persistencia/dao/Encriptacioaes.java | 2624b106000021df89299e74349221f87ad0d5db | [] | no_license | camano/exchange | 3e0040f57304a1fc3ea1152570e4d2b5e9967001 | df1a65555f22a4b587b116528cac2e91b068ade7 | refs/heads/master | 2021-07-12T04:06:53.445155 | 2020-10-17T17:43:05 | 2020-10-17T17:43:05 | 206,692,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,639 | 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 Exchange.proyecto.persistencia.dao;
import java.io.UnsupportedEncodingException;
import java.security.InvalidKeyExcept... | [
"camanojhonatan@gmail.com"
] | camanojhonatan@gmail.com |
edf684714ecbb7a527df78665e8f8749c9501f92 | 16d064dbfe80542d9332a99d436b88d60a36cd8c | /app/src/main/java/com/hippoandfriends/helpdiabetes/slider/WeekLabeler.java | e6c18af1d27877e82f6430aeec1adb865321687b | [] | no_license | JohanDegraeve/helpdiabetes-android | e2e5bee9dcc0ab5a7f65a2137b9cdbcbff31d327 | a75ac2267e214d066cc79e09919d9d3158a6bf92 | refs/heads/master | 2021-01-10T16:37:12.549909 | 2017-06-18T12:53:29 | 2017-06-18T12:53:29 | 44,637,522 | 0 | 1 | null | 2017-06-16T20:12:55 | 2015-10-20T22:03:46 | Java | UTF-8 | Java | false | false | 3,047 | java | // Please read info.txt for license and legal information
package com.hippoandfriends.helpdiabetes.slider;
import java.util.Calendar;
import android.content.Context;
import android.graphics.Typeface;
import android.util.TypedValue;
import android.view.Gravity;
/**
* A customized Labeler that displays weeks using a... | [
"hippoandfriends@gmail.com"
] | hippoandfriends@gmail.com |
9f728ccde82f7c925ce25aaea15923b3d241db6d | d28cba43683811fc632ffc73f9af38e5c5c03a43 | /site-templates-search-portlet/docroot/WEB-INF/src/com/websites/dashboard/model/impl/WebSitesDashboardImpl.java | 506900e457bc2e4db30a8a59791c52799da6f8bf | [] | no_license | liferaynarena/webEx | ae133cec571ec9b3866cdbe66af3470d311ea13b | 5f889c7f93b3294a5c17036207931ba5403cbf19 | refs/heads/master | 2021-01-01T05:46:05.341077 | 2016-05-22T14:35:19 | 2016-05-22T14:38:14 | 59,417,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,355 | java | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of the Liferay Enterprise
* Subscription License ("License"). You may not use this file except in
* compliance with the License. You can obtain a copy of the License by
* contacting Liferay, Inc... | [
"liferay@liferay-PC"
] | liferay@liferay-PC |
515e0a7c8c316230f0a922d6f13f503cff38c78e | 752365da5c4d938e563d336235e630da98378d54 | /src/main/java/com/trendyol/shoppingcard/service/CartService.java | 7d91abf97970e3dfd365d286f9a8452400f0f2d3 | [] | no_license | beyzaekici/shoppingcart | 1b9c96db475fa59de11fe1fd307c885757e93cc9 | eb7a4fc325dcafc47719a67b67116085fdf80626 | refs/heads/master | 2022-12-10T19:18:18.631071 | 2020-09-13T11:05:03 | 2020-09-13T11:05:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,090 | java | package com.trendyol.shoppingcard.service;
import com.trendyol.shoppingcard.exception.ExceptionFactory;
import com.trendyol.shoppingcard.model.Cart;
import com.trendyol.shoppingcard.repository.BaseRepository;
import com.trendyol.shoppingcard.repository.CartCustomRepository;
import org.springframework.beans.factory.an... | [
"beyza.ekici@hotmail.com"
] | beyza.ekici@hotmail.com |
a616eca5823af610e66b9fd417ed5ef01370cf4a | 2c2f6082fc3af49f66cee39f4863abc7a17f7879 | /app/src/androidTest/java/androiddive/timothy/dive/ApplicationTest.java | 4b060d19a7ec2690bfb98a08e863c3641ee1f7a8 | [] | no_license | tim-hoff/Dive | 3f7e4fa88914b4c1ca1e34e8a060dcbd37bee94d | ea82aaf93d20e3d16186b6f99f682bb807314086 | refs/heads/master | 2016-09-06T05:09:17.553707 | 2014-11-10T17:35:25 | 2014-11-10T17:35:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package androiddive.timothy.dive;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"timchoff@gmail.com"
] | timchoff@gmail.com |
fa82e447a810d28414549acc5f41fb47869b17a8 | cc716354af2bdee913dca383af6950cdd0ec3717 | /src/net/byteplex/ByteplexCore/commands/MenuCommand.java | 8859d48b56053e4a90d393a7ea423d9fb714d70b | [] | no_license | ckhawks/ByteplexCore | b4d7b72ada84d7125e9ce57fc853bf525d6b8356 | 353d7c3e0fa107aed3a11d4765d5289b11b19345 | refs/heads/master | 2021-04-03T08:24:59.192472 | 2018-03-26T15:05:42 | 2018-03-26T15:05:42 | 124,406,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,598 | java | package net.byteplex.ByteplexCore.commands;
import net.byteplex.ByteplexCore.ByteplexCore;
import net.byteplex.ByteplexCore.util.ChatFormat;
import net.byteplex.ByteplexCore.util.ChatLevel;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.command.CommandSender;
impor... | [
"ckhawks@gmail.com"
] | ckhawks@gmail.com |
58b69019ca4a818d11a32f8a9571bbdf80880f16 | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraServer/extensions/generic/message/commons/src/main/java/com/headstrong/fusion/services/message/commons/adapter/mapper/config/SwitchCaseStatement.java | 655f8f10a475a3806b134637be05411664847131 | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,714 | java | /*
* The information in this document is subject to change without notice and
* does not represent a commitment by Headstrong Corporation. The software
* and/or databases described in this document are furnished under a license
* agreement and may be used or copied only in accordance with the terms of
* the ag... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
e5fffb1811d5265c65a908eb637f49145ee0617c | 23d4d25ae5fef08e8c4d0fc07d179b650c04320d | /src/_08_duotai/Test2.java | c1c7db21c647c32a0a0400d2539efa96458b282f | [] | no_license | LiuMei1/jave-Study | 1d08b7824001ddf629341da137ee048a5532d9d0 | 772aa6b0ef9ec793301fa83bad1993b2b0f19c29 | refs/heads/master | 2020-12-31T00:09:55.455723 | 2017-04-07T15:55:58 | 2017-04-07T15:55:58 | 86,560,177 | 2 | 0 | null | null | null | null | GB18030 | Java | false | false | 655 | java | package _08_duotai;
public class Test2 {
/*
* 基础班学生:学习、睡觉
* 高级版学生:学习、睡觉
*
* 可以将这两类事物进行抽取。
*/
public static void main(String[] args) {
// BaseStudent bs = new BaseStudent() ;
// bs.sleep();
// bs.study();
// AdvStudent as = new AdvStudent() ;
// as.sleep();
// as.study();
DoSt... | [
"LiuMei@CN-20161017GBEX"
] | LiuMei@CN-20161017GBEX |
4498fc494cc702a2f5feea17e89657a71be9f7fa | ca928c6a038a4ca3cbe30a1e9b39df7fd11827b4 | /user-service/src/main/java/com/cg/app/service/UserService.java | 920f51a667eec0950dd2d82392fe080dc01afe2f | [] | no_license | 123Ammar/Microservice-demo | c0cb589c9b556173c9065c735fd7388e05a47662 | 55e7c3b1eff38b53760409f77c7c77b8fad7ad0a | refs/heads/master | 2021-08-22T20:12:35.216409 | 2018-09-26T05:28:18 | 2018-09-26T05:28:18 | 136,433,265 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 88 | java | package com.cg.app.service;
public interface UserService{
String getProductList();
}
| [
"Mohammed.AmmarM@nbcuni.com"
] | Mohammed.AmmarM@nbcuni.com |
b8a1901888cffbe43d8542414021ce62b0e6eb5d | 4cd6362aac7256a83a1f438058db6a5df2f03326 | /Side-by-Side-Deployment/Camera/src/aug/bueno/Configuration.java | c251fdd5745b5f930983066f50862c3fae882207 | [
"Apache-2.0"
] | permissive | Augusto11CB/JVM-Custom-ClassLoader | 57e6e53d765751ef4f83be5230a93a92eeacd9bb | 4fa76805509ea300cbed952ca482521189574d89 | refs/heads/master | 2023-07-12T01:28:01.489688 | 2020-07-10T23:35:27 | 2020-07-10T23:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package aug.bueno;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
public class Configuration {
public static Configuration loadConfiguration(String ... | [
"17462762+AugustoCalado@users.noreply.github.com"
] | 17462762+AugustoCalado@users.noreply.github.com |
b5abd4019a2e8dd4962680d6b28677ba31991985 | d8b5352145006cb984b3ba093a89648fcc8dd654 | /SOS_dp.java | 27289cd5fc2d00d4e21c738a37f1a1467e235988 | [] | no_license | amanCoder110599/Competitive-Programming | 64afd0055bc278d8a7ec4ef5aac9c0962badc9d7 | 440a63a35a90496b310f1c2d81664d10af940b7e | refs/heads/master | 2021-10-30T15:09:50.786319 | 2021-10-02T14:24:27 | 2021-10-02T14:24:27 | 211,046,244 | 0 | 1 | null | 2020-04-27T19:37:42 | 2019-09-26T09:02:48 | Java | UTF-8 | Java | false | false | 305 | java | long[] dp = new long[1 << n];
for(i = 0; i < (1 << n); ++i)
dp[i] = A[i];
for(i = 0; i < n; ++i){
for(int mask = 0; mask < (1 << n); ++mask){
if((mask & (1<<i)) > 0)
dp[mask] += dp[mask^(1<<i)]; //reverse the transitions if submasks are required instead of supermasks
}
}
| [
"noreply@github.com"
] | amanCoder110599.noreply@github.com |
95e0ed57cabc6efbd9c62db1e67c1d637d7ce6dd | 6b129f6f66ff04570a54d01a69c2708728c79d73 | /restygwt/src/main/java/org/fusesource/restygwt/client/REST.java | 7564d201d9ecb4d648a2183e964116d4eb9fac42 | [
"Apache-2.0"
] | permissive | platformlayer/resty-gwt | 1095ea499ceee88f9c8616a2946696d85aa81be6 | b9b1d4c60125883fd094bca96f92f80530d00fc0 | refs/heads/master | 2021-01-15T20:38:00.702355 | 2012-09-20T09:06:08 | 2012-09-20T09:06:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | java | /**
* Copyright (C) 2009-2011 the original author or authors.
* See the notice.md file distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | [
"bogdan.mustiata@gmail.com"
] | bogdan.mustiata@gmail.com |
956dc04c3bda773a131dd6c91eadf5cdd94d6df1 | 41029dc7c76c617ac2ca0600aedef284acf71d58 | /src/main/java/com/mj/example/repository/UserRepository.java | ed6d14061ed4b27a9bf731ace4940d94c60842fe | [] | no_license | mrujoshi/SpringBoot_example | 07cd414cc468308a82441f220197321a0d600902 | 3547d62634c99463657d5fc4de9972c068c7915f | refs/heads/master | 2022-04-28T03:14:25.034055 | 2022-04-14T06:55:51 | 2022-04-14T06:55:51 | 167,000,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.mj.example.repository;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.mj.example.model.AppUser;
public interface UserRepository extends PagingAndSortingRepository<AppUser,Long> {
}
| [
"mrudula.p.joshi@gmail.com"
] | mrudula.p.joshi@gmail.com |
c7a2d705fa6396fc19c456d50d3d07abf52d906a | c56cbc159b39a1c4a1c53322ee1379137587531d | /src/com/BasicJava/SingleDimensionalArray.java | 60a649a770bc3208e64c3085e84643296802d9d5 | [] | no_license | Madhu-3167/MadhuBade | 4afdec23cffb6797b639561ec5a007d9ff8ebcde | 9155781e79a91071f2403a967e44742c20f9b993 | refs/heads/master | 2020-07-02T18:23:26.917648 | 2019-08-10T12:26:21 | 2019-08-10T12:26:21 | 201,620,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package com.BasicJava;
public class SingleDimensionalArray {
public static void main(String[] args) {
// An array is used to store multiple values
// An array Size is always fixed / constant / static
// An array can store only similar dataType value
// An array cannot have more values than the size decla... | [
"madhuvarma740@gmail.com"
] | madhuvarma740@gmail.com |
5c3af3f6a91c7847eeaf48c087f9048ad854a38c | 43507f48c54536f511707883ff4e30e0e3de8a1e | /lab5/src/gui/NewCircleDialog.java | 753a1e2ed63355e39bb1d0d730198f0ced63fc99 | [] | no_license | CG2016/Avdoshko_1 | 253d374403692286489fa2fc21c5f4b5502fef3a | a59527f80331d4d5da59debd20c2c78b5562fbe5 | refs/heads/master | 2021-01-17T14:09:55.850556 | 2016-05-23T11:50:21 | 2016-05-23T11:50:21 | 52,275,524 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | package gui;
import rasterizer.line.LineRasterizer;
import rasterizer.line.RasterizeMethod;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.WindowEvent;
/**
* Created by Evgeny on 24.04.2016.
*/
public class NewCircleDialog extends JDialog {
priva... | [
"donavdey@gmail.com"
] | donavdey@gmail.com |
1539a96890d176d52d94674e64f789dea0ae0654 | 6c63a413029a1b135f4f7d57a7181634d7957a2b | /src/main/java/com/rabobank/services/impl/StatementProcessorServiceImpl.java | e6c3e59473fd0d5c7b6823228dd3b6223325d75d | [] | no_license | ionicappworld/updatedProjectTuesday | 8b26df7f643b87cafc09d2103ef5a507d9aa1e08 | e3ec74d52cadec26d537ff7a8ac08e3e67c323fc | refs/heads/master | 2020-05-14T07:50:50.497567 | 2019-04-17T05:57:03 | 2019-04-17T05:57:03 | 181,713,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,571 | java | package com.rabobank.services.impl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import com.rabo... | [
"ravi.paramasivam.m@gmail.com"
] | ravi.paramasivam.m@gmail.com |
51e32b80a1d0ec538b00424f34e90aa2f715644f | ed2a35e7bafaf1eccd1e84641d1e8b6e0ec49ad6 | /src/main/java/org/pfaa/chemica/model/ConditionProperties.java | 54cef05ed6c5963dbc7962c18e6e4af79d5e8c01 | [
"Artistic-2.0"
] | permissive | mymagadsl/PerFabricaAdAstra | 7a27632c7b2d9d93ccac62a7a33b8b2446f71a5a | 1a3126ca1233a6fe2dc6040d85f79de6d743eb62 | refs/heads/master | 2020-12-31T02:50:15.573003 | 2015-09-26T14:13:09 | 2015-09-26T14:13:09 | 48,414,350 | 0 | 0 | null | 2015-12-22T06:21:20 | 2015-12-22T06:21:20 | null | UTF-8 | Java | false | false | 1,586 | java | package org.pfaa.chemica.model;
import java.awt.Color;
public class ConditionProperties {
public final State state;
public final Color color;
public final double density;
public final Hazard hazard;
public final double viscosity;
public final int luminosity;
public final boolean opaque; // FIXME: can't we just... | [
"michafla@gene.com"
] | michafla@gene.com |
b5e5be9047e97e559efd9f142eccd95c217965b8 | 2773ab13817b0cb2ae2191a25a1e106a7e8bab93 | /BitcoinSpinner/src/com/miracleas/bitcoin_spinner/SettingsActivity.java | 3304e4556b49b8fcf2d17a108926d9096824d99e | [] | no_license | jackba/bitcoinspinner | 99bae3e519484d7da5efc04bef31a9103f8e3415 | 1fc2f8a217daf93972a5982d9135d4949e8e08f8 | refs/heads/master | 2020-06-05T11:55:29.302700 | 2013-12-16T10:39:51 | 2013-12-16T10:39:51 | 35,721,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,495 | java | package com.miracleas.bitcoin_spinner;
import java.util.Locale;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.Share... | [
"jan.moller@gmail.com@1b99fd55-653d-3305-1646-2baddee6abf9"
] | jan.moller@gmail.com@1b99fd55-653d-3305-1646-2baddee6abf9 |
654fc8bd6ee8da873453eb682ba5bf85e78a71dd | 19d9bc6e589c03ecc9288fb93c7e25c9cb2d706b | /src/by/htp/hw/unit8/task01/MyThread.java | 90cf742a6fa2f0dabbb6101e5e0a1fe59c8f1b04 | [] | no_license | Pickle9/JD | 075ceed01aa5ed2ca5b27c76d4ff496fe34443f0 | 18793bf379a1a81a1d7e91c347671fcb43501bf0 | refs/heads/master | 2021-05-09T16:06:43.530935 | 2018-03-17T21:24:57 | 2018-03-17T21:24:57 | 119,108,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package by.htp.hw.unit8.task01;
public class MyThread implements Runnable {
private int id;
public MyThread(int id) {
this.id = id;
}
@Override
public void run() {
for (int x = 0; x < 5; x++) {
Matrix matrix = Matrix.getInstance();
synchron... | [
"noreply@github.com"
] | Pickle9.noreply@github.com |
1fb4c21d3fcb487e41cc29ddab18af103d73b963 | 582a0eb683da4f2bdd8e09c6f0741d17e425e3b5 | /app/src/main/java/edu/slcc/jamesfullmer/csisclasses/dummy/DummyContent.java | fac349898b3498a301d4185a5d62726c01df964c | [] | no_license | jefullmer/CSISClasses | e01f09231b85b9014067faa20522280c1622ee91 | 8e3e6f14a7d02d8ade0990547890f93a9f854078 | refs/heads/master | 2021-01-20T15:53:59.531193 | 2017-05-09T23:04:29 | 2017-05-09T23:04:29 | 90,799,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,684 | java | package edu.slcc.jamesfullmer.csisclasses.dummy;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Helper class for providing sample content for user interfaces created by
* Android template wizards.
* <p>
* TODO: Replace all uses of this class before publish... | [
"james.e.fullmer@gmail.com"
] | james.e.fullmer@gmail.com |
dbfc03c53154ead68269a902b66d0375a4fcb5f2 | a040c6c30ec23435f5ba5bb6f5ed52c6dcb3db7f | /BBSSDKTHEME1/src/com/mob/bbssdk/theme1/view/Theme1MainView.java | 88aeb9dbcbbe664484310dc8480983a2356257fa | [
"Apache-2.0"
] | permissive | Inspirelife96/BBSSDK-for-Android | 6934732910fab3e85c73032f0fc18c24c695c0bc | 383d9386141e48d6ef12be02b715ca361f6f32f7 | refs/heads/master | 2021-06-29T04:46:05.213856 | 2017-09-22T07:42:15 | 2017-09-22T07:42:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,886 | java | package com.mob.bbssdk.theme1.view;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.os.Handler;
import android.os.Message;
import android.support.... | [
"pgao@youzu.com"
] | pgao@youzu.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.