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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
439df09c4a757628d7f6be3b5cc0563750754507 | c3169a6548370be74053f900aea46d82b0ca5d5d | /Data Structures/AssociativeArray/RecursiveBST.java | b1438b77f31ecd4388df950ccca64fce64d5f109 | [] | no_license | WardBrian/CS1102 | 75858e59578dd0216766746507142e82151852ba | e6af39d0e8ebd55c30de5f3d76afb9df3a9830c6 | refs/heads/master | 2020-03-23T10:57:56.644451 | 2018-07-18T18:19:57 | 2018-07-18T18:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,019 | java | @SuppressWarnings({"rawtypes", "unchecked"})
public class RecursiveBST<Key extends Comparable, Val> implements IAssociativeArray<Key,Val>{
private Node root; // root of BST
private class Node {
private Key key; // sorted by key
private Val val; // associated d... | [
"wardbp@bc.edu"
] | wardbp@bc.edu |
10d85559beb99508c6ed2e674dc35067b1c85d52 | afe4788f76a915979c3f645e761a32002de80435 | /src/main/java/resources/ResponseResource.java | 19a5938da75fadf71578b1fb28668dd13b086c9e | [] | no_license | mikrut/tp_2015_02_java_DoDots | 59bbef5c4ba53a5b8ccb0e52bfd0cf0a2f8e8619 | 2698c61444b69090b14d9ee3cd84b760997f04fc | refs/heads/master | 2021-03-12T21:58:44.211005 | 2015-06-06T15:11:51 | 2015-06-06T15:11:51 | 31,475,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package resources;
/**
* Created by mihanik
* 07.04.15 8:58
* Package: resources
*/
@SuppressWarnings("UnusedDeclaration")
public class ResponseResource implements Resource {
private String status;
private String message;
private String ok;
private String error;
public String getMessage() {
... | [
"mihanik01@mail.ru"
] | mihanik01@mail.ru |
849482152851942ceb8853d15ff841820ca6906b | 5f0822f716aa251ea10662dc966cc8318468e27c | /src/main/java/com/alvin/wechat/authtool/WeChatController.java | c5d219e3f6b1c4b7df800aaba99a296e5d84d737 | [] | no_license | jieyoutech/wechat-auth | 98200ea74003e2056bd884456ce4d2d9dc0bd08e | 08b9a10b875ebfe36803155f6c803c4d955a8bdd | refs/heads/master | 2021-09-01T18:34:53.996198 | 2017-12-28T08:19:25 | 2017-12-28T08:19:25 | 115,601,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,770 | java | package com.alvin.wechat.authtool;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Qu... | [
"weifang.chen@oracle.com"
] | weifang.chen@oracle.com |
cb8ba95d76d85bde617fed98968a67c1acd9599a | 9e8d721737b3620ec09895102fe15644dd253853 | /chapter1/src/com/lss/phase2/ch8/Test.java | 8bd292985e77484087043cf80b8785a1083b5712 | [] | no_license | stephanie-lss/java-concurrency | c23c92297ebd5ea84cbb28f62fa255d2615a08db | 7b1a61fca46afe8fa72d5ce5e76485057676b766 | refs/heads/master | 2022-11-10T15:37:24.316659 | 2020-07-02T05:59:22 | 2020-07-02T05:59:22 | 250,286,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package com.lss.phase2.ch8;
/**
* @author LiSheng
* @date 2020/6/26 19:56
*/
public class Test {
public static void main(String[] args) throws InterruptedException {
FutureService futureService = new FutureService();
Future<String> future = futureService.submit(() -> {
try {
... | [
"892958173@qq.com"
] | 892958173@qq.com |
2afdd45d0cd08593d2be0d19766f1b15302268a7 | 4cf98017019f983040a00492217a87ed26cf8198 | /lollipop_CardViewEx/src/main/java/idv/david/cardviewex/MainActivity.java | 8ba95058601224623e20a4c96344a50923177608 | [] | no_license | EvanWn2015/Application_David_Demo | 8f0fa5c8168cf2e389539ecc6cf9270629b9a1cd | f3dc27e019982fbccfb2d3605f27ae69d31268cb | refs/heads/master | 2021-01-21T14:40:55.670331 | 2016-07-03T15:20:52 | 2016-07-03T15:20:52 | 58,410,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,984 | java | package idv.david.cardviewex;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.V... | [
"jnswcy@gmail.com"
] | jnswcy@gmail.com |
5d76ec3532c211d86baee71dafef9cad1496e40e | c25d4e81ee5a1d1c1dbade6816b76ef0548937d6 | /src/java/Servlet/Detail.java | f21f7f0f676a617a78f7a65b055e7e250d20c020 | [] | no_license | mekzanarak5/AdisornJSP | 61dbda577c3c3bec1b6f68d333c665214a77ba57 | fa0cd99b87053cf38a91095b0aa77b31acfcf67d | refs/heads/master | 2020-05-19T20:56:35.031678 | 2014-09-13T18:33:07 | 2014-09-13T18:33:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,573 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Servlet;
import Model.Product;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | [
"Mekza@Adisorn"
] | Mekza@Adisorn |
aea5789d5d013941f8d2f30df056c4a528049b48 | 6b08d599b576d5cabff6375fe7509079bc5a7b5c | /PotOGold/src/test/java/suite/tests/GamePauseTest.java | 927e06bf77c50f12620f4326fbece3f07a45457e | [] | no_license | Hunterszone/MyJavaGames | f18fb70f6641fbc265c72c41b1943cf6431b67be | 4734d22904b71fba40bf64f1e31e446a620b501b | refs/heads/master | 2023-07-21T06:56:36.520309 | 2023-06-18T13:35:53 | 2023-06-18T13:35:53 | 189,064,790 | 2 | 2 | null | 2022-11-05T10:29:54 | 2019-05-28T16:28:18 | Java | UTF-8 | Java | false | false | 367 | java | package suite.tests;
import static org.junit.Assert.*;
import org.junit.Test;
import org.newdawn.slick.Font;
import states.GamePause;
public class GamePauseTest {
private Font font;
private int x, y;
@Test
public void testGamePause() {
GamePause gamePause = new GamePause(x, y, font);
asse... | [
"k.drenski91@gmail.com"
] | k.drenski91@gmail.com |
358ac5316ae038d11fe6db117bc738995856b7d6 | 77449ca1d6a946001521b54ab521466c9a0ebe09 | /src/main/java/org/bian/dto/BQFraudUpdateInputModelFraudInstanceRecord.java | b5c93b4387dfd4f22084f9648fa67860ce0ad8aa | [
"Apache-2.0"
] | permissive | bianapis/sd-customer-event-history-v2.0 | 2abffcd7229d8daa378a51f9728d3c1a184ce1ca | 25135ff76374dc26cdef0573157e65d3bb6a6918 | refs/heads/master | 2020-07-11T08:45:47.631695 | 2019-09-09T05:06:14 | 2019-09-09T05:06:14 | 204,494,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQFraudUpdateInputModelFraudInstanceRecord
*/
public class ... | [
"team1@bian.org"
] | team1@bian.org |
290a3a2ea3e43d5d718b54a6e487079f7df65b23 | b61cfd8d0eb8fc6d4423e980c682af78383993eb | /accounts-api/src/main/java/uk/gov/caz/accounts/dto/LoginRequestDto.java | b1d121024b512579b42c6eccdc57691d5e6fcea8 | [
"OGL-UK-3.0"
] | permissive | DEFRA/clean-air-zones-api | 984e6ba7d16cc484e74dd57b1fab6150e230ce1c | e6437781ff5dc71b01ffce9fd6f8bec2226ee0a6 | refs/heads/master | 2023-07-24T13:59:03.152029 | 2021-05-06T16:24:20 | 2021-05-06T16:24:20 | 232,327,284 | 0 | 2 | NOASSERTION | 2023-07-13T17:02:58 | 2020-01-07T13:10:59 | Java | UTF-8 | Java | false | false | 1,741 | java | package uk.gov.caz.accounts.dto;
import static org.apache.logging.log4j.util.Strings.isNotBlank;
import io.swagger.annotations.ApiModelProperty;
import java.util.Map;
import java.util.function.Function;
import lombok.Builder;
import lombok.Value;
import uk.gov.caz.accounts.controller.exception.InvalidRequestPayloadEx... | [
"james.cruddas@informed.com"
] | james.cruddas@informed.com |
c47b51f4c1245f70cbb2ca7d73f39afd6c9e6611 | 00387fe46383162f99df40c94a854b9e5e04b651 | /src/dataprocessing/A0.java | f7431db2941dc4fbd37cf449c85f44b591ad9a58 | [] | no_license | navspeak/CP | 39b55da0222cb62c0f9194364969338931d07226 | 7938d75d0438cfb2ad212e2ba71ba1d9af33ca62 | refs/heads/master | 2020-04-08T17:03:55.375297 | 2019-05-14T03:01:41 | 2019-05-14T03:01:41 | 159,548,774 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,494 | java | package dataprocessing;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
import java.util.function.*;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class A0 {
public st... | [
"navneet.sahay@gmail.com"
] | navneet.sahay@gmail.com |
505343705a99306542197b30489ee8130bb4337a | da93e68c64f3327e60278b5742c0e452414f0334 | /src/main/java/com/kdb/clients/ClientsApplication.java | 440cf6a95ac9e12460be271e0be6230706a2bb2e | [] | no_license | dudebowski/scaling-fortnight | 64a7b3cd1393babbcfd5ccd6f335ac218baf97a8 | 0b56a93dc97e5029f459665c49a6d151ef682d5b | refs/heads/main | 2023-05-08T04:55:59.483160 | 2021-05-27T19:45:02 | 2021-05-27T19:45:02 | 371,486,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.kdb.clients;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ClientsApplication {
public static void main(String[] args) {
SpringApplication.run(ClientsApplication.class, args);
}
}
| [
"adriaan.mutter@gmail.com"
] | adriaan.mutter@gmail.com |
61dde9f2822d40b6335cc8c4eae3f7a94183ea5e | 241737d261b97e852bd90ff384cf4db7356205aa | /src/main/java/kr/ac/daegu/jspmvc/model/BoardDTO.java | 7d4224bb60a33bf05ed4ec171ce9d657d63da6b9 | [] | no_license | jangeunyoung00/jspmvc-1 | 618cb378a5d9e2950681ae3e19b91394853c611a | d05e110e9c8a614630e8d97e53124c6ea5536303 | refs/heads/master | 2023-07-15T10:29:25.027231 | 2021-08-25T01:49:40 | 2021-08-25T01:49:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package kr.ac.daegu.jspmvc.model;
import java.sql.Time;
import java.time.LocalDateTime;
import java.util.Date;
// db에서 Board테이블의 컬럼과 row를 정의.
public class BoardDTO {
private int id; // 글 id
private String author; // 작성자 이름
private String subject; // 글 제목
... | [
"keepthefaith00@gmail.com"
] | keepthefaith00@gmail.com |
3fd56431b9563494dbcb5a88228b038f408ed72d | 3f9229f161147a91d4cd8dab6912f1af5d528221 | /src/main/java/com/example/ProjetPriseMain/security/PasswordConfig.java | 6f6de71dd52286902f9782fe57be3a16d8b45039 | [] | no_license | Fadilou-coder/Gerer-visite | 5ec70078b7687fb43fd8cb5237d379e37541f42d | d515d4a89d131b14428b7295907ef37502a32e9c | refs/heads/master | 2023-07-07T17:23:30.388756 | 2021-08-30T08:48:58 | 2021-08-30T08:48:58 | 399,747,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.example.ProjetPriseMain.security;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
@Configuration
pu... | [
"syfadilou3@gmail.com"
] | syfadilou3@gmail.com |
d199dd6795c6188fd31ef2a5c53b2013eff31eda | 96fa4bafe1b67d16b1dcd93a3d8d9f3af4c28dbf | /Intro & Inter Java 1/Week 8/src/While (2019_01_09 03_21_30 UTC).java | ee0acf2265036363d08192526dfe2b6a8bec9822 | [] | no_license | AMSearer/JavaCourses | 8fad74c222d18590b3ec77a68b042c2b6cbdcaa3 | be79e62c6d458e43e3cf5ce9aa972bd578315818 | refs/heads/master | 2023-05-07T13:04:32.368885 | 2021-05-24T14:02:45 | 2021-05-24T14:02:45 | 229,746,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | import java.util.Scanner;
public class While {
public static void main(String[] args) {
int sum = 0;
int newInt;
Scanner entry = new Scanner(System.in);
System.out.println("Please enter an integer: \n");
newInt = entry.nextInt();
while (newInt >= 0) {
sum += newInt;
newInt =... | [
"noreply@github.com"
] | AMSearer.noreply@github.com |
79f9b815afc05097447f06852142cd2f562f6c57 | 40ef34f67c46c1197bb354a7a80f416c1208258e | /Lesson 32/Music Shop Demo/musicShop/Shop.java | 7a7a9929a523f588a8b061c8c0c7ffc5faa3bab9 | [] | no_license | noexile/Homework | ea2268c301c2b36caa1407e1536a9b803e3eec22 | bd833341a6c1471980d91f7d6706468a44f9e830 | refs/heads/master | 2021-01-10T05:46:43.146360 | 2016-03-19T13:13:31 | 2016-03-19T13:13:31 | 47,348,524 | 0 | 0 | null | 2015-12-08T19:32:32 | 2015-12-03T17:32:46 | Java | WINDOWS-1251 | Java | false | false | 21,909 | java | package musicShop;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
public class Shop {
enu... | [
"alexander.zorov@gmail.com"
] | alexander.zorov@gmail.com |
85124b3f745ecbe458250873e97873ec40b39e6b | 3814944e51daecb9fc08845a816054a242dd66b6 | /src/main/java/com/hbmr/common/Clock.java | 32cffbc9462df2ab7d8ee049c3aff3f5d5dbc155 | [] | no_license | vpatryshev/HBMR | 6767f8f3c52e97d89475e44174cd490dfc1fd0ff | 06eb944b89d9a31024f3e587d34baf30bcbc3a91 | refs/heads/master | 2021-01-01T05:47:24.527221 | 2011-12-12T01:14:54 | 2011-12-12T01:14:54 | 2,841,590 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.hbmr.common;
/**
* Abstract idea of clock, good for mocking/testing
*
* @author Vlad Patryshev
*/
public interface Clock {
long now();
void sleep(long howLong) throws InterruptedException;
}
| [
"vpatryshev@gmail.com"
] | vpatryshev@gmail.com |
c1695a60e034c3b2867f61ee534d4844be7dc429 | 31394300389f7c7c542ef891498e8cdbe24c5b8f | /dmn-signavio/src/test/java/com/gs/dmn/signavio/transformation/ExportedDecisionTableDMNToJavaTransformerTest.java | 28d97a39db95dbc6da635d8eca43d1c5178cf1f3 | [
"Apache-2.0"
] | permissive | kaizer/jdmn | 82c30c577bae413e9117c7a7e0c692327f34ead1 | 929e9d11b839e328420b489a6412b501d1f39035 | refs/heads/master | 2021-05-01T04:02:22.030117 | 2020-03-04T11:22:06 | 2020-03-04T11:22:06 | 121,198,495 | 0 | 0 | null | 2018-02-12T04:08:22 | 2018-02-12T04:08:22 | null | UTF-8 | Java | false | false | 1,087 | java | /*
* Copyright 2016 Goldman Sachs.
*
* 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 ... | [
"octavian.patrascoiu@ln.email.gs.com"
] | octavian.patrascoiu@ln.email.gs.com |
36f2aa7d24ad7ec77f3eb1ad2854a1d39c39fae4 | 9236b9ae129e587d049dba4fd6040bf58a478ca4 | /src/test/java/com/example/GitSampleFukuApplicationTests.java | cd070b4538caf7f9856690173e31efc589f2671b | [] | no_license | happyislandR/git-sample-fuku | abef4d79ed8812879bebb56226cb9300b299fa53 | 170c8598ab10d96ddfde43d0345ca7d9dfd290b9 | refs/heads/main | 2023-07-02T01:22:14.266610 | 2021-07-29T03:07:25 | 2021-07-29T03:07:25 | 390,561,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.example;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class GitSampleFukuApplicationTests {
@Test
void contextLoads() {
}
}
| [
"masahiro.fukushima@rakus-partners.co.jp"
] | masahiro.fukushima@rakus-partners.co.jp |
edcfb473937d3dafd913d1686ade65e633b6e86c | 40abbb61dd4fbc8e9cd70415de442b0847a6ac90 | /src/Year_2019_7_23/第五节课Constructor/Animal.java | d7db68a7cf17c434c55b8f3870a5b870851a08bc | [] | no_license | Micro-hard/JavaDB1905 | 5bbbf4948293f7d82a648646a6873ef9e6d18017 | ef370d9bd0fb1fa150c4fd1fe88e7204963f1a80 | refs/heads/master | 2022-11-16T07:47:45.880878 | 2020-07-05T16:35:15 | 2020-07-05T16:35:15 | 272,234,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package Year_2019_7_23.第五节课Constructor;
public class Animal {
private int legs;
public void setLegs(int legs) {
this.legs = legs;
}
public int getLegs() {
return legs;
}
//构造方法与类名相同 没有返回值
//一般写成public
public Animal(int i){
legs =i;
System.out.println... | [
"admin@aliyun.com"
] | admin@aliyun.com |
57e196cf5da571b458f1bf90dd7c03c49cb99409 | a41a9b1e5faf63004a6239757ab3d9b6fdd9b3e3 | /nnbdc-service/src/main/java/beidanci/service/SessionListener.java | de38869db39d1bc67bb9a58b8f8153b643b289b2 | [] | no_license | chengtaowan/nnbdc-server | 8b314894b0586b5dfcfe5f7abeeb7a2239bb5b5b | 7744d72e69733e40413f56619a6afcc97b1bc6a7 | refs/heads/master | 2022-01-08T22:48:35.896060 | 2019-05-11T03:28:48 | 2019-05-11T03:28:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,587 | java | package beidanci.service;
import beidanci.api.model.UserVo;
import beidanci.service.po.User;
import beidanci.service.util.Util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.annotation.WebListener;
import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.http.HttpSe... | [
"mmyybb3000@hotmail.com"
] | mmyybb3000@hotmail.com |
2702a6df05e2ade1db72354b3dfd455075cd7f3d | 53c35321b476cb1eb80ff9d4e2b9faaabb54d432 | /src/JDBCconnecter.java | 10be5ed0ed77050d265fe0d302e55d0da49f0c9d | [] | no_license | Vintony/patternbased | cf6a0acf5e1b82b1c29b2b577dbccc7d5a6987db | 1279ac0cb208fbe83cb977c93a08efedb9325731 | refs/heads/master | 2020-05-02T08:37:32.595637 | 2019-04-30T12:07:04 | 2019-04-30T12:07:04 | 177,847,822 | 0 | 1 | null | 2019-04-27T00:15:25 | 2019-03-26T18:36:31 | Java | UTF-8 | Java | false | false | 1,121 | java | import java.sql.*;
public class JDBCconnecter {
private Connection conn = null;
private Statement statement = null;
public void Connect(String driver,String jdbcUrl,String userName,String userPass) {
try {
Class.forName(driver).newInstance();
conn = DriverManager.getConne... | [
"630756267@qq.com"
] | 630756267@qq.com |
80f72c1e8cbba8059ac06b52fb1b8dc93de6be9a | c30d71f8a49377ecd3aabad37548069768c53709 | /android/HCBLED/app/src/main/java/com/example/hcbled/MainActivity.java | c310d8791dbdf2771a5a263c19a9468175145b3c | [] | no_license | eugenioao/aquario | 5f4c9266a736ba0b4c4146163bf27e685cb40c30 | 4908cabe7be943d96c663dc0ee7576b97fd924b8 | refs/heads/master | 2022-12-21T08:48:29.168212 | 2020-09-27T22:38:16 | 2020-09-27T22:38:16 | 299,119,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,983 | java | package com.example.hcbled;
import androidx.appcompat.app.AppCompatActivity;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ProgressBar;
import android.widget.TextView;
import android.w... | [
"eugenio_ml@icloud.com"
] | eugenio_ml@icloud.com |
78626dd1fda79066ae7f90a4ec6146a3b77f36c4 | e5813aa49016985d2378198cf129dcc4b88579a5 | /src/main/java/com/emc/rpsp/fal/commons/StorageAccessState.java | ef60a361846dd9821a03c5358c7b14759469e089 | [
"MIT"
] | permissive | cunla/RPSP | d10fa3a756c8ea6ea7dc2334d7ebd7c4bf1b81ec | ed34b8c07a97ac99a984b3508c20fba50a0b31d7 | refs/heads/master | 2021-07-17T15:15:04.137384 | 2021-04-26T17:51:34 | 2021-04-26T17:51:34 | 35,469,747 | 4 | 1 | null | 2021-04-26T17:51:35 | 2015-05-12T05:58:51 | Java | UTF-8 | Java | false | false | 943 | java | package com.emc.rpsp.fal.commons;
import lombok.AllArgsConstructor;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
@AllArgsConstructor
public enum StorageAccessState {
DIRECT_ACCESS("DirectAccess"),
LOGGED_ACCESS("LoggedAccess"),
VIRTUAL_ACCESS("VirtualAccess"),
ENABLING_LOGGED_ACCE... | [
"morand3@isenmorand3l1c.corp.emc.com"
] | morand3@isenmorand3l1c.corp.emc.com |
a469b5e662a12b7b97711059218d59a7405bf8b6 | f1ea18203add1170b72795bc2ef26375de01dc20 | /src/main/java/biz/pdxtech/iaas/repository/JpaRunner.java | b873e8362b6aa25615e4b62925c18bd3a23c3597 | [] | no_license | PDXbaap/iaas | 7a0b21467d31e9c667dfb51d5e7ac7fcaed36825 | fe86785b457d45e1469e13debcf06abf54d686f4 | refs/heads/master | 2020-04-23T03:51:38.782980 | 2019-04-15T12:49:00 | 2019-04-15T12:49:00 | 170,889,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | /*************************************************************************
* Copyright (C) 2016-2019 PDX Technologies, Inc. All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | [
"suguta@qq.com"
] | suguta@qq.com |
e7589366559c259449f5c9b30f8eb850aa800c70 | e6aaf02f8270d16abf8d45212d113e030f88a54b | /Task_2/repository/src/main/java/com/epam/esm/repository/specification/FindAllOrdersByUserID.java | 867260e1a2b1b13d605ce73d6de63b6df677be96 | [] | no_license | alialiusefi/JavaMentoring | 15af4e84c529fa3beac47fd73814b8fe939cfdc3 | 9b7372eab43b0096053bcf0b87bd519caa288847 | refs/heads/master | 2022-12-20T17:12:37.613735 | 2020-04-15T16:27:50 | 2020-04-15T16:27:50 | 255,955,316 | 2 | 0 | null | 2020-10-13T21:13:08 | 2020-04-15T15:14:31 | Java | UTF-8 | Java | false | false | 1,053 | java | package com.epam.esm.repository.specification;
import com.epam.esm.entity.Order;
import com.epam.esm.entity.UserEntity;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.... | [
"Ali_Al-Iusefi@epam.com"
] | Ali_Al-Iusefi@epam.com |
a1872bd3a5fa0c7d5d6e5710f360aac48f747279 | d58e269125ee0f58c6cf12019f9c7ee34383ff79 | /springannotation/src/main/java/com/sonic/bootstrap/ConfigurationBootstrap.java | b5d58971ec4518fc6d9435a34578de77959b5d9a | [] | no_license | AK47Sonic/drive-in-spring-boot | 7a011a878c21487d3e502f48b800721dba002752 | 403f67034b60c37082f0159e0ecc28cec5629e15 | refs/heads/master | 2022-12-25T20:29:32.694725 | 2020-06-21T01:22:42 | 2020-06-21T01:22:42 | 163,733,768 | 0 | 0 | null | 2022-12-16T03:39:56 | 2019-01-01T12:06:07 | Java | UTF-8 | Java | false | false | 2,730 | java | package com.sonic.bootstrap;
import com.sonic.bean.Person;
import org.springframework.boot.WebApplicationType;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.context.ConfigurableApplicationContext;
import... | [
"675737965@qq.com"
] | 675737965@qq.com |
6231e197e9f45fee5f49b290a3a7a14bea04c40a | 9208ba403c8902b1374444a895ef2438a029ed5c | /sources/com/androidquery/util/AQUtility.java | 06a0f30069fe0c7a866d81f4eca7a5b03dde2651 | [] | no_license | MewX/kantv-decompiled-v3.1.2 | 3e68b7046cebd8810e4f852601b1ee6a60d050a8 | d70dfaedf66cdde267d99ad22d0089505a355aa1 | refs/heads/main | 2023-02-27T05:32:32.517948 | 2021-02-02T13:38:05 | 2021-02-02T13:44:31 | 335,299,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,243 | java | package com.androidquery.util;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences.Editor;
import android.os.AsyncTask;
import android.os.Environment;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import android.util.TypedValue;
impor... | [
"xiayuanzhong@gmail.com"
] | xiayuanzhong@gmail.com |
8b3544c9ac9a1b8ea90671695c257b8fb83a6f80 | b86ade6ab28252a8e6d77dc41a4ca8522ba615ca | /src/app/datasim/Dao/BookDao.java | f43fc1f359b38a6aeda37a107b6b57122bd380cf | [] | no_license | kikemascote/FinalProgra | 6442a2333bf706b2cf50bc0a54c0d20211007f34 | fcca71b0fbd2b4fe0e9b14bcbd1194f969e6f8fe | refs/heads/master | 2021-05-17T06:36:18.184784 | 2020-03-28T08:35:07 | 2020-03-28T08:35:07 | 250,677,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,971 | java | package app.datasim.Dao;
import app.datasim.DBConnect;
import app.modelo.Book;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
public class BookDao extends DBConnect {
public ArrayList<Book> getAllBook() {
ArrayList<Book> booklist = ne... | [
"kike.mascote@gmail.com"
] | kike.mascote@gmail.com |
2a2e888e9439adf5ff01e5cd7f7d8c5cb1460a9f | 239f9d9a281a4969fe2acdf64eef369f01067d67 | /src/java/entity/thanhtich.java | f723bc86afc5561477506f922d37c5b9ed3e7842 | [] | no_license | hieunmps05633/hieuhh | 50286964d343500207f41d05877f789c8615fdd4 | e9f03aa8e30f27fbcc77bedd23a731f2805afe9f | refs/heads/master | 2020-03-14T21:38:08.232066 | 2018-05-02T05:16:57 | 2018-05-02T05:16:57 | 131,801,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | 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 entity;
/**
*
* @author TrungQuoc
*/
public class thanhtich {
}
| [
"hieunmps05633@fpt.edu.vn"
] | hieunmps05633@fpt.edu.vn |
eb39bdd0a65e39557bbf02842b080f3a53c9c192 | 989db38f70797be4a841be1c4d45e76012d6d442 | /src/main/java/history/GalleryState.java | a0e9f1c80bd81e012d1479968a2679f3cf0b30a4 | [] | no_license | jchien14/technologic | 33761315ed668b4f5480e0bd354032df8bd03387 | 7a3e69f6e2c8a348641f6c61b46a476c5f957d7d | refs/heads/master | 2021-03-24T12:30:30.041412 | 2014-09-07T09:47:27 | 2014-09-07T09:47:27 | 23,693,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,680 | java | package history;
import com.google.common.base.Preconditions;
import com.google.common.collect.Iterables;
import java.util.*;
/**
* Created by jchien on 9/6/14.
*/
public final class GalleryState {
private int currentTime;
private final Set<String> employeesInside;
private final Set<String> guestsIns... | [
"jchien10@gmail.com"
] | jchien10@gmail.com |
bc623ef2249d05dea61fa3d96a04fde0924c9f19 | ef0cb56afd7562895643986153836e8eb987ede8 | /CrmApp/src/com/myclass/connection/JDBCConnection.java | 0762bf4e021199a6aa6cea17d57665124a8f0666 | [] | no_license | truongduongkhang277/CRM_Project | b4f112dca66a652bbe5971467e3c8a6eb95b4df3 | 0c94e93a91fde4e3f5e9b10fd94dfbbc82f79556 | refs/heads/main | 2023-01-05T19:57:56.773089 | 2020-10-28T17:40:14 | 2020-10-28T17:40:14 | 308,093,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package com.myclass.connection;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class JDBCConnection {
public static Connection getConnection() {
try {
Class.forName("com.mysql.cj.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://local... | [
"truongduongkhang277@gmail.com"
] | truongduongkhang277@gmail.com |
ca7c832c2f37991ea52c3c165114e4afd7fe40b7 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/ReactiveX--RxJava/4017e26b22b4905c241d1f3b13e9387bab5ccbd8/after/ObservableDoOnEachTest.java | c583b891eef1f112643327b850fa65c1f3becdac | [] | 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 | 7,556 | java | /**
* Copyright 2016 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
646d0f915ddef7b93f0980fe2c365c14ed685cea | 05ec2d0f858974e9822adee80572d663a50841f7 | /AndroidGame31/src/main/java/com/ruanyf/androidgame31/FightLayer.java | 3885b39eadaf669f025e5743c097a255d8d13c28 | [] | no_license | asflex/AndroidGameExperiments | 60f01ec8479be56f5f8dfd228181a53c75b6689f | 50a83dfb142ecb43c335f3c6e02687dbf52207b7 | refs/heads/master | 2022-04-08T10:46:55.439208 | 2017-12-26T07:00:44 | 2017-12-26T07:00:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,348 | java | package com.ruanyf.androidgame31;
import android.view.MotionEvent;
import com.ruanyf.androidgame31.plants.*;
import org.cocos2d.actions.base.CCRepeatForever;
import org.cocos2d.actions.instant.CCCallFunc;
import org.cocos2d.actions.interval.CCAnimate;
import org.cocos2d.actions.interval.CCDelayTime;
import org.cocos... | [
"yfruan@outlook.com"
] | yfruan@outlook.com |
da0ff5d5b8434862e86ea0dc33a8ae0fdd7bdf3c | aa3522367eee4a30cb0c0944bd9d2d87a7cef412 | /TestaIdade.java | c40a0c13efb3c7e8ff3041cc33be37b9ee3cd34a | [] | no_license | KleciusPalma/EstudoJava | 578fc213bd854882ad5a512085b37d49bb3d863c | 6afb6e6a50b2337cdbc14797bc8056aabe5c1653 | refs/heads/master | 2020-03-27T03:44:01.319225 | 2018-08-23T17:35:57 | 2018-08-23T17:35:57 | 145,885,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | class TestaIdade {
public static void main(String[] args) {
// imprime a idade
int idade = 20;
System.out.println(idade);
// gera uma idade no ano seguinte
int idadeNoAnoQueVem;
idadeNoAnoQueVem = idade + 1;
// imprime a idade
System.out.println(idadeNoAnoQueVem);
}
} | [
"klecius.palma@hc.ufpr.br"
] | klecius.palma@hc.ufpr.br |
0eb77c7d812f8850aa0ddd4973706c93bc7c8ca1 | b77fc8734b8f7ece129c8758649d8088ea1a887a | /LoginLogoutSample/src/com/simplilearn/servlet/LogoutServlet.java | c5ec292b432328053a9ab22dd333bc5ca6a6c9ab | [] | no_license | sonam-niit/Phase-2-Backend-JAVA | 8b0ddba5144e385f2c844f7c04c0652b55655cc4 | fb2cc24d5c9fd0ccc0fb37d4d75553f8c06ea490 | refs/heads/master | 2023-08-13T13:39:29.035509 | 2021-10-13T09:04:23 | 2021-10-13T09:04:23 | 411,664,388 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,457 | java | package com.simplilearn.servlet;
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;
import javax.s... | [
"sonamgravitygma@ip-172-31-93-95.ec2.internal"
] | sonamgravitygma@ip-172-31-93-95.ec2.internal |
eac3d6c344f8ec00d60f1dc0b3e4809ab7e805f8 | cc1c512f0e7160466d3c0e733b82a6c40b11aad9 | /src/com/java/interviewprograms/RemoveDuplicateFromAnArray.java | 75eb8bd801f4cd23c78349695ffc4686d89c0a84 | [] | no_license | sailsn/Programs | ac5b4076e204524f0076d1c1565451ac5729d129 | 25617d1dd82010264a7e97cfa6e68435ec0f7fa6 | refs/heads/master | 2020-03-31T21:59:27.257087 | 2018-10-14T10:50:19 | 2018-10-14T10:50:19 | 152,600,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.java.interviewprograms;
public class RemoveDuplicateFromAnArray {
public static void main(String[] args) {
String[] str = { "AA", "BB", "CC", "AA", "BB" };
int indexlocation = 0;
String[] tempArray = new String[str.length];
int count;
boolean flag;
for (int i = 0; i < str.le... | [
"dvsk9227@gmail.com"
] | dvsk9227@gmail.com |
7fa51e6033343c98039d190d50fc928ec6ff2bd2 | b15c4ff40e206afb6a3df69fe92260e36f4a3fc3 | /src/main/java/mcjty/meecreeps/items/PortalGunItem.java | f5afc73c6b35fea21e36d40751664a63d9d3aa7f | [
"MIT"
] | permissive | McJtyMods/MeeCreeps | 4eff1883ea61dc52596051b72884e481e23a332b | bdeb0ffdb6d0cd3e807865a7d7ddc494844182b6 | refs/heads/master | 2021-06-03T19:16:32.923397 | 2019-05-05T06:22:08 | 2019-05-05T06:22:08 | 108,944,939 | 12 | 8 | MIT | 2018-07-02T03:28:32 | 2017-10-31T04:23:27 | Java | UTF-8 | Java | false | false | 9,987 | java | package mcjty.meecreeps.items;
import mcjty.lib.network.PacketSendServerCommand;
import mcjty.lib.typed.TypedMap;
import mcjty.meecreeps.CommandHandler;
import mcjty.meecreeps.MeeCreeps;
import mcjty.meecreeps.actions.PacketShowBalloonToClient;
import mcjty.meecreeps.blocks.ModBlocks;
import mcjty.meecreeps.config.Con... | [
"mcjty1@gmail.com"
] | mcjty1@gmail.com |
962033e548c7c71c594332c1734a7ce6461423fa | 176a82d11126a980f8a93b15d87d1290f0eb2fea | /src/by/epam/introduction_to_java/unit06/task01/controller/impl/GetMessagesCommand.java | a2c55297e3a12dcde58bcc8d65e73e3aa581590c | [] | no_license | IhorLevchuk/IntroductionToJavaOnline | 98964bb19af3ad951288a45891e86568b8002026 | c1af22dbb61de166acb537f38fbc8513ee5bf842 | refs/heads/master | 2023-06-08T08:36:57.383809 | 2021-06-17T20:49:26 | 2021-06-17T20:49:26 | 370,011,462 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package by.epam.introduction_to_java.unit06.task01.controller.impl;
import by.epam.introduction_to_java.unit06.task01.controller.Command;
import by.epam.introduction_to_java.unit06.task01.exception.ServiceException;
import by.epam.introduction_to_java.unit06.task01.presentation.ProfileActionViewI;
import by.epam.intro... | [
"igorlevhuk2@gmail.com"
] | igorlevhuk2@gmail.com |
eca118543fd3db9966bb0f415686809557670313 | 0aa6d2243975707444fe587edf2bcad7f6336bc1 | /NetoTrades/src/Main.java | 39ac3be7718e03877acd164b9e04b4a3ae7640c0 | [] | no_license | SujChapa/NetoTrades_Strategy | 59df402169be0c79bc4976e2d733b96cc45e0ec5 | 1b3b1d9d7253d8740b7ad7ee4a40fefb7c8df135 | refs/heads/master | 2020-12-24T15:49:19.185259 | 2015-08-20T13:03:17 | 2015-08-20T13:03:17 | 41,086,033 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,228 | java | import java.util.ArrayList;
import java.util.Date;
public class Main {
public static void main(String[] args) {
Calculator calculator = new Calculator();
RegressionAnalyser regressionAnalyser = new RegressionAnalyser(calculator);
BayesianLearner bayesianLearner = new BayesianLearner(calculator);... | [
"sujathani.11@cse.mrt.ac.lk"
] | sujathani.11@cse.mrt.ac.lk |
80aca9a7e0871f0ae70f5194dee4719d4b6739a7 | f7a40de5e51ecb60a273e19f939a41d00ff7df45 | /android/app/src/main/java/com/inso/core/pressed/ICheckDevicePressed.java | 36fecc313c8d3b657aa785ed3db8439ca5dfe112 | [] | no_license | ftc300/inso | 50d35294990945916a9733a76a0847fc96fc183d | b08071da4de3068bec2289df11c34fe35d855447 | refs/heads/master | 2022-01-05T01:32:23.982350 | 2019-06-05T03:19:08 | 2019-06-05T03:19:08 | 164,582,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package com.inso.core.pressed;
/**
* Created by chendong on 2018/6/28.
*/
public interface ICheckDevicePressed {
void miWatchPressed(String mac);
}
| [
"cd@inshowlife.com"
] | cd@inshowlife.com |
c8028159f1c8e4ae8dd7ef2b27f6542a4750df71 | 3b9d9934a007364ed769a5afdeca2c879cce33ef | /src/SigningProcess.java | 3d0fbb38fdea42af4ebaa7c2921322a6fe9b4d64 | [] | no_license | MurthyAvanithsa/dsfo | b5cf6af20a0a8065df2751e2041fcebc0f792528 | 13a315c810853ec446b890ce9819102b0b001a5a | refs/heads/master | 2021-01-20T04:21:41.260827 | 2017-04-28T05:48:55 | 2017-04-28T05:48:55 | 89,676,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,201 | 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.
*/
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.Rectangle;
import com.itextpdf.text.pdf.PdfReader;
import com.ite... | [
"Murthy AVSN"
] | Murthy AVSN |
cba66db8e67a7192e9c7f7307e64e00ff14655d7 | 3cc5341f184ca252ff2cb4f91d5a7c720b3fe2f9 | /src/main/java/org/sfm/csv/impl/cellreader/CharCellValueReaderUnbox.java | 1ad549a99065952f6e9a765f71a790e3ab1c98ad | [
"MIT"
] | permissive | a8t3r/SimpleFlatMapper | 966e5624759420ac49a3fbf581d5da17c6f0319b | a2f20edb6fd1749721b8e728b8ec5edf4f44191f | refs/heads/master | 2021-01-17T23:13:06.346141 | 2015-02-15T12:03:08 | 2015-02-15T12:03:08 | 30,813,419 | 0 | 0 | null | 2015-02-15T00:41:52 | 2015-02-15T00:41:52 | null | UTF-8 | Java | false | false | 739 | java | package org.sfm.csv.impl.cellreader;
import org.sfm.csv.CellValueReader;
import org.sfm.csv.impl.ParsingContext;
public class CharCellValueReaderUnbox implements CharCellValueReader {
private final CellValueReader<Character> reader;
public CharCellValueReaderUnbox(CellValueReader<Character> customReader) {
... | [
"arnaud.roger@gmail.com"
] | arnaud.roger@gmail.com |
6eb1e271907d746ccf3d38cc0d2bc118ae8ece67 | e5653f4d33e77c0b5d80112def1b7bcbc2f734eb | /luajavaInAndroid/src/cn/iolove/luajava/LuaInvocationHandler.java | 54eddab789a7149243beee3595e86a5f211ad5c3 | [] | no_license | rokerdou/luajava | 6002e674af6d4625050c383c4c6b949d567c6172 | afb1c001de21f3411b8692d6c8eef22e57f8d81c | refs/heads/master | 2021-01-10T04:23:49.162126 | 2016-02-13T07:56:38 | 2016-02-13T07:56:38 | 49,375,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,522 | java | /*
* $Id: LuaInvocationHandler.java,v 1.4 2006/12/22 14:06:40 thiago Exp $
* Copyright (C) 2003-2007 Kepler Project.
*
* 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 restrictio... | [
"dou.roker@gmail.com"
] | dou.roker@gmail.com |
1c4dbb758257cc439bd0495435fda687517073b5 | 4c5d88d49cdd49663809941123ddf4222f72ccdb | /src/main/java/com/mb11/application/model/cricapidata/Series.java | afddf322a1dc2bdbb9598ce23b59a1cc1030966e | [] | no_license | dabhsams91/MB11 | 73bad675802c0b82a995b2015f85c338f4a5cf78 | 4c58d6af8c9bc68d446072c1f4d39b6bb7b4fcbd | refs/heads/master | 2020-04-14T23:37:35.792227 | 2019-03-05T18:32:24 | 2019-03-05T18:32:24 | 164,209,491 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,064 | java | package com.mb11.application.model.cricapidata;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persisten... | [
"yoges@DESKTOP-V61QEJH"
] | yoges@DESKTOP-V61QEJH |
eff8d5cc03d6fb4d4734ecc0621c7b8396e3499e | 2a6638de93becc4fad6fea56f3f12632f0260c77 | /imooc-java-reflection/src/main/java/com/imooc/handler/thress/TwoFilter.java | c7ecd1b5b467c637960969dc0ca5a5eeddb587eb | [] | no_license | 917067089/lambda | b0df7de55203ccf0560c1ce2d49a90d111ddb87e | d652b6273f779f2d68e42fb49fd3f80e5c0f53b9 | refs/heads/master | 2022-07-05T12:55:32.682646 | 2020-02-08T14:41:57 | 2020-02-08T14:41:57 | 239,131,699 | 1 | 0 | null | 2022-06-21T02:45:45 | 2020-02-08T12:50:56 | Java | UTF-8 | Java | false | false | 727 | java | package com.imooc.handler.thress;
/**
* 去掉所有空格类
* 初数化StringBuffer sb使其为空,然后遍历原始字符串,当字符串不为空,则将该字符串添加到 sb 的尾部。从而得出最终结果
*/
public class TwoFilter implements Filter {
@Override
public void doFilter(Request request, Response response, FilterChain filterChain) {
String str = response.res;
StringBu... | [
"917067089@qq.com"
] | 917067089@qq.com |
534fa71e1bcf35639960850e5f6573f08da1877d | a685e5dcedc4e51e8be5a36200f535f7d36b7aff | /src/chao/android/tenyearsfromnow/CalendarFragment/YearlyCalendarFragment.java | 8b72c8f95b7377c85fa768f935e9860aec9221b6 | [] | no_license | chaowentan/10-Years-from-Now | 311a56257d70dab5039f9e4b03f84884a781e8c3 | 91405bf9da72acf55ed87b11c601a06c0e36516a | refs/heads/master | 2021-01-21T12:06:51.475177 | 2013-01-21T06:38:30 | 2013-01-21T06:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,387 | java | package chao.android.tenyearsfromnow.CalendarFragment;
import chao.android.tenyearsfromnow.R;
import chao.android.tenyearsfromnow.CalendarAdapter.YearlyCalendarAdapter;
import chao.android.tenyearsfromnow.R.layout;
import android.app.ListFragment;
import android.os.Bundle;
import android.view.LayoutInflater;
i... | [
"chaowentan@gmail.com"
] | chaowentan@gmail.com |
6f044deb1078aee184b4cdb0776039e718cbff67 | 3abd77888f87b9a874ee9964593e60e01a9e20fb | /sim/EJS/OSP_core/src/org/opensourcephysics/numerics/Root.java | 259b71efbfd861d1287633a92599f1a0c7e66414 | [
"MIT"
] | permissive | joakimbits/Quflow-and-Perfeco-tools | 7149dec3226c939cff10e8dbb6603fd4e936add0 | 70af4320ead955d22183cd78616c129a730a9d9c | refs/heads/master | 2021-01-17T14:02:08.396445 | 2019-07-12T10:08:07 | 2019-07-12T10:08:07 | 1,663,824 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 15,793 | java | /*
* Open Source Physics software is free software as described near the bottom of this code file.
*
* For additional information and documentation on Open Source Physics please see:
* <http://www.opensourcephysics.org/>
*/
package org.opensourcephysics.numerics;
/**
* Class Root defines various root finding al... | [
"joakimbits@gmail.com"
] | joakimbits@gmail.com |
b02a00747467c222a701f824fe4b89f867c669c8 | 18b731ab437622d5936e531ece88c3dd0b2bb2ea | /pbtd-central/src/main/java/com/pbtd/playclick/base/common/web/RequestUtil.java | 29800d12b6e91b6ef7b2f5429dccc4b6f39810b7 | [] | no_license | harry0102/bai_project | b6c130e7235d220f2f0d4294a3f87b58f77cd265 | 674c6ddff7cf5dae514c69d2639d4b0245c0761f | refs/heads/master | 2021-10-07T20:32:15.985439 | 2018-12-05T06:50:11 | 2018-12-05T06:50:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,931 | java | package com.pbtd.playclick.base.common.web;
import java.beans.BeanInfo;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.util.HashMap;
impo... | [
"750460470@qq.com"
] | 750460470@qq.com |
59ebe7108d721685d8f1e176849b52cd4fae03ce | fbbaeb7d16b410e3c9d83735f0ce47f4836240ea | /src/org/tamanegi/wallpaper/multipicture/MultiPictureSetting.java | 83841ef20a2190651cedccda62d95d9217b9fecd | [] | no_license | isimsoyad/MultiPictureLiveWallpaper | eaa69303f037feb6aa3c6186d4b562a40d5f345e | 3c8c61396a5c8248be7d71043dd7814c59cd3688 | refs/heads/master | 2021-01-23T14:14:23.320047 | 2016-01-06T05:57:11 | 2016-01-06T05:57:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,782 | java | package org.tamanegi.wallpaper.multipicture;
import java.lang.reflect.Method;
import java.util.IllegalFormatException;
import org.tamanegi.wallpaper.multipicture.picsource.AlbumSource;
import org.tamanegi.wallpaper.multipicture.picsource.FolderSource;
import org.tamanegi.wallpaper.multipicture.picsource.PictureUtils;... | [
"lllllT@tamanegi.org"
] | lllllT@tamanegi.org |
76eb82a6baaf6c642728613551154c32b5fe0498 | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /plugins/Highlight/tags/2006-05-01/src/gatchan/highlight/Highlighter.java | 127e20571db516f2166275cccc86068485988561 | [] | no_license | RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676638 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,335 | java | package gatchan.highlight;
import org.gjt.sp.jedit.buffer.JEditBuffer;
import org.gjt.sp.jedit.search.SearchMatcher;
import org.gjt.sp.jedit.textarea.JEditTextArea;
import org.gjt.sp.jedit.textarea.TextAreaExtension;
import org.gjt.sp.jedit.textarea.TextAreaPainter;
import org.gjt.sp.util.CharIndexedSegment;
import j... | [
"kpouer@6b1eeb88-9816-0410-afa2-b43733a0f04e"
] | kpouer@6b1eeb88-9816-0410-afa2-b43733a0f04e |
c302e2c01928810699386304652cd19f22b8e8a8 | 47984d3b623e74e8029f3b8b7422893f1bfdfefa | /src/panel/SkillTooltipPanel.java | ce78b9c345af046a888bf92bd4a19d5256a2ae94 | [] | no_license | SetosanMs/MapleStory2 | 71467682165a85f6b31ee16aecce009847ee27d9 | 311bd8fa3f832f2a34dee41d43e7daf9766044a3 | refs/heads/master | 2022-12-10T00:44:55.389534 | 2020-08-26T15:22:17 | 2020-08-26T15:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package panel;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import javax.swing.JPanel;
import map.Point;
import skill.Skill;
public class SkillTooltipPanel extends JPanel {
private static final long serialVersionUID = 1L;
public static final int TOOL... | [
"hwasub1115@naver.com"
] | hwasub1115@naver.com |
2ab8de730141c13c08c40abc2e4c2a223ad2afa2 | 0e748782bc9bd2a3a19025e1223474124baae3b1 | /src/main/java/br/com/rouparia/entities/Funcionario.java | 358e534a29740935d19ba9fd95399b600620d41a | [] | no_license | edvalson/roupariaweb | d7fd0d71f4c3cc25edaefce7c0bbe3ba9bb07721 | 241fdc74a8b5ecd1de866c7a1c6a8293b5ff0259 | refs/heads/master | 2020-04-28T14:51:03.411682 | 2019-03-13T05:54:46 | 2019-03-13T05:54:46 | 175,348,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package br.com.rouparia.entities;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.S... | [
"edvalsonjr@gmail.com"
] | edvalsonjr@gmail.com |
f6cdf6f41ced2f0f07b186aff6765704f290dd82 | 97f60c04f636ecbcc9c41e556c83d1f75952de02 | /jitstatic/src/main/java/io/jitstatic/api/StreamingDeserializer.java | 12330bb7be4c37887f1a9a3df84a90334f660d3f | [
"Apache-2.0"
] | permissive | evabrannstrom/jitstatic | e864ba5f5c07a453335f85c2c8b7381653583d7b | 47e2e0ca2b4d48a9df835df7be42f315292424c9 | refs/heads/master | 2020-08-16T15:09:09.745447 | 2019-10-04T05:58:13 | 2019-10-04T05:58:13 | 215,515,180 | 0 | 0 | null | 2019-10-16T09:58:07 | 2019-10-16T09:58:07 | null | UTF-8 | Java | false | false | 5,615 | java | package io.jitstatic.api;
import java.io.BufferedOutputStream;
/*-
* #%L
* jitstatic
* %%
* Copyright (C) 2017 - 2018 H.Hegardt
* %%
* 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
*... | [
"henrikhegardtgithub@gmail.com"
] | henrikhegardtgithub@gmail.com |
7c2e8c666163f8ff7faa26d2770862d571f5f214 | 27f5457d47aaf3491f0d64032247adc08efba867 | /vertx-pin/zero-psi/src/main/java/cn/vertxup/psi/domain/tables/interfaces/IPBuyItem.java | 202814a4f7906923ddfe698c6dcd5f87f64686bf | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | silentbalanceyh/vertx-zero | e73d22f4213263933683e4ebe87982ba68803878 | 1ede4c3596f491d5251eefaaaedc56947ef784cd | refs/heads/master | 2023-06-11T23:10:29.241769 | 2023-06-08T16:15:33 | 2023-06-08T16:15:33 | 108,104,586 | 348 | 71 | Apache-2.0 | 2020-04-10T02:15:18 | 2017-10-24T09:21:56 | HTML | UTF-8 | Java | false | true | 17,318 | java | /*
* This file is generated by jOOQ.
*/
package cn.vertxup.psi.domain.tables.interfaces;
import io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo;
import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import static io.github.jklingsporn.vertx.jooq.shared.internal.Vertx... | [
"silentbalanceyh@126.com"
] | silentbalanceyh@126.com |
293864ad10074b401ec0d2b4285284b17b33dc93 | 829126367560dc4964f6ec5860a97261916fc8ac | /app/src/main/java/com/example/chillapp/App.java | 1e2927f04dd8f0049dcef3b1cf35e1097fcdaa04 | [
"MIT"
] | permissive | CodeBellum/hakvelonchillapp-mobile | 45b87da2198cb5734f95576a95180372f8f200d6 | d8ab1114a453a1700f2fa7609ec076dc5ce2b296 | refs/heads/master | 2020-04-07T22:37:03.382217 | 2018-11-24T07:01:35 | 2018-11-24T07:01:35 | 158,777,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.example.chillapp;
import android.app.Application;
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
}
}
| [
"meowththatsright6@gmail.com"
] | meowththatsright6@gmail.com |
ca43755e34a52f9b9f6a65d6a9e3e4a970802139 | 763b969678370050c9b26603bf6cd1617570056f | /DS_2.java | 1bb74995bb55aa7635a9e14a074afb85bf1e8eea | [] | no_license | zoeyxiaoli/Design_GasPumpSystem | b64bed25f6309d3362ca3eaff6ffb55cd8b20c1e | 3f467525072a13f14740deeac97b6e5567d08f76 | refs/heads/master | 2020-03-18T10:33:25.139466 | 2018-05-23T20:36:58 | 2018-05-23T20:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,397 | java | //Data for the gas pump 2
public class DS_2 extends DS{
private int aa;
private int bb;
private int cc;
private int aa_temp;
private int bb_temp;
private int cc_temp;
private int cash;
private int cash_temp;
private float price;
private int num;
private float total;
public void setaa(int a){
this.aa... | [
"xli232@hawk.iit.edu"
] | xli232@hawk.iit.edu |
85aea7968c1a27a9b676ed709f69d7a8f896ed0c | f1bca26c5ae63e6210d403c0f4d2b02d12f8a33a | /src/com/baidu/push/motu/Tag_3_None_en.java | 9394464b971857e6eefcfa101d68a673b3b3d3e5 | [] | no_license | wuxianjin/Push | 3e2ed8bc98d848b791b3e3e0b16a32320d008590 | 6f6b2157e8d36247d3c73b164e28cbf5d76148b1 | refs/heads/master | 2020-05-18T11:42:19.814811 | 2015-08-18T08:02:45 | 2015-08-18T08:02:45 | 38,697,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.baidu.push.motu;
import java.io.File;
import java.io.IOException;
import com.android.uiautomator.core.UiObject;
import com.android.uiautomator.core.UiObjectNotFoundException;
import com.android.uiautomator.core.UiSelector;
import com.android.uiautomator.testrunner.UiAutomatorTestCase;
public cl... | [
"wuxianjin@163.com"
] | wuxianjin@163.com |
b52dbdb2727d9ee17d121cd12ebd7e9438ee07a0 | 63e23a109d0cff367c4aa13bf9131380dda850a9 | /app/src/main/java/com/example/jordy/geo/inicioFragment.java | ef2bc45bc22dd79844aa879c83edc895a8ef6e04 | [] | no_license | jomora24/GeoCLient | 50791c6b98b392b721ad2762f02b0f65d77cd3e1 | 8324a8daec7bc12cf292c62c834dedbe6e2c3c17 | refs/heads/master | 2020-03-27T22:30:09.037199 | 2018-09-03T17:48:23 | 2018-09-03T17:48:23 | 145,958,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,631 | java | package com.example.jordy.geo;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* A simple {@link Fragment} subclass.
* Activities that contain t... | [
"jomora24@gmail.com"
] | jomora24@gmail.com |
f177f44e94eb4b6448f9702672a6ea09f8ea1aaf | cc340e70d612aa41e01201a44f0d4b382f0cc4af | /src/main/java/pad/ijvm/Short.java | d9115ca41ff3cb2777f1da05a47808325167d010 | [] | no_license | sabenoist/IJVM-Emulator | 16ec24c63531ca13549dd224966bec64793664c9 | 109dc3122d9324c55333affde13d7f784cc728fc | refs/heads/master | 2023-05-12T07:34:13.983510 | 2021-06-01T01:08:58 | 2021-06-01T01:08:58 | 50,048,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package pad.ijvm;
public class Short {
private byte[] bytes;
public Short(byte[] input) {
bytes = input;
}
public int toInteger() {
return ((bytes[0] & 0xFF) << 8) | (bytes[1] & 0xFF);
}
public int getByte(int pos) {
return bytes[pos];
}
public String toString() {
... | [
"sabenoist5@gmail.com"
] | sabenoist5@gmail.com |
a3e708d9e3107ede7f0f96a70b890b21c5f2fe43 | b6c5d2bdbe6740111c2375a3d38a78875eaa49dc | /Ch07_ReusingClasses/src/ex10/Component1.java | 9883f5271be6d147a9145cb23657971a35375765 | [] | no_license | rediska8118/ThinkingInJava | 7b6ac2fb4153bf858776f60de8a8d3a7f8f8cdb8 | b9b854ce1daf7e0fdc4f0ea84eeac37f9a695993 | refs/heads/master | 2021-01-19T03:14:35.321440 | 2016-06-09T10:05:40 | 2016-06-09T10:05:40 | 48,924,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package ex10;
public class Component1 {
public Component1(int i) {
System.out.println("Component1 non-def constructor");
}
}
| [
"jero8118@gmail.com"
] | jero8118@gmail.com |
9be5d28dc17e354e0fe37e821f656a4735eac792 | b8d61803676be1e6e81e5391492aa43fc84d89bc | /src/main/java/org/springframework/cloud/cluster/test/SimpleCandidate.java | 862a6ffa43b26104c7cca3a49c32921f0a3da970 | [] | no_license | kuguobing/spring-cloud-cluster | 9a55915b18e25f8f81343057f41e9151f948a130 | 5080d40d87ac7b7adba2a563547d01927f2fd4db | refs/heads/master | 2021-01-21T17:03:24.470801 | 2014-11-17T10:29:14 | 2014-11-17T10:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,926 | java | /*
* Copyright 2014 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 applicable l... | [
"pperalta@pivotal.io"
] | pperalta@pivotal.io |
de8f787c48ae03fb8fc86512b7939cd6a4daa988 | 56319e53f4155b0f0ae4ab249b1d3249fc8ddd98 | /apache-tomcat-8.0.39/converted/org/apache/tomcat/util/descriptor/web/MainForTestWebXmlOrdering_testOrderWebFragmentsRelative7.java | 0931989abd54ac2c88e40a1b60828cf53332777b | [] | no_license | SnowOnion/J2mConvertedTestcases | 2f904e2f2754f859f6125f248d3672eb1a70abd1 | e74b0e4c08f12e5effeeb8581670156ace42640a | refs/heads/master | 2021-01-11T19:01:42.207334 | 2017-01-19T12:22:22 | 2017-01-19T12:22:22 | 79,295,183 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package org.apache.tomcat.util.descriptor.web;
import org.apache.tomcat.util.descriptor.web.TestWebXmlOrdering;
public class MainForTestWebXmlOrdering_testOrderWebFragmentsRelative7 {
public static void main(String[] args) {
try {
TestWebXmlOrdering objTestWebXmlOrdering = new TestWebXmlOrderi... | [
"snowonionlee@gmail.com"
] | snowonionlee@gmail.com |
b40e409d1dd5df16f542ab4e3ffd79341a3631dd | 0a2680f26a9868aec40ed5f315c29d9c167a6df9 | /src/main/java/com/hongqiang/shop/modules/user/web/shop/LogoutController.java | 94bf1f4d919ad393788d671b96a160cb1c178242 | [] | no_license | hongqiang/shop_format | 6c599decd6871efa1ba52ad97c64c5b46abe85ed | 007b16447ff22e6170057ee1fe454cff63a9124d | refs/heads/master | 2020-06-01T03:54:23.770336 | 2014-04-24T12:39:28 | 2014-04-24T12:39:28 | 14,840,544 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package com.hongqiang.shop.modules.user.web.shop;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | [
"jiangyang118@163.com"
] | jiangyang118@163.com |
aa2fe80341315bf451ce500a88560a58deda3224 | 62773640657b6f4530c264213ef72021e30f4670 | /microserviceA/src/main/java/com/happypanda/feignclient/microserviceA/web/HelloMicroserviceA.java | 773039d038430ab937fc21a9b632a2bb98ebcd3c | [] | no_license | FlorinAlexandru/DemoMicroservices | cd6c30dbb87b4a996945c6df137dc1f2b6fb462c | 7ec1f84f25d241309368ef92ec3b9fe302b11495 | refs/heads/master | 2021-04-04T13:45:47.490830 | 2020-03-20T10:28:34 | 2020-03-20T10:28:34 | 248,462,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.happypanda.feignclient.microserviceA.web;
import com.happypanda.feignclient.microserviceA.model.HelloMessage;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.sp... | [
"marinescu.florin.alexandru@gmail.com"
] | marinescu.florin.alexandru@gmail.com |
1fc0ea791783e6d21153cbfe833a117389047337 | 3526132361e6a57d7991e1844cb8742e67e985bf | /app/src/main/java/org/twinone/locker/ui/AddressUpdate.java | 3df13617c2f7bd0cbab532372a0cdaec894803c7 | [
"Apache-2.0"
] | permissive | miworking/xfactor_demo | df8fa2e0b1865af320da4c855160d1d2d64bc907 | d8b1b6c0f7806f018b268871f8d789c5bcf70758 | refs/heads/master | 2020-05-31T18:50:47.794410 | 2015-09-16T03:00:49 | 2015-09-16T03:00:49 | 41,344,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,044 | java | package org.twinone.locker.ui;
import android.annotation.TargetApi;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.location.Geocoder;
import android.location.Location;
import android.os.Build;
import android.os.Bundl... | [
"julie@Julies-MacBook-Air.local"
] | julie@Julies-MacBook-Air.local |
527cadcbf4ab0bf6ff42c616b4b90753bb2da017 | f64c6f03810211fab709bc5d9771de1f4ff6e4da | /app/src/main/java/com/example/kb/lab5_2/ui/AddNewActivity.java | a07302896ddc631604f3a928dae856977cd34c1c | [] | no_license | Splenish/ToDoListAndroid | ca8c3bfd7b1d76388d6f20c30153e35d9f9cb9a3 | a230be3682a2b73133aafbd6cce7e5b64508b030 | refs/heads/master | 2020-04-26T03:30:23.935707 | 2019-03-01T08:58:06 | 2019-03-01T08:58:06 | 173,268,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,947 | java | package com.example.kb.lab5_2.ui;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.DatePicker;
import android.widget.EditText;
import com.example.kb.lab5_2.R;... | [
"35207606+Splenish@users.noreply.github.com"
] | 35207606+Splenish@users.noreply.github.com |
6284cdd4a6eaa22971e92e4e90d29b16a1efdfc4 | 520dd9a2baa355faac003c2ac84d28fb4a0340c9 | /src/com/cetp/view/FavoriteView.java | 88441d03c31988211a334aa1870b718472305f11 | [] | no_license | gubojun/cetpv2.0.0 | 99c6c1e82ef8aab994e116dd8f7ea946b57e2c99 | bd2e5b38beed70e401342a0abb2e6b5361fbf136 | refs/heads/master | 2021-01-13T01:46:00.353524 | 2015-04-17T15:06:38 | 2015-04-17T15:06:38 | 30,029,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,782 | java | package com.cetp.view;
import com.cetp.R;
import com.cetp.action.SkinSettingManager;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.RelativeLayout;
p... | [
"gubojungubojun@163.com"
] | gubojungubojun@163.com |
272730d47a45220ea79e2fca58143762ed52d204 | 5d22064497af6d81623b8fd42e2125e9cfa4cf24 | /app/src/main/java/com/example/boon_android_app/SearchActivity.java | 0a7a0264392c99e40809a3ac7a61b330cd040974 | [] | no_license | Anuragsingh691/BoonAndroidApp | 95657b156e7d583fe4236806dad098cbe79da986 | 326264b91677c2986b282c97b689c236eea2189b | refs/heads/master | 2023-01-24T08:23:08.111898 | 2020-12-02T03:49:41 | 2020-12-02T03:49:41 | 294,193,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,601 | java | package com.example.boon_android_app;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.... | [
"anuragshishodia691.gzb@gmail.com"
] | anuragshishodia691.gzb@gmail.com |
e1360b8ca112950ae4d2eeef04c27d972b318aba | 2ae25775d0056a550c40f54fe1f8120a39694a26 | /src/main/java/org/orlounge/bean/InstrumentPrefListBean.java | 32a48889367f935039b71295f19180c3d4c3faa1 | [] | no_license | PoojaShimpi/orlounge | b5c79cd87a13ea255556ca6a5d23e54317671ee6 | 2d1ca847426e736b0ca93d367c750519b8620349 | refs/heads/master | 2023-03-17T20:28:18.260983 | 2021-03-06T06:03:24 | 2021-03-06T06:03:24 | 337,763,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,877 | java | package org.orlounge.bean;
import javax.persistence.*;
/**
* Created by Satyam Soni on 1/1/2016.
*/
@Entity
@Table(name = "instrument_pref_list")
public class InstrumentPrefListBean {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer id;
@Column(name = "pref_id")
private Int... | [
"shimpipooja11@gmail.com"
] | shimpipooja11@gmail.com |
853037e948a7d4480ca96eeeb44a81181ead4178 | b35e42618890b01f01f5408c05741dc895db50a2 | /opentsp-dongfeng-modules/opentsp-dongfeng-system/dongfeng-system-core/src/main/java/com/navinfo/opentsp/dongfeng/system/service/IRoleService.java | d9bac90429dfaca02e4f850c0a6c9d54ca19ce91 | [] | no_license | shanghaif/dongfeng-huanyou-platform | 28eb5572a1f15452427456ceb3c7f3b3cf72dc84 | 67bcc02baab4ec883648b167717f356df9dded8d | refs/heads/master | 2023-05-13T01:51:37.463721 | 2018-03-07T14:24:03 | 2018-03-07T14:26:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.navinfo.opentsp.dongfeng.system.service;
import com.navinfo.opentsp.dongfeng.common.result.CommonResult;
import com.navinfo.opentsp.dongfeng.common.result.HttpCommandResultWithData;
import com.navinfo.opentsp.dongfeng.system.commands.role.*;
/**
* Created by yaocy on 2017/03/13.
* 角色Service接口
*/
@Suppr... | [
"zhangtiantong@aerozhonghuan.com"
] | zhangtiantong@aerozhonghuan.com |
c68adf26657534158ead2d2a51f1bf674835d273 | cbc61ffb33570a1bc55bb1e754510192b0366de2 | /ole-app/olefs/src/main/java/org/kuali/ole/fp/document/validation/impl/DisbursementVoucherPayeeStateCodeValidation.java | 844a8205be98db38113bf99147df4366f6f581ce | [
"ECL-2.0"
] | permissive | VU-libtech/OLE-INST | 42b3656d145a50deeb22f496f6f430f1d55283cb | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | refs/heads/master | 2021-07-08T11:01:19.692655 | 2015-05-15T14:40:50 | 2015-05-15T14:40:50 | 24,459,494 | 1 | 0 | ECL-2.0 | 2021-04-26T17:01:11 | 2014-09-25T13:40:33 | Java | UTF-8 | Java | false | false | 4,970 | java | /*
* Copyright 2009 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless require... | [
"david.lacy@villanova.edu"
] | david.lacy@villanova.edu |
f72acc8fa0f1b92c7c182782df0c4bd3d99a28e5 | 77d9a4cca1b93b9f68520cc1d9a1c948acc50710 | /peachJob-core/src/main/java/com/ld/peach/job/core/constant/TaskConstant.java | 554164db10b6b3da524635ee1b465e0b57cc911e | [
"Apache-2.0"
] | permissive | superHeroLD/peachJob | 4190aebd9e685f9a086385c31ea185b6aba97f50 | eedbf776208d053bf9911abcf0d4c281cc342ed1 | refs/heads/master | 2023-01-09T23:23:23.718994 | 2020-11-18T11:48:06 | 2020-11-18T11:48:06 | 290,934,985 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.ld.peach.job.core.constant;
/**
* @InterfaceName JobConstant
* @Description 常量
* @Author lidong
* @Date 2020/9/8
* @Version 1.0
*/
public interface TaskConstant {
/**
* 成功
*/
int CODE_SUCCESS = 1;
/**
* 失败
*/
int CODE_FAILED = -1;
/**
* 心跳时长
*/
... | [
"superhero_L@163.com"
] | superhero_L@163.com |
cd08ff20461403e850eefc6464746a456a89c726 | e8063490a4f62b197d121e532f9b353fb224dc6e | /src/main/java/itacademy/model/Engine.java | 0ebef9135e727a94f776907cf004f01ffe82d41d | [] | no_license | AlexeyYanul/SpringRentCar | 5a4636b42004cd42c63430ddcc1534667aae667e | d1063638eeddf3c6a101752c8bffe9e21f087e63 | refs/heads/master | 2022-12-29T11:11:05.183904 | 2020-02-06T12:50:49 | 2020-02-06T12:50:49 | 218,053,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,398 | java | package itacademy.model;
import javax.persistence.*;
@Entity
public class Engine {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(nullable = false)
private Double volume;
@Column(nullable = false)
private String fuel;
@Column(name = "fuel_economy", ... | [
"alexey.yanul@gmail.com"
] | alexey.yanul@gmail.com |
e95ec04ee4d6d33329e43c5d5b084d4d3b350835 | d38819cc340feb41fdea2f2f57b6914ba8786ca6 | /ChefsFrontEnd/src/main/java/sample/User.java | c3abbb7913e894476b0eeff219a3a84e3447b074 | [
"MIT"
] | permissive | Kobrestad/ChefsApprentice | c85f01db13ab272a3774057ee316f6ac23b59bb9 | e9e78f096d4d560c56d396f1c0eca9aa708a09dd | refs/heads/master | 2022-06-22T04:59:53.364592 | 2020-10-15T15:13:07 | 2020-10-15T15:13:07 | 180,764,968 | 2 | 1 | MIT | 2022-06-21T01:03:26 | 2019-04-11T10:01:05 | Java | UTF-8 | Java | false | false | 1,252 | java | package sample;
import java.io.Serializable;
/**
* Denne klassen brukes for aa holde styr paa brukerprivilegier.
*/
public class User implements Serializable {
/**
* Brukernavnet til brukeren.
*/
private final String username;
/**
* Hvilken grad av systemprivilegier brukeren har.
*... | [
"kaare@obrestad.net"
] | kaare@obrestad.net |
0df862593ad7ae018428e4065896e6034983dafe | 536790f9860e8d809a5faf2c3ae72d8893182b51 | /UDPEchoServer.java | fa5420b0c68f363f6ae0bcf22f12093215309def | [] | no_license | HamzaMasharqa/UDPServer-clientComunication | 3f2f4ed896079bfefc10acf1f85bb7c4a61e0328 | 63b7d1f2ae46538ddd286f2116a08f371cae0ecb | refs/heads/master | 2023-06-26T02:26:18.864546 | 2021-07-05T17:07:30 | 2021-07-05T17:07:30 | 383,212,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package clientserver;
import java.net.*;
import java.io.*;
public class UDPEchoServer {
public static void main(String args[]) {
int port = 8000;
DatagramSocket serverDatagramSocket = null;
try {
serverDatagramSocket = new DatagramSocket(port);
System.out.println(... | [
"ham.ham258951@gmail.com"
] | ham.ham258951@gmail.com |
cddad49f76eb4646b3256b4b6e953d335c9f7b1d | 8a65dd04f516ed1488b6dbd5bb14c73fd3874e02 | /org.eclipse.buckminster.cspecxml/src/org/eclipse/buckminster/cspecxml/IDocumentRoot.java | 5ed65e5d810664b567056f9c1ddff240dc73fd70 | [] | no_license | PalladioSimulator/buckminster | ffb173c7734d24ac7fa542b6c27171d53c80a4a8 | ecd4575c37c76888fc9bf4714fd6438b10621a30 | refs/heads/master | 2021-04-18T22:10:25.856251 | 2018-03-26T12:21:04 | 2018-03-26T12:21:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,885 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.buckminster.cspecxml;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Document Root</b></... | [
"thallgren@ee007c2a-0a25-0410-9ab9-bf268980928c"
] | thallgren@ee007c2a-0a25-0410-9ab9-bf268980928c |
799b9491c678ef8694ebd356c6f23d785911c0f6 | 7caaf0ea93b2e2af944e4e0949c3b8ad5337c94d | /src/main/java/module/Contract.java | 64dc142dca4d1dc39ba7ff26024c084b86f191c8 | [] | no_license | tianwei99/poipdf | 4fda3133fdb345231469f1716f1b5c2d5ccb877f | ce413f7cb603550d329d7c5432d43ede9f7ede0d | refs/heads/master | 2021-06-25T12:30:22.935631 | 2017-08-26T07:45:45 | 2017-08-26T07:45:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package module;
/**
* Created by Administrator on 2017/8/25.
*/
public class Contract {
private String name;
private String phone;
private String idcard;
private String address;
private String money = "17600.00";
private String moneyText = "壹万柒仟陆百元整";
private String month = "6";
... | [
"546016981@qq.com"
] | 546016981@qq.com |
e58b486dadceb3ba333e6a3ed55d09b54a41451f | 051b879fb621c5d5d392b1d284d325683d93e58f | /Final-android-storage-permissions-master/android-storage-permissions-master/app/src/main/java/com/google/samples/dataprivacy/storage/LocalImagesRepository.java | a944b94330f188f6150f7d225c97f2b1baac810b | [
"Apache-2.0"
] | permissive | SimoneCastellitto/Data-Privacy-Facial-Detection-Android-App | d9e193423fafc0a434cbefec8b8358d2e8fc534b | 5d894b83264992afd3e5bfc71f5db6bbdb7194c7 | refs/heads/master | 2021-07-10T03:51:25.883957 | 2021-05-18T06:33:19 | 2021-05-18T06:33:19 | 244,688,919 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,787 | java | /*
* Copyright 2017 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"noreply@github.com"
] | SimoneCastellitto.noreply@github.com |
c49c284f393517570ac9b8d29585062761bd85bf | bf390e6589e240c6ccc325355cfd0c21fbe9d884 | /3.JavaMultithreading/src/com/javarush/task/task27/task2710/MailServer.java | 186dbed991825c23d6d946768150714183c15958 | [] | no_license | vladmeh/jrt | 84878788fbb1f10aa55d320d205f886d1df9e417 | 0272ded03ac8eced7bf901bdfcc503a4eb6da12a | refs/heads/master | 2020-04-05T11:20:15.441176 | 2019-05-22T22:24:56 | 2019-05-22T22:24:56 | 81,300,849 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.javarush.task.task27.task2710;
public class MailServer implements Runnable {
private Mail mail;
public MailServer(Mail mail) {
this.mail = mail;
}
@Override
public void run() {
long beforeTime = System.currentTimeMillis();
//сделайте что-то тут - do something h... | [
"vladmeh@gmail.com"
] | vladmeh@gmail.com |
c3dcca175f2f05103acdaeb7d2dc9e1e58b80e69 | b52ae144b4ff51c6176488808032100faf47bf1d | /app/src/test/java/com/arkinnov/happybirthday/ExampleUnitTest.java | c92ed7967f81410c8a88b8e05adacf0d039fedb6 | [] | no_license | pjithinshaji/HappyBirthday | b5a134dfb0a365399c0ff7766697e5367c3849a4 | 280fa7d7e7c661d146732a1d892bf07927d90134 | refs/heads/master | 2021-09-03T14:11:29.759308 | 2018-01-09T17:47:32 | 2018-01-09T17:47:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.arkinnov.happybirthday;
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 ... | [
"jithinshaji1298@gmail.com"
] | jithinshaji1298@gmail.com |
5a9b46b3df445d1198468be1b8abab6926fa15f2 | baea0bc30c0cfabd99edc056213370c9133aaa46 | /company-frontend/Model/src/br/com/tqi/company/domain/package-info.java | 7130fb937a540f5f09e075c49e10b520397be0bf | [] | no_license | alexandrefvb/company-poc | 030bc09f87d028893afa969c5b71c01b84b4da31 | ac4a41ebbb33d9340690974f4f3e81a4752aa81f | refs/heads/master | 2020-05-19T22:32:15.809396 | 2011-08-26T16:51:50 | 2011-08-26T16:51:50 | 2,265,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36 | java | package br.com.tqi.company.domain;
| [
"alexandrefvb@gmail.com"
] | alexandrefvb@gmail.com |
60bd233b1893fe665d4bc8462b965ab55add1a48 | 0c3939076076bef23d31fc2e02da9a5948a14b0e | /src/main/java/com/zenika/zencontact/persistence/objectify/UserDaoObjectify.java | 8ce7920f9a900d895a36119efabd7d63e16fd53b | [] | no_license | MaximeAnsquer/TP_App_Engine | edebfdcbe8ff3a2120aae03c84de9e2e866bc3e4 | 2e7e56cc43b547844ac95860321525a012f48d64 | refs/heads/master | 2020-06-12T20:27:16.941480 | 2016-12-07T15:20:04 | 2016-12-07T15:20:04 | 75,753,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.zenika.zencontact.persistence.objectify;
import com.google.appengine.api.blobstore.BlobKey;
import com.googlecode.objectify.Key;
import com.googlecode.objectify.ObjectifyService;
import com.zenika.zencontact.domain.User;
import com.zenika.zencontact.persistence.UserDao;
import java.util.List;
public clas... | [
"maximeansquer@gmail.com"
] | maximeansquer@gmail.com |
0203abc78b97b78c74b580d3a00e078265532394 | ba4b4d2d8b12e5c22a878d02ef409caadcd4febb | /kie-dmn/kie-dmn-openapi/src/main/java/org/kie/dmn/openapi/impl/FEELBuiltinTypeSchemas.java | 84a40b45964d44eeb26578d110f1bf1ec73a6351 | [
"Apache-2.0"
] | permissive | 7vqinqiwei/drools | 2758e63a2dc0df3caee6026c87717d3c6220f128 | 2210d82035f7d5c4eb46fa3e16ddf6dfcd18bdd2 | refs/heads/master | 2021-06-16T09:13:42.144910 | 2021-03-01T08:49:11 | 2021-03-01T08:49:11 | 168,125,013 | 0 | 0 | Apache-2.0 | 2021-03-01T08:49:13 | 2019-01-29T09:12:29 | Java | UTF-8 | Java | false | false | 3,766 | java | /*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* 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... | [
"noreply@github.com"
] | 7vqinqiwei.noreply@github.com |
ee88c6ddce125d770866ffa0808ad48044a4c368 | a81e72ee504a382c496e491aedff955b541d3dc4 | /day01-08/src/com/itstar/demo01/ForDemo.java | e2826548f19216fb04760e47ca0e7bd9dc2aee44 | [] | no_license | hengyufxh1/javase | d5f0dc9f1a1663e798a15018cc9f54a02925d105 | 2d5ea79c39bcb23c7c0d4817efa74d81a31c910a | refs/heads/master | 2020-04-18T08:19:18.197699 | 2019-01-24T16:31:05 | 2019-01-24T16:31:05 | 167,392,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.itstar.demo01;
/**
* 99乘法表
* @author dxw
* @version 1.0
*/
public class ForDemo{
public static void main(String [] args){
for(int i = 1; i < 10;i++){
for(int j = 1;j <= i;j++){
// 计算 \t 制表符
System.out.print(j +"*"+ i +"="+ (i*j) +"\t" );
}
//换行
System.out.println();
}
}
}
| [
"hengyufxh1@163.com"
] | hengyufxh1@163.com |
bc3b2946fa857448d111c1343d467c81d1f0e30b | ac1ba9fc04a04fc54c0372830228e4f2a5a4689c | /src/main/java/day5/classroom/PocoPhone.java | 3871dd272279e110637c63236fbd773b381ff1bb | [] | no_license | Dhanalakshmi1602/selenium-java | 6155b2ead276a92a851d92d0b76f5c500f158fea | ddfb5315f9aae204f41a81a7b6a2ce578ab093b9 | refs/heads/master | 2023-05-27T13:23:51.969943 | 2020-01-15T13:19:41 | 2020-01-15T13:19:41 | 223,636,281 | 0 | 0 | null | 2023-05-09T18:37:37 | 2019-11-23T18:40:21 | HTML | UTF-8 | Java | false | false | 459 | java | package day5.classroom;
public class PocoPhone extends Redmi
{
@Override
public void takeAIPhoto()
{
System.out.println("Taking Special AI photo for poco");
}
public void takePocoPhoto()
{
System.out.println("Taking Special Poco photo for poco");
}
public String getModelName() {
... | [
"dhana.lakshmi1710@gmail.com"
] | dhana.lakshmi1710@gmail.com |
c38347aa2520aeec24ff230c87a9bdd9b57425f0 | 3b9402ecdd3fa0ed49ca7795511269a83a078177 | /src/test/java/com/atguigu/easyexcel/QRcode/service/qrcode.java | ef4ac6234a96cc7974579966012b0e8ea99b34e5 | [] | no_license | fjy-lwj/easyexcel | 894ff01eb7df763dadc72faee1aef0e10dcc843d | 0c31daf3e6ffde836ba685dc04599acaa584cf5a | refs/heads/master | 2023-08-16T00:45:17.790791 | 2021-10-22T10:11:22 | 2021-10-22T10:11:22 | 341,763,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | package com.atguigu.easyexcel.QRcode.service;
/**
* @author fjy
* @date 2020/12/29 9:53
*/
public class qrcode {
// @Override
// public String qrcode(String orderNo) {
// ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
// HttpServlet... | [
"1159213392@qq.com"
] | 1159213392@qq.com |
8ab5ab817d6dfc3152949b6ceaecddbc77ad4754 | 018e8d5f9e6482b80c0dfd6f501dd1fe11b9073c | /src/com/safay/api/demo01/Person.java | df712ee9d9d165177d7e622eef880a67005ef0d1 | [] | no_license | wqf-c/javapractice | 5b0bf6ff32fb733004dbc1593afc68c31aa6e640 | b177513e9ebc8f9bb1dda4c1bc078b82a3b3859a | refs/heads/master | 2022-10-13T14:38:31.864306 | 2020-06-02T12:24:22 | 2020-06-02T12:24:22 | 268,793,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package com.safay.api.demo01;
import java.util.Objects;
/**
* Author: wqf
* Date: 2019/10/27
* Time: 11:13
*/
public class Person {
String name;
int age;
Person(String name, int age){
this.name = name;
this.age = age;
}
@Override
public String toString() {
return "Person{" +
"name=... | [
"284660487@qq.com"
] | 284660487@qq.com |
1fc8988eae1e62aa281540049f86f72ec1cfcc2d | db289fdb2532d4c0c0e5e6ef251c5e38c692c017 | /Pertemuan 5/Teori/Array_List.java | b0a313ad34f3eecd094ddf742ebce8902c920f57 | [] | no_license | sandikap/PBO4417 | 56478bfe8bfc7b729d9f822b964cf4bc47150ddb | 98f90ade1d77fb87c8c47a24508161b0705f93da | refs/heads/main | 2023-05-28T06:10:00.168550 | 2021-06-15T14:07:14 | 2021-06-15T14:07:14 | 345,915,754 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,151 | java | import java.util.ArrayList;
class L1{
ArrayList<String> Array = new ArrayList<String>();
public void TambahArray(String i){
Array.add(i);
}
public void HapusArray(String n){
Array.remove(n);
}
}
class L2 extends L1{
public void GantiArray(int x... | [
"noreply@github.com"
] | sandikap.noreply@github.com |
4eb8e34a560838a04f2edf9b3ed7546022a09e53 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /plugins/lombok/testData/before/logger/LoggerLog4j2.java | 9f7b79b808c6c73dca3a6505dacbfdf602567abe | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 180 | java | import lombok.extern.log4j.Log4j2;
@Log4j2
class LoggerLog4j2 {
}
@Log4j2
class LoggerLog4j2WithImport {
}
@Log4j2(topic="DifferentName")
class LoggerLog4j2WithDifferentName {
} | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
bffdb0640255265c22cc7ebb30fe010e7d55d37c | ef5bea450f69e1d16dee0cd15e9076da2a427e8f | /app/src/main/java/cn/longmaster/hospital/doctor/core/entity/consult/record/BaseDiagnosisInfo.java | 28438a8a8664de737a62d9c027521e5f589d944e | [] | no_license | chengsoft618/Internet_Hospital_Doctor | c9e37e8ce80bf3c303f799406644f1adf4cb10df | b6486de17b2246113bcee26d0ec3f2586828d5f7 | refs/heads/master | 2021-02-07T20:55:11.939929 | 2020-01-16T09:10:08 | 2020-01-16T09:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,762 | java | package cn.longmaster.hospital.doctor.core.entity.consult.record;
import java.io.Serializable;
import cn.longmaster.doctorlibrary.util.json.JsonField;
/**
* 医嘱基类
* Created by yangyong on 16/8/24.
*/
public class BaseDiagnosisInfo implements Serializable {
@JsonField("appointment_id")
private int appointme... | [
"wangyangguiyang@163.com"
] | wangyangguiyang@163.com |
3592a73d34a285a31786a42ace1f6c97ccd7825b | 731b43348e9f1082c5106d08f72cc6064944b941 | /HW5/DiningThread.java | bce5fe2be251849fd14d081d33a7021c08b65383 | [] | no_license | dhhines/OS-concepts | c5bd4a24b3ad560eaad80f8c7d8fafb407df3dbb | 830e517cea13db40550414d66074c02dbfff7586 | refs/heads/master | 2023-04-16T18:58:26.833959 | 2021-04-29T12:00:10 | 2021-04-29T12:00:10 | 348,361,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | public class DiningThread extends Thread{
private Barrier barrier;
private String task; //e.g. "Task A"
private int id;
public DiningThread (Barrier b, String work, int threadid) {
barrier = b;
task = work;
id = threadid;
}
public void run ( ) {
}
public static void main (String [] args)throws ... | [
"dhhines@ncsu.edu"
] | dhhines@ncsu.edu |
78c4b25f38a1de8e9a43a10d6cc3b50b86780866 | c81340901371a2026dc26aed82bfbd2d0a7e8485 | /src/main/java/com/eu/habbo/threading/runnables/PetEatAction.java | fc390299c03dd1d805868d47af3eda7775650de4 | [
"Apache-2.0"
] | permissive | Re4yz/ArcturusEmulator | f9cbe520809eb36fc370a1d285182e083dfbb4ef | a039967aa27e5340ac2997822142f4eaa9caafe4 | refs/heads/master | 2023-04-19T03:49:05.138800 | 2021-05-05T20:35:20 | 2021-05-05T20:35:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,295 | java | package com.eu.habbo.threading.runnables;
import com.eu.habbo.Emulator;
import com.eu.habbo.habbohotel.achievements.AchievementManager;
import com.eu.habbo.habbohotel.items.interactions.InteractionPetFood;
import com.eu.habbo.habbohotel.pets.GnomePet;
import com.eu.habbo.habbohotel.pets.Pet;
import com.eu.habbo.habboh... | [
"orracosta@icloud.com"
] | orracosta@icloud.com |
d99c32556ac25b10e75a3b7b6a808ac4d8d56f0c | ddb2a0485c91737da9430e7897bf5b79afe8f0fd | /HiringProcess/src/main/java/utilities/PageObjects.java | 7764aa4b94ec875babcc22e6af1e04001edc1b34 | [] | no_license | aniketarora19/Hiring-Module | 31464a4eb268310076e7c88d78e6b82cf0492c55 | abb655eff5b1e87591f97c51629e1f6fbea40f44 | refs/heads/master | 2020-07-28T20:21:37.056945 | 2019-09-19T12:38:18 | 2019-09-19T12:38:18 | 209,525,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package utilities;
import org.openqa.selenium.By;
public class PageObjects {
By txt_username = By.id("userid");
By txt_password = By.id("pwd");
By btn_login = By.name("Submit");
By txt_query_search = By.name("QRYSELECT_WRK_QRYSEARCHTEXT254");
By btn_query_search = By.name("QRYSELECT_WRK_Q... | [
"noreply@github.com"
] | aniketarora19.noreply@github.com |
ae898e9abab2ec034a7edf1db011eb82258fd653 | aa700b45e181e37f07742a860e28fa6c89ebc125 | /Backend/src/main/java/capstone/p2plend/repo/RequestRepository.java | 3a13aa12bc793f98b343ed24ca9a57f238a7cb72 | [] | no_license | avatarprvip/peer-to-peer-lending-system | 62d56e342e374f4e32dbb9443a69b58b6985f816 | 52daacba937178c24f2dad5591003a499223f976 | refs/heads/master | 2020-06-27T02:15:40.645191 | 2019-07-31T08:11:40 | 2019-07-31T08:11:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | package capstone.p2plend.repo;
import capstone.p2plend.entity.Request;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.sp... | [
"adlerkov@gmail.com"
] | adlerkov@gmail.com |
436c611ee4b16a2e6432984627ca85112f24977c | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/AdGroupExtensionSettingServiceInterfacegetResponse.java | 1e7782fca251ec38d1a3a56cf86db119b0b3d93d | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690975 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | Java | UTF-8 | Java | false | false | 2,233 | java | // Copyright 2018 Google LLC
//
// 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 writi... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
967aa22c155650e526194345b3aff6edf1753831 | ee1b40e5f1d7ced4e2303a56b81834e9b45693a5 | /src/main/java/com/athena/test/App.java | 376c678010bb37cad6f581c8b1a9fb78b509d4f4 | [] | no_license | maharsuresh/sonarqube1 | b5dafe80770d50f737f212fc3c4cafad7042284f | f3f77c759cdb2c6d1cbfd13ddc5cdd3515ddcbcb | refs/heads/master | 2020-11-25T00:27:16.924380 | 2020-01-21T15:22:27 | 2020-01-21T15:24:59 | 228,408,010 | 0 | 0 | null | 2020-10-13T18:59:35 | 2019-12-16T14:42:19 | Java | UTF-8 | Java | false | false | 178 | java | package com.athena.test;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"suresh.kumar@athenagt.com"
] | suresh.kumar@athenagt.com |
32c3ad724fc8ceb5317cc0e668424c74d25e7e4b | 99b91e3e1a6bb7e9f20a1f2195d606f298db46ea | /JavaTest/src/generics/coffee/Coffee.java | 4e9d736fb8e12137e71b8cfe5a9a0f0f47fe8425 | [] | no_license | xinyuesy/ThinkingInJava | 93be8f48f8090586b95833ff0b141bf784bc5e36 | eff150c9707f143451cf651ae3cd1851f2a0ce0e | refs/heads/master | 2020-05-29T14:39:27.437007 | 2016-08-26T04:17:41 | 2016-08-26T04:17:41 | 59,836,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package generics.coffee;
public class Coffee
{
private static long counter = 0;
private final long id = counter++;
public String toString()
{
return getClass().getSimpleName() + " " + id;
}
}
| [
"xinyuesy@qq.com"
] | xinyuesy@qq.com |
b6d7bd8a9211907a6681b0a954d1d3cffaeceb81 | a6296ad3ab1aadc4405065edd4b4543751d13289 | /src/main/java/de/javastream/netbeans/ansible/nodes/ProjectFilesNodeFactory.java | 9709822d02370035ad7ad883e861c09a67b3a906 | [
"Apache-2.0"
] | permissive | 6PATyCb/netbeans-ansible | ade5ee853b94e06b63d4ca3144cb43245aa0079d | 62c611080f1abb3f0e297c3f1740a66d2e2dbc7b | refs/heads/master | 2021-07-14T07:19:08.643694 | 2020-10-08T13:11:17 | 2020-10-08T13:11:17 | 206,423,402 | 0 | 0 | Apache-2.0 | 2019-09-04T22:06:09 | 2019-09-04T22:06:09 | null | UTF-8 | Java | false | false | 6,471 | java | package de.javastream.netbeans.ansible.nodes;
import de.javastream.netbeans.ansible.AnsibleProject;
import static de.javastream.netbeans.ansible.nodes.SourcePackagesNodeFactory.SOURCE_PACKAGES_ICON;
import java.awt.Image;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import javax.swi... | [
""
] | |
002d9a13ffa3de5405195707acd7186b2d792be4 | 139d8ec99bc59cf33637e3062cb21fcd0f86648d | /src/main/java/com/github/mars05/crud/intellij/plugin/ui/CrudList.java | 5338ed3cbd54d69de326f497634fb4fc994ca2e7 | [
"Apache-2.0"
] | permissive | mars05/crud-intellij-plugin | b4cef1a030776b9645719c8e9ae1f6e8eb7e7458 | 011dd2aa8328d5fe5ffd6a77dbdf47d7a9b03b29 | refs/heads/master | 2022-10-30T14:26:07.644085 | 2022-09-13T03:20:19 | 2022-09-13T03:20:19 | 184,971,390 | 323 | 87 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package com.github.mars05.crud.intellij.plugin.ui;
import com.intellij.ui.ListSpeedSearch;
import com.intellij.ui.SpeedSearchComparator;
import com.intellij.ui.components.JBList;
import javax.swing.*;
import java.awt.*;
import java.util.List;
/**
* @author xiaoyu
*/
public class CrudList extends JBList<ListElement... | [
"xiaoyucoder@163.com"
] | xiaoyucoder@163.com |
d32431f9827e98276c8e798757a42a0df357d9c6 | 00eda6f9492ff482223356f65353a8b036f1ee90 | /Agenda/src/com/ambimetrics/agenda/ModificarPerfilActivity.java | e9bcf2934978b5a1fa167ca1cd98f1108398a99e | [] | no_license | Kahosk/penta-amb | 0430bf2292165c8a6830e333644959ecb803d2b4 | f1a250284f93f13bbced7c9197626c03b10d8afb | refs/heads/master | 2021-01-10T21:40:21.692554 | 2013-04-09T07:12:35 | 2013-04-09T07:12:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.ambimetrics.agenda;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class ModificarPerfilActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity... | [
"takato1@gmail.com"
] | takato1@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.